@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

a:hover {
    color: #1bc41c;
    text-decoration: none;
}

abbr[title] {

  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  background-color: #ffffff;
  color: #333333;
  font-family: 'sofia-pro';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'sofia-pro';
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  color: #0072ef;
  text-decoration: none;
}

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

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

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  transition: border .12s ease-in-out;
}

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

input:not([type="checkbox"]):focus {
  border: 1px solid rgba(21, 75, 64, 1);
}

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

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

select:focus {
  border: 1px solid rgba(21, 75, 64, 1);
}

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

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

textarea:focus {
  border: 1px solid rgba(21, 75, 64, 1);
}

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

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

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

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

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

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

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

/***** Buttons *****/
.button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  background-color: #154b40;
  border: 1px solid rgba(21, 75, 64, 1);
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

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

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

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

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

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: rgba(21, 75, 64, 1);
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

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

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #000;
}

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

.button-secondary {
  color: #666;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #333333;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

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

.split-button button {
  background-color: rgba(21, 75, 64, 1);
  border: 0;
  color: #ffffff;
  height: 32px;
  line-height: 16px;
  outline-color: rgba(21, 75, 64, 1);
}

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

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

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

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

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

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

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

.table th,
.table th a {
  color: #666;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

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

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

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

.table td {
  display: block;
}

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

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

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

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

.form-field label {
  display: block;
  font-size: 19px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(21, 75, 64, 1);
}

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

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

.form-field input[type="checkbox"] {
  width: auto;
}
.form-field .nesty-input {
  border-radius: 4px;
  height: 50px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(21, 75, 64, 1);
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

.form .suggestion-list li a:visited {
  color: #4B61C3;
}

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

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

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

.logo span {
  margin: 0 10px;
  color: rgba(21, 75, 64, 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;
}

.nav-wrapper a {
  border: 0;
  color: #0072ef;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

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

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

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

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

@media (max-width: 768px) {
  .nav-wrapper .hide-on-mobile {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}

.nav-wrapper .menu-button {
  background: none;
  border: 0;
  color: #0072ef;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

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

.nav-wrapper .menu-button .icon-menu {
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

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

.nav-wrapper .menu-button:hover, .nav-wrapper .menu-button:focus, .nav-wrapper .menu-button:active {
  background-color: transparent;
  color: #0072ef;
}

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

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

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

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

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

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

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

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

.user-info > button:hover, .user-info > button:focus {
  color: #0072ef;
  background-color: transparent;
}

.user-info > button::after {
  color: #0072ef;
  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(21, 75, 64, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #ffffff;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}

.footer a {
  color: #666;
}

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

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

.footer-language-selector button {
  color: #666;
  display: inline-block;
  font-weight: 300;
}

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

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

.breadcrumbs li {
  color: #666;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.breadcrumbs li a:visited {
  color: #0072ef;
}

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

.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 30px;
  box-sizing: border-box;
  color: #666;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid rgba(21, 75, 64, 1);
  color: #555;
}

.search-full input[type="search"] {
  border: 1px solid #fff;
}

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

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

.search-container {
  position: relative;
}

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01HZKPQ5BSEE31VSFGEAT74BDC);
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

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

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

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

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 50px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

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

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

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

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

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

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

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

.blocks-item {
  border: 1px solid rgba(21, 75, 64, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(21, 75, 64, 1);
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

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

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: rgba(21, 75, 64, 1);
}

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

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

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

.blocks-item-internal a {
  color: #333333;
}

.blocks-item-link {
  color: rgba(21, 75, 64, 1);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}

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

.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(21, 75, 64, 1);
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

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

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

@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

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

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

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

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  color: #333333;
}

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

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

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

.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-image: url(/hc/theming_assets/01HZKPQ5NRRGEVWWA34QM7X8M8);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

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

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

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

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #333333;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

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

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

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

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

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

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

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

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

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

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: rgba(21, 75, 64, 1);
  width: 16px;
  height: 16px;
}

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

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

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

.category-content {
  flex: 1;
}

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

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.section-tree .section {
  flex: initial;
}

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

.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.section-tree-title a {
  color: #333333;
}

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

.article-list-item {
  font-size: 18px;
  padding: 15px 0;
}

.article-list-item a {
  color: #2A5DB0;
  text-decoration: underline;
}

.icon-star {
  color: rgba(21, 75, 64, 1);
  font-size: 18px;
}

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

.section-content {
  flex: 1;
}

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

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

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

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

.section-list-item a {
  align-items: center;
  color: #333333;
  display: flex;
  justify-content: space-between;
}

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

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

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.article-body img {
  height: auto;
  max-width: 100%;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  border-top: 1px solid grey;
}
.article-body img {
-webkit-box-shadow: 0 10px 6px -6px #777;
   -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -6px #777;
}


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

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

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

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

.article-body a:visited {
  color: #4B61C3;
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

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

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

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

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

.article-comment-count {
  color: #666;
  font-weight: 300;
}

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

.article-comment-count-icon {
  vertical-align: middle;
  color: rgba(21, 75, 64, 1);
  width: 18px;
  height: 18px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

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

.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

.article-relatives > *:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

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

.article-return-to-top {
  border-top: 1px solid #ddd;
}

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

.article-return-to-top a {
  color: #333333;
  display: block;
  padding: 20px 0;
}

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

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

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}

.sidenav-item {
  border-radius: 4px;
  color: #333333;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgba(21, 75, 64, 1);
  color: #ffffff;
  text-decoration: none;
}

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

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

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

.attachments .attachment-item .attachment-icon {
  color: #333333;
  left: 0;
  position: absolute;
  top: 5px;
}

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

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

.upload-dropzone span {
  color: #666;
}

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

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

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

.share a {
  color: #666;
}

.share a:hover {
  text-decoration: none;
  color: rgba(21, 75, 64, 1);
}

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

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

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

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

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

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

.comment-callout a {
  color: rgba(21, 75, 64, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-container {
  width: 100%;
}

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

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

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

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

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

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

.comment-ccs {
  display: none;
}

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

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

.comment-attachments a {
  color: rgba(21, 75, 64, 1);
}

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

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

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

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

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

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

.comment-body a:visited {
  color: #4B61C3;
}

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

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

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

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

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

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

.vote-sum {
  color: #666;
  display: block;
  margin: 3px 0;
}

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

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

.vote-up:hover,
.vote-down:hover {
  color: rgba(21, 75, 64, 1);
}

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

.vote-voted {
  color: rgba(21, 75, 64, 1);
}

.vote-voted:hover {
  color: #000;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.community-follow button:hover {
  background-color: rgba(21, 75, 64, 1);
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: #ffffff;
  color: #ffffff;
}

.community-follow button[data-selected="true"] {
  background-color: rgba(21, 75, 64, 1);
  color: #ffffff;
}

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

.community-follow button[data-selected="true"]:hover {
  background-color: #000;
  border-color: #000;
}

.community-follow button::after {
  border-left: 1px solid rgba(21, 75, 64, 1);
  content: attr(data-follower-count);
  color: rgba(21, 75, 64, 1);
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

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

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

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

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

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

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

.striped-list-title {
  color: #0072ef;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #4B61C3;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .striped-list-number {
    color: #333333;
    display: block;
    font-weight: 400;
  }
}

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

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

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(21, 75, 64, 1);
}

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

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

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

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #666;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-content {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

.post-body a:visited {
  color: #4B61C3;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

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

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

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

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

.post-comment-count .icon-comments {
  color: rgba(21, 75, 64, 1);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

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

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

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

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

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

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

.community-badge-container-achievements {
  padding-top: 5px;
}

.community-badge-achievements {
  display: inline-block;
  margin: 0 3px 0 0;
}

[dir="rtl"] .community-badge-achievements {
  margin: 0 0 0 3px;
}

.community-badge-achievements img {
  width: 22px;
  height: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid rgba(21, 75, 64, 1);
}

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

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

.collapsible-nav-list li {
  color: #333333;
  line-height: 45px;
  order: 1;
}

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

.collapsible-nav-list li a {
  color: #333333;
  display: block;
}

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

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

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

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

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

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid rgba(21, 75, 64, 1);
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: #333333;
}

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

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

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

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

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

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

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

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

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

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

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid rgba(21, 75, 64, 1);
}

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

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

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

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

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

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

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

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

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

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

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.subscriptions-table td:last-child {
  display: block;
}

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

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

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

.no-activities {
  color: #666;
}

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

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

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

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

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #666;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(21, 75, 64, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(21, 75, 64, 1);
}

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

.request-title {
  width: 100%;
}

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

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

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

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

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

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

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #666;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

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

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.meta-group * {
  display: inline;
}

.meta-data {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

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

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

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

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

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

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

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #666;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

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

.profile-stats-activity {
  border-top: solid 1px #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(21, 75, 64, 1);
  border-radius: 4px;
  color: rgba(21, 75, 64, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

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

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

.profile-nav {
  background-color: #f2f2f2;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #666;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}

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

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

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

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

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

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

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

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #666;
  font-size: 13px;
  margin: 0;
}

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

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

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

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

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

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

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

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

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

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

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

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

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

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

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

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

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

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

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

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

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

.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

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

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  color: inherit;
  text-decoration: none;
}

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

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

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

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

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #0072ef;
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

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

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

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

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

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

.search-result-title {
  font-size: 16px;
  display: inline-block;
}

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

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

.search-result-votes, .search-result-meta-count {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  color: rgba(21, 75, 64, 1);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  align-items: center;
}

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

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

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

.search-result-breadcrumbs li, .search-result-breadcrumbs li a, .search-result-breadcrumbs li a:visited {
  color: inherit;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

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

.notification a {
  color: #158ec2;
}

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

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

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  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"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}



/* from Braden */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color: #154b40;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border:  0px;
}

p img {
  border-top: 1px;
  border-left: 1px;
  border-color: black;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    
  }

html,
body {
  height: 100%;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'sofia-pro';
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #154b40;
  background-color: $body_bg;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

input,
button,
select,
textarea {
  font-family: 'sofia-pro';
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0072ef;
  text-decoration: none;
}

.article-body a:link {
  text-decoration: underline;
}

.article-more-questions a:link {
  text-decoration: underline;
}

a:hover,
  a:focus {
    color: #004ea3;
    text-decoration: none;
  }

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eceeef;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'sofia-pro';
  font-weight: 900;
  line-height: 1.2;
  color: #154b40;
}

h1 {
  margin: 0 0 calc($font_size_base * $line_height_base);
}

h2 {
  margin: 0 0 calc($font_size_base * $line_height_base);
}

h3 {
  margin: 0 0 calc($font_size_base * $line_height_base);
}

h4 {
  margin: 0 0 calc($font_size_base * $line_height_base);
}

h5 {
  margin: 0 0 calc($font_size_base * $line_height_base);
}

h6 {
  margin: 0 0 calc($font_size_base * $line_height_base);
}

.h1 {
  margin: 0 0 calc($font_size_base * $line_height_base);
}

.h2 {
  margin: 0 0 calc($font_size_base * $line_height_base);
}

.h3 {
  margin: 0 0 calc($font_size_base * $line_height_base);
}

.h4 {
  margin: 0 0 calc($font_size_base * $line_height_base);
}

.h5 {
  margin: 0 0 calc($font_size_base * $line_height_base);
}

.h6 {
  margin: 0 0 calc($font_size_base * $line_height_base);
}

p {
  margin: 0 0 calc($font_size_base * $line_height_base);
}

ul {
  margin: 0 0 calc($font_size_base * $line_height_base);
}

ol {
  margin: 0 0 calc($font_size_base * $line_height_base);
}

h1 {  font-size: calc($font_size_base * 2.5);
}

.h1 {  font-size: calc($font_size_base * 2.5);
}

h2 {  font-size: calc($font_size_base * 1.75);
}

.h2 {  font-size: calc($font_size_base * 1.75);
}

h3 {  font-size: calc($font_size_base * 1.5);
}

.h3 {  font-size: calc($font_size_base * 1.5);
}

h4 {  font-size: calc($font_size_base * 1.25);
}

.h4 {  font-size: calc($font_size_base * 1.25);
}

h5 {  font-size: calc($font_size_base * 1.1);
}

.h5 {  font-size: calc($font_size_base * 1.1);
}

h6 {  font-size: calc($font_size_base * 1);
}

.h6 {  font-size: calc($font_size_base * 1);
}

b,
strong {
  font-weight: 600;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}

dl {
  margin-top: 0;
  margin-bottom: calc($font_size_base * $line_height_base);
}

dt {
  line-height: $line_height_base;
  margin-bottom: calc($font_size_base * $line_height_base / 2);
}

dd {
  line-height: $line_height_base;
  margin-bottom: calc($font_size_base * $line_height_base / 2);
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal:before,
  .dl-horizontal:after {
    display: table; /* 1 */
    content: ""; /* 2 */
  }

.dl-horizontal:after {
    clear: both;
  }

.dl-horizontal dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

@media (min-width: 768px) {

.dl-horizontal dt {
      width: 30%;
      float: left;
      clear: both;
      padding-right: 15px
  }
    }

@media (min-width: 768px) {

.dl-horizontal dd {
      width: 70%;
      float: right
  }
    }

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

blockquote {
  font-style: italic;
  font-family: 'sofia-pro';
  background-color: #f7f7f9;
  padding: calc($font_size_base * $line_height_base / 2) calc($font_size_base * $line_height_base);
  margin: 0 0 calc($font_size_base * $line_height_base);
  border-left: 5px solid #dee2e6;
}

blockquote.is-colored {
    border-left: 5px solid $brand_primary;
  }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
      margin-bottom: 0;
    }

code {
  border-radius: $border_radius_base !important;
  padding: 20px !important;
}

address {
  margin-bottom: calc($font_size_base * $line_height_base);
  font-style: normal;
  line-height: $line_height_base;
}

.clearfix:before,
  .clearfix:after {
    display: table; /* 1 */
    content: ""; /* 2 */
  }

.clearfix:after {
    clear: both;
  }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.list-unstyled {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.is-hidden,
.hidden {
  display: none !important;
}

.text-center {
  text-align: center;
}

%form-control-disabled[disabled] {
    cursor: not-allowed;
    background-color: #dee2e6;
    opacity: 1;
  }

%form-control-disabled[readonly] {
    cursor: not-allowed;
    background-color: #dee2e6;
    opacity: 1;
  }

fieldset[disabled] %form-control-disabled {
    cursor: not-allowed;
    background-color: #dee2e6;
    opacity: 1;
  }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: calc($font_size_base * $line_height_base);
  font-size: calc($font_size_base * 1.5);
  line-height: inherit;
  color: #373a3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc($font_size_base * $line_height_base / 2);
  font-weight: 600;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: calc(6px + 1px);
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
}

select {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="password"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="datetime"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="date"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="month"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="time"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="week"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="number"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="email"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="url"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="tel"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: $font_size_base;
  line-height: $line_height_base;
  color: #38665d;
  background-color: #fff;
  background-image: none;
  border: 1px solid #55595c;
  border-radius: $border_radius_base;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

 .nesty-panel li {
      font-size: 16px;
      font-family: 'sofia-pro';
    }

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .nesty-input:focus {
    border-color: #9ed5e7;
    outline: 0;
  }

select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .nesty-input::-moz-placeholder {
    color: $color;
    opacity: 1;
  }

select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .nesty-input:-ms-input-placeholder { 
    color: #999; 
  }

select::-webkit-input-placeholder,  textarea::-webkit-input-placeholder,  input[type="text"]::-webkit-input-placeholder,  input[type="password"]::-webkit-input-placeholder,  input[type="datetime"]::-webkit-input-placeholder,  input[type="datetime-local"]::-webkit-input-placeholder,  input[type="date"]::-webkit-input-placeholder,  input[type="month"]::-webkit-input-placeholder,  input[type="time"]::-webkit-input-placeholder,  input[type="week"]::-webkit-input-placeholder,  input[type="number"]::-webkit-input-placeholder,  input[type="email"]::-webkit-input-placeholder,  input[type="url"]::-webkit-input-placeholder,  input[type="search"]::-webkit-input-placeholder,  input[type="tel"]::-webkit-input-placeholder,  input[type="color"]::-webkit-input-placeholder,  .nesty-input::-webkit-input-placeholder  { 
    color: #999; 
  }

select {
  height: calc(($font_size_base * $line_height_base) + (6px * 2) + 2px);
}

textarea {
  resize: vertical;
  height: calc((($font_size_base * $line_height_base) + (6px * 2) + 2px) * 3);
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"] {
    line-height: calc(($font_size_base * $line_height_base) + (6px * 2) + 2px);
  }
  input[type="time"] {
    line-height: calc(($font_size_base * $line_height_base) + (6px * 2) + 2px);
  }
  input[type="datetime-local"] {
    line-height: calc(($font_size_base * $line_height_base) + (6px * 2) + 2px);
  }
  input[type="month"] {
    line-height: calc(($font_size_base * $line_height_base) + (6px * 2) + 2px);
  }
}

.form-field {
  margin-bottom: calc($font_size_base * $line_height_base);
}

.form-field p {
    font-size: 90%;
    display: block;
    margin-top: 2px;
    margin-bottom: 15px;
    color: #737373;
  }

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

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

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

.form-field.boolean label {
    min-height: calc($font_size_base * $line_height_base);
    margin-bottom: 0;
    cursor: pointer;
  }

input[type="radio"][disabled],
  input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
  }

/*%btn-disabled {
  &[disabled],
  fieldset[disabled] & {
    box-shadow: none;
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
  }
}*/

.btn {
  padding: 6px 12px;
  font-size: calc($font_size_base - 2px);
  line-height: $line_height_base;
  border-radius: $border_radius_base;
  display: inline-block;
  margin-bottom: 0;
  border: $border_width solid transparent;
  background-image: none;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

[role="button"] {
  padding: 6px 12px;
  font-size: calc($font_size_base - 2px);
  line-height: $line_height_base;
  border-radius: $border_radius_base;
  display: inline-block;
  margin-bottom: 0;
  border: $border_width solid transparent;
  background-image: none;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

input[type="submit"] {
  padding: 6px 12px;
  font-size: calc($font_size_base - 2px);
  line-height: $line_height_base;
  border-radius: $border_radius_base;
  display: inline-block;
  margin-bottom: 0;
  border: $border_width solid transparent;
  background-image: none;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.satisfaction-box input[type=radio] ~ label {
  padding: 6px 12px;
  font-size: calc($font_size_base - 2px);
  line-height: $line_height_base;
  border-radius: $border_radius_base;
  display: inline-block;
  margin-bottom: 0;
  border: $border_width solid transparent;
  background-image: none;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.btn:focus, .btn:active:focus, [role="button"]:focus, [role="button"]:active:focus, input[type="submit"]:focus, input[type="submit"]:active:focus, .satisfaction-box input[type=radio] ~ label:focus, .satisfaction-box input[type=radio] ~ label:active:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

.btn:hover,
  .btn:focus,
  [role="button"]:hover,
  [role="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  .satisfaction-box input[type=radio] ~ label:hover,
  .satisfaction-box input[type=radio] ~ label:focus {
    color: #333;
    text-decoration: none;
  }

.btn:active, [role="button"]:active, input[type="submit"]:active, .satisfaction-box input[type=radio] ~ label:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }

.btn,
[role="button"] {
  color: #333;
  background-color: transparent;
  border-color: #ccc;
}

.btn:hover,
  .btn:focus,
  .btn:active,
  [role="button"]:hover,
  [role="button"]:focus,
  [role="button"]:active {
    color: darken($brand_primary, 12%);
    background-color: transparent;
    border-color: darken($brand_primary, 12%);
  }

.btn:active, [role="button"]:active {
    background-image: none;
  }

.btn--default,
.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe {
  color: $brand_primary;
  background-color: transparent;
  border-color: $brand_primary;
}

.btn--default:hover,
  .btn--default:focus,
  .btn--default:active,
  .topic-controls__item--subscribe .dropdown-toggle:hover,
  .topic-controls__item--subscribe .dropdown-toggle:focus,
  .topic-controls__item--subscribe .dropdown-toggle:active,
  .topic-controls__item--subscribe .topic-unsubscribe:hover,
  .topic-controls__item--subscribe .topic-unsubscribe:focus,
  .topic-controls__item--subscribe .topic-unsubscribe:active {
    color: darken($brand_primary, 12%);
    background-color: transparent;
    border-color: darken($brand_primary, 12%);
  }

.btn--default:active, .topic-controls__item--subscribe .dropdown-toggle:active, .topic-controls__item--subscribe .topic-unsubscribe:active {
    background-image: none;
  }

input[type="submit"],
.btn--primary {
  color: #fff;
  background-color: $button_color_1;
  border-color: $button_color_1;
}

input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  .btn--primary:hover,
  .btn--primary:focus,
  .btn--primary:active {
    color: #e0e0e0;
    background-color: darken($button_color_1, 10%);
    border-color: $button_color_1, 17%);
  }

input[type="submit"]:active, .btn--primary:active {
    background-image: none;
  }

.login,
.btn--topbar,
.article-subscribe,
.article-unsubscribe,
.section-subscribe .dropdown-toggle,
.post-subscribe,
.post-unsubscribe,
.topic-buttons .dropdown-toggle,
.topic-buttons .topic-unsubscribe,
[data-action="edit-profile"] {
  color: $button_color_2;
  background-color: transparent;
  border-color: $button_color_2;
}

.login:hover,
  .login:focus,
  .login:active,
  .btn--topbar:hover,
  .btn--topbar:focus,
  .btn--topbar:active,
  .article-subscribe:hover,
  .article-subscribe:focus,
  .article-subscribe:active,
  .article-unsubscribe:hover,
  .article-unsubscribe:focus,
  .article-unsubscribe:active,
  .section-subscribe .dropdown-toggle:hover,
  .section-subscribe .dropdown-toggle:focus,
  .section-subscribe .dropdown-toggle:active,
  .post-subscribe:hover,
  .post-subscribe:focus,
  .post-subscribe:active,
  .post-unsubscribe:hover,
  .post-unsubscribe:focus,
  .post-unsubscribe:active,
  .topic-buttons .dropdown-toggle:hover,
  .topic-buttons .dropdown-toggle:focus,
  .topic-buttons .dropdown-toggle:active,
  .topic-buttons .topic-unsubscribe:hover,
  .topic-buttons .topic-unsubscribe:focus,
  .topic-buttons .topic-unsubscribe:active,
  [data-action="edit-profile"]:hover,
  [data-action="edit-profile"]:focus,
  [data-action="edit-profile"]:active {
    color: darken($button_color_2, 12%);
    background-color: transparent;
    border-color: darken($button_color_2, 12%);
  }

.login:active, .btn--topbar:active, .article-subscribe:active, .article-unsubscribe:active, .section-subscribe .dropdown-toggle:active, .post-subscribe:active, .post-unsubscribe:active, .topic-buttons .dropdown-toggle:active, .topic-buttons .topic-unsubscribe:active, [data-action="edit-profile"]:active {
    background-image: none;
  }

.satisfaction-box .satisfaction-submit {
  color: #fff;
  background-color: $button_color_1;
  border-color: darken($button_color_1, 5%);
}

.satisfaction-box .satisfaction-submit:hover,
  .satisfaction-box .satisfaction-submit:focus,
  .satisfaction-box .satisfaction-submit:active {
    color: #e0e0e0;
    background-color: darken($button_color_1, 10%);
    border-color: darken($button_color_1, 17%);
  }

.satisfaction-box .satisfaction-submit:active {
    background-image: none;
  }

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: $brand_success;
  border-color: darken($brand_success, 5%);
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:hover,
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:focus,
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active {
    color: #e0e0e0;
    background-color: darken($brand_success, 10%);
        border-color: darken($brand_success, 17%);
  }

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active {
    background-image: none;
  }

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
  background-color: $brand_danger;
  border-color: darken($brand_danger, 5%);
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:hover,
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:focus,
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active {
    color: #e0e0e0;
    background-color: darken($brand_danger, 10%);
    border-color: darken($brand_danger, 17%);
  }

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active {
    background-image: none;
  }

.satisfaction-box input[type=radio][checked=checked][value=good] + label {
  background-color: darken($brand_success, 12%) !important;
  color: #fff !important;
  border-color: darken(darken($brand_success, 5%), 12%) !important;
}

.satisfaction-box input[type=radio][checked=checked][value=good] + label:hover,
  .satisfaction-box input[type=radio][checked=checked][value=good] + label:focus,
  .satisfaction-box input[type=radio][checked=checked][value=good] + label:active {
    color: #e0e0e0;
    background-color: darken($brand_danger, 10%);
    border-color: darken($brand_danger, 17%);
  }

.satisfaction-box input[type=radio][checked=checked][value=good] + label:active {
    background-image: none;
  }

.satisfaction-box input[type=radio][checked=checked][value=bad] + label {
  background-color: darken($brand_danger, 12%) !important;
  color: #fff !important;
  border-color: darken($brand_danger, 17%) !important;
}

.satisfaction-box input[type=radio][checked=checked][value=bad] + label:hover,
  .satisfaction-box input[type=radio][checked=checked][value=bad] + label:focus,
  .satisfaction-box input[type=radio][checked=checked][value=bad] + label:active {
    color: #e0e0e0 !important; 
    background-color: darken($brand_danger, 20%) !important;
    border-color: darken($brand_danger, 27%) !important;
  }

.satisfaction-box input[type=radio][checked=checked][value=bad] + label:active {
    background-image: none;
  }

.container {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {

.container {
    padding-right: calc(15px * 2);
    padding-left: calc(15px * 2)
}
  }

.container-inner {
  max-width: 1240px;
  margin: 0 auto;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #818a91;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc($font_size_base * $line_height_base);
}

.table th,
  .table td {
    padding: 8px;
    vertical-align: top;
  }

.table td {
    border-top: 1px solid #d3d6d8-color;
  }

.table thead th {
    vertical-align: bottom;
  }

.table tbody + tbody {
    border-top: 1px solid #d3d6d8-color;
  }

.table .table {
    background-color: #fff;
  }

.table--color-header th {
    background-color: $brand_primary;
    color: #fff;
  }

.table--striped th,
  .table--striped td,
  .table--striped thead th {
    border-color: #fff;
  }

.table--striped tbody tr:nth-child(odd) {
    background-color: #dee2e6;
    color: inherit;
  }

.table--hover tbody tr:hover {
    background-color: #dee2e6;
    color: inherit;
  }

.table--bordered {
  border: 1px solid #d3d6d8;
}

.table--bordered td {
    border-left: 1px solid #d3d6d8;
  }

.table--bordered th {
    border-left: 1px solid #d3d6d8;
  }

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {

.table-responsive {
    width: 100%;
    margin-bottom: calc($font_size_base * $line_height_base * 0.75);
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #d3d6d8-color
}
  
    .table-responsive > .table {
      margin-bottom: 0;
    }
          .table-responsive > .table > thead > tr > th,
          .table-responsive > .table > thead > tr > td,
          .table-responsive > .table > tbody > tr > th,
          .table-responsive > .table > tbody > tr > td,
          .table-responsive > .table > tfoot > tr > th,
          .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
          }
  }

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.column--xs-1 {
  width: 8.33333%;
}

.column--xs-2 {
  width: 16.66667%;
}

.column--xs-3 {
  width: 25%;
}

.column--xs-4 {
  width: 33.33333%;
}

.column--xs-5 {
  width: 41.66667%;
}

.column--xs-6 {
  width: 50%;
}

.column--xs-7 {
  width: 58.33333%;
}

.column--xs-8 {
  width: 66.66667%;
}

.column--xs-9 {
  width: 75%;
}

.column--xs-10 {
  width: 83.33333%;
}

.column--xs-11 {
  width: 91.66667%;
}

.column--xs-12 {
  width: 100%;
}

.column--xs-pull-0 {
  right: auto;
}

.column--xs-pull-1 {
  right: 8.33333%;
}

.column--xs-pull-2 {
  right: 16.66667%;
}

.column--xs-pull-3 {
  right: 25%;
}

.column--xs-pull-4 {
  right: 33.33333%;
}

.column--xs-pull-5 {
  right: 41.66667%;
}

.column--xs-pull-6 {
  right: 50%;
}

.column--xs-pull-7 {
  right: 58.33333%;
}

.column--xs-pull-8 {
  right: 66.66667%;
}

.column--xs-pull-9 {
  right: 75%;
}

.column--xs-pull-10 {
  right: 83.33333%;
}

.column--xs-pull-11 {
  right: 91.66667%;
}

.column--xs-pull-12 {
  right: 100%;
}

.column--xs-push-0 {
  left: auto;
}

.column--xs-push-1 {
  left: 8.33333%;
}

.column--xs-push-2 {
  left: 16.66667%;
}

.column--xs-push-3 {
  left: 25%;
}

.column--xs-push-4 {
  left: 33.33333%;
}

.column--xs-push-5 {
  left: 41.66667%;
}

.column--xs-push-6 {
  left: 50%;
}

.column--xs-push-7 {
  left: 58.33333%;
}

.column--xs-push-8 {
  left: 66.66667%;
}

.column--xs-push-9 {
  left: 75%;
}

.column--xs-push-10 {
  left: 83.33333%;
}

.column--xs-push-11 {
  left: 91.66667%;
}

.column--xs-push-12 {
  left: 100%;
}

.column--xs-offset-0 {
  margin-left: 0%;
}

.column--xs-offset-1 {
  margin-left: 8.33333%;
}

.column--xs-offset-2 {
  margin-left: 16.66667%;
}

.column--xs-offset-3 {
  margin-left: 25%;
}

.column--xs-offset-4 {
  margin-left: 33.33333%;
}

.column--xs-offset-5 {
  margin-left: 41.66667%;
}

.column--xs-offset-6 {
  margin-left: 50%;
}

.column--xs-offset-7 {
  margin-left: 58.33333%;
}

.column--xs-offset-8 {
  margin-left: 66.66667%;
}

.column--xs-offset-9 {
  margin-left: 75%;
}

.column--xs-offset-10 {
  margin-left: 83.33333%;
}

.column--xs-offset-11 {
  margin-left: 91.66667%;
}

.column--xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .column--sm-1 {
    width: 8.33333%;
  }
  .column--sm-2 {
    width: 16.66667%;
  }
  .column--sm-3 {
    width: 25%;
  }
  .column--sm-4 {
    width: 33.33333%;
  }
  .column--sm-5 {
    width: 41.66667%;
  }
  .column--sm-6 {
    width: 50%;
  }
  .column--sm-7 {
    width: 58.33333%;
  }
  .column--sm-8 {
    width: 66.66667%;
  }
  .column--sm-9 {
    width: 75%;
  }
  .column--sm-10 {
    width: 83.33333%;
  }
  .column--sm-11 {
    width: 91.66667%;
  }
  .column--sm-12 {
    width: 100%;
  }
  .column--sm-pull-0 {
    right: auto;
  }
  .column--sm-pull-1 {
    right: 8.33333%;
  }
  .column--sm-pull-2 {
    right: 16.66667%;
  }
  .column--sm-pull-3 {
    right: 25%;
  }
  .column--sm-pull-4 {
    right: 33.33333%;
  }
  .column--sm-pull-5 {
    right: 41.66667%;
  }
  .column--sm-pull-6 {
    right: 50%;
  }
  .column--sm-pull-7 {
    right: 58.33333%;
  }
  .column--sm-pull-8 {
    right: 66.66667%;
  }
  .column--sm-pull-9 {
    right: 75%;
  }
  .column--sm-pull-10 {
    right: 83.33333%;
  }
  .column--sm-pull-11 {
    right: 91.66667%;
  }
  .column--sm-pull-12 {
    right: 100%;
  }
  .column--sm-push-0 {
    left: auto;
  }
  .column--sm-push-1 {
    left: 8.33333%;
  }
  .column--sm-push-2 {
    left: 16.66667%;
  }
  .column--sm-push-3 {
    left: 25%;
  }
  .column--sm-push-4 {
    left: 33.33333%;
  }
  .column--sm-push-5 {
    left: 41.66667%;
  }
  .column--sm-push-6 {
    left: 50%;
  }
  .column--sm-push-7 {
    left: 58.33333%;
  }
  .column--sm-push-8 {
    left: 66.66667%;
  }
  .column--sm-push-9 {
    left: 75%;
  }
  .column--sm-push-10 {
    left: 83.33333%;
  }
  .column--sm-push-11 {
    left: 91.66667%;
  }
  .column--sm-push-12 {
    left: 100%;
  }
  .column--sm-offset-0 {
    margin-left: 0%;
  }
  .column--sm-offset-1 {
    margin-left: 8.33333%;
  }
  .column--sm-offset-2 {
    margin-left: 16.66667%;
  }
  .column--sm-offset-3 {
    margin-left: 25%;
  }
  .column--sm-offset-4 {
    margin-left: 33.33333%;
  }
  .column--sm-offset-5 {
    margin-left: 41.66667%;
  }
  .column--sm-offset-6 {
    margin-left: 50%;
  }
  .column--sm-offset-7 {
    margin-left: 58.33333%;
  }
  .column--sm-offset-8 {
    margin-left: 66.66667%;
  }
  .column--sm-offset-9 {
    margin-left: 75%;
  }
  .column--sm-offset-10 {
    margin-left: 83.33333%;
  }
  .column--sm-offset-11 {
    margin-left: 91.66667%;
  }
  .column--sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .column--md-1 {
    width: 8.33333%;
  }
  .column--md-2 {
    width: 16.66667%;
  }
  .column--md-3 {
    width: 25%;
  }
  .column--md-4 {
    width: 33.33333%;
  }
  .column--md-5 {
    width: 41.66667%;
  }
  .column--md-6 {
    width: 50%;
  }
  .column--md-7 {
    width: 58.33333%;
  }
  .column--md-8 {
    width: 66.66667%;
  }
  .column--md-9 {
    width: 75%;
  }
  .column--md-10 {
    width: 83.33333%;
  }
  .column--md-11 {
    width: 91.66667%;
  }
  .column--md-12 {
    width: 100%;
  }
  .column--md-pull-0 {
    right: auto;
  }
  .column--md-pull-1 {
    right: 8.33333%;
  }
  .column--md-pull-2 {
    right: 16.66667%;
  }
  .column--md-pull-3 {
    right: 25%;
  }
  .column--md-pull-4 {
    right: 33.33333%;
  }
  .column--md-pull-5 {
    right: 41.66667%;
  }
  .column--md-pull-6 {
    right: 50%;
  }
  .column--md-pull-7 {
    right: 58.33333%;
  }
  .column--md-pull-8 {
    right: 66.66667%;
  }
  .column--md-pull-9 {
    right: 75%;
  }
  .column--md-pull-10 {
    right: 83.33333%;
  }
  .column--md-pull-11 {
    right: 91.66667%;
  }
  .column--md-pull-12 {
    right: 100%;
  }
  .column--md-push-0 {
    left: auto;
  }
  .column--md-push-1 {
    left: 8.33333%;
  }
  .column--md-push-2 {
    left: 16.66667%;
  }
  .column--md-push-3 {
    left: 25%;
  }
  .column--md-push-4 {
    left: 33.33333%;
  }
  .column--md-push-5 {
    left: 41.66667%;
  }
  .column--md-push-6 {
    left: 50%;
  }
  .column--md-push-7 {
    left: 58.33333%;
  }
  .column--md-push-8 {
    left: 66.66667%;
  }
  .column--md-push-9 {
    left: 75%;
  }
  .column--md-push-10 {
    left: 83.33333%;
  }
  .column--md-push-11 {
    left: 91.66667%;
  }
  .column--md-push-12 {
    left: 100%;
  }
  .column--md-offset-0 {
    margin-left: 0%;
  }
  .column--md-offset-1 {
    margin-left: 8.33333%;
  }
  .column--md-offset-2 {
    margin-left: 16.66667%;
  }
  .column--md-offset-3 {
    margin-left: 25%;
  }
  .column--md-offset-4 {
    margin-left: 33.33333%;
  }
  .column--md-offset-5 {
    margin-left: 41.66667%;
  }
  .column--md-offset-6 {
    margin-left: 50%;
  }
  .column--md-offset-7 {
    margin-left: 58.33333%;
  }
  .column--md-offset-8 {
    margin-left: 66.66667%;
  }
  .column--md-offset-9 {
    margin-left: 75%;
  }
  .column--md-offset-10 {
    margin-left: 83.33333%;
  }
  .column--md-offset-11 {
    margin-left: 91.66667%;
  }
  .column--md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .column--lg-1 {
    width: 8.33333%;
  }
  .column--lg-2 {
    width: 16.66667%;
  }
  .column--lg-3 {
    width: 25%;
  }
  .column--lg-4 {
    width: 33.33333%;
  }
  .column--lg-5 {
    width: 41.66667%;
  }
  .column--lg-6 {
    width: 50%;
  }
  .column--lg-7 {
    width: 58.33333%;
  }
  .column--lg-8 {
    width: 66.66667%;
  }
  .column--lg-9 {
    width: 75%;
  }
  .column--lg-10 {
    width: 83.33333%;
  }
  .column--lg-11 {
    width: 91.66667%;
  }
  .column--lg-12 {
    width: 100%;
  }
  .column--lg-pull-0 {
    right: auto;
  }
  .column--lg-pull-1 {
    right: 8.33333%;
  }
  .column--lg-pull-2 {
    right: 16.66667%;
  }
  .column--lg-pull-3 {
    right: 25%;
  }
  .column--lg-pull-4 {
    right: 33.33333%;
  }
  .column--lg-pull-5 {
    right: 41.66667%;
  }
  .column--lg-pull-6 {
    right: 50%;
  }
  .column--lg-pull-7 {
    right: 58.33333%;
  }
  .column--lg-pull-8 {
    right: 66.66667%;
  }
  .column--lg-pull-9 {
    right: 75%;
  }
  .column--lg-pull-10 {
    right: 83.33333%;
  }
  .column--lg-pull-11 {
    right: 91.66667%;
  }
  .column--lg-pull-12 {
    right: 100%;
  }
  .column--lg-push-0 {
    left: auto;
  }
  .column--lg-push-1 {
    left: 8.33333%;
  }
  .column--lg-push-2 {
    left: 16.66667%;
  }
  .column--lg-push-3 {
    left: 25%;
  }
  .column--lg-push-4 {
    left: 33.33333%;
  }
  .column--lg-push-5 {
    left: 41.66667%;
  }
  .column--lg-push-6 {
    left: 50%;
  }
  .column--lg-push-7 {
    left: 58.33333%;
  }
  .column--lg-push-8 {
    left: 66.66667%;
  }
  .column--lg-push-9 {
    left: 75%;
  }
  .column--lg-push-10 {
    left: 83.33333%;
  }
  .column--lg-push-11 {
    left: 91.66667%;
  }
  .column--lg-push-12 {
    left: 100%;
  }
  .column--lg-offset-0 {
    margin-left: 0%;
  }
  .column--lg-offset-1 {
    margin-left: 8.33333%;
  }
  .column--lg-offset-2 {
    margin-left: 16.66667%;
  }
  .column--lg-offset-3 {
    margin-left: 25%;
  }
  .column--lg-offset-4 {
    margin-left: 33.33333%;
  }
  .column--lg-offset-5 {
    margin-left: 41.66667%;
  }
  .column--lg-offset-6 {
    margin-left: 50%;
  }
  .column--lg-offset-7 {
    margin-left: 58.33333%;
  }
  .column--lg-offset-8 {
    margin-left: 66.66667%;
  }
  .column--lg-offset-9 {
    margin-left: 75%;
  }
  .column--lg-offset-10 {
    margin-left: 83.33333%;
  }
  .column--lg-offset-11 {
    margin-left: 91.66667%;
  }
  .column--lg-offset-12 {
    margin-left: 100%;
  }
}

.meta {
  font-size: calc($font_size_base - 2px);
  color: #979797;
}

.meta__item {
  display: inline-block;
  margin-right: calc(12px / 2);
}

.meta__item + .meta__item:before {
    margin-right: calc(12px / 2);
    font-size: 10px;
    content: "\2022";
  }

.meta--profile {
  margin-bottom: 0;
}

.meta--hero-unit {
  color: #dee2e6;
}

.tcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: calc(10px * 3);
  padding: 0;
  width: 30px;
  height: 30px;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.tcon > * {
    display: block;
  }

.tcon:hover,
  .tcon:focus {
    outline: none;
  }

.tcon::-moz-focus-inner {
    border: 0;
  }

.tcon-menu__lines {
  display: inline-block;
  width: 30px;
  height: calc(30px / 10);
  border-radius: $border_radius_base;
  background: $topbar_link_color;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  position: relative;
}

.tcon-menu__lines:before,
  .tcon-menu__lines:after {
    display: inline-block;
    width: 30px;
    height: calc(30px / 10);
    border-radius: $border_radius_base;
    background: $topbar_link_color;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    -webkit-transform-origin: calc(30px / 10) center;
            transform-origin: calc(30px / 10) center;
  }

.tcon-menu__lines:before {
    top: calc(30px / 3);
  }

.tcon-menu__lines:after {
    top: calc(30px / -3);
  }

.tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8);
  }

.tcon-menu--xcross {
  width: auto;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
      background: transparent;
    }

.tcon-menu--xcross.tcon-transform .tcon-menu__lines:before,
      .tcon-menu--xcross.tcon-transform .tcon-menu__lines:after {
        top: 0;
        width: 30px;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
      }

.tcon-menu--xcross.tcon-transform .tcon-menu__lines:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
      }

.tcon-menu--xcross.tcon-transform .tcon-menu__lines:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
      }

.tcon-visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.tcon-visuallyhidden:active,
  .tcon-visuallyhidden:focus {
    position: static;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: auto;
    height: auto;
  }

.logo {
  display: block;
  max-height: $logo_height;
}

@media (min-width: 768px) {

.logo {
    /* max-width: 200px; */
}
  }

#user > .btn {
  padding: 0;
  color: inherit;
  font-size: calc($font_size_base - 2px);
  background-color: transparent;
}

#user > .btn,
  #user > .btn:active,
  #user > .btn:hover {
    border-color: transparent;
  }

.breadcrumbs {
  margin-bottom: calc(10px * 2);
  padding: 8px 0 0;
  border-radius: $border_radius_base;
  background-color: transparent;
  list-style: none;
}

.breadcrumbs li {
    display: inline-block;
  }

.breadcrumbs li + li:before {
      padding: 0 5px;
      color: #fff;
      content: "› ";
    }

.breadcrumbs a {
    color: #0072ef;
  }

.breadcrumbs-wrapper .breadcrumbs a { 
      color: #fff;
    }

.hero-unit {
  position: relative;
  padding-top: calc(4% + 80px);
  padding-bottom: 4%;
  background-color: $hero_unit_bg;
  background-image: url($hero_homepage_pattern);
  color: #fff;
}

.hero-unit__content {
  position: relative;
  z-index: 2;
}

.hero-unit__title {
  margin-bottom: calc($font_size_base * $line_height_base);
  color: #fff;
  font-weight: 600;
  font-size: calc($font_size_base * 1.5);
  line-height: 1.1;
}

@media (min-width: 768px) {

.hero-unit__title {
    font-size: calc($font_size_base * 1.75)
}
  }

@media (min-width: 992px) {

.hero-unit__title {
    font-size: calc($font_size_base * 2.5)
}
  }

.hero-unit__desc {
  font-size: calc($font_size_base * 1.25);
}

@media (min-width: 768px) {

.hero-unit__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start
}
  }

.hero-unit--large {
  /* padding-top: calc(6% + 80px); */
  padding-bottom: 6%;
}

.hero-unit__hc-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: calc($font_size_base * $line_height_base);
}

.language-selector {
  display: inline-block;
  vertical-align: middle;
}

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

.avatar--agent:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: -4px;
    margin-bottom: -4px;

    font-size: calc($font_size_base * 0.75);
    color: $brand_secondary;
    content: "\f19d";
  }

.user-avatar {
  border-radius: $border_radius_base;
}

.user-avatar--default {
  width:  40px;
  height: 40px;
}

#user .user-avatar {
  width:  30px;
  height: 30px;
}

.searchbox {
  margin-top: calc($font_size_base * $line_height_base);
}

.searchbox-suggestions ul {
    margin-bottom: calc($font_size_base * $line_height_base);

    padding-left: 0;
    list-style: none;
  }

.searchbox-suggestions li {
    margin-bottom: calc($font_size_base * $line_height_base / 3);
  }

.search-box {
  position: relative;
}

.search-box input[type="submit"] {
    display: none;
  }

.search-box #query {
    padding-left: calc(10px * 3);
  }

.search-box:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: calc((($font_size_base + 6px) - 4px) / -2);
    color: #333333;
    content: "\f002";
    font-size: calc(($font_size_base + 6px) - 4px);
  }

.search-box--hero-unit {
  margin-right: auto;
  margin-left: auto;
  max-width: 720px;
}

.search-box--hero-unit:before {
    left: calc(10px * 2);
    margin-top: calc(($font_size_base + 6px) / -2);
    font-size: calc($font_size_base + 6px);
  }

.search-box--hero-unit #query {
    padding: 0 calc(10px * 5);
    height: calc(10px * 6);
    border-color: #fff;
    -webkit-box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.1);
    font-size: 20px;
  }

.search-mobile {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: none;
  padding: calc(10px * 2);
  background-color: #fff;
}

.search-box--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.search-box--mobile #query {
    margin-right: 10px;
  }

.search-box--topbar {
  display: none;
}

.search-box--topbar #query {
    border-color: #fff;
  }

@media (min-width: 768px) {

.topbar--fixed .search-box--topbar {
    display: block;
    width: 33%
}
  }

.search-box--mobile-active {
  display: block;
}

.search-box--small {
  margin-bottom: calc($font_size_base * $line_height_base);
}

.search-results-page {
  padding-top: calc(10px * 2);
  margin-bottom: calc($font_size_base * $line_height_base * 2);
}

.search-results-count {
  font-size: calc($font_size_base * 1.25);
}

.search-result {
  margin-bottom: calc($font_size_base * $line_height_base);
  border-bottom: 2px solid #eceeef;
}

.search-result__title {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
  font-weight: 600;
}

.search-result__description {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
  font-size: calc($font_size_base - 2px);
}

.search-result__description:empty {
    display: none;
  }

.search-result__description em {
    padding: 0 3px;
    font-style: normal;
    font-weight: 600;
    background-color: #fff3ca;
    border-radius: 3px;
  }

.search-result__meta {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
}

.search-result-votes {
  display: inline-block;
  padding: 2px 4px;
  font-size: calc($font_size_base * 0.75);
  color: #fff;
  background-color: $brand_primary;
  border-radius: $border_radius_base;
}

.category-page {
  padding-top: calc($font_size_base * $line_height_base * 2);
}

@media (min-width: 768px) {

.category-page {
    margin-bottom: calc($font_size_base * $line_height_base * 2)
}
  }

.category-description:empty {
    display: none;
  }

.category-list {
  display: none;
  margin-bottom: calc(10px * 6);
  padding-top: calc(10px * 6);
  padding-bottom: calc(10px * 4);
  padding-left: 0;
  border-top: 1px solid #eceeef;
}

.category-list__title {
  font-size: calc($font_size_base * 1.5);
}

.category-list__icon {
  margin-right: calc(10px / 2);
  color: #fbce0a;
  vertical-align: middle;
  font-size: 16px !important;
}

.category-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
}

.category-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc($font_size_base * $line_height_base);
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 768px) {

.category-list-item {
    min-height: 115px;
    width: 50%
}
  }

.category-list-item__link {
  padding: calc($font_size_base * $line_height_base) 15px;
  width: 100%;
  border: 1px solid #eceeef;
  border-radius: $border_radius_base;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category-list-item__link:active,
  .category-list-item__link:focus,
  .category-list-item__link:hover {
    border-color: $brand_primary;
    background-color: $brand_primary;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
  }

.category-list-item__desc {
  padding-top: calc($font_size_base * $line_height_base / 2);
}

.category-list-item__buttons {
  padding-top: calc($font_size_base * $line_height_base / 2);
}

.category-list-item__title {
  margin-bottom: 0;
  font-weight: 600;
}

/****
  CATEGORY LIST ACCORDION
****/

.category-list-item--accordion-item {
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: $border_radius_base;
  margin-bottom: calc($font_size_base * $line_height_base);
  padding: 0;
  display: block;
  min-height: auto;
}

.category-list-item__link--accordion-title {
  display: block;
  width: 100%;
  position: relative;
  padding: 20px 52px 20px 20px;
  cursor: pointer;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.category-list-item__link--accordion-title:hover,
  .category-list-item__link--accordion-title:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #333333;
  }

.category-list-item__link--accordion-title:before {
    content: "";
    position: absolute;
  }

.category-list-item__link--accordion-title a {
    pointer-events: none;
  }

.category-list-item__link--accordion-title h3 {
    font-size: calc($font_size_base * 1.25);
  }

.category-list-item__body--accordion-content {
  display: none;
  padding: 24px 24px 0;
  border-top: 1px solid #dee2e6;
  margin-left: 0;
  margin-right: 0;
}

.category-list-item__body--accordion-content p:last-child {
    margin-bottom: 0;
  }

.category-list-item__body--accordion-content ul li.section h2 {
        font-size: calc($font_size_base * 1.25);
      }

.category-list__items--accordion {
  margin-left: 0;
  margin-right: 0;
}

.category-list__items--accordion .category-list-item__link--accordion-title:before {
    right: 22px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-bottom: 2px solid $brand_primary;
    border-left: 2px solid $brand_primary;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

.category-list__items--accordion .category-list-item__link--accordion-title--active:before {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
    }

.section {
  margin-bottom: calc($font_size_base * $line_height_base);
}

@media (min-width: 768px) {

.section {
    margin-bottom: calc($font_size_base * $line_height_base * 2)
}
  }

.section + .section {
  border-top: 0px solid #eceeef;
  padding-top: calc($font_size_base * $line_height_base);
}

@media (min-width: 768px) {

.section + .section {
    padding-top: calc($font_size_base * $line_height_base * 2)
}
  }

.section__title-link {
  color: inherit;
}

@media (min-width: 768px) {

.section-subscribe {
    margin-left: calc(10px * 2)
}
  }

.section-tree {
  margin-top: calc($font_size_base * $line_height_base * -2);
}

.section-list {
  display: none;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 768px) {

.section-list {
    display: block
}
  }

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

.section-list__link {
  display: block;
  padding: calc(10px / 2) 10px;
  border-radius: $border_radius_base;
  color: #333333;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.section-list__link.is-active {
    background-color: #0072ef;
    color: #fff;
  }

.section-list--fixed {
  position: fixed;
}

.section-page {
  padding-top: calc($font_size_base * $line_height_base * 2);
  margin-bottom: calc($font_size_base * $line_height_base * 2);
}

.section-tree-with-article {
  padding-left: 0;
  list-style: none;
}

.section-tree-with-article ul {
    padding-left: 0;
    list-style: none;
  }

.section-tree-with-article .section h2 {
      font-size: calc($font_size_base * 1.5);
    }

.section-tree-with-article .article-list {
    list-style-type: disc;
  }

@media (min-width: 768px) {

.section-tree-with-article .article-list {
      -webkit-column-count: 3;
              column-count: 3;
      -webkit-column-gap: calc(15px * 3);
              column-gap: calc(15px * 3)
  }
    }

.section-tree-with-article .article-list li {
      margin-bottom: 10px;
      page-break-inside: avoid;
    }

.section-tree-with-article .article-list li span {
        display: none;
      }

.section-tree-with-article .article-list .article-promoted a {
        display: inline-table;
        font-weight: 600;
      }

.section-tree-with-article .article-list .article-promoted a:before {
          display: inline-block;
          font-family: "Font Awesome 5 Free";
          font-style: normal;
          font-weight: 900;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          content: "\f005";
          font-size: 10px;
          color: #fbce0a;
          vertical-align: middle;
          margin-right: 5px;
        }

.author {
  font-weight: 700;
}

.author--hero-unit,
  .author--hero-unit:active,
  .author--hero-unit:hover,
  .author--hero-unit:focus {
    color: #fff;
  }

.article-page {
  margin-bottom: calc($font_size_base * $line_height_base * 2);
  padding-top: calc($font_size_base * $line_height_base * 2);
}

@media (min-width: 768px) {

.article-page__container {
    margin-right: auto;
    margin-left: auto;
    width: 95%
}
  }

@media (min-width: 992px) {

.article-page__container {
    width: 75%
}
  }

.article {
  position: relative;
}

.article__title {
  font-weight: 300;
  font-size: calc($font_size_base * 1.5);
}

@media (min-width: 768px) {

.article__title {
    font-size: calc($font_size_base * 1.75)
}
  }

@media (min-width: 992px) {

.article__title {
    font-size: calc($font_size_base * 2.5)
}
  }

.article-meta {
  display: table;
  margin-bottom: calc($font_size_base * $line_height_base);
  width: 100%;
}

.article-meta__col {
  display: table-cell;
  vertical-align: top;
}

.article-meta__col--main {
  padding-right: 12px;
  width: 100%;
}

.article__body {
  margin-bottom: calc(10px * 4);
}

.article__body h2 {
    font-size: calc($font_size_base * 1.75);
    font-weight: 900;
    line-height: 1.2;
  }

.article__body .wysiwyg-font-size-x-large {
    font-size: calc($font_size_base * 1.75);
    font-weight: 900;
    line-height: 1.2;
  }

.article__body .wysiwyg-font-size-large {
    font-size: calc($font_size_base * 1.5);
    font-weight: 900;
    line-height: 1.2;
  }

.article__body .wysiwyg-font-size-medium {
    font-size: calc($font_size_base * 1.25);
    line-height: 1.2;
  }

.article__body .wysiwyg-font-size-small {
    font-size: calc($font_size_base * 0.75);
  }

.article__body ul,
  .article__body ol {
    padding-left: 20px;
  }

.article__body ul ul {
      margin-top: calc($font_size_base * $line_height_base / 2);
    }

.article__body ul ol {
      margin-top: calc($font_size_base * $line_height_base / 2);
    }

.article__body ol ul {
      margin-top: calc($font_size_base * $line_height_base / 2);
    }

.article__body ol ol {
      margin-top: calc($font_size_base * $line_height_base / 2);
    }

.article__body ul li {
      margin-bottom: calc($font_size_base * $line_height_base / 2);
    }

.article__body ol li {
      margin-bottom: calc($font_size_base * $line_height_base / 2);
    }

.article__attachments {
  margin-bottom: calc($font_size_base * $line_height_base);
}

.article-more-questions {
  clear: both;
  margin-bottom: calc($font_size_base * $line_height_base);
}

.article-more-questions:empty {
    display: none;
  }

.article-more-questions a {
    white-space: nowrap;
  }

@media (max-width: 767px) {

.article-sidebar {
    padding-top: calc($font_size_base * $line_height_base);
    border-top: 2px solid #eceeef
}
  }

.article-votes {
  padding-top: calc(10px * 3);
  border-top: 1px solid #eceeef;
  text-align: center;
}

.article-votes__question {
  display: block;
  margin-bottom: calc(10px * 2);
  font-weight: 700;
  font-size: calc($font_size_base * 1.1);
}

.article-votes__controls {
  margin-bottom: calc(10px * 2);
}

.article-votes__count {
  display: block;

  color: #979797;
  font-size: calc($font_size_base * 0.75);
}

.article-votes__count + .article__share {
  padding-top: calc(10px * 2);
}

.article-vote {
  position: relative;
  padding-right: calc(10px * 2);
  padding-left: calc(10px * 2);
}

.article-vote:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    margin-right: calc(10px / 2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.article-vote:after {
    display: inline-block;
    vertical-align: middle;
    content: attr(title);
  }

.article-vote--up {
  margin-right: 10px;
}

.article-vote--up::before {
    content: "\f00c";
  }

.article-vote--down::before {
  content: "\f00d";
}

.article-vote--voted {
  border-color: #1a1a1a;
  color: #1a1a1a;
}

.article-votes + .comments {
  margin-top: calc(10px * 3);
  padding-top: calc(10px * 3);
  border-top: 1px solid #eceeef;
}

.article-votes + .article-page__related {
  padding-top: calc(10px * 4);
  border-top: 1px solid #eceeef;
  margin-top: calc(10px * 4);
}

.article-list {
  padding-left: 0;
  margin-bottom: 10px;
  margin-left: calc(10px * 2);
  color: #818a91;
}

.article-list-item {
  margin-bottom: 10px;
}

.article-list-item__link {
  color: #0072ef;
}

.article-list-item--is-promoted {
  font-weight: 700;
}

.article-list-item--is-promoted span {
    margin-right: 5px;
    font-size: 10px;
    color: #fbce0a;
    vertical-align: middle;
  }

.article-list--section {
  padding-left: 0;
}

@media (min-width: 768px) {

.article-list--section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
  }

@media (min-width: 768px) {

.article-list--section .article-list-item {
      width: 50%;
      padding-right: calc(15px * 2)
  }
    }

.comments {
}

.comments__callout {
  color: #979797;
  font-size: calc($font_size_base * 0.75);
}

.comments__list {
  padding-left: 0;
  list-style: none;
  margin-bottom: calc(10px * 4);
}

.comments--article {
  border-bottom: 1px solid #eceeef;
  padding-bottom: calc(10px * 2);
  margin-bottom: calc(10px * 4);
}

.comment {
  margin-bottom: calc(10px * 2);
  padding-bottom: calc(10px * 2);
  border-bottom: 2px solid #eceeef;
}

.comment p:last-child {
    margin-bottom: 0;
  }

.comment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comment__content {
  padding-right: calc(10px * 2);
}

.comment__header {
  position: relative;
  margin-bottom: 10px;
  font-size: calc($font_size_base * 0.75);
}

.comment__author {
  display: block;
}

.comment__body {
  margin-bottom: calc($font_size_base * $line_height_base);
}

.comment__body ul {
    list-style: disc;
  }

.comment__body ul,
  .comment__body ol {
    padding-left: 20px;
  }

.comment__body ul ul {
      margin-top: calc($font_size_base * $line_height_base / 2);
    }

.comment__body ul ol {
      margin-top: calc($font_size_base * $line_height_base / 2);
    }

.comment__body ol ul {
      margin-top: calc($font_size_base * $line_height_base / 2);
    }

.comment__body ol ol {
      margin-top: calc($font_size_base * $line_height_base / 2);
    }

.comment__body ul li {
      margin-bottom: calc($font_size_base * $line_height_base / 2);
    }

.comment__body ol li {
      margin-bottom: calc($font_size_base * $line_height_base / 2);
    }

.comment__voting-and-actions {
  text-align: center;
}

.comment__voting-and-actions .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0;
    content: '\f013';
    font-weight: 900;
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.comment__pending {
  display: inline-block;
  padding: 1px calc(12px / 2);
  border-radius: $border_radius_base;
  background-color: $brand_warning;
  color: #fff;
  font-size: 12px;
}

.comment__official-heading {
  position: absolute;
  top: 0;
  right: calc(12px * 3);
  padding: 1px calc(12px / 2);
  width: auto;
  border-radius: 0 0 $border_radius_base $border_radius_base;
  background-color: $brand_primary;
  color: #fff;
  font-size: calc($font_size_base * 0.75);
}

.comment__official-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: $brand_success;
}

.comment--official .comment__inner {
    position: relative;
    padding: calc(10px * 2) calc(12px * 2);
    border: 2px solid $brand_primary;
    border-radius: $border_radius_base;
  }

.comment--official p {
    margin-bottom: 0;
  }

.comment--request {
  padding-bottom: calc(10px * 2);
}

.comment-form {
  position: relative;
  margin-bottom: calc(10px * 2);
}

@media (min-width: 768px) {

.comment-form {
    padding-left: calc(40px + 10px)
}
  }

.comment-form__avatar {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {

.comment-form__avatar {
    display: none
}
  }

.comment-form__body {
  margin-bottom: calc(10px * 2);
}

.comment-form__attachments {
  margin-bottom: calc(10px * 2);
}

.comment-form__mark-as-solved {
  position: relative;
}

.comment-sorter {
  display: table;
  margin-bottom: calc(10px * 2);
  width: 100%;
  color: #979797;
  font-size: calc($font_size_base - 2px);
}

.comment-sorter__col {
  display: table-cell;
  vertical-align: middle;
}

.comment-sorter__col--filters {
  text-align: right;
}

.comment-sorter__item.is-active {
    font-weight: 600;
  }

.comment-list-header {
  margin-bottom: calc(10px * 2);
  padding-bottom: 10px;
  border-bottom: 2px solid #eceeef;
}

.comment-sorter__item.is-active {
    font-weight: 600;
  }

.share {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  white-space: nowrap;
}

.share li {
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
  vertical-align: top;
}

@media (max-width: 767px) {

.share li {
    margin-bottom: 5px
}
  }

.share a {
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #cbd0d3;
  color: #fff;
  line-height: 40px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.share a:before {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: "Font Awesome 5 Brands";
  }

.share a:hover {
    background-color: #aab3b7;
  }

.share a:focus {
    background-color: #aab3b7;
  }

.share a:active {
    background-color: #aab3b7;
  }

.share-facebook:before {
    content: "\f09a";
  }

.share-twitter:before {
    content: "\f099";
  }

.share-linkedin:before {
    content: "\f0e1";
  }

.share-googleplus:before {
    content: "\f0d5";
  }

.my-activities-page {
  padding-top: calc(10px * 4);
}

.my-activities-header {
  margin-bottom: calc($font_size_base * $line_height_base);
}

.my-activities-items {
  margin-bottom: calc($font_size_base * $line_height_base * 2);
}

@media (min-width: 768px) {

.my-activities-items {
    display: table;
    width: 100%
}
  }

.my-activities-items__head {
  display: none;
  color: #979797;
}

@media (min-width: 768px) {

.my-activities-items__head {
    display: table-header-group;
    font-size: calc($font_size_base * 0.75);
    font-weight: 600;
    text-transform: uppercase
}
  }

@media (min-width: 768px) {

.my-activities-items__body {
    display: table-row-group
}
  }

@media (min-width: 768px) {

.my-activities-items__row {
    display: table-row
}
  }

@media (min-width: 768px) {

.my-activities-items__col {
    display: table-cell;
    padding-top: calc($font_size_base * $line_height_base / 2);
    padding-bottom: calc($font_size_base * $line_height_base / 2);
    border-bottom: 1px solid #eceeef
}
    .my-activities-items__col + .my-activities-items__col {
      padding-left: 12px;
    }
  }

@media (max-width: 767px) {

.my-activities-items__request-id {
    display: inline
}
  }

@media (min-width: 768px) {

.my-activities-items__request-id {
    display: none
}
  }

.my-activities-menu ul {
    list-style: none;
    padding-left: 0;
  }

.my-activities-menu__items {
  margin-bottom: 0;
}

.my-activities-menu__item {
  margin-bottom: 0;
}

@media (min-width: 768px) {

.my-activities-menu__item {
    float: left
}
  }

.my-activities-menu__item a {
    display: block;
  }

@media (min-width: 768px) {
  .my-activities-menu__item + .my-activities-menu__item {
    margin-left: 12px;
  }
}

.my-activities-menu--main {
  margin-bottom: calc($font_size_base * $line_height_base);
  padding-bottom: calc($font_size_base * $line_height_base);
  border-bottom: 2px solid #eceeef;
}

.my-activities-menu--main .my-activities-menu__item {
    border-radius: $border_radius_base;
    background-color: #dee2e6;
  }

@media (max-width: 767px) {

.my-activities-menu--main .my-activities-menu__item {
      margin-bottom: calc($font_size_base * $line_height_base / 3)
  }
    }

.my-activities-menu--main .my-activities-menu__item.is-active {
      padding: 6px 12px;
      color: #333333;
      font-weight: 600;
    }

.my-activities-menu--main .my-activities-menu__link {
    padding: 6px 12px;
    color: #fff;
    background-color: #0072ef;
    border-radius: $border_radius_base;
  }

.my-activities-menu--sub {
  margin-bottom: calc($font_size_base * $line_height_base);
}

@media (min-width: 768px) {
    .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item:before {
      margin-right: calc(12px / 2);
      content: "\2022";
      font-size: 10px;
    }
  }

.my-activities-menu--sub .my-activities-menu__item.is-active {
      font-weight: 600;
    }

.my-activities-menu--sub .my-activities-menu__item a {
      display: inline-block;
    }

@media (max-width: 767px) {

.my-activities-item {
    margin-bottom: calc($font_size_base * $line_height_base);
    padding: calc($font_size_base * $line_height_base / 2) 12px;
    border: 2px solid #eceeef;
    border-radius: $border_radius_base
}
  }

.my-activities-item__meta {
  color: #979797;
  font-size: calc($font_size_base - 2px);
}

@media (max-width: 767px) {

.my-activities-item__meta {
    display: inline-block;
    margin-right: calc(12px / 2)
}

    .my-activities-item__meta + .my-activities-item__meta:before {
      margin-right: calc(12px / 2);
      content: "\2022";
    }
  }

.my-activities-item__title {
  font-weight: 900;
}

@media (max-width: 767px) {

.my-activities-item__title {
    font-size: calc($font_size_base * 1.25)
}
  }

.request-table-toolbar {
  padding-top: calc(6px * 2);
  padding-bottom: 6px;
  margin-bottom: calc($font_size_base * $line_height_base);
  background-color: #f9f9f9;
  border-radius: $border_radius_base;
}

@media (min-width: 768px) {

.request-table-toolbar {
    padding-top: 6px;
    padding-bottom: calc(6px * 2)
}
  }

.request-table-toolbar label {
    font-size: calc($font_size_base * 0.75);
    text-transform: uppercase;
  }

@media (min-width: 768px) {

.request-table-filters {
    display: table;
    width: 100%
}
  }

.request-table-filters__item {
  padding-right: 12px;
  padding-left: 12px;
}

@media (max-width: 767px) {

.request-table-filters__item {
    margin-bottom: calc($font_size_base * $line_height_base / 2)
}
  }

@media (min-width: 768px) {

.request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom
}
  }

.request-table-organization {
  display: table;
  width: 100%;
}

.request-table-organization__col {
  display: table-cell;
  vertical-align: middle;
}

.request-table-organization__col--main {
  width: 100%;
}

.request-table-organization__col--button {
  padding-left: calc(12px / 2);
}

.request-table-organization__col--button [role="button"] {
    height: calc(($font_size_base * $line_height_base) + calc(6px * 2) + 2);
    line-height: calc(($font_size_base * $line_height_base) + calc(6px * 2) + 2);
    padding-top: 0;
    padding-bottom: 0;
  }

.requests-sort-symbol {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.requests-sort-symbol:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0d7';
    display: inline-block;
    color: #979797;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 2px;
  }

.requests-link {
  white-space: nowrap;
}

.requests-link[href*="asc"] .requests-sort-symbol:after {
  content: '\f0d8';
}

.request-page {
  padding-top: calc(10px * 2);
  margin-bottom: calc($font_size_base * $line_height_base * 2);
}

.request {
  position: relative;
}

.request-id {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
  font-weight: 600;
}

.request-subject {
  font-size: calc($font_size_base * 1.5);
}

@media (min-width: 992px) {

.request-subject {
    font-size: calc($font_size_base * 1.75)
}
  }

.request-follow-up:empty {
  display: none;
}

.request-sidebar {
  padding: calc($font_size_base * $line_height_base) 12px 0;
  margin-bottom: calc($font_size_base * $line_height_base);
  font-size: calc($font_size_base - 2px);
  border: 2px solid #eceeef;
  border-radius: $border_radius_base;
}

.request-sidebar dd {
    margin-bottom: calc($font_size_base * $line_height_base / 2);
  }

.request-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: $border_radius_base;
  white-space: nowrap;
}

.request-status--solved,
  .request-status--closed {
  background-color: $brand_success;
}

.request-status--new,
  .request-status--open {
  background-color: $brand_danger;
}

.request-status--answered {
  background-color: $brand_warning;
}

.new-request-page {
  padding-top: calc(10px * 4);
  margin-bottom: calc($font_size_base * $line_height_base * 2);
}

.new-request-title {
  font-size: calc($font_size_base * 1.5);
}

@media (min-width: 768px) {

.new-request-title {
    font-size: calc($font_size_base * 1.75)
}
  }

@media (min-width: 992px) {

.new-request-title {
    font-size: calc($font_size_base * 2.5)
}
  }

.new-request-form {
  margin-bottom: calc($font_size_base * $line_height_base);
}

.upload-dropzone {
  padding: calc($font_size_base * $line_height_base) 16px;
  border-color: #dee2e6;
  border-radius: $border_radius_base;
}

.upload-dropzone {
    font-size: calc($font_size_base * 0.75);
  }

.upload-dropzone a {
    font-size: calc($font_size_base * 0.75);
  }

.custom-blocks {
  border-bottom: 1px solid #eceeef;
  background-color: #f7f7f9;
}

.custom-block {
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {

.custom-block + .custom-block {
    border-top: 1px solid #eceeef
}
  }

@media (min-width: 768px) {

.custom-block + .custom-block {
    border-left: 1px solid #eceeef
}
  }

.custom-block__link {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: calc(10px * 4);
  padding-bottom: calc(10px * 4);
  -webkit-transition-duration: 220ms;
          transition-duration: 220ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.custom-block__link:active,
  .custom-block__link:focus,
  .custom-block__link:hover {
    /* z-index: 5; */
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.045);
            transform: scale(1.045);
    z-index: 2;
  }

.custom-block__icon {
  display: inline-block;
  margin-bottom: calc($font_size_base * $line_height_base / 2);
}

.custom-block__icon svg {
    width: $icon_height;
    height: $icon_height;
  }

.custom-block__icon circle,
  .custom-block__icon path {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

.custom-block__image {
  width: auto;
  height: $icon_height;
}

.custom-block__title {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
  color: #333333;
}

.custom-block__desc {
  color: #333333;
  line-height: 1.3;
}

.custom-block__buttons {
  margin-bottom: 0;
}

.dropdown-toggle:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: $line_height_base;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  color: inherit;
  content: '\f107';
}

.dropdown-menu {
  border: 0;
  min-width: 0 !important;
  font-size: calc($font_size_base - 2px);
  overflow: hidden;
}

.dropdown-menu [role=menuitem] {
    padding: calc($font_size_base * $line_height_base / 2) 12px;
  }

.dropdown-menu [role=menuitem][aria-selected=true]:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    content: '\f00c';
  }

.error-page {
  padding: 10% 0 10%;
  text-align: center;
}

.error-page__title {
  text-transform: capitalize;
}

.note {
  position: relative;
  margin-bottom: calc($font_size_base * $line_height_base);
  padding-left: 12px;
  border-left: calc(2px * 4) solid transparent;
  color: #666;
}

.note p:last-child {
    margin-bottom: 0;
  }

.note-title {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
  font-weight: 600;
}

.note-default {
  border-color: #818a91;
}

.note--default {
  border-color: #818a91;
}

.note-default .note-title {
    color: #818a91;
  }

.note--default .note-title {
    color: #818a91;
  }

.note-info,
.note--info {
  border-color: $brand_info;
}

.note-info .note-title, .note--info .note-title {
    color: $brand_info;
  }

.note-warning,
.note--warning {
  border-color: $brand_warning;
}

.note-warning .note-title, .note--warning .note-title {
    color: $brand_warning;
  }

.note-success,
.note--success {
  border-color: $brand_success;
}

.note-success .note-title, .note--success .note-title {
    color: $brand_success;
  }

.note-danger,
.note--danger {
  border-color: $brand_danger;
}

.note-danger .note-title, .note--danger .note-title {
    color: $brand_danger;
  }

.footer {
  position: relative;
  padding-top: calc($font_size_base * $line_height_base * 2);
  padding-bottom: calc($font_size_base * $line_height_base);
  color: $footer_text_color;
  background-color: $footer_bg;
  border-top: 1px solid #eceeef;
  font-size: calc($font_size_base - 2px);
  line-height: 1.1;
}

.footer a {
  color: $footer_link_color;
}

.footer a:hover,
  .footer a:active,
  .footer a:focus {
    color: darken($footer_link_color, 12%);
  }

.footer__inner {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
  }

.footer__col {
  position: relative;
}

@media (min-width: 768px) {

.footer__col {
    display: table-cell;
    vertical-align: top
}
  }

@media (min-width: 768px) {

.footer__social-links {
    margin-bottom: 0
}
  }

/* .footer__col--side {
  @media (--screen-sm) {
    text-align: right;
  }
} */

.footer-social-link {
  display: inline-block;
  width: calc($footer_social_icon_height * 1.9);
  height: calc($footer_social_icon_height * 1.9);
  font-size: $footer_social_icon_height !important;
  border-color: #cbd0d3;
  border-radius: 100%;
  background-color: #cbd0d3;
  line-height: 30px !important;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  color: #fff !important;
}

.footer-social-link:before {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: "Font Awesome 5 Brands";
    font-weight: 300;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
  }

.footer-social-link:hover {
    background-color: #aab3b7;
  }

.footer-social-link:focus {
    background-color: #aab3b7;
  }

.footer-social-link:active {
    background-color: #aab3b7;
  }

.footer-social-link + .footer-social-link {
    margin-left: calc(10px / 2);
  }

.footer__copyright a {
  color: $footer_link_color;
  text-decoration: underline;
}

.layout {
  position: relative;
  background-color: #fff;
}

.pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 calc($font_size_base * $line_height_base / 2);
  }

.pagination ul > li {
      display: inline-block;
      margin-right: 6px;
      margin-bottom: calc($font_size_base * $line_height_base / 2);
    }

.pagination ul > li > a {
        position: relative;

        display: block;
        padding: 6px 16px;
        line-height: $line_height_base;
        color: #a6a6a7;
        text-decoration: none;
        background-color: #f6f6f6;
        border-radius: $border_radius_base;
      }

.pagination ul > li > span {
        position: relative;

        display: block;
        padding: 6px 16px;
        line-height: $line_height_base;
        color: #a6a6a7;
        text-decoration: none;
        background-color: #f6f6f6;
        border-radius: $border_radius_base;
      }

.pagination ul > li > a:hover {
        color: #004ea3;
        background-color: #dee2e6;
        border-color: #ddd;
      }

.pagination ul > li > a:focus {
        color: #004ea3;
        background-color: #dee2e6;
        border-color: #ddd;
      }

.pagination ul > li > span:hover {
        color: #004ea3;
        background-color: #dee2e6;
        border-color: #ddd;
      }

.pagination ul > li > span:focus {
        color: #004ea3;
        background-color: #dee2e6;
        border-color: #ddd;
      }

.pagination ul > .pagination-current > span,
      .pagination ul > .pagination-current > span:hover,
      .pagination ul > .pagination-current > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: $brand_primary;
        border-color: $brand_primary;
      }

.satisfaction-box {
  padding: calc($font_size_base * $line_height_base) 15px;
  margin: 0 0 (10px * 2) 0;
  margin-top: 0;
  border-color: #eceeef;
  border-radius: $border_radius_base;
}

.satisfaction-box h4:last-child {
      margin-bottom: 0;
    }

.satisfaction-box input[type=radio] ~ label {
  letter-spacing: normal;
  margin-right: 10px;
}

.satisfaction-box label.disabled {
  margin-bottom: calc($font_size_base * $line_height_base) !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: $brand_success !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: $brand_danger !important;
}

.satisfaction-comment {
  margin-top: 15px;
}

.satisfaction-box .satisfaction-submit {
  margin-left: 10px !important;
  font-size: 14px !important;
}

.satisfaction-reason {
  padding-top: calc($font_size_base * $line_height_base);
}

.satisfaction-box .satisfaction-cancel {
  font-size: 14px !important;
  line-height: $line_height_base !important;
}

.topbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding-top: calc(10px * 1.5);
  padding-bottom: calc(10px * 1.5);
  width: 100%;
  color: $topbar_text_color;
  font-weight: 700;
  font-size: calc($font_size_base - 2px);
  -webkit-transition: margin-top 0.7s ease;
  transition: margin-top 0.7s ease;
}

@media (min-width: 1200px) {
      .topbar:not(.topbar--fixed):not(.topbar--fixed) {
        background-color: transparent !important;
      }
    }

.topbar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topbar__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {

.topbar__logo-wrapper {
    width: 50%
}
  }

.topbar__help-center-name {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  line-height: 1.1;
}

@media (max-width: 767px) {

.topbar__help-center-name {
    display: none
}
  }

@media (max-width: 1199px) {

.topbar__controls {
    display: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 10px;
    width: 100%
}
  }

@media (min-width: 1200px) {

.topbar__controls {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%
}

    .topbar__controls > * + * {
      margin-left: calc(10px * 3);
    }
  }

.topbar__link {
  color: $topbar_link_color;
}

@media (max-width: 1199px) {

.topbar__link {
    display: block;
    padding: 10px 0
}
  }

.topbar__link:hover,
  .topbar__link:focus,
  .topbar__link:active {
    color: darken($topbar_link_color, 12%);
  }

.topbar__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {

.topbar__buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 33%
}
  }

@media (min-width: 1200px) {

.topbar__buttons {
    display: none
}
  }

.topbar--fixed {
  position: fixed;
  z-index: 10;
  background-color: $topbar_bg;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.topbar--fixed .search-box--topbar {
    opacity: 1;
  }

.topbar--fixed #user {
    display: none;
  }

@media (min-width: 768px) {

.topbar--fixed .topbar__logo-wrapper,
  .topbar--fixed .topbar__controls {
      width: 33%
  }
    }

@media (min-width: 768px) {

.topbar--fixed .btn--toggle-search {
      display: none
  }
    }

.topbar--hidden {
  margin-top: -100px;
}

.topbar--hidden .topbar__help-center-name {
    display: none;
  }

.topbar--opened {
  z-index: 10;
  background-color: $brand_primary;
}

@media (max-width: 1200px) {

.topbar--opened {
    -webkit-box-shadow: 0 0 5px 0 #55595c;
            box-shadow: 0 0 5px 0 #55595c
}
  }

#password-form {
  color: #969696;
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  font-size: 32px !important;
  line-height: 45px !important;
  text-align: center;
  border: 2px solid #0072ef;
  border-radius: $border_radius_base;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 50px;
  height: 50px;
}

.scroll-to-top:focus,
  .scroll-to-top:active {
    outline: 0;
  }

.scroll-to-top.is-active {
    bottom: 30px;
  }

.scroll-to-top:hover {
    color: #004ea3;
    border-color: #004ea3;
  }

@media (max-width: 767px) {

.scroll-to-top {
    display: none
}
  }

.embed,
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.embed img, .embed-responsive img {
    width: 100%;
  }

.embed iframe,
  .embed embed,
  .embed object,
  .embed video,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

.embed:focus, .embed-responsive:focus {
    outline: none !important;
  }

.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive--4by3 {
  padding-bottom: 75%;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: block !important;
}

@media (max-width: 767px) {
  .visible-xs {
  	display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
  	display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
  	display: block !important;
	}
}

@media (min-width: 1200px) {
  .visible-lg {
  	display: block !important;
	}
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.page-header {
  margin-bottom: calc($font_size_base * $line_height_base);
}

.page-header--with-border {
  border-bottom: 2px solid #eceeef;
}

.recent-articles ul {
    color: #818a91;
    margin-left: calc(10px * 2);
    margin-bottom: 10px;
    padding-left: 0;
  }

.related-articles ul {
    color: #818a91;
    margin-left: calc(10px * 2);
    margin-bottom: 10px;
    padding-left: 0;
  }

.recent-articles li {
    margin-bottom: 10px;
  }

.related-articles li {
    margin-bottom: 10px;
  }

.section-articles {
  margin-bottom: calc(10px * 4);
}

.section-articles__title {
  font-size: calc($font_size_base * 1.5);
}

.section-articles__list {
  color: #818a91;
  margin-left: calc(10px * 2);
  margin-bottom: 10px;
  padding-left: 0;
}

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

/* font-size: var(--font-size-h3); */

.community-activity__title:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #fbce0a;
    content: '\f075';
    vertical-align: middle;
    font-size: 16px;
  }

.community-activity__link {
  color: inherit;
}

.recent-activity-header {
  font-size: calc($font_size_base * 1.25);
  font-weight: 400;
}

.recent-activity {
  margin-bottom: calc(10px * 6);
}

.recent-activity-list {
  list-style: none;
  padding-left: 0;  

  margin-bottom: 0;
}

@media (min-width: 768px) {

.recent-activity-list {
    margin-right: calc(15px * -1);
    margin-left: calc(15px * -1)
}
  }

.recent-activity-item {
  margin-bottom: calc($font_size_base * $line_height_base);
}

@media (min-width: 768px) {

.recent-activity-item {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.3333%;
    vertical-align: top
}
  }

.recent-activity-item-meta {
  color: #979797;
  font-size: calc($font_size_base * 0.75);
}

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

.recent-activity-item-time {
  margin-right: calc(10px / 2);
}

.recent-activity-item-comment span:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: calc(12px / 4);
  content: '\f075';
}

.recent-activity-item-parent {
  color: #333333;
  font-weight: 600;
}

.promoted-articles {
  padding-top: calc(10px * 6);
  padding-bottom: calc(10px * 4);
}

.promoted-articles__icon {
  margin-right: calc(10px / 2);
  color: #fbce0a;
  vertical-align: middle;
  font-size: 16px !important;
}

.promoted-articles__title {
  font-size: calc($font_size_base * 1.5);
}

.promoted-articles__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
  color: #818a91;
}

@media (min-width: 768px) {

.promoted-articles__articles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row
}
  }

.promoted-articles__item {
  margin-bottom: calc(10px * 2);
  width: 100%;
}

@media (min-width: 768px) {

.promoted-articles__item {
    padding-right: 30px;
    width: 50%
}
  }

@media (min-width: 992px) {

.promoted-articles__item {
    width: 33.33%
}
  }

.tips {
  margin-bottom: calc(10px * 6);
  padding-bottom: calc(10px * 4);
  border-bottom: 1px solid #eceeef;
}

.tips__title {
  font-size: calc($font_size_base * 1.5);
}

.tips__icon {
  font-size: calc($font_size_base * 0.75);
  color: #fbce0a;
  vertical-align: middle;
  margin-right: calc(10px / 2);
}

.tips-item {
  margin-bottom: calc(10px * 2);
}

.tips-item__content {
  border: 1px solid #eceeef;
  border-radius: $border_radius_base;
  padding: calc(10px * 4) calc(10px * 2);
  color: #979797;
}

.user-profile-page {
  padding-top: calc($font_size_base * $line_height_base * 2);
}

.profile-header {
  margin-bottom: calc($font_size_base * $line_height_base);
  color: #fff;
  text-align: center;
}

.profile-header__avatar {
  display: inline-block;
  margin-bottom: calc($font_size_base * $line_height_base / 2);
}

.profile-header__name {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
  font-size: calc($font_size_base * 1.5);
}

@media (min-width: 768px) {

.profile-header__name {
    font-size: calc($font_size_base * 1.75)
}
  }

.profile-header__name a {
    color: #fff;
  }

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc($font_size_base * $line_height_base);
  background-color: $brand_primary;
}

.profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
  padding-left: 0;
  color: #979797;
  list-style: none;
  font-size: calc($font_size_base * 0.75);
}

.profile-stats__stat {
  margin-right: 12px;
  margin-bottom: calc($font_size_base * $line_height_base / 4);
  color: #fff;
}

@media (max-width: 767px) {

.profile-stats__stat {
    display: block
}

    .profile-stats__stat:before {
      display: none;
    }
  }

.profile-stats__label {
  margin-right: calc(12px / 2);
}

.profile-stats__value {
  color: #fff;
}

.profile-nav {
  overflow: hidden;
  margin-bottom: calc($font_size_base * $line_height_base * 2);
  border-radius: $border_radius_base;
  background-color: #eceeef;
  font-weight: 600;
  font-size: calc($font_size_base * 0.75);
}

.profile-nav__items {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.profile-nav__item {
  margin-bottom: 0;
}

@media (min-width: 768px) {

.profile-nav__item {
    display: inline-block;
    vertical-align: middle
}
  }

.profile-nav__item a {
    display: block;
    color: #333333;
  }

.profile-nav__item.is-active {
    background-color: $brand_primary;
    color: #fff;
  }

.profile-nav__item.is-active {
    padding: calc($font_size_base * $line_height_base / 1.5) 12px;
    line-height: 1;
  }

.profile-nav__item a {
    padding: calc($font_size_base * $line_height_base / 1.5) 12px;
    line-height: 1;
  }

.profile-nav__item:after {
    right: 12px !important;
  }

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: calc($font_size_base * $line_height_base);
}

.profile-section__title {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
  font-size: calc($font_size_base * 1.5);
}

.profile-section__description {
  color: #979797;
  font-size: calc($font_size_base * 0.75);
}

@media (min-width: 768px) {

.profile-section__description {
    padding-bottom: 0
}
  }

.profile-section-sorter {
  font-size: calc($font_size_base * 0.75);
}

@media (min-width: 768px) {

.profile-section-sorter {
    display: table;
    width: 100%
}
  }

@media (min-width: 768px) {

.profile-section-sorter {
    padding-top: 0;
    border-top: 0
}
  }

.profile-section-sorter .dropdown {
    display: inline-block;
  }

@media (min-width: 768px) {

.profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle
}
  }

@media (max-width: 767px) {

.profile-section-sorter__col--main {
    margin-bottom: calc($font_size_base * $line_height_base / 2)
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col--main {
    padding-right: 12px
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col--btn {
    text-align: right
}
  }

.profile-contribution {
  position: relative;
  padding: calc($font_size_base * $line_height_base / 2) 15px;
  border-radius: $border_radius_base;
  background-color: #f4f5f6;
  word-wrap: break-word;
}

.profile-contribution__header {
  margin-bottom: calc($font_size_base * $line_height_base / 4);
}

.profile-contribution__status {
  margin-bottom: calc($font_size_base * $line_height_base / 4);
}

.profile-contribution__title {
  margin-bottom: calc($font_size_base * $line_height_base / 4);
  font-weight: 600;
  font-size: $font_size_base;
}

.profile-contribution__body {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
}

.profile-contribution--list .profile-contribution__title:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
  }

.profile-contribution__breadcrumbs {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
  padding: 0;
  font-size: calc($font_size_base * 0.75);
}

.profile__no-activity {
  color: #979797;
  text-align: center;
}

.profile__private-activity {
  color: #979797;
  text-align: center;
}

.profile-activity-list {
  padding-left: 0;
  list-style: none;
}

.profile-activity {
  position: relative;
  margin-bottom: calc($font_size_base * $line_height_base * 1.5);
}

.profile-activity__header {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
  font-weight: 600;
  font-size: calc($font_size_base * 0.75);
}

.profile-activity__header:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2px;
  }

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: calc(12px / 2);
}

.profile-activity-list--articles .profile-contribution__title:before,
.profile-activity[class$="-article"] .profile-activity__header:before {
  content: '\f15c';
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  content: '\f086';
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  content: '\f075';
}

.user-subscribe {
  display: inline-block;
}

.entry-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc($font_size_base * 0.75);
}

.entry-info__avatar {
  padding-right: 12px;
}

.status-label {
  padding: 2px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: $border_radius_base;
}

.status-label--pending {
  background-color: $brand_warning;
}

.status-label--with-ticket {
  background-color: $brand_primary;
}

.status-label--with-ticket:hover,
  .status-label--with-ticket:focus,
  .status-label--with-ticket:active {
    color: #fff;
  }

.status-label--solved,
.status-label--closed {
  background-color: $brand_success;
}

.status-label--new,
.status-label--open {
  background-color: $brand_danger;
}

.status-label--answered {
  background-color: $brand_warning;
}

.status-label--official {
  background-color: $brand_primary;
}

.status-label--completed,
.status-label--answered {
  background-color: $brand_success;
}

.status-label--planned {
  background-color: $brand_secondary;
}

.status-label--not-planned {
  color: #333333;
  background-color: #eceeef;
}

.attachment-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: calc($font_size_base * 0.75);
}

.attachment-list__item {
    position: relative;
    padding-left: calc(12px * 1.5);
    margin-bottom: calc($font_size_base * $line_height_base / 2);
  }

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

.attachment-list__icon {
    position: absolute;
    left: 0;
    top: 4px;
  }

.list-colored,
.list-bullet {
  counter-reset: list;
  list-style-type: none;
  padding-left: 0 !important;
}

.list-colored li {
    position: relative;
    padding-left: calc(30px + 12px);
    counter-increment: list;
    margin-bottom: calc($font_size_base * $line_height_base / 1.5) !important;
  }

.list-colored li:before {
      position: absolute;
      top: -3px;
      left: 0;
      content: counter(list);
      text-align: center;
      font-size: calc($font_size_base * 0.75);
      width: 30px;
      height: 30px;
      background-color: $brand_primary;
      border-radius: 50%;
      z-index: 1;
      color: #fff;
      line-height: 30px;
    }

.list-colored ol {
    counter-reset: list;
    list-style-type: none;
    margin-bottom: 14px;
  }

.list-bullet li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
  }

.list-bullet li:before {
      position: absolute;
      left: 0;
      top: -3px;
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      font-weight: 400;
      font-style: normal;
      content: '\f058';
      color: $brand_primary;
      background-color: transparent;
      width: auto;
      height: auto;
    }

.list-bullet ul {
    list-style: none;
    margin-bottom: 14px;
  }

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-primary {
  background-color: lighten($brand_primary, 30%);
}

.text-info {
  background-color: $brand_info;
}

.text-warning {
  background-color: $brand_warning;
}

.text-danger {
  background-color: $brand_danger;
}

.text-success {
  background-color: $brand_success;
}

.accordion {
  border: 1px solid #ddd;
  border-radius: $border_radius_base;
  padding-top: 0;
  margin-bottom: calc($font_size_base * $line_height_base);
}

.accordion__item-title {
  position: relative;
  font-size: calc($font_size_base * 1.25);
  padding: 15px 20px 15px 52px;
  cursor: pointer;
}

.accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #ddd;
  }

.accordion__item-title:before {
    content: '';
    position: absolute;
  }

.accordion__item-content {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.accordion__item-content p:last-child {
    margin-bottom: 0;
  }

.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion--default .accordion__item-title:before {
    left: 22px;
    top: 50%;
    
    width: 8px;
    height: 8px;

    margin-top: -4px;
    border-bottom: 2px solid $brand_primary;
    border-left: 2px solid $brand_primary;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

.accordion--default .accordion__item-title--active {
    background-color: #f0f0f0;
  }

.accordion--default .accordion__item-title--active:before {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
    }

.accordion--colored .accordion__item-title {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

.accordion--colored .accordion__item-title:before,
    .accordion--colored .accordion__item-title:after {
      top: 50%;
    }

.accordion--colored .accordion__item-title:before {
      width: 10px;
      height: 2px;
      margin-top: -1px;
      background-color: #818a91;
      left: 20px;
    }

.accordion--colored .accordion__item-title:after {
      content: '';
      position: absolute;
      left: 24px;
      width: 2px;
      height: 10px;
      margin-top: -5px;
      background-color: #818a91;
    }

.accordion--colored .accordion__item-title--active {
      background-color: $brand_primary;
      color: #fff;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
    }

.accordion--colored .accordion__item-title--active:before {
        background-color: #fff;
      }

.accordion--colored .accordion__item-title--active:after {
        display: none;
      }

.tabs {
  margin-bottom: calc($font_size_base * $line_height_base);
}

.tab {
  display: block;
  border: 1px solid #ddd;
  padding: 30px;
  margin-top: -1px;
  border-bottom-left-radius: $border_radius_base;
  border-bottom-right-radius: $border_radius_base;
}

.tab p:last-child {
    margin-bottom: 0;
  }

.tab pre {
    margin-top: 0;
  }

@media (min-width: 768px) {

.tab {
    border-top-left-radius: $border_radius_base;
    border-top-right-radius: $border_radius_base
}
  }

.tab:nth-child(2) {
  border-top-left-radius: 0;
}

.tabs-link {
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 8px 30px;
  color: #333333;
  font-weight: 600;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: transparent;
}

.tabs-link:hover {
    color: $brand_primary;
  }

@media (max-width: 767px) {

.tabs-link {
    border-top-color: #ddd;
    border-left-color: #ddd;
    border-right-color: #ddd
}

    .tabs-link:first-child {
      border-top-left-radius: $border_radius_base;
      border-top-right-radius: $border_radius_base;
    }
  }

@media (min-width: 768px) {

.tabs-link {
    display: inline-block
}
  }

.tabs-link.is-active {
  border-color: #ddd;
  color: $brand_primary;
  cursor: pointer;
}

.tabs-link.is-active:hover {
    color: $brand_primary;
    cursor: default;
  }

@media (min-width: 768px) {

.tabs-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: $border_radius_base;
    border-top-right-radius: $border_radius_base
}
  }

.tabs--colored-1 .tab {
    background-color: #f7f7f9 !important;
  }

.tabs--colored-1 .tabs-link.is-active {
    background-color: #f7f7f9;
    border-bottom-color: #f7f7f9;
  }

.tabs--colored-2 .tabs-link:hover {
      color: $brand_primary;
    }

.tabs--colored-2 .tabs-link.is-active {
    background-color: $brand_primary;
    color: #fff;
    border-color: $brand_primary;
  }

.tabs--colored-2 .tabs-link.is-active:hover {
      color: #fff;
    }

.tabs--colored-2 .tab {
    background-color: #f7f7f9 !important;
  }

.image-with-border {
  padding: 10px;
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

.image-with-shadow {
  -webkit-box-shadow: 0 5px 15px 2px #55595c;
          box-shadow: 0 5px 15px 2px #55595c;
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
  }

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
    width: 100%;
  }

.image-with-video-icon:before {
    content: '';
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 60px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    z-index: 3;
  }

.image-with-video-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }

.image-with-video-icon:active:before, .image-with-video-icon:hover:before {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1);
    }

.callout {
  padding: calc($font_size_base * $line_height_base) 20px;
  margin-bottom: calc($font_size_base * $line_height_base);
  background-color: #dee2e6;
  border-left-width: 5px;
  border-left-style: solid;
}

.callout p:last-child {
    margin-bottom: 0;
  }

.callout--transparent {
  background-color: transparent;
  border-width: 1px;
  border-color: #dedede;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.callout--success {
  color: #333333;
  background-color: lighten($brand_success, 47%);
  border-color: $brand_success;
}

.callout--success .callout__title {
    color: $brand_success;
  }

.callout--info {
  color: #333333;
  background-color: lighten($brand_info, 32%);
  border-color: $brand_info;
}

.callout--info .callout__title {
    color: $brand_info;
  }

.callout--warning {
  color: #333333;
  background-color: lighten($brand_warning, 23%);
  border-color: $brand_warning;
}

.callout--warning .callout__title {
    color: $brand_warning;
  }

.callout--danger {
  color: #333333;
  background-color: lighten($brand_danger, 30%);
  border-color: $brand_danger;
}

.callout--danger .callout__title {
    color: $brand_danger;
  }

.callout--primary {
  color: #333333;
  background-color: lighten($brand_primary, 47%);
  border-color: $brand_primary;
}

.callout--primary .callout__title {
    color: $brand_primary;
  }

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

.community-nav {
  font-size: calc($font_size_base * 1.25);
}

.community-nav__item {
    float: left;
  }

.community-nav__item + .community-nav__item {
      margin-left: 12px;
    }

.community-nav__item.is-active {
      font-weight: 600;
    }

/* 
  .community-nav__item--button {
    float: right;
  } */

.vote {
  max-width: 40px;
  width: 100%;
}

.vote [aria-selected=true] {
    z-index: 2;
  }

.vote-sum {
  display: block;
  padding-top: calc($font_size_base * $line_height_base / 4);
  padding-bottom: calc($font_size_base * $line_height_base / 4);
  font-weight: 600;
  text-align: center;
}

.vote-control {
  position: relative;

  z-index: 1;
  display: block !important;
  font-size: $font_size_base !important;
  color: #333333;
  border-color: #eceeef;
  line-height: $line_height_base !important;

}

.vote-control:hover,
  .vote-control:active {
    z-index: 2;
  }

.vote-control--active {
    border-color: $brand_primary;
  }

.topic-list-page {
  padding-top: calc($font_size_base * $line_height_base * 2);
}

@media (min-width: 768px) {

.topic-list-page {
    margin-bottom: calc($font_size_base * $line_height_base)
}
  }

.topic-list-item:nth-child(2n+1) {
    clear: left;
  }

.topic-list-item__box {
  margin-bottom: calc($font_size_base * $line_height_base);
  padding: calc($font_size_base * $line_height_base) 12px;
  border: 2px solid #eceeef;
  border-radius: $border_radius_base;
}

.topic-list-item__title {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
}

.topic-page {
  margin-bottom: calc($font_size_base * $line_height_base * 2);
  padding-top: calc($font_size_base * $line_height_base * 2);
}

.topic {
  display: table;
  margin-bottom: calc($font_size_base * $line_height_base);
  padding-bottom: calc($font_size_base * $line_height_base / 2);
  width: 100%;
  border-bottom: 2px solid #eceeef;
}

/* .topic__col {
  display: table-cell;
  vertical-align: top;
} */

/* .topic__col--new-post {
  text-align: right;
} */

/* .topic__title {
  width: 100%;
  font-size: var(--font-size-h2);
  margin-bottom: calc(var(--line-height-computed) / 2);
} */

.topic-filters__item {
  float: left;
  margin-right: calc(12px / 2);
}

@media (max-width: 767px) {

.topic-filters__item {
    margin-bottom: calc($font_size_base * $line_height_base / 2)
}
  }

.topic-controls {
  margin-bottom: calc($font_size_base * $line_height_base * 2);
}

.topic-controls__item {
  float: left;
}

.topic-followers {
  margin-right: calc(12px / 2);
}

.topic-buttons .dropdown {
    display: inline-block;
    vertical-align: middle;
  }

.topic-buttons .btn--topbar {
    margin-right: 10px;
  }

@media (min-width: 768px) {

.topic-controls__item--subscribe {
    float: right;
    white-space: nowrap
}
  }

.topic-controls__item--subscribe .dropdown {
    display: inline-block;
    vertical-align: middle;
  }

.post-page {
  padding-top: calc($font_size_base * $line_height_base * 2);
}

@media (min-width: 768px) {

.post-page {
    margin-bottom: calc($font_size_base * $line_height_base * 2)
}
  }

.post {
  position: relative;
  margin-bottom: calc($font_size_base * $line_height_base);
}

.post-meta {
  display: table;
  margin-bottom: calc($font_size_base * $line_height_base);
  width: 100%;
}

.post-meta__col {
  display: table-cell;
  vertical-align: top;
}

.post-meta__col--main {
  padding-right: 12px;
  width: 100%;
}

@media (min-width: 768px) {

.post-page__container {
    width: 95%;
    margin-left: auto;
    margin-right: auto
}
  }

@media (min-width: 992px) {

.post-page__container {
    width: 85%
}
  }

.post__text {
  word-wrap: break-word;
}

.post__body {
  font-size: 18px;
  padding-right: calc(40px + (10px * 4));
}

.post__body ul {
    list-style: disc;
  }

.post__body ul,
  .post__body ol {
    padding-left: 20px;
  }

.post__body ul ul {
      margin-top: calc($font_size_base * $line_height_base / 2);
    }

.post__body ul ol {
      margin-top: calc($font_size_base * $line_height_base / 2);
    }

.post__body ol ul {
      margin-top: calc($font_size_base * $line_height_base / 2);
    }

.post__body ol ol {
      margin-top: calc($font_size_base * $line_height_base / 2);
    }

.post__body ul li {
      margin-bottom: calc($font_size_base * $line_height_base / 2);
    }

.post__body ol li {
      margin-bottom: calc($font_size_base * $line_height_base / 2);
    }

.post__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
}

.post__voting-and-actions .dropdown-toggle {
    font-size: 0;
  }

.post__voting-and-actions .dropdown-toggle:after {
    margin-left: 0;
    content: "\f013";
    font-size: $font_size_base;
  }

.post__share {
  padding-top: calc(10px * 3);
  border-top: 1px solid #eceeef;
  text-align: center;
}

.post-callout {
  padding: calc($font_size_base * $line_height_base / 2) 15px;
  background-color: #eceeef;
}

.post-callout__title {
  font-weight: 600;
  font-size: calc($font_size_base * 1.1);
}

.post + .comments {
  margin-top: calc(10px * 3);
  padding-top: calc(10px * 3);
  border-top: 1px solid #eceeef;
}

.post-list-page {
  padding-top: calc($font_size_base * $line_height_base * 2);
}

@media (min-width: 768px) {

.post-list-page {
    margin-bottom: calc($font_size_base * $line_height_base * 2)
}
  }

.post-list-item {
  margin-bottom: calc($font_size_base * $line_height_base);
}

@media (min-width: 768px) {

.post-list-item {
    display: table;
    width: 100%
}
  }

.post-list-item + .post-list-item {
    padding-top: calc($font_size_base * $line_height_base);
    border-top: 2px solid #eceeef;
  }

.post-list-item__title {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
  font-size: calc($font_size_base * 1.5);
}

.post-list-item__title .fa-star {
    position: relative;
    top: -4px;
    font-size: 50%;
  }

@media (min-width: 768px) {

.post-list-item__col {
    display: table-cell;
    vertical-align: top
}
  }

@media (min-width: 768px) {

.post-list-item__col--main {
    width: 60%
}
  }

@media (min-width: 768px) {

.post-list-item__col--side {
    width: 40%;
    text-align: right
}
  }

.post-info {
  color: #979797;
  font-size: calc($font_size_base - 2px);
}

@media (min-width: 768px) {

.post-info {
    float: right;
    text-align: center;
    min-width: 90px;
    background-color: #f9f9f9;
    border-radius: $border_radius_base;
    padding: 6px 12px
}
  }

@media (min-width: 768px) {

.post-info__count {
    display: block;
    color: #333333;
    font-weight: 600
}
  }

.post-info + .post-info {
  margin-right: 12px;
}

@media (max-width: 767px) {
    .post-info + .post-info:before {
      margin-right: calc(12px / 2);
      font-size: 10px;
      content: "\2022";
    }
  }

.post-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: $border_radius_base;
}

.post-status--completed,
.post-status--answered {
  background-color: $brand_success;
}

.post-status--planned {
  background-color: $brand_secondary;
}

.post-status--not-planned {
  color: #333333;
  background-color: #eceeef;
}

.new-post-page {
  padding-top: calc($font_size_base * $line_height_base * 2);
}

@media (min-width: 768px) {

.new-post-page {
    margin-bottom: calc($font_size_base * $line_height_base * 2)
}
  }

.new-post-form {
  margin-bottom: calc($font_size_base * $line_height_base);
}

.sidebar-column {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
}

.sidenav-categories,
.sidenav-sections,
.sidenav-articles {
  list-style: none;
  padding-left: 0;
}

.sidenav-category {
  position: relative;
  padding-bottom: calc($font_size_base * $line_height_base / 2);
  margin-bottom: calc($font_size_base * $line_height_base / 1.5);
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

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

.sidenav-category.is-active .sidenav-sections {
  display: block;
}

.sidenav-category__link,
.sidenav-section__link,
.sidenav-article__link {
  cursor: pointer;
}

.sidenav-category__link,
.sidenav-section__link {
  color: #333333;
  font-weight: 600;
}

.sidenav-category__link {
  display: block;
  font-size: calc($font_size_base * 1.25);
  margin-bottom: calc($font_size_base * $line_height_base / 2);
}

.sidenav-sections {
  display: none;
  margin-bottom: 0;
  padding-left: calc($font_size_base * $line_height_base);
}

.sidenav-articles {
  display: none;
  margin-bottom: 0;
  padding-left: calc($font_size_base * $line_height_base);
}

.sidenav-sections {
  margin-top: calc($font_size_base * $line_height_base / 3);
}

.sidenav-section {
  position: relative;
  margin-bottom: calc($font_size_base * $line_height_base / 3);
}

.sidenav-section:last-of-type {
  margin-bottom: 0;
}

.sidenav-section.is-active .sidenav-articles {
  display: block;
}

.sidenav-section__link {
  display: block;
  font-size: $font_size_base;
  margin-bottom: calc($font_size_base * $line_height_base / 2);
}

.sidenav-articles {
  margin-bottom: calc($font_size_base * $line_height_base / 1.5);
}

.sidenav-article {
  margin-bottom: calc($font_size_base * $line_height_base / 2);
}

.sidenav-article.is-active .sidenav-article__link {
      color: #333333;
      cursor: pointer;
    }

.sidenav-article__link {
  font-size: calc($font_size_base - 1px);
}

.sidenav .sidenav-category:after,
.sidenav .sidenav-section:after,
.sidenav .sidenav-category.is-active:after,
.sidenav .sidenav-section.is-active:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #333;
  content: "\f105";
}

.sidenav .is-active.sidenav-category:after,
.sidenav .is-active.sidenav-section:after,
.sidenav .sidenav-category.opened:after,
.sidenav .sidenav-section.opened:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #333;
  content: "\f107";
}

.sidenav .sidenav-section:after,
.sidenav .is-active.sidenav-section:after {
  top: 0;
}

.sidenav .is-active .sidenav-section:after,
.sidenav .is-active .is-active.sidenav-section:after {
  top: 0;
  color: #107cd5;
}

/* desktop */

@media (min-width: 768px) {
  #showhidemenu {
    display: none;
  }
}

/* mobile */

@media (max-width: 768px) {
  body.sidenav-open {
    position: fixed;
  }

  #showhidemenu .tcon-menu__lines,
  #showhidemenu .tcon-menu__lines:after,
  #showhidemenu .tcon-menu__lines:before {
    background: #107cd5;
  }

  .side-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 80%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .side-nav.show {
    -webkit-box-shadow: 10px 2px 32px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 2px 32px -2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  .sidenav {
    padding-bottom: 12px;
    margin-top: 51px;
  }

  .side-nav .close:before,
  .side-nav .close:after {
    position: absolute;
    top: 24px;
    right: 15px;
    display: inline-block;
    width: 30px;
    height: 2px;
    content: "";
    background: #333;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: 2.14286px center;
            transform-origin: 2.14286px center;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }

  .side-nav .close:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
  }

  .side-nav .close:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
  }

  .sidenav .sidenav-categories {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .side-nav {
    margin-bottom: 24px;
    border-bottom: 1px solid #dee2e6;
  }
}

@media (min-width: 768px) {
  .side-nav {
    border-right: 1px solid #dee2e6;
    padding-right: 15px;
  }
}

.sidebar-toggle {
  display: none;
}

@media (max-width: 768px) {
  .sidebar-toggle {
    display: inline-block;
    margin-bottom: 24px;
  }
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.sidebar-overlay.active {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}


.custom-header {
  /*! CSS Used from: https://www.cfnc.org/assets/stylesheets/bootstrap.min.css */
  /*! CSS Used from: https://www.cfnc.org/assets/stylesheets/material-design-iconic-font.min.css */
  /*! CSS Used from: https://www.cfnc.org/assets/css/styles.css */
  /*! CSS Used fontfaces */;
}

.custom-header *, .custom-header ::after, .custom-header ::before {
	box-sizing: border-box;
}

.custom-header nav {
	display: block;
}

.custom-header ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

.custom-header a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

.custom-header a:hover {
	color: #0056b3;
	text-decoration: underline;
}

.custom-header img {
	vertical-align: middle;
	border-style: none;
}

.custom-header button {
	border-radius: 0;
}

.custom-header button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

.custom-header button {
	margin: 0;
	font-family: 'sofia-pro';
	font-size: inherit;
	line-height: inherit;
}

.custom-header button {
	overflow: visible;
}

.custom-header button {
	text-transform: none;
}

.custom-header button {
	-webkit-appearance: button;
}

.custom-header button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

.custom-header .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.custom-header .container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.custom-header .container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.custom-header .container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.custom-header .container {
		max-width: 1140px;
	}
}

.custom-header .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.custom-header .col-4, .custom-header .col-8, .custom-header .col-lg-3, .custom-header .col-lg-9, .custom-header .col-md-4, .custom-header .col-md-8, .custom-header .col-sm-4, .custom-header .col-sm-8 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.custom-header .col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.custom-header .col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

@media (min-width: 576px) {
	.custom-header .col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.custom-header .col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
}

@media (min-width: 768px) {
	.custom-header .col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.custom-header .col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
}

@media (min-width: 992px) {
	.custom-header .col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.custom-header .col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}

.custom-header .d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.custom-header .justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.custom-header .h-100 {
	height: 100% !important;
}

.custom-header .my-auto {
	margin-top: auto !important;
}

.custom-header .my-auto {
	margin-bottom: auto !important;
}

.custom-header .text-right {
	text-align: right !important;
}

@media print {
	.custom-header *, .custom-header ::after, .custom-header ::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	.custom-header a:not(.btn) {
		text-decoration: underline;
	}

	.custom-header img {
		page-break-inside: avoid;
	}

	.custom-header .container {
		min-width: 992px !important;
	}
}

.custom-header .zmdi {
	display: inline-block;
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.custom-header .zmdi-close:before {
	content: '\f136';
}

.custom-header .zmdi-search:before {
	content: '\f1c3';
}

.custom-header .zmdi-close:before {
	content: '\f136';
}

.custom-header .zmdi-search:before {
	content: '\f1c3';
}

.custom-header a {
	color: #154b40;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.custom-header a:hover, .custom-header a:active, .custom-header a:focus {
	color: #1bc41c;
	text-decoration: none;
}

.custom-header ul {
	padding-left: 2em;
	padding-bottom: 1em;
}

.custom-header ul li {
	display: block;
	list-style: none;
	position: relative;
	font-size: 1.8rem;
	padding-bottom: 1em;
	color: #38665d;
}

.custom-header ul li:last-child {
	padding-bottom: 0;
}

.custom-header ul li:before {
	color: #1bc41c;
	content: "\2022";
	display: inline-block;
	font-size: 1em;
	left: -1.1225em;
	position: absolute;
	top: 0em;
}

@media (min-width: 1200px) {
	.custom-header .container {
		max-width: 1280px;
	}
}

.custom-header #main-navigation {
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
}

.custom-header #skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	font-size: 1.2rem;
}

.custom-header #main-navigation {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	padding: 5.82px 0 0;
	min-height: 100px;
	max-height: 100px;
	background-color: #fff;
	font-family: "sofia-pro", sans-serif;
	font-weight: 400;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

@media only screen and (max-width: 992px) {
	.custom-header #main-navigation {
		padding: 0;
		min-height: 60px;
		max-height: 60px;
	}
}

@media only screen and (max-width: 992px) {
	.custom-header #main-navigation .nav-container {
		height: 60px;
		padding: 0 15px;
		max-width: 100%;
	}
}

.custom-header #main-navigation .navbar-logo-container .nav-logo:focus, .custom-header #main-navigation .navbar-logo-container .nav-logo:active {
	outline: 1px solid #5b9dd9;
}

.custom-header #main-navigation .navbar-logo-container ul {
	padding-left: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 992px) {
	.custom-header #main-navigation .navbar-logo-container ul {
		margin-bottom: 0;
	}
}

.custom-header #main-navigation .navbar-logo-container ul li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding-right: 1em;
	padding-bottom: 0;
}

.custom-header #main-navigation .navbar-logo-container ul li:last-child {
	padding-right: 0;
}

.custom-header #main-navigation .navbar-logo-container ul li:before {
	display: none;
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.custom-header #main-navigation .navbar-logo-container ul li {
		padding-right: 0.5em;
	}
}

@media only screen and (max-width: 1200px) {
	.custom-header #main-navigation .navbar-logo-container ul li .cfnc-logo {
		width: 84px;
		height: 24px;
	}
}

@media only screen and (max-width: 1200px) {
	.custom-header #main-navigation .navbar-logo-container ul li .foundation-logo {
		width: 61px;
		height: 30px;
	}
}

.custom-header #main-navigation .navbar-logo-container ul li .separator {
	width: 1px;
	height: 50px;
	opacity: 0.5;
	background-color: #36845b;
}

@media only screen and (max-width: 1200px) {
	.custom-header #main-navigation .navbar-logo-container ul li .separator {
		height: 30px;
	}
}

.custom-header #main-navigation .navbar-top-content ul, .custom-header #main-navigation .navbar-bottom-content ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.custom-header #main-navigation .navbar-top-content ul li, .custom-header #main-navigation .navbar-bottom-content ul li {
	list-style: none;
	display: inline-block;
	padding-bottom: 0;
}

.custom-header #main-navigation .navbar-top-content ul li:before, .custom-header #main-navigation .navbar-bottom-content ul li:before {
	display: none;
}

.custom-header #main-navigation .navbar-top-content ul li a, .custom-header #main-navigation .navbar-bottom-content ul li a {
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.custom-header #main-navigation .navbar-top-content {
	position: relative;
	top: 5px;
	padding-bottom: 0.7em;
}

.custom-header #main-navigation .navbar-top-content ul {
	padding-left: 0;
	padding-bottom: 0;
}

.custom-header #main-navigation .navbar-top-content ul li {
	list-style: none;
	vertical-align: middle;
	text-transform: uppercase;
	margin-left: 0;
}

.custom-header #main-navigation .navbar-top-content ul li a {
	font-family: "sofia-pro", sans-serif;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.54;
	color: #36845b;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	padding: 0.3em 1em;
	border-radius: 15px;
}

@media only screen and (max-width: 1200px) {
	.custom-header #main-navigation .navbar-top-content ul li a {
		padding: 0.3em 0.6em;
	}
}

.custom-header #main-navigation .navbar-top-content ul li a:hover, .custom-header #main-navigation .navbar-top-content ul li a:active, .custom-header #main-navigation .navbar-top-content ul li a:focus {
	color: #154b40;
	background: #f2fcf2;
}

.custom-header #main-navigation .navbar-top-content ul li a.yellow {
	color: #d77f04;
}

.custom-header #main-navigation .navbar-bottom-content ul li {
	padding-bottom: 21.82px;
	margin-left: 1.25em;
	position: relative;
}

.custom-header #main-navigation .navbar-bottom-content ul li a {
	font-family: "sofia-pro", sans-serif;
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 1.38;
	letter-spacing: 0.21px;
	padding-bottom: 18px;
	color: #154b40;
}

@media only screen and (max-width: 1329px) {
	.custom-header #main-navigation .navbar-bottom-content ul li a {
		padding-bottom: 19px;
	}
}

@media only screen and (max-width: 1200px) {
	.custom-header #main-navigation .navbar-bottom-content ul li a {
		margin-left: 0.3em;
		font-size: 1.7rem;
	}
}

.custom-header #main-navigation .navbar-bottom-content ul li a:after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	border-color: #1bc41c;
	width: 100%;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition: border-color 0.25s ease-in;
	-moz-transition: border-color 0.25s ease-in;
	transition: border-color 0.25s ease-in;
}

.custom-header #main-navigation .navbar-bottom-content ul li a:hover, .custom-header #main-navigation .navbar-bottom-content ul li a:active, .custom-header #main-navigation .navbar-bottom-content ul li a:focus {
	color: #38665d;
	cursor: pointer;
}

.custom-header #main-navigation .navbar-bottom-content ul li a:hover:after, .custom-header #main-navigation .navbar-bottom-content ul li a:active:after, .custom-header #main-navigation .navbar-bottom-content ul li a:focus:after {
	border-bottom: 4px solid #1bc41c;
}

.custom-header #main-navigation #searchBtn {
	font-size: 2.4rem;
	background: none;
	outline: none;
	border: none;
	color: #154b40;
	position: relative;
	top: 2px;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}

.custom-header #main-navigation #searchBtn:hover, .custom-header #main-navigation #searchBtn:active, .custom-header #main-navigation #searchBtn:focus {
	color: #1bc41c;
	cursor: pointer;
}

@media only screen and (max-width: 992px) {
	.custom-header .desktop-nav-content {
		display: none;
	}
}

.custom-header .mobile-nav-content {
	display: none;
}

@media only screen and (max-width: 992px) {
	.custom-header .mobile-nav-content {
		display: block;
	}
}

.custom-header .mobile-nav-content .menuBtn {
	display: none;
	background: none;
	outline: none;
	border: none;
	color: #154b40;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

@media only screen and (max-width: 992px) {
	.custom-header .mobile-nav-content .menuBtn {
		display: block;
	}
}

.custom-header .mobile-nav-content .menuBtn span.menu-bar {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #1bc41c;
	margin: 6px 0;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.custom-header .mobile-nav-content .menuBtn .zmdi {
	display: none;
	font-size: 3rem;
	color: #1bc41c;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}

.custom-header .mobile-nav-content .menuBtn .zmdi:hover {
	cursor: pointer;
	color: #38665d;
}

.custom-header .mobile-nav-content .menuBtn:hover {
	cursor: pointer;
}

.custom-header button {
	border: none;
	outline: none;
	background: none;
	padding: 0;
	text-align: left;
}

.custom-header button:hover {
	cursor: pointer;
}

.custom-header button.menuBtn {
	background: none;
	outline: none;
	border: none;
	color: #154b40;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}

.custom-header button.menuBtn:hover, .custom-header button.menuBtn:active, .custom-header button.menuBtn:focus {
	cursor: pointer;
	color: #1bc41c;
	border: none;
	outline: none;
}

/*! CSS Used fontfaces */
    @font-face {
    	font-family:Material-Design-Iconic-Font;
      src:url($assets-material-design-iconic-font-woff2) format('woff2'),
        url($assets-material-design-iconic-font-woff) format('woff'),
        url($assets-material-design-iconic-font-ttf) format('truetype');
    }
    
    @font-face {
    	font-family:"sofia-pro";src:url("https://use.typekit.net/af/0c5f71/00000000000000003b9b1aa0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),url("https://use.typekit.net/af/0c5f71/00000000000000003b9b1aa0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),url("https://use.typekit.net/af/0c5f71/00000000000000003b9b1aa0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:900;
    }
    
    @font-face {
    	font-family:"sofia-pro";src:url("https://use.typekit.net/af/5dd13e/00000000000000003b9b1a9f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"),url("https://use.typekit.net/af/5dd13e/00000000000000003b9b1a9f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"),url("https://use.typekit.net/af/5dd13e/00000000000000003b9b1a9f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");font-display:auto;font-style:italic;font-weight:900;
    }
    
    @font-face {
    	font-family:"sofia-pro";src:url("https://use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:700;
    }
    
    @font-face {
    	font-family:"sofia-pro";src:url("https://use.typekit.net/af/8948c6/00000000000000003b9b1a9d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/8948c6/00000000000000003b9b1a9d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/8948c6/00000000000000003b9b1a9d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");font-display:auto;font-style:italic;font-weight:700;
    }
    
    @font-face {
    	font-family:"sofia-pro";src:url("https://use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:500;
    }
    
    @font-face {
    	font-family:"sofia-pro";src:url("https://use.typekit.net/af/961cbb/00000000000000003b9b1a99/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"),url("https://use.typekit.net/af/961cbb/00000000000000003b9b1a99/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"),url("https://use.typekit.net/af/961cbb/00000000000000003b9b1a99/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");font-display:auto;font-style:italic;font-weight:500;
    }
    
    @font-face {
    	font-family:"sofia-pro";src:url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:400;
    }
    
    @font-face {
    	font-family:"sofia-pro";src:url("https://use.typekit.net/af/98f96f/00000000000000003b9b1a97/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/98f96f/00000000000000003b9b1a97/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/98f96f/00000000000000003b9b1a97/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");font-display:auto;font-style:italic;font-weight:400;
    }

html {
    font-size: 62.5%;
  line-height: 1.15;
}

body {
  font-size: 1.6rem;
  padding-top: 100px;
}

@media only screen and (max-width: 992px) {
  body {
    padding-top: 60px;
}
}

nav *, nav ::after, nav ::before {
	box-sizing: border-box;
}

nav nav {
	display: block;
}

nav ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

nav ul ul {
	margin-bottom: 0;
}

nav a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

nav a:hover {
	color: #0056b3;
	text-decoration: underline;
}

nav a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

nav a:not([href]):not([tabindex]):focus, nav a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

nav a:not([href]):not([tabindex]):focus {
	outline: 0;
}

nav label {
	display: inline-block;
	margin-bottom: .5rem;
}

nav button {
	border-radius: 0;
}

nav button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

nav button, nav input {
	margin: 0;
	font-family: 'sofia-pro';
	font-size: inherit;
	line-height: inherit;
}

nav button, nav input {
	overflow: visible;
}

nav button {
	text-transform: none;
}

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

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

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

nav a {
	color: #154b40;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

nav a:hover, nav a:active, nav a:focus {
	color: #1bc41c;
	text-decoration: none;
}

nav ul {
	padding-left: 2em;
	padding-bottom: 1em;
}

nav ul li {
	display: block;
	list-style: none;
	position: relative;
	font-size: 1.8rem;
	padding-bottom: 1em;
	color: #38665d;
}

nav ul li:last-child {
	padding-bottom: 0;
}

nav ul li:before {
	color: #1bc41c;
	content: "\2022";
	display: inline-block;
	font-size: 1em;
	left: -1.1225em;
	position: absolute;
	top: 0em;
}

nav button {
	border: none;
	outline: none;
	background: none;
	padding: 0;
	text-align: left;
}

nav button:hover {
	cursor: pointer;
}

nav label {
	width: 100%;
	margin-bottom: 1.25em;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.54;
	letter-spacing: 0.25px;
	color: #154b40;
}

nav input[type="search"] {
	font-family: "sofia-pro", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	background: #fff;
	width: 100%;
	min-height: 56px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.63;
	letter-spacing: 0.25px;
	color: #154b40;
	border: 1px solid #dfe8e6;
	border-radius: 6px;
	margin-bottom: 1.25em;
	-webkit-transition: border-color 0.25s ease-in;
	-moz-transition: border-color 0.25s ease-in;
	transition: border-color 0.25s ease-in;
}

nav input[type="search"]:active, nav input[type="search"]:focus {
	outline: none;
	box-shadow: none;
	border-color: #154b40;
}

nav input[type="search"]::-webkit-input-placeholder {
	color: #38665d;
}

nav input[type="search"]::-moz-placeholder {
	color: #38665d;
}

nav input[type="search"]:-ms-input-placeholder {
	color: #38665d;
}

nav input[type="search"]:-moz-placeholder {
	color: #38665d;
}

body.state-scroll-blocked {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

html {
    position: relative;
    height: 100%;
    font-size: 62.5%;
    background: #fff;
}

html {
  /*! CSS Used from: https://www.cfnc.org/assets/stylesheets/material-design-iconic-font.min.css */
  /*! CSS Used from: https://www.cfnc.org/assets/stylesheets/mmenu.css */
  /*! CSS Used from: https://www.cfnc.org/assets/css/styles.css */;
}

html .d-none {
	display: none !important;
}

@media print {
	html *, html ::after, html ::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	html a:not(.btn) {
		text-decoration: underline;
	}
}

html .zmdi {
	display: inline-block;
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html .zmdi-search:before {
	content: '\f1c3';
}

html .zmdi-facebook:before {
	content: '\f343';
}

html .zmdi-instagram:before {
	content: '\f34f';
}

html .zmdi-twitter:before {
	content: '\f360';
}

html .zmdi-youtube:before {
	content: '\f409';
}

html .zmdi-search:before {
	content: '\f1c3';
}

html .zmdi-facebook:before {
	content: '\f343';
}

html .zmdi-instagram:before {
	content: '\f34f';
}

html .zmdi-twitter:before {
	content: '\f360';
}

html .zmdi-youtube:before {
	content: '\f409';
}

html .mm-hidden {
	display: none !important;
}

html .mm-menu {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: var(--mm-offset-top);
	right: var(--mm-offset-right);
	bottom: var(--mm-offset-bottom);
	left: var(--mm-offset-left);
	z-index: 0;
	background: var(--mm-color-background);
	border-color: var(--mm-color-border);
	color: var(--mm-color-text);
	line-height: var(--mm-line-height);
	-webkit-tap-highlight-color: var(--mm-color-background-emphasis);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html .mm-menu a, html .mm-menu a:active, html .mm-menu a:hover, html .mm-menu a:link, html .mm-menu a:visited {
	text-decoration: none;
	color: inherit;
}

html .mm-panel {
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	z-index: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	background: var(--mm-color-background);
	border-color: var(--mm-color-border);
	color: var(--mm-color-text);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease,-webkit-transform .4s ease;
}

html .mm-panel:after {
	height: 44px;
}

html .mm-panel:not(.mm-hidden) {
	display: block;
}

html .mm-panel:after {
	content: '';
	display: block;
	height: var(--mm-listitem-size);
}

html .mm-panel_opened {
	z-index: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

html .mm-panels > .mm-panel {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

html .mm-panels {
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	position: relative;
	height: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
	background: var(--mm-color-background);
	border-color: var(--mm-color-border);
	color: var(--mm-color-text);
}

html .mm-btn {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50px;
	padding: 0;
}

html .mm-btn:after, html .mm-btn:before {
	border: 2px solid rgba(0, 0, 0, 0.3);
}

html .mm-btn_next:after, html .mm-btn_prev:before {
	content: '';
	border-bottom: none;
	border-right: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}

html .mm-btn_prev:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto;
}

html .mm-btn_next:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 23px;
	left: auto;
}

html .mm-navbar {
	min-height: 44px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: #f3f3f3;
	color: rgba(0, 0, 0, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: var(--mm-navbar-size);
	border-bottom: 1px solid var(--mm-color-border);
	background: var(--mm-color-background);
	color: var(--mm-color-text-dimmed);
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

html .mm-navbar > * {
	min-height: 44px;
}

html .mm-navbar > * {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html .mm-navbar__btn {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

html .mm-navbar__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

html .mm-navbar__title > span {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

html .mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
	padding-left: 0;
}

html .mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
	padding-right: 50px;
}

html .mm-listview {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

html .mm-listitem {
	color: rgba(0, 0, 0, 0.75);
	border-color: rgba(0, 0, 0, 0.1);
	color: var(--mm-color-text);
	border-color: var(--mm-color-border);
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

html .mm-listitem:after {
	content: '';
	border-color: inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 20px;
	right: 0;
	bottom: 0;
}

html .mm-listitem a, html .mm-listitem a:hover {
	text-decoration: none;
}

html .mm-listitem__btn, html .mm-listitem__text {
	padding: 12px;
	display: block;
	padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
	padding-left: 0;
	padding-right: 0;
	color: inherit;
}

html .mm-listitem__text {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
}

html .mm-listitem__btn {
	background: rgba(3, 2, 1, 0);
	border-color: inherit;
	width: auto;
	padding-right: 50px;
	position: relative;
}

html .mm-listitem__btn:not(.mm-listitem__text) {
	border-left-width: 1px;
	border-left-style: solid;
}

html .mm-menu_offcanvas {
	position: fixed;
	right: auto;
	z-index: 0;
}

html .mm-menu_offcanvas:not(.mm-menu_opened) {
	display: none;
}

html .mm-menu_offcanvas {
	width: 80%;
	min-width: 240px;
	max-width: 440px;
}

html .mm-sronly {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	width: 1px !important;
	min-width: 1px !important;
	height: 1px !important;
	min-height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
}

html .mm-navbars_top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

html .mobile-menu {
	display: none;
	position: fixed;
	top: 60px;
	z-index: 5;
	border-top: 1px solid #dfe8e6;
	background: #fff;
}

html .mobile-menu ul {
	background: #fff;
}

html .mobile-menu ul li {
	padding: 0 15px;
}

html .mobile-menu ul li:first-child {
	border-top: 1px solid #dfe8e6;
}

html .mobile-menu ul li:after {
	border-color: #dfe8e6;
}

html .mobile-menu ul li a {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.25px;
	color: #154b40;
	padding: 15px 0;
}

html .mobile-menu ul li.secondary-nav:after {
	border-bottom: none;
}

html .mobile-menu ul li.secondary-nav a {
	text-transform: uppercase;
	color: #154b40;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.54;
	letter-spacing: 0.5px;
	padding: 0 0 1.5em 0;
}

html .mobile-menu ul li.secondary-nav a:hover {
	color: #38665d;
}

html .mobile-menu ul li.mobile-search-container {
	position: relative;
	padding: 2.25em 15px 0em 15px;
}

html .mobile-menu ul li.mobile-search-container::after {
	border-bottom: 0;
}

html .mobile-menu ul li.mobile-search-container input {
	width: 100%;
	border: 1px solid #dfe8e6;
	height: 60px;
	padding-left: 15px;
	padding-right: 35px;
}

html .mobile-menu ul li.mobile-search-container input::-webkit-input-placeholder {
	font-family: "sofia-pro", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.3px;
	color: #38665d;
}

html .mobile-menu ul li.mobile-search-container input::-moz-placeholder {
	font-family: "sofia-pro", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.3px;
	color: #38665d;
}

html .mobile-menu ul li.mobile-search-container input:-ms-input-placeholder {
	font-family: "sofia-pro", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.3px;
	color: #38665d;
}

html .mobile-menu ul li.mobile-search-container input:-moz-placeholder {
	font-family: "sofia-pro", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.3px;
	color: #38665d;
}

html .mobile-menu ul li.mobile-search-container button {
	border: none;
	outline: none;
	background: none;
	position: absolute;
	right: 30px;
	top: 36px;
	height: 60px;
	font-size: 2.4rem;
	color: #154b40;
}

html .mobile-menu ul li.mobile-search-container button:hover {
	cursor: pointer;
}

html .mobile-menu .mobile-social {
	margin-top: 3em;
	background: #154b40;
	width: 100%;
	height: 100px;
}

html .mobile-menu .mobile-social li {
	padding-top: 0.6em;
	display: inline-block;
	width: 24%;
	font-size: 3.6rem;
	color: #fff;
	text-align: center;
}

html .mobile-menu .mobile-social li:first-child {
	border-top: 0;
}

html .mobile-menu .mobile-social li:before {
	display: none;
}

html .mobile-menu .mobile-social li a {
	font-size: 3.6rem;
}

html .mm-navbar, html .mm-navbar .mm-btn {
	height: 56px;
	line-height: 56px;
	padding: 0;
}

html .mm-navbar {
	background: #fff;
	border: none;
	text-align: left;
	color: #231f20 !important;
}

html .mm-listview > li:not(.mm-divider):after {
	left: 0;
}

html .mm-menu .mm-btn:after, html .mm-menu .mm-btn:before {
	border-color: #154b40 !important;
}

html .mm-panel, html .mm-menu_offcanvas {
	width: 100% !important;
}

html .mm-btn_next:after {
	right: 0;
}

html .mm-listitem__btn:not(.mm-listitem__text) {
	border: none;
}

html .mobile-search-container form {
	width: 100% !important;
}

html .mm-wrapper {
	overflow-x: initial;
}

html .mm-wrapper {
	overflow-x: hidden;
	position: relative;
}

html .mm-panels > .mm-panel {
	position: relative;
}

@media only screen and (max-width: 992px) {
	html .mobile-nav-content .menuBtn {
		display: block;
	}
}

html .mobile-nav-content .menuBtn.active .zmdi {
	display: block;
}

html .mobile-nav-content .menuBtn.active span.menu-bar {
	display: none;
}

html .mobile-nav-content .menuBtn .zmdi:hover {
	cursor: pointer;
	color: #38665d;
}

.mobile-search-container.mm-listitem {
  opacity: 0;
}
/*1/2021 changes*/

.faq-opened .category-list-item--accordion-item{
  display: none;
}
#id-360005085574 {
  display:none;
}

.faq-opened .category-list__title {
  display: none;
}
.faq-opened #id-360005085574 {
  display:block;
}

.link-back {
  position: relative;
}

.link-back .container-inner {
  position: absolute;
    z-index: 1;
    color: #fff;
    right: 0;
    top: 20px;
}

.link-back a {
  color: #fff;
	font-size: 20px;
}

.hero-unit:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.4;
  background-color: #000;
}

.faq-section {
  color: #337c55;
}

.accordion--colored .accordion__item-title:after, .accordion--colored .accordion__item-title:before {
    background-color:#d77f04;
}

.accordion--colored .accordion__item-title--active:before, .accordion--colored .accordion__item-title--active:after {
    background-color: #fff;
}

.sidenav-article.is-active .sidenav-article__link {
      color: #36845b;
      font-weight: 600;
}

.sidenav-article__link, .sidenav .is-active .sidenav-section:after, .sidenav .is-active .is-active.sidenav-section:after {
   color: #36845b;
}

.sidenav-article__link:hover, a:hover, a:focus, .article-list-item__link:hover {
  color: #1bc41c;
}

a,.article-list-item__link {
    color: #36845b;
  
}


.section-tree-with-article a {
  color: #337c55
}

.container {
    font-size: 1.7rem;
  line-height: 1.56;
}

.custom-header .container {
    font-size: 1.7rem;
}

.hero-unit {
    background-repeat: no-repeat;
    background-size: cover;
}

.link-back .btn:hover, .link-back .btn:active, .link-back .btn:focus {
  color: #bdbdbd;
	border-color: #bdbdbd;
}

.sidenav__home, .sidenav a:before {
  display: none !important;
}

.sidenav-container {
  border-right: 1px solid #dee2e6;
}

body .sidenav__category-name {
  font-size: calc(19px * 1.25);
	margin-bottom: calc(19px * 1.5 / 2);
  color: #2c2d30;
  font-weight: 600;
}

body .sidenav__category {
  position: relative;
  padding-bottom: calc(19px * 1.5 / 2);
  margin-bottom: calc(19px * 1.5 / 1.5);
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

body .sidenav__section-name {
  display: block;
  font-size: 19px;
  margin-bottom: calc(19px * 1.5 / 2);
  color: #2c2d30;
  font-weight: 600;
}
.request_ticket_form_id{
  display:none;
}
body .sidenav__article-name {
  color: #36845b;
  font-size: calc(19px - 1px);
}

[dir] .sidenav span, [dir] .sidenav a {
  padding: 3px 0  !important;
  margin-bottom: calc(19px * 1.5 / 2);
}

[dir="ltr"] .sidenav_accordion .sidenav__sections-list, [dir="ltr"] .sidenav_accordion .sidenav__articles-list {
  padding-left: 28px !important;
  padding-right: 0;
}

.sidenav__section-name:hover, a:hover, a:focus, .sidenav__category:hover {
    color: #2A5DB0;
}

body .sidenav-mobile {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 80%;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
}
[dir] .sidenav span, [dir] .sidenav a {
    padding: 3px 13px 3px 0 !important;
}
.nesty-input:focus {
  color: #154b40;
}
.nesty-input:hover {
  color: #154b40;
}
.hc-multiselect-menu {
    max-height: initial;
}
.hc-multiselect-menu li label{
    white-space: break-spaces;
    height: auto;
  line-height: normal;
}
.form-error {
    color: red;
    font-size: 16px;
    line-height: 1.5;
}