@charset "UTF-8";

/* Temp ———————————————————————————-----------------——----—- */
[data-test-id="sandbox-banner"]{
  display:none;
}
#navbar-container{
  margin-bottom:0px;
}

/* Images ———————————————————————————-----------------——----—- */

/* HIDDEN Homepage icons ———————————————————————————-----------------——----—- */


#cat-icon-8984755179159,
#cat-icon-15189397202711 {
  background-image: url(/hc/theming_assets/01K6B8BDZ3HTANRSDA7W58PQ9V);
}

#cat-icon-9253488682647,
#cat-icon-15190063274903 {
  background-image: url(/hc/theming_assets/01K6B8BDZQQD7KJAZPM7QD0JEQ);
}

#cat-icon-9253435191831,
#cat-icon-15190152704407 {
  background-image: url(/hc/theming_assets/01K6B8BDZ4QDAMVQN4Y70B1P6W);
}

#cat-icon-9253615410199 {
  background-image: url(/hc/theming_assets/01K6B8BE5K33VTD7B65W5Z6WFA);
}

#cat-icon-9309241964183 {
  background-image: url(/hc/theming_assets/01K6B8BE26Z8PJVX561BX1V3GQ);
}

#cat-icon-9309196267927 {
  background-image: url(/hc/theming_assets/01K6B8BE006TVGV2YFQEN50M09);
}

/* Explore partners icons */
[data-icon="icon-irs"] {
  background-image: url(/hc/theming_assets/01K6B8BDZDF962XZ20KVX7HKSN);
}

[data-icon="icon-social-security"] {
  background-image: url(/hc/theming_assets/01K6B8BE5HZZ5XCQVHJBB536XA);
}

[data-icon="icon-veterans"] {
  background-image: url(/hc/theming_assets/01K6B8BE8Q77GZESFED3PYVZN9);
}

[data-icon="icon-benefits"] {
  background-image: url(/hc/theming_assets/01K6B8BDZJS0D9YQKPV74YH56J);
}

/* END Homepage icons ———————————————————————————-----------------——----—- */

.request-callout .container {
  background-image: url(asset 'fraudimage.png');
}

/* Homepage  ———————————————————————————--------------------------——----—- 

.homepage-layout{
  background-image: url(/hc/theming_assets/01K6B8BDYXZBWVNXJ57GQ45TPT);
}
*/

.knowledge-base h2 {
  text-transform: none !important;
}

/* END Homepage  ———————————————————————————----------------------——----—- */

/* MISC  ———————————————————————————----------------------——----—- */

.breadcrumb-containers {
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 35px;
}

/* Mobile menu arrows */
@media screen and (max-width:768px) {
  .user-nav[aria-expanded="true"] .mobile-menu a {
    background-image: url(/hc/theming_assets/01K6B8BDZAVZSWH3SW9ETDKKHZ);
  }
}

.chatbot-banner .container {
  background-image: url(/hc/theming_assets/01K6B8BE24B31BKVQ9YA5Z1VZY);
}

.illustrated-banner .container {
  background-image: url(/hc/theming_assets/01K6B8BE24B31BKVQ9YA5Z1VZY);
}

.contact-banner .container {
  background-image: url(/hc/theming_assets/01K6B8BE24B31BKVQ9YA5Z1VZY);
}

/* END Images ———————————————————————————-----------------———- */

.container.module-space {
  padding-top: 120px;
}

.filters-in-section.collapsible-sidebar:first-of-type {
  display: none;
}

/***** 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;
  font-family: 'Open Sans', helvetica, sans-serif;
}

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

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: inherit;
  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: rgba(46, 63, 81, 1);
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  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: 'Poppins', 'Helvetica Neue', Helvetica, sans-serif;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  color: rgba(31, 93, 182, 1);
  text-decoration: none;
}

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

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

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

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

input:not([type="checkbox"]):focus {
  border: 1px solid rgba(46, 63, 81, 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(46, 63, 81, 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(46, 63, 81, 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: transparent;
  border: 1px solid rgba(46, 63, 81, 1);
  border-radius: 4px;
  color: rgba(46, 63, 81, 1);
  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: rgba(46, 63, 81, 1);
  color: #FFFFFF;
  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: #090c10;
  border-color: #090c10;
}

.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(46, 63, 81, 1);
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  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: #090c10;
}

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

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

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  color: rgba(46, 63, 81, 1);
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

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

.split-button button {
  background-color: rgba(46, 63, 81, 1);
  border: 0;
  color: #FFFFFF;
  height: 32px;
  line-height: 16px;
  outline-color: rgba(46, 63, 81, 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: #537292;
  font-size: 13px;
  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: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  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(46, 63, 81, 1);
}

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

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

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

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(46, 63, 81, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(46, 63, 81, 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: #537292;
  margin-left: 4px;
}

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

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

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

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

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

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

.form .suggestion-list li a:visited {
  color: rgba(31, 93, 182, 1);
}

/***** Header *****/
.header {
  max-width: 1160px;
  background: white;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: space-between;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 99;
  border-bottom: 1px solid #e7e7e7;
}

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

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

.logo span {
  margin: 0 10px;
  color: rgba(46, 63, 81, 1);
}

.logo a {
  display: inline-block;
}

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

.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: rgba(31, 93, 182, 1);
  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: rgba(31, 93, 182, 1);
  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: rgba(31, 93, 182, 1);
  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: rgba(31, 93, 182, 1);
}

.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: rgba(31, 93, 182, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover,
.user-info > button:focus {
  color: rgba(31, 93, 182, 1);
  background-color: transparent;
}

.user-info > button::after {
  color: rgba(31, 93, 182, 1);
  padding-right: 15px;
}

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

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

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

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

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

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

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

.avatar .icon-agent {
  color: rgba(46, 63, 81, 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: #537292;
}

.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: #537292;
  display: inline-block;
}

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

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

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

body .breadcrumbs li + li::before {
  content: " ";
  margin: 0 4px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><text y="12" font-size="12">></text></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-flex;
  color: #B7B7B7;
  width: 8px;
  height: 14px;
  background-position: 0px;
  align-items: center;
  justify-content: center;
  transform: translateY(-6px) scale(.8, 1.2);
}


.breadcrumbs li a:visited {
  color: rgba(31, 93, 182, 1);
}

/***** 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(46, 63, 81, 1);
  color: #555;
}

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

.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/01K6B8BGZGMBRYF4K8FAR4M44E);
  background-position: center;
  background-size: cover;
  height: 25em !important;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  position: relative;
  top: 60%;
  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: 10px;
}

.page-header-description {
  font-style: normal;
  font-size: 16px;
  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(46, 63, 81, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(46, 63, 81, 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(46, 63, 81, 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: rgba(46, 63, 81, 1);
}

.blocks-item-link {
  color: rgba(46, 63, 81, 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(46, 63, 81, 1);
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.blocks-item-description {
  margin: 0;
}

.blocks-item-description:not(:empty) {
  letter-spacing: 0.001em !important;
}



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


.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: rgba(46, 63, 81, 1);
  text-transform: none !important;
}

.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/01J3ZES8YGEHHVECD90XAZ4B8Z);
  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: rgba(46, 63, 81, 1);
  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;
}

.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: #537292;
  display: inline-block;
  font-size: 13px;
}

.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(46, 63, 81, 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,
.section-tree-title a:visited {
  color: #1f5db6
}

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

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

.article-list-item a {
  color: rgba(46, 63, 81, 1);
}

.icon-star {
  color: rgba(46, 63, 81, 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: rgba(46, 63, 81, 1);
  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: 20px;
  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%;
}

.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: rgba(31, 93, 182, 1);
}

.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: #537292;
  padding: 0 10px;
  margin-left: 15px;
}

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

/* ---- TABLES FOR HOW TO FAQs ---- */

/* .article-content, .article-body h2 {
  font-weight: 400!important;
  font-size: 22px!important;
} */

/* ---- TABLES FOR HOW TO FAQs ---- */

.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: #537292;
}

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

.article-comment-count-icon {
  vertical-align: middle;
  color: rgba(46, 63, 81, 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;
}

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

.article-return-to-top a {
  color: rgba(46, 63, 81, 1);
  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: rgba(46, 63, 81, 1);
  display: block;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article,
.sidenav-item:hover {
  background-color: rgba(46, 63, 81, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.sidebar-section-articles .current-article {
  display: none !important;
}
.article .mobile-only-related {
  display: none;
}
@media screen and (max-width:1024px){
  .sidebar-section-articles{
    display:none;
  }
  .article .mobile-only-related {
    display:block;
  }
}

.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: rgba(46, 63, 81, 1);
  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: #537292;
}

/***** 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: #537292;
}

.share a:hover {
  text-decoration: none;
  color: rgba(46, 63, 81, 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: #537292;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(46, 63, 81, 1);
}

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

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

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

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

.comment-wrapper.comment-official {
  border: 1px solid rgba(46, 63, 81, 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(46, 63, 81, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, 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: rgba(31, 93, 182, 1);
}

.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: #537292;
  font-style: italic;
  padding: 0 5px;
}

.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: #537292;
  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(46, 63, 81, 1);
}

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

.vote-voted {
  color: rgba(46, 63, 81, 1);
}

.vote-voted:hover {
  color: #090c10;
}

/***** 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/01J3ZES8F6XMHJ18PD4AVWF315);
  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(46, 63, 81, 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(46, 63, 81, 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: #090c10;
  border-color: #090c10;
}

.community-follow button::after {
  border-left: 1px solid rgba(46, 63, 81, 1);
  content: attr(data-follower-count);
  color: rgba(46, 63, 81, 1);
  display: inline-block;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, 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(46, 63, 81, 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: rgba(31, 93, 182, 1);
  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: rgba(31, 93, 182, 1);
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(46, 63, 81, 1);
    display: block;
  }
}

/***** 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(46, 63, 81, 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: #537292;
}

.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: 'Open Sans', 'Helvetica Neue', Helvetica, 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: rgba(31, 93, 182, 1);
}

.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: #537292;
  font-style: italic;
  padding: 0 15px;
}

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

.post-comment-count {
  color: #537292;
}

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

.post-comment-count .icon-comments {
  color: rgba(46, 63, 81, 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-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-flex;
  line-height: 18px;
  vertical-align: middle;
}

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

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

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

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

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

.community-badge {
  margin: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid rgba(46, 63, 81, 1);
}

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

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

.collapsible-nav-list li {
  color: rgba(46, 63, 81, 1);
  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: rgba(46, 63, 81, 1);
  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(46, 63, 81, 1);
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: rgba(46, 63, 81, 1);
}

.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(46, 63, 81, 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: #537292;
  font-size: 13px;
}

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

.no-activities {
  color: #537292;
}

/***** 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: #537292;
  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(46, 63, 81, 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(46, 63, 81, 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: #537292;
  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: #537292;
  font-size: 13px;
}

.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: #537292;
  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(46, 63, 81, 1);
  border-radius: 4px;
  color: rgba(46, 63, 81, 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: #537292;
  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: #537292;
  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: rgba(31, 93, 182, 1);
}

.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: #537292;
  display: inline-block;
  font-size: 13px;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon,
.search-result-meta-count-icon {
  color: rgba(46, 63, 81, 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 {
  display: none !important;
  margin: 0;
}

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

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

.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 #949494;
  border-radius: 8px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 3px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
  overflow: hidden;
}

[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: #f2faff;
  text-decoration: none;
}

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

/* END Default Copenhagen styles   ———————————————————————————-------------------———- */


/* Custom Stylesheet for theme  ———————————————————————————————————--———- */


/* END Custom Stylesheet for theme  ———————————————————————————-----------------———- */

.footer .footer-inner .footer-links .footer-contact p {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: none !important;
  font-family: 'Poppins', helvetica, arial, sans-serif;
}

.article-relatives .related-articles ul li a {
  text-transform: none !important;
}

/* IRS category */

.icon-30px {
  width: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.irs-section-help {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  text-align: left;
  font-size: 20px;
  padding-left: 25px;
  margin-top: 50px;
  font-family: 'Poppins' !important;
  font-weight: 700 !important;
}

#irs-help-faq {
  margin-top: 0.5%;
}

blockquote.irs.tip {
  background-color: #1f5d86;
  border: 0px;
  padding: 15px;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
  border-radius: 0.2em;
}

blockquote.irs {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.irs.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.irs.video iframe,
.irs.video object,
.irs.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.irs-blocks-item-title {
  margin-bottom: 1%;
  width: 250px;
  word-wrap: break-word;
  line-height: 1.3em;
  margin-top: 0;
  color: #2e3f51;
  transition-duration: 1s;
}

section.irs-blocks.faqs {
  margin: 15px 0;
}

section.irs.knowledge-base {
  max-width: 800px;
  margin: auto;
}

.irs.faqs ul {
  display: flex;
  flex-direction: column;
}

.irs.faqs ul * p:empty {
  display: none;
}

.irs.faqs ul.topten-list {
  align-items: stretch;
}

.irs.knowledge-base ul li {
  margin-bottom: 15px;
  font-size: 14px;
}

.irs.knowledge-base ul li h3 {
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0.6em;
  margin-bottom: 0.4em;
}

.PDF-irs-blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.PDF-irs-blocks-item {
  display: flex;
  flex: 1 0 75px;
  margin: 0 0 10px;
  max-width: 100%;
  text-align: center;
}

.PDF-irs-blocks-item-title {
  line-height: 1.5em;
  text-align: center;
}

.PDF-irs-blocks-item a {
  border: 2px solid #f5f5f5;
  color: #2e3f51;
  transition: border 1s;
  padding: 6%;
  vertical-align: middle !important;
}


@media screen and (min-width: 768px) {
  .irs.faqs ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 15px 15px;
  }

  .irs.faqs ul li {
    padding: 0 10px;
  }

  .irs.knowledge-base ul li {
    width: 330px;
  }

  .irs.knowledge-base ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
}

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

  .PDF-irs-blocks-list {
    margin: 0 -25px !important;
  }
}


@media screen and (min-width: 992px) {}

.IRS-button {
  border: 1px solid #2DC172;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px !important;
  border-radius: 28px !important;
  padding: 5px 24px !important;
  color: #1F5DB6;
  background-color: #fff;
  height: 39px !important;
  align-items: center;
  justify-content: center !important;
  vertical-align: top;
  display: flex !important;
}

.IRS-button:hover {
  background-color: #2DC172;
  color: #FFF !important;
}

.IRS-button a {
  text-decoration: none !important;
  color: #1F5DB6 !important;
  padding: 10px;
}

.IRS-button a:hover {
  text-decoration: none !important;
  color: #fff !important;
}


/* SUBMIT A REQUEST BUTTON */

user-nav,
.button,
.submit-a-request,
.menu-only-submit {
  border: 1px solid #2DC172;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px !important;
  border-radius: 28px !important;
  padding: 5px 24px !important;
  color: #1F5DB6 !important;
  background-color: #fff;
  height: 39px !important;
  align-items: center;
  justify-content: center !important;
  vertical-align: top;
  display: inline-flex !important;
}

@media (max-width: 768px) {

  user-nav,
  .button,
  .submit-a-request,
  .menu-only-submit {
    display: block;
  }

  .footer-submit {
    display: inline-flex !important;
  }
}


/* -- Colors ----------------------------------------------------------------- */
/* /  Colors ----------------------------------------------------------------- */
/* -- Fonts ----------------------------------------------------------------- */
/* /  Fonts ----------------------------------------------------------------- */
/* -- Global ----------------------------------------------------------------- */
a.button,
.button-new {
  border: 1px solid #2DC172;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  border-radius: 24px;
  padding: 5px 24px;
}

a.button:hover,
.button-new:hover {
  background-color: #2DC172;
  color: #fff;
  text-decoration: none;
}

.button-static {
  margin-bottom: 15px;
}

.button-static + .button-static {
  margin-right: 10px;
}

.button-static {
  width: auto;
  display: inline-block;
  transition: all 80ms;
}

.button-static:hover {
  border: 1px solid #2DC172;
  font-style: normal;
  background: #2DC172;
  color: #fff;
}

.breadcrumbs {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #2E3F51;
}

.breadcrumbs li + li:before {
  transform: scale(0.6, 0.8);
  display: inline-block;
  color: #B7B7B7;
}

.breadcrumbs a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #2E3F51;
}

.alt-bg {
  background: var(--color-current-secondary-sapphire-pale, #F2FAFF);
  padding-top: 24px;
  padding-bottom: 24px;
}

.headline-one-style {
  color: var(--color-current-primary-ink-default, #172F55);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 16px;
}

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

.contact-options.blocks-with-icons {
  margin-top: 18px;
}

.blocks-with-icons ul{
  display: grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  grid-gap:16px;
  margin-bottom:16px;
}

.blocks-with-icons ul li{
  width:100%;
  border-radius: var(--size-global-050-rem, 8px);
  border: 1px solid var(--grey-stone, #949494);
  background: var(--color-expanded-neutral-00-white, #FFF);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.blocks-with-icons ul li a {
  padding: 16px 16px 0px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height:100%;
  margin-bottom: 16px;
}

.blocks-with-icons a + a {
  margin-left: 16px;
}

.blocks-with-icons span {
  color: var(--grey-slate, var(--color-current-grey-slate, #272727));
  text-align: center;
  font-feature-settings: 'clig'off, 'liga'off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding-bottom: 16px;
}

.pb-80 {
  padding-bottom: 80px;
}

@media screen and (max-width:1024px) {
  .blocks-with-icons ul{
    grid-template-columns:1fr 1fr;
  }


  .button-group.centered {
    flex-direction: column;
  }

  .button-group.centered a {
    width: auto;
    max-width: 100%;
  }

  body .page-header {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:580px) {
  .blocks-with-icons a {
    max-width: calc(100%);
    width: 100%;
  }
}

.always-show {
  display: flex !important;
}

/* /  Global ----------------------------------------------------------------- */
/* -- Alerts ----------------------------------------------------------------- */
#alerts-banner {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1em;
  background: #1F5DB6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5%;
  padding-right: 10%;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}

#alerts-banner .alert {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;

}

#alerts-banner .alert a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

#alerts-banner .btn-close {
  position: absolute;
  right: 24px;
  font-size: 24px;
  font-weight: 500;
  top: 7px;
  cursor: pointer;
}

#alerts-banner .btn-close:after {
  content: '\000D7';
  color: #fff;
}

#alerts-banner.system-wide-outage {
  background-color: #BA0000;
}

#alerts-banner.partial-system-outage {
  background-color: #FF9D00;
}

#alerts-banner.partial-system-outage .alert {
  color: #272727;
}

#alerts-banner.weather-delay {
  background-color: #FF9D00;
}

#alerts-banner.weather-delay .alert {
  color: #272727;
}

#alerts-banner.delayed-live-agent {
  background-color: #FF9D00;
}

#alerts-banner.delayed-live-agent .alert {
  color: #272727;
}

/* /  Alerts ----------------------------------------------------------------- */
/* -- Header ----------------------------------------------------------------- */
.header {
  width: 100%;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.header .logo img {
  max-height: 60px;
  width: 100%;
}

.header .dropdown-menu a[role="menuitem"] {}

.header.interior-header .interior-logo {
  display: block !important;
}

.header.interior-header .logo svg .st0 {
  fill: #2E3F51;
}

.header.interior-header [data-user-name="true"] {
  color: #1F5DB6;
  text-decoration: none;
}

.header.interior-header [data-user-name="true"]:hover {
  color: #fff;
}

.header.interior-header .nav-wrapper a {
  color: #2E3F51;
}

.header.interior-header .nav-wrapper a.mobile-only {
  display: none;
}

.header .logo svg {
  width: 99px;
  height: 36px;
}

.header .user-info > .dropdown-toggle {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  border: 1px solid #2DC172;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  border-radius: 24px;
  padding: 5px 24px;
  color: #1F5DB6;
  background-color: #fff;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
  transform: translateY(-2px);
  margin-left: 10px;
}

.header .user-info > .dropdown-toggle .user-avatar {
  margin-right: 10px;
}

.header .user-info > .dropdown-toggle:hover {
  background-color: #2DC172;
  color: #fff;
  text-decoration: none;
}

.header .nav-wrapper .user-nav-top > a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #2DC172;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  border-radius: 24px;
  padding: 5px 24px;
  color: #1F5DB6;
  background-color: #fff;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header .nav-wrapper .user-nav-top > a:hover {
  background-color: #2DC172;
  color: #fff;
  text-decoration: none;
}

.header .nav-wrapper .user-nav-top .language-selector > .dropdown-toggle {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  border: 1px solid #2DC172;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  border-radius: 24px;
  padding: 5px 24px;
  color: #1F5DB6;
  background-color: #fff;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
  transform: translateY(-2px);
  margin-left: 10px;
}

.header .nav-wrapper .user-nav-top .language-selector > .dropdown-toggle:hover {
  background-color: #2DC172;
  color: #fff;
  text-decoration: none;
}

.header .nav-wrapper .user-nav .id-me-link {
  text-decoration: underline;
}

.header .button {
  border: 1px solid #2DC172;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  border-radius: 16px;
  padding: 5px 15px;
  margin-left: 10px;
}

.header .button:hover {
  background-color: #2DC172;
  color: #fff !important;
  text-decoration: none;
}

/* /  Header ----------------------------------------------------------------- */
/* -- Footer ----------------------------------------------------------------- */
.footer {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  margin-top: 0px;
  padding-top: 50px;
}

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

.footer .footer-inner .footer-meta {}

.footer .footer-inner .footer-meta .footer-logo {
  width: 130px;
}

.footer .footer-inner .footer-meta p {
  padding: 20px 0px 20px 0px;
  max-width: 306px;
}

.footer .footer-inner .footer-meta .m_social-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 306px;
}

.footer .footer-inner .footer-meta .m_social-links a {
  width: 25px;
  height: 25px;
}

.footer .footer-inner .footer-meta .m_social-links a + a {
  margin-left: 25px;
}

.footer .footer-inner .footer-meta .m_social-links a img {
  width: 25px;
  height: 25px;
}

.footer .footer-inner .footer-links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .footer-inner .footer-links .footer-col {
  display: flex;
  flex-direction: column;
}

.footer .footer-inner .footer-links .footer-col + .footer-col {
  margin-left: 15px;
  margin-right: 15px;
}

.footer .footer-inner .footer-links .footer-col strong {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.footer .footer-inner .footer-links .footer-col a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  font-family: 'Poppins', helvetica, arial, sans-serif;
  color: #2E3F51;
  padding-top: 3px;
  padding-bottom: 3px;
}

.footer .footer-inner .footer-links .footer-col a:hover {
  color: #335f88;
  text-decoration: none;
}

.footer .footer-inner .footer-links .footer-contact {
  width: 60%;
}

.footer .footer-inner .footer-links .footer-contact p {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  font-family: 'Poppins', helvetica, arial, sans-serif;
}

.footer .footer-inner .footer-links .footer-contact .button {
  background-color: #fff;
}

.footer .footer-inner .footer-links .footer-contact .button:hover {
  background: #2DC172;
}

.footer .footer-bottom {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-transform: capitalize;
  color: #757575;
}

.footer .footer-bottom .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer .footer-bottom nav {
  display:flex;
  align-items:center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #757575;
}

.footer .footer-bottom nav p{
  display:flex;
  align-items:center;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #595959;
  padding-right:10px;
}

.footer .footer-bottom a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-transform: capitalize;
  color: #757575;
}
@media screen and (max-width:768px){
  .footer .footer-bottom nav,
  .footer .footer-bottom nav p{
    flex-direction:column;
  }
}

/* /  Footer ----------------------------------------------------------------- */
/* -- Hero ----------------------------------------------------------------- */
.hero {
  height: 400px;
  /* fill to edges
  margin-left: 24px;
  margin-right: 24px;
  max-width: calc(100% - 48px); */
}

.hero h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: 58px;
  color: #FFFFFF;
  text-shadow: 0px 0px 32px #000000;
  font-family: 'Poppins', helvetica, arial, sans-serif;
}

.hero .hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 80%;
  margin: 0px auto;
}

.hero .hero-inner .search-container {
  max-width: 601px;
  width: 100%;
}

.hero .hero-inner .search-container #query {
  max-width: 650px;
  height: 50px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 6px;
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}

/* /  Hero ----------------------------------------------------------------- */
/* -- Homepage ----------------------------------------------------------------- */
.static-homepage-links {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1044px;
  margin: 0px auto;
  margin-bottom: 60px;
}

.static-homepage-links a {
  padding: 16px 45px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-family: 'Poppins', helvetica, arial, sans-serif;
  border-radius: 40px;
  margin-left: 12px;
  margin-right: 12px;
  flex: 0 0 calc(332px);
  white-space: break-spaces;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage-layout {
  margin: 0px auto;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  padding-bottom: 70px;
  background-position: calc(200%) bottom;
  background-repeat: no-repeat;
}

.homepage-layout h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 47px;
  font-family: 'Poppins', helvetica, arial, sans-serif;
}

.homepage-layout .block-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.homepage-layout .blocks-item-description {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}

.homepage-layout .blocks-item-description .learn-more {
  margin-top: 20px;
}

.blocks {
  margin-bottom: 70px;
}

.blocks .blocks-list {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.blocks .blocks-list .blocks-item {
  flex: 0 0 315px;
  box-sizing: 64px;
  background-repeat: no-repeat;
  transition: all 120ms;
  border: 0px none;
  border-radius: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 24px;
}

.blocks .blocks-list .blocks-item:hover {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
}

.blocks .blocks-list .blocks-item:hover * {
  color: #2E3F51;
}

.blocks .blocks-list .blocks-item:hover .learn-more {
  color: #1F5DB6;
}

.blocks .blocks-list .blocks-item .blocks-item-link .blocks-item-description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
}

.blocks .blocks-list .blocks-item .blocks-item-link .blocks-item-description:empty {
  display: none !important;
}

.blocks .blocks-list .blocks-item .blocks-item-link .learn-more {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #1F5DB6;
}

.knowledge-base h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  text-transform: capitalize;
}

.promoted-articles-container {
  margin-bottom: 120px;
}

.promoted-articles-container h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  text-transform: capitalize;
  color: #2E3F51;
  font-family: 'Poppins', helvetica, arial, sans-serif;
  text-align: left;
}

.promoted-articles-container ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 17px;
  grid-column-gap: 20px;
}

.promoted-articles-container .promoted-articles-item {
  display: flex;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

.promoted-articles-container .promoted-articles-item a {
  background: #F9F9F9;
  border: 1px solid #DFDFDF;
  padding: 15px 24px;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #2E3F51;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.promoted-articles-container .promoted-articles-item a:hover {
  background-color: #335f88;
  color: #fff;
  text-decoration: none;
}

/* /  Homepage ----------------------------------------------------------------- */
/* -- Interior pages ----------------------------------------------------------------- */
.page-header h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: 48px;
  color: #2E3F51;
}

.page-header .page-description {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #2E3F51;
}

.sub-nav {
  background-color: #2E3F51;
  margin-left: 24px;
  margin-right: 24px;
  height: 104px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 123px;
  padding-right: 24px;
}

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

.sub-nav .search-container #query {
  max-width: 600px;
  width: 100%;
}

.page-header {
  margin-top: 35px;
  margin-bottom: 60px;
}

.page-header h1 {
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: 52px;
  color: #2E3F51;
}

.page-header h1 {
  margin-bottom: 16px;
}

.page-header h1 + p {
  margin-top: 0px;
  padding-top: 0px;
}

.page-header h2 + p {
  margin-top: 0px;
  padding-top: 0px;
}

/* -- Category ----------------------------------------------------------------- */
.category-container,
.section-container,
.misc-page,
.promoted-articles-container.category-promoted-articles {
  max-width: 1024px;
  width: 100%;
  margin: 0px auto;
  display: block;
  margin-top: 60px;
}

.misc-page {
  padding-bottom: 120px;
}

.section-tree {
  flex-direction: column;
  padding-bottom: 160px;
}

.section-tree .section-tree-title.active a {
  text-decoration: none;
  color: #1F5DB6;
}

.section-tree .section-tree-title.active a svg path:nth-of-type(2) {
  display: none;
}

.section-tree .section-tree-title .accordion-button{
  border:0px none;
  background:transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DFDFDF;
  padding:0px;
  text-transform: uppercase;
}


.section-tree .section-tree-title a{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  padding-left: 16px;
  text-transform: uppercase;
  font-weight:600;
}


.section-tree .section-tree-title a svg {
  width: 16px;
  height: 16px;
  transform: translateY(5px);
}

.section-tree .section-tree-title a:hover {
  text-decoration: none;
}

.section-tree .section-articles {
  padding-bottom: 40px;
}

.section-tree .section-articles strong {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #2E3F51;
  display: block;
  padding-top: 40px;
  margin-left: 57px;
}

.section-tree .see-all-articles {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #1F5DB6;
  margin-left: 57px;
}

.section-tree .see-all-articles:hover {
  text-decoration: none;
  color: #335f88;
}

.section-tree .sub-section {
  background-color: #F9F9F9;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #2E3F51;
  padding: 17px 27px 17px 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.section-tree .sub-section:hover {
  color: #1F5DB6;
  text-decoration: none;
}

.section-tree .article-list {
  margin-top: 24px;
  margin-left: 57px;
}

/* /  Category ----------------------------------------------------------------- */
.article-list li {
  margin: 0px;
  padding: 0px;
}

.article-list li p {
  text-transform: none;
}

.article-list li a {
  padding: 14px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
}

.article-list li a:hover {
  color: #1F5DB6;
  text-decoration: none;
}

.article-list li a .icon-lock {
  margin-left: 10p;
}

.article-list li a .icon-star {
  margin-right: 10px;
}

/* -- Section ----------------------------------------------------------------- */
.section-container {
  padding-bottom: 140px;
}

.section-container .article-list {
  justify-content: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 17px;
  grid-column-gap: 20px;
}

.section-container .article-list li {
  display: flex;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left:-10px;
  margin-right:-10px;
}

.section-container .article-list li a {
  padding: 0px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  color: #2E3F51;
  width: 95%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding:7.5px 10px;
}
.section-container .article-list li a span{
  font-weight:bold;
}
.section-container .article-list li a p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}

.section-container .article-list li a:hover {
  background-color: #F2FAFF;
  border-color: #F2FAFF;
  bord
}

/* /  Section ----------------------------------------------------------------- */
/* /  Interior pages ----------------------------------------------------------------- */
/* -- Article ----------------------------------------------------------------- */
.article-header {
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  justify-content: space-between;
  margin-left: 0px;
  align-items: baseline;
}

.article-header .article-title {
  max-width: 100%;
}

.article-header .article-subscribe {
  width: 35%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-header .article-subscribe button {
  background-color: #1F5DB6;
  border-color: #1F5DB6;
  color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  height: 34px;
  width: 157px;
  margin-bottom: 15px;
  transform: translateX(10px);
}

.article-header .article-subscribe button:hover {
  background-color: #335f88;
  border-color: #335f88;
}

.article {
  margin: 0px auto;
  max-width: 1175px;
  width: 100%;
  padding-bottom: 140px;
}

.article .article-main {
  display: grid;
  grid-template-columns: 30% 70%;
}

.article .article-main .article-main-content {
  max-width: 757px;
  margin-right: 20px;
  text-align: left;
  order: 2;
}

.article .article-main .article-main-content .article-content {
  margin-top: 0px;
}

.article .article-main .article-sidebar {
  height: 100%;
  border: 0px none;
  background-color: transparent;
  flex: 1 0 20%;
  order: 1;
  margin-right: 30px;
}

.article .article-main .article-sidebar .privacy {
  background-color: #F2FAFF;
  margin-bottom: 35px;
  text-align: center;
  padding: 32px 15px;
}

.article .article-main .article-sidebar .privacy h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-family: 'Poppins', helvetica, arial, sans-serif;
}

.article .article-main .article-sidebar .privacy p {
  margin-top: 0px;
  margin-bottom: 20px;
}

.article .article-main .article-sidebar .privacy .button {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background: #2E3F51;
  border-color: #2E3F51;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.article .article-main .article-sidebar .privacy .button:hover {
  background-color: #2DC172;
  border-color: #2DC172;
}

.article .article-main .article-sidebar .sidebar-section-articles,
.article .mobile-only-related {
  background-color: #F9F9F9;
  border: 0px none;
  padding: 20px;
  margin-bottom: 80px;
}

.article .article-main .article-sidebar #section-articles-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #2E3F51;
  display: block;
}

.article .article-main .article-sidebar .article-sidebar-item {
  margin-left: 20px;
  font-weight: bold;
}

.article .article-main .article-sidebar .sidenav-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 12px 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2E3F51;
  margin-bottom: 20px;
  transition: all 80ms;
}

.article .article-main .article-sidebar .sidenav-item:hover {
  background-color: #335f88;
  color: #fff;
}

.article .article-main .article-sidebar .sidebar-callout {
  position: sticky;
  top: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 250px;
  margin: 0px auto;
}

.article .article-main .article-sidebar .sidebar-callout h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-family: 'Poppins', helvetica, arial, sans-serif;
}

.article .article-main .article-sidebar .sidebar-callout .button {
  max-width: 169px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin: 0px auto;
}

.article-title {
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 48px;
  color: #2E3F51;
  margin-bottom: 12px;
}

.labels-list {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

.article-body {
  text-align: left;
  margin-top: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #2E3F51;
}

.article-body > *:first-child {
  margin-top: 0px;
  padding-top: 0px;
}

.article-body iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 450px;
  margin-bottom: 30px;
}

.article-body h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #2E3F51;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  margin-top: 30px;
}

.article-body h2 {
  font-style: normal;
  font-weight: medium;
  font-size: 30px;
  line-height: 36px;
  color: #2E3F51;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  margin-top: 30px;
}

.article-body h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #2E3F51;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  margin-top: 30px;
}

.article-body h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.7px;
  color: #2E3F51;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  margin-top: 30px;
}

.article-body h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #2E3F51;
}

.article-body h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #2DC172;
}

.article-body hr {
  background: #DFDFDF;
  border: 0px none;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.article-body ul a,
.article-body ol a {
  padding-top: 0px;
  padding-bottom: 0px;
}

.article-body p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #2E3F51;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
}

.article-body p:first-of-type {
  margin-top: 0px;
}

.article-body .article-toc {
  display: none;
  padding: 16px 30px;
  margin-top: 0px;
  margin-left: 30px;
  min-width: 24vw;
}

.article-toc-mobile{
  display: none;
  background-color: #ffff;
  position: sticky;
  position: -webkit-sticky;
  top: 99px;
  z-index: 80;
  margin-bottom: 15px;
  box-shadow: 0px 4px 3px -3px rgb(0 0 0 / 9%);
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid rgb(0 0 0 / 7%);
  margin-bottom:30px;
}
.article-toc-mobile.open{
  padding-bottom:24px;
}
.article-toc-mobile h2{
    font-size: 18px;
    padding-left: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
}
.article-toc-mobile strong{
  color:#266ACA;
  font-weight:600;
  min-width:120px;
  font-size:16px;
  text-align:left;
}

.article-toc-mobile button{
  background: none;
  border: 0px none;
  display:flex;
  justify-content:space-between;
  width:100%;
  padding:0px;
  cursor:pointer;
  align-items: center;
  padding:16px 24px;
}
.article-toc-mobile button svg{
  width: 17px;
  height: 10px;
  transform:rotate(180deg) translate3d(0,-2px,0);

}
.article-toc-mobile button svg path{
  fill:#266ACA;
}

.article-toc-mobile.open button svg{
  transform: rotate(180deg) translate3d(0,2px,0);
}

.article-toc-mobile nav{
  height:0px;
  overflow:hidden;
  padding:0px;
  margin:0px;
}

.article-toc-mobile nav[aria-expanded="true"]{
  height:auto;
  overflow:visible;
  width:100%;
  display:flex;
  flex-direction:column;
  background:#fff;
  margin-bottom:-24px;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .15);
  border-top: 1px solid rgb(0 0 0 / 7%);
  border-radius:0px 0px 5px 5px;
  padding-bottom:6px;
}
.article-toc-mobile nav[aria-expanded="true"] a{
  padding: 12px 24px;
  color:#1a1a1a;
  border-bottom: 1px solid #d9d9d9;
  display:block;
}
.article-toc-mobile nav[aria-expanded="true"] a:last-of-type{
  border-bottom: 0px none;
}

.article-toc-mobile nav[aria-expanded="true"] a.active{
  font-weight:bold;
}
.article-toc-mobile nav[aria-expanded="true"] a:hover{
  background-color:#F2FAFF;
  color:#1a1a1a;
  text-decoration:none;
}
@media screen and (max-width:1024px){
  .article-toc-mobile{
    display:flex;
  }
}
@media screen and (max-width:680px){
  .article-toc-mobile{
    top:66px;
  }
  .article-toc-mobile button svg{
    transform: rotate(0deg) translate3d(0px, 4px, 0px);
  }
}

.article-body a {
  color: #266ACA;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration:underline;
  text-decoration-style: dotted;
}
.note a{
  text-decoration-style: dotted;
  text-decoration:underline;
}
.article-body a:hover {
  color: #266ACA;
  text-decoration-style: solid;
}

.article-body table.styled tr:first-of-type td,
.article-body table.styled tr:first-of-type th {
  background-color: #DFDFDF;
}

.article-body table.styled th,
.article-body table.styled td {
  border: 1px solid #335F88;
  vertical-align: text-top;
}

.article-body table.styled tr:nth-of-type(even) td {
  background-color: #fff !important;
}

.article-body table.styled tr:nth-of-type(odd) td {
  background-color: #F9F9F9 !important;
}

.article-body .special-table {
  border: 0px none;
  margin-bottom: 22px;
}

.article-body .special-table tr td,
.article-body .special-table tr td:nth-of-type(odd) {
  background: #fff;
}

.article-body .special-table tr:last-of-type td {
  border-bottom: 1px solid #DFDFDF;
}

.article-body .special-table td {
  border: 0px none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  padding: 0px;
  padding-bottom: 16px;
}

.article-body .special-table td h4 {
  color: #757575;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

.article-body .special-table td p {
  margin: 7.5px 0px;
  padding: 0px;
}

.article-body .quick-tip {
  background-color: #FFFBF0;
  padding: 20px 40px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #2E3F51;
}

.article-body .quick-tip h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  color: #2E3F51;
  margin-bottom: 10px;
  font-family: 'Poppins', helvetica, arial, sans-serif;
}

.article-body .user-guides {
  background-color: #F2FAFF;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
}

.article-body .user-guides h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  color: #2E3F51;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 15px;
}

.article-body .user-guides a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #2E3F51;
  border: 1px solid #2DC172;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: #fff;
  padding: 16px 30px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Poppins', helvetica, arial, sans-serif;
  text-decoration: none;
  transition: all 80ms;
}

.article-body .user-guides a:hover {
  background: #2DC172;
  border-color: #2DC172;
  color: #fff;
  text-decoration: none;
}

.article-body table {
  border: 0px none;
  margin-bottom: 35px;
}

.article-body table tr th {
  border: 0px none;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #335f88;
  padding: 16px;
}

.article-body table tr td {
  border: 0px none;
  color: #2E3F51;
  padding: 8px;
}

.article-body table tr td h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}

.article-body table tr td h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.article-return-to-top {
  position: sticky;
  top: 85%;
  right: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 0px;
}

.article-return-to-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}

.article-main .request-callout {
  display: flex;
  justify-content: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #2E3F51;
}

.article-main .request-callout p {
  display: flex;
  justify-content: center;
  color: #2E3F51;
}

.article-main .request-callout p a {
  margin-left: 5px;
  color: #1F5DB6;
  text-decoration: underline;
  font-weight: bold;
}

.article-main .request-callout p a:hover {
  color: #335f88;
}

.article-votes {
  color: #2E3F51;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 50px;
}

.article-votes .article-votes-question {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #2E3F51;
  padding-bottom: 12px;
  display: block;
}

.article-votes .article-vote {
  border: 1px solid #335f88;
  border-radius: 8px;
  min-width: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  color: #2E3F51;
  font-weight: 500;
}

.article-votes .article-vote:active {
  background: #2E3F51;
  border-color: #2E3F51;
}

.article-votes .article-vote:focus {
  background: #fff;
  background: #F2FAFF;
}

.article-votes .article-vote:hover {
  background: #F2FAFF;
}

.article-votes .article-vote[aria-pressed="true"] {
  background-color: #F2FAFF;
}

.article-votes .article-vote[aria-pressed="true"] .menu-only-submit {
  display: block !important;
}

.article-votes .article-vote[aria-pressed="true"]:hover,
.article-votes .article-vote[aria-pressed="true"]:focus {
  background: #F2FAFF;
}

.article-votes .article-vote-label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #757575;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  display: none;
}

.article-relatives {
  border: 0px none;
  padding-top: 60px;
}

.article-relatives .related-articles .related-articles-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  font-family: 'Poppins', helvetica, arial, sans-serif;
  color: #2E3F51;
  margin-bottom: 28px;
}

.article-relatives .related-articles ul {
  margin-left: -10px;
  margin-right: -10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 17px;
  grid-column-gap: 20px;
}

.article-relatives .related-articles ul li {
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.article-relatives .related-articles ul li a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #2E3F51;
  padding: 14px 24px;
  display: flex;
  height: 100%;
  align-items: center;
  border-radius: 10px;
  transition: all 80ms;
}

.article-relatives .related-articles ul li a:hover {
  text-decoration: none;
  border-color: #335f88;
  background: #335f88;
  color: #fff;
}

/* -- Article TOC ----------------------------------------------------------------- */
.article-toc {
  background-color: #F2FAFF;
  border-radius: 0px 0px 12px 12px;
  margin-bottom: 20px;
  padding: 20px;
}

.article-toc:after {
  content: '';
  clear: both;
}

.article-toc strong {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #000;
}

.article-toc nav {
  display: flex;
  flex-direction: column;
}

.article-toc nav h2{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #2E3F51;
  display: block;
  margin-bottom: 5px;
}

.article-toc nav a {
  font-style: normal;
  font-weight: medium;
  font-size: 16px;
  line-height: 22px;
  color: #585858;
  text-decoration: none;
  display: block;
  padding: 5px 0px;
  text-decoration:underline;
  text-decoration-style:dotted;
}

.article-toc nav a:hover {
  color: #000;
}

.article-toc nav a.active {
  color: #000;
}

.article-toc nav a.active:before {
  content: '';
  position: absolute;
  left: -22px;
  border-left: 4px solid #1F5DB6;
  height: 28px;
}

/* /  Article TOC ----------------------------------------------------------------- */
/* /  Article ----------------------------------------------------------------- */
/* -- Autocomplete ----------------------------------------------------------------- */
zd-autocomplete {
  border-radius: 0px 0px 8px 8px;
  overflow: none;
  box-shadow: none !important;
  background-color: #FFFFFF;
  border-radius: 24px 24px;
  border: 1px solid #B7B7B7;
}

zd-autocomplete:before {
  content: 'Top Articles Suggestions';
  background-color: #F9F9F9;
  height: 60px;
  transform: translate(-1px, -5px);
  width: calc(100% - 43px);
  border-radius: 24px 24px 0px 0px;
  border: 1px solid #B7B7B7;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2E3F51;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 43px;
}

zd-autocomplete zd-autocomplete-breadcrumbs-multibrand {
  display: none;
}

zd-autocomplete zd-autocomplete-multibrand {
  font-size: 16px;
  line-height: 160%;
  color: #494949;
  border: 0px none !important;
  padding: 0px;
  margin-left: 43px;
  margin-right: 43px;
  border-bottom: 1px solid #DFDFDF !important;
  border-radius: 0px;
}

zd-autocomplete zd-autocomplete-multibrand:last-of-type {
  border: 0px none !important;
  margin-bottom: 12px !important;
}

zd-autocomplete zd-autocomplete-multibrand zd-autocomplete-title-multibrand {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding-top: 9px;
  padding-bottom: 7px;
  display: block;
  color: #335f88;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
  border-radius: 0px;
}

zd-autocomplete zd-autocomplete-multibrand zd-autocomplete-title-multibrand em {
  font-weight: 600;
  text-decoration: underline;
}

zd-autocomplete zd-autocomplete-multibrand[aria-selected="true"] {
  background-color: transparent;
}

zd-autocomplete zd-autocomplete-multibrand zd-autocomplete-title-multibrand:hover {
  background-color: transparent;
}

zd-autocomplete zd-autocomplete-multibrand zd-autocomplete-title-multibrand:hover zd-autocomplete-title-multibrand {
  color: #1F5DB6;
}

zd-autocomplete zd-autocomplete-multibrand:hover {
  background-color: transparent;
}

zd-autocomplete zd-autocomplete-multibrand:hover zd-autocomplete-title-multibrand {
  color: #1F5DB6;
}

/* /  Autocomplete ----------------------------------------------------------------- */
/* -- Search results ----------------------------------------------------------------- */
.pagination {
  margin-bottom: 120px;
}

.pagination a {
  border: 1px solid #2DC172;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  border-radius: 24px;
  padding: 5px 25px 6px 25px;
}

.pagination a:hover {
  background-color: #2DC172;
  color: #fff;
  text-decoration: none;
}

.search-results-sidebar {
  margin-top: 150px;
  border-right: 1px solid #DFDFDF;
}
@media screen and (max-width:1024px){
  .search-results-sidebar {
    margin-top:0px;
    margin-bottom:0px;
  }
  .search-results-sidebar .collapsible-sidebar{
    margin-bottom:0px;
  }
}

.search-results-subheading {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  font-family: 'Poppins', helvetica, arial, sans-serif;
  color: #1F5DB6;
}

.search-results-sidebar .sidenav-item:hover,
.search-results-sidebar .sidenav-item.current {
  background-color: #F9F9F9;
  color: #000;
}

.sidenav-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.sidenav-item {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.search-results-list .search-result-list-item {
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 10px 24px;
  margin-bottom: 12px;
  transition: all 80ms;
}

.search-results-list .search-result-list-item:hover {
  background-color: #F2FAFF;
  border-color: #F2FAFF;
}

.search-results-list .search-result-list-item .search-result-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #2E3F51;
}

.search-results-list .search-result-list-item .search-result-title .results-list-item-link {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #2E3F51;
  /*   padding-bottom: 10px; */
  display: block;
}

.search-results-list .search-result-list-item .search-result-icons,
.search-results-list .search-result-list-item .meta-data {
  display: none;
}

.search-results-list .search-result-list-item .search-result-breadcrumbs a {
  color: #335f88;
}

.search-results-list .search-result-list-item .search-results-description {
  /* display: none; */
}

/* /  Search results ----------------------------------------------------------------- */
/* -- New Request ----------------------------------------------------------------- */
.form-field label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  color: #233f71;
  font-weight: 500;
}

.form-field input[type="text"],
.form-field .nesty-input,
.form-field textarea,
#hc-wysiwyg {
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  width: 100%;
}

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

form footer input[type="submit"] {
  border: 1px solid #1F5DB6;
  background: #1F5DB6;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  border-radius: 24px;
  padding: 5px 25px;
  color: #fff;
}

form footer input[type="submit"]:hover {
  background-color: #335f88;
  border-color: #335f88;
  text-decoration: none;
}

/* /  New Request ----------------------------------------------------------------- */
/* -- MOBILE MENU ----------------------------------------------------------------- */
.nav-wrapper .icon-menu .btn-open,
.nav-wrapper .icon-menu .btn-close {
  display: none;
}

/* /  MOBILE MENU ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
.mobile-only {
  display: none;
}

.menu-only-submit {
  display: none !important;
}

@media screen and (max-width: 1175px) {
  .sub-nav {
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 1080px) {
  .static-homepage-links {
    display: block;
  }

  .static-homepage-links a {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .header .header-nav {
    display: none !important;
  }

  .article-relatives {
    padding-bottom: 60px;
  }

  .article-return-to-top {
    display: none;
  }

  .article {
    padding-bottom: 60px;
  }

  .article .article-main {
    display: block;
  }

  .article .article-main .article-toc {
    display:none;
  }

  .article .article-main .article-main-content {
    max-width: 100%;
    margin-right: 0px;
  }

  .promoted-articles-container ul {
    display: block;
  }

  .promoted-articles-container ul li {
    margin-bottom: 12px !important;
  }

  .article-relatives .related-articles ul {
    grid-template-columns: 1fr;
  }

  #main-content.article {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 980px) {
  .footer .footer-inner .footer-links {
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 60px;
  }

  .footer .footer-inner .footer-links .footer-col + .footer-col {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .footer .footer-inner .footer-links .footer-contact {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }

  .header {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header .user-info > .dropdown-toggle {
    color: #1F5DB6;
  }

  .header .user-info > .dropdown-toggle:hover {
    color: #fff;
    background-color: none;
  }

  .nav-wrapper .menu-button[aria-expanded="true"] {
    display: flex;
  }

  .header .nav-wrapper .user-nav-top a,
  .user-info,
  .user-info[aria-expanded="false"] {
    display: none;
  }

  .user-info[aria-expanded="true"] {
    display: flex;
  }

  .nav-wrapper .menu-button[aria-expanded="false"] .icon-menu.btn-open path {
    stroke: #1F5DB6;
  }

  .page-header h1,
  .article-header .article-title {
    font-size: 38px;
    line-height: 39px;
  }

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

  .footer {
    box-shadow: none;
    border: 0px none;
  }

  .footer .footer-inner {
    flex-direction: column;
  }

  .footer .footer-inner .footer-meta {
    width: 100%;
  }

  .footer .footer-inner .footer-meta .m_social-links {
    width: 100%;
    justify-content: space-evenly;
  }

  .footer .footer-inner .footer-links {
    margin-top: 30px;
    padding-left: 0px;
  }

  .footer .footer-bottom nav {
    margin-left: 0px;
  }

  .footer .footer-bottom .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .homepage-layout {
    background: transparent;
    padding-bottom: 0px;
  }

  .homepage-promoted-articles-container.promoted-articles-container {
    margin-left: -5%;
    margin-right: -5%;
    margin-bottom: 80px;
  }

  .promoted-articles-container .promoted-articles-item a {
    background: transparent;
    border-top: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    border-radius: 0px;
    padding: 24px 0px;
  }

  .promoted-articles-container .promoted-articles-item a:hover {
    background: none;
    color: #2E3F51;
  }

  .section-tree .article-list,
  .section-tree .section-articles strong,
  .section-tree .see-all-articles {
    margin-left: 20px;
  }

  .promoted-articles-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header.interior-header .nav-wrapper .menu-button[aria-expanded="false"] .icon-menu.btn-open * {
    stroke: #2E3F51;
  }

  .nav-wrapper {
    display: flex;
    align-items: center;
  }

  .nav-wrapper.with-alert .user-nav[aria-expanded="true"] {
    top: 0px;
    border: 0px none;
  }

  .nav-wrapper .user-info {
    order: 1;
    margin-right: 15px;
  }

  .nav-wrapper .menu-button {
    order: 2;
    margin-right: 0px;
    margin-top: 3px;
  }

  .nav-wrapper .menu-button[aria-expanded="true"] .icon-menu.btn-open {
    display: none;
  }

  .nav-wrapper .menu-button[aria-expanded="true"] .icon-menu.btn-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 9999;
  }

  .nav-wrapper .menu-button[aria-expanded="false"] .icon-menu.btn-open {
    display: block;
    width: 18px;
    height: 14px;
  }

  .nav-wrapper .menu-button[aria-expanded="false"] .icon-menu.btn-close {
    display: none;
  }

  .user-nav[aria-expanded="true"] {
    top: 0px;
    height: 100vh;
    border: 0px none;
    z-index: 999;
  }

  .user-nav[aria-expanded="true"] .user-nav-top a {
    display: inline-flex !important;
  }

  .user-nav[aria-expanded="true"] a {
    display: block !important;
  }

  .user-nav[aria-expanded="true"] .user-nav-top {
    background-color: #2E3F51;
    padding: 67px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .user-nav[aria-expanded="true"] .user-nav-top a {
    display: block;
    margin-bottom: 20px;
    text-decoration: none !important;
  }

  .user-nav[aria-expanded="true"] .mobile-menu {
    background-color: #fff;
  }

  .user-nav[aria-expanded="true"] .mobile-menu a {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.7px;
    color: #2E3F51;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    border-bottom: 1px solid #DFDFDF;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-position: calc(100% - 26px) calc(50% + 3px);
    background-repeat: no-repeat;
    background-size: 8px 14px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .user-nav[aria-expanded="true"] .mobile-menu a:first-of-type {
    text-decoration: none;
  }
}

@media screen and (max-width: 640px) {
  .section-container .article-list {
    grid-template-columns: 1fr;
  }

  .article-body .user-guides {
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-body .user-guides a {
    display: block !important;
    flex: 1 0 100% !important;
    flex-wrap: wrap !important;
  }

  .special-table tr td {
    vertical-align: text-top;
  }

  .special-table tr td img {
    max-width: 95%;
  }

  #explore-partners .tabs-group .explore-tab .blocks-list .blocks-item {
    flex: 1 0 100%;
  }
}

@media screen and (max-width: 540px) {
  .header {
    height: 67px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #fff;
  }

  .header .logo img {
    max-height: 24px !important;
    vertical-align: middle;
  }

  .header.interior-header .logo img {
    max-height: 26px !important;
    vertical-align: middle;
  }

  .sub-nav {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero {
    height: 300px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }

  .hero .hero-inner {
    max-width: 336px;
    width: 100%;
    top: 50%;
  }

  .hero .hero-inner h1 ,
  .hero .hero-inner h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
  }

  .knowledge-base h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .homepage-layout {
    padding-left: 30px;
    padding-right: 30px;
  }

  .static-homepage-links a {
    margin-left: auto;
    margin-right: auto;
  }

  #alerts-banner .btn-close {
    position: absolute;
    right: 21px;
    font-size: 24px;
    font-weight: 500;
    top: 16px;
    cursor: pointer;
  }

  #alerts-banner .alert a {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }

  .blocks .blocks-list .blocks-item {
    background-position: calc(100% - 37px) 28px;
    flex: 1 0 100%;
  }

  .blocks .blocks-list .blocks-item .blocks-item-link .blocks-item-title {
    font-size: 24px;
    line-height: 32px;
  }

}

@media screen and (max-width: 480px) {
  .article-body table {
    display: block;
    overflow: scroll;
  }
}

/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */

/* Contact widget */

#chat_contact_options {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: space-evenly;
}

/* iPad & Up */
@media screen and (min-width: 768px) {
  #chat_contact_options {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 25px;
  }
}

/* Desktop & Up */
@media screen and (min-width: 992px) {
  #chat_contact_options {
    padding: 0 100px;
    flex-wrap: nowrap;
    margin-top: 30px;
  }
}

#chat_contact_options p {
  margin: 0;
}


#chat_contact_options .card-item-link {
  z-index: 10;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  margin: 15px 0;
}

/* iPad & Up */
@media screen and (min-width: 768px) {
  #chat_contact_options .card-item-link {
    width: 270px;
    margin: 0 0 50px 0;
  }
}

/* Desktop & Up */
@media screen and (min-width: 992px) {
  #chat_contact_options .card-item-link {
    margin: 0;
  }
}

#chat_contact_options .card-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

/* iPad & Up */
@media screen and (min-width: 768px) {
  #chat_contact_options .card-item {
    padding: 15px 25px;
  }
}

#chat_contact_options .card-item-image {
  margin-bottom: 15px;
}

#chat_contact_options .card-item-title_container {
  /* border: 2px solid coral; */
  display: flex;
}

#chat_contact_options .card-item-title_container .card-item-title {
  margin-right: 10px;
}

#chat_contact_options .card-item-title {
  margin: 0;
  color: #003E73;
  font-weight: bold;
}

/* End contact widget */

/* NEW REQUEST PAGE */
.info-callout {
  width: 100%;
  padding: 26px 40px;
  background: #EFF8F2;
  border-radius: 8px;
  margin-bottom: 40px;
}

.info-callout p {
  margin: 0;
}

/* CONTACT SUPPORT PAGE */
.help-card {
  padding: 32px;
  position: relative;
  max-width: 714px;
  height: 284.46px;
  left: 0px;
  top: 0px;
  background: #F9F9F9;
  /* Grey/5_Snow */
  margin: 32px 0px;
}

.help-card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-left: 12px;
  display: inline;
  color: #2E3F51;
  /* Primary/Ink */
}

.help-card-icon {
  float: left;
  width: 30px;
  height: 31px;
}

#sign-in-button {
  width: 279px;
  height: 43px;
  padding: 10px 27px;
  border-radius: 3.75px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
  background: #08833D;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cannot-sign-in-button {
  width: 279px;
  height: 43px;
  /*  padding: 13px 27px;
  border-radius: 3.75px; */
  text-align: center;
  color: #3069BB;
  font-size: 13px;
  line-height: 17.7px;
  /*  border: 1px solid #3069BB;*/
  white-space: nowrap;
}

.sign-in-logo {
  padding-left: 9px;
}

/* Lotus Formatting */

.accordion-button{
  appearance:none;
  -webkit-appearance: none;
}
.accordion__item-title {
  position: relative;
  display: block;
  width: 100%;
  font-size: var(--font-size-h4);
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: 0;
  touch-action: manipulation;
}

[dir="ltr"] .accordion__item-title {
  padding: 15px 20px 15px 52px;
  text-align: left;
}

.tabs-link {
  text-decoration: none !important;
}

.article-body code {
  background: none;
  border: none;
  padding: 0 !important;
  margin: 0;
}

.table--color-header th {
  color: #fff !important;
}

.callout.callout--success {
  display: inline-block;
  border-color: #315B82 !important;
}

.callout--warning {
  border-color: #D18100 !important;
}

/* Custom styles 2022 */

/* -- colors ----------------------------------------------------------------- */
/* /  colors ----------------------------------------------------------------- */
/* -- Font ----------------------------------------------------------------- */
/* /  Font ----------------------------------------------------------------- */
/* -- Hero ----------------------------------------------------------------- */
.hero .hero-inner {
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .hero-inner h1 ,
.hero .hero-inner h2{
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -0.01em;
  background:#1C3052;
  color:#fff;
  margin-bottom:20px;
}

/* -- header ----------------------------------------------------------------- */
.header .header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 12px;
}

.header .id-me-link {
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #0050C7;
  font-weight: 600;
  padding: 10px;
}

.header .id-me-link:hover {
  color: #3373D2;
}

.header .id-me-link:focus {
  border-radius: 8px;
  color: #3373D2;
  box-shadow: 0px 2px px rgba(0, 0, 0, 0.12);
}

.header .language-selector button {
  font-weight: 400;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #949494;
  padding: 10px 20px 10px 20px;
}

.header .language-selector button:focus {
  border-color: #0050C7;
}

.header .language-selector * {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: #272727;
}

/* /  header ----------------------------------------------------------------- */
/* -- Popular ----------------------------------------------------------------- */
.popular-searches {
  display: flex;
  align-items: flex-start;
  justify-content: flex;
  flex-wrap: wrap;
}

/*.popular-searches:before {
  content: 'Top searches:';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
} */
.popular-searches li {
  margin-bottom: 16px;
}

.popular-searches a {
  background-color: rgb(12 29 54);
  border-radius: 100px;
  padding: 10px 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-left: 8px;
  transition: all 120ms;
}

.popular-searches a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #172F55;
}

/* /  Popular ----------------------------------------------------------------- */
/* /  Hero ----------------------------------------------------------------- */
/* -- Search ----------------------------------------------------------------- */
body .search-container.home-search {
  margin-bottom: 24px;
}

body .search-container.home-search .search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  font-weight: 400;
}

body .search-container.home-search .search #query {
  height: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

body .search-container.home-search .search #query::-webkit-input-placeholder {
  color: #757575;
}

body .search-container.home-search .search #query::-moz-placeholder {
  color: #757575;
}

body .search-container.home-search .search #query:-ms-input-placeholder {
  color: #757575;
}

body .search-container.home-search .search #query:-moz-placeholder {
  color: #757575;
}

body .search-container.home-search .button-large,
body .search-container.home-search input[type="submit"] {
  height: 50px;
  min-width: 0px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #0050C7;
  margin-left: 8px;
  min-width: 108px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.09px;
  width: auto;
}

/* /  Search ----------------------------------------------------------------- */
/* -- Homepage ----------------------------------------------------------------- */
.knowledge-base {
  padding-top: 72px;
}

.knowledge-base h2 {
  margin-bottom: 36px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #172F55;
  font-family: 'Poppins', helvetica, arial, sans-serif;
}

body .blocks .blocks-list .blocks-item {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  transition: box-shadow 120ms;
  font-family: 'Poppins', helvetica, arial, sans-serif;
  margin: 10px;
  background-color: #fff;
}

body .blocks .blocks-list .blocks-item:hover {
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.12);
}

body .blocks .blocks-list .blocks-item .blocks-item-link {
  padding: 33px;
}

body .blocks .blocks-list .blocks-item .blocks-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #172F55;
}

body .categories.blocks .blocks-list .blocks-item {
  background-position: center 40px;
  min-height: 254px;
}

body .categories.blocks .blocks-list .blocks-item .blocks-item-link {
  justify-content: flex-start;
  padding-top: 160px;
}

body .categories.blocks .blocks-list .blocks-item .blocks-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
}

#explore-partners {
  margin-bottom: 80px;
}

#explore-partners h2{
  margin-bottom: 36px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #172F55;
  font-family: 'Poppins', helvetica, arial, sans-serif;
  text-align:center;
}
@media screen and (max-width:580px){
  #explore-partners h2{
    margin-bottom: 100px;
  }
}
#explore-partners h3 {
  margin-bottom: 48px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #172F55;
  font-family: 'Poppins', helvetica, arial, sans-serif;
  text-align: center;
}

#explore-partners .explore-arrows {
  display: none;
  margin-top: -73px;
  margin-bottom: 30px;
}

#explore-partners .explore-arrows a.disabled {
  opacity: .15;
  pointer-events: none;
}

#explore-partners .explore-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #0050C7;
  margin-bottom: 40px;
}

#explore-partners .explore-nav h3 {
	padding:0px;
  margin:0px;
  width:100%;
  display:flex;
}

#explore-partners .explore-nav h3 a{
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #172F55;
  width: 100%;
  padding: 13px 50px;
  transition: all 120ms;
  display: flex;
    align-items: center;
    justify-content: center;
}

#explore-partners .explore-nav a.current,
#explore-partners .explore-nav a:hover {
  background: #0050C7;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  text-decoration: none;
}

#explore-partners .explore-nav a.current:hover {
  background-color: #035add;
  color: #fff;
}

#explore-partners .explore-nav a:hover {
  background-color: #E6E6E6;
  color: #172F55;
}

#explore-partners .tabs-group .explore-tab {
  display: none;
}

#explore-partners .tabs-group .explore-tab.current {
  display: block;
}

#explore-partners .tabs-group .explore-tab .blocks-list {
  display: flex;
  flex-wrap: nowrap;
}

#explore-partners .tabs-group .explore-tab .blocks-list .blocks-item {
  flex: 0 25%;
  min-height: 110px;
  padding: 0px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  transition: all 120ms;
  background-color: #fff;
}

#explore-partners .tabs-group .explore-tab .blocks-list .blocks-item:hover .blocks-item-link {
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.12);
}

#explore-partners .tabs-group .explore-tab .blocks-list .blocks-item .blocks-item-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #172F55;
  font-family: 'Poppins', helvetica, arial, sans-serif;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center 38px;
  padding-top: 24px;
  transition: box-shadow 120ms;
}

/* -- Request ----------------------------------------------------------------- */
.request-callout {
  background-color: #172F55;
}

.request-callout .container {
  background-repeat: no-repeat;
  background-position: 10vw center;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding: 110px 150px;
}

.request-callout .container div {
  max-width: 360px;
  text-align: left;
  color: #fff;
  margin-right: 40px;
}

.request-callout .container div h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  font-family: 'Poppins', helvetica, arial, sans-serif;
  margin-bottom: 24px;
}

.request-callout .container div p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.request-callout .container div .button {
  margin-top: 10px;
  padding: 16px 24px !important;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.09px;
  border: 0px none;
  border-radius: 6px !important;
  color: #1F5DB6 !important;
  height: auto !important;
}
@media screen and (max-width:1024px){
  .request-callout .container div .button{
    max-width:none;
  }
}

.request-callout .container div .button:hover {
  background-color: #0050C7 !important;
  color: #fff !important;
}

/* /  Request ----------------------------------------------------------------- */
/* /  Homepage ----------------------------------------------------------------- */
/* -- Footer ----------------------------------------------------------------- */
.footer .footer-inner {
  justify-content: flex-start;
}

.footer .footer-inner .footer-meta {
  max-width: 275px;
  padding-right: 40px;
}

.footer .footer-inner .footer-links .footer-col {
  min-width: 130px;
}

.footer .footer-inner .footer-links .footer-col strong {
  color: #2e3f51;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 0;
  position: relative;
}

.footer .footer-inner .footer-links .footer-col a {
  color: #2e3f51;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  font-weight: 300;
  line-height: 1.4em;
  margin: 0 0 15px 0;
}

.footer .footer-inner .footer-links .footer-contact {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.footer .footer-inner .footer-links .footer-contact a.button,
.footer .footer-inner .footer-links .footer-contact .button {
  border: 1px solid #757575;
  border-radius: 6px !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 20px !important;
  height: auto !important;
  margin-bottom: 16px;
}

.footer .footer-inner .footer-links .footer-contact a.button:hover,
.footer .footer-inner .footer-links .footer-contact .button:hover {
  color: #fff !important;
  background-color: #172F55;
  border-color: #172F55;
}

.footer .footer-inner .footer-links .footer-contact .button + .button {
  margin-left: 24px;
}

.footer .footer-bottom {
  padding-bottom: 40px;
}

.footer .footer-bottom .container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}

.footer .footer-bottom nav {
  display: flex;
  margin-bottom: 40px;
}

.footer .footer-bottom nav li {
  list-style: none;
  margin-right: 17px;
  font-size: 12px;
  color: #595959;
}

.footer .footer-bottom nav a {
  font-size: 12px;
  color: #595959;
  text-decoration:underline;
  
}

.footer .footer-bottom nav a + a:before {
  content: '|';
  letter-spacing: -8px;
  padding: 0px 16px 0px 8px;
}

/* /  Footer ----------------------------------------------------------------- */
/* -- Search Results ----------------------------------------------------------------- */
.search-results {
  margin-bottom: 60px;
}

.search-results-list .search-result-list-item:hover * {
  text-decoration: none;
}

.search-results-list .search-result-list-item .results-list-item-link {
  display: flex;
  flex-direction: column;
  color: #2E3F51;
  padding-top: 15px;
}

.search-results-list .search-result-list-item .results-list-item-link:hover * {
  text-decoration: none;
}

.search-results-list .search-result-list-item .results-list-item-link p {
  color: #2E3F51;
}

/* /  Search Results ----------------------------------------------------------------- */
/* -- Chatbot banner ----------------------------------------------------------------- */
.chatbot-banner {
  background-color: #F2FAFF;
}

.chatbot-banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background-repeat: no-repeat;
  background-position: left bottom;
  max-width: 1024px;
}

.chatbot-banner .container p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0px;
  padding: 0px 0px 0px 180px;
}

.chatbot-banner .container .button {
  padding: 8px 16px;
  background-color: #0050C7;
  border-color: #0050C7;
  color: #fff !important;
  min-width: 0px;
  max-width: 135px !important;
  border-radius: 6px !important;
  margin-left: 32px !important;
}

.illustrated-banner {
  background-color: #F2FAFF;
}

.illustrated-banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background-repeat: no-repeat;
  background-position: left bottom;
  max-width: 1024px;
}

.illustrated-banner .container p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0px;
  padding: 0px 0px 0px 180px;
}

.illustrated-banner .container .button {
  padding: 8px 16px;
  background-color: #0050C7;
  border-color: #0050C7;
  color: #fff !important;
  min-width: 0px;
  max-width: 135px !important;
  border-radius: 6px !important;
  margin-left: 32px !important;
}

/* /  Chatbot banner ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .request-callout .container {
    padding-right: 30px;
    background-position: 7vw center;
  }

  .request-callout .container div {
    margin-right: 0px;
  }

  #explore-partners .tabs-group .explore-tab .blocks-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  #explore-partners .tabs-group .explore-tab .blocks-list .blocks-item {
    flex: 0 0 240px;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 840px) {
  #explore-partners .explore-nav a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  #explore-partners .explore-arrows {
    display: flex;
    justify-content: space-between;
  }

  #explore-partners .explore-arrows a:first-of-type svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  #explore-partners .explore-arrows a svg {
    width: 20px;
    height: 20px;
  }

  #explore-partners .explore-nav {
    position: absolute;
    left: 0px;
    overflow-x: hidden;
    max-width: 100vw;
    padding-right: calc(50% - 120px);
    padding-left: calc(50% - 120px);
  }

  #explore-partners .explore-nav a {
    min-width: 240px;
  }

  #explore-partners .tabs-group {
    margin-top: 115px;
  }

  .request-callout .container {
    flex-direction: column;
    background-position: center 44px;
    background-size: 270px;
    padding: 0px 40px 60px 40px;
  }

  .request-callout .container div {
    margin: 363px auto 0px auto;
    max-width: 100%;
  }

  .hero {
    height: 40vw !important;
    min-height: 240px;
  }

  .hero .hero-inner {
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 100%;
  }

  .hero .hero-inner h1,
  .hero .hero-inner h2{
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 12px;
  }

  .hero .search-container {
    margin-bottom: 0px;
  }

  .popular-searches {
    justify-content: center;
  }

  .popular-searches:before {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .popular-searches a {
    padding: 6px 15px;
  }

  .hero .hero-inner .search-container #query,
  body .search-container input[type="submit"] {
    height: 40px;
  }

  .popular-searches {}

  .knowledge-base {
    padding-top: 47px;
  }

  .knowledge-base h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .knowledge-base .blocks {
    margin-bottom: 40px;
  }

  .knowledge-base .blocks.categories .blocks-list .blocks-item {
    min-height: 0px;
  }

  .knowledge-base .blocks .blocks-list .blocks-item {
    flex: 0 44%;
  }

  .knowledge-base .blocks .blocks-list .blocks-item .blocks-item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
  }

  .knowledge-base .blocks .blocks-list .blocks-item .blocks-item-title .blocks-item-link {
    padding: 30px;
  }

  body .request-callout .container div .button {
    display: block !important;
    height: 55px !important;
    width: 100px;
    margin-top: 30px;
  }

  .chatbot-banner .container,
  .illustrated-banner .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-position: -2vw bottom;
  }

  .chatbot-banner .container .button,
  .illustrated-banner .container .button {
    display: block !important;
    margin-left: 180px !important;
    margin-top: 20px !important;
  }

  #explore-partners .tabs-group .explore-tab .blocks-list .blocks-item {
    flex: 1 0 100%;
  }
}

@media screen and (max-width: 680px) {
  .header {
    min-height: 67px;
    height: 100%;
    display: flex;
    padding-right: 5px;
  }

  .header .logo {
    margin-bottom: 5px;
    margin-right: 25px;
  }

  .header .id-me-link {
    font-size: 15px;
  }

  .header .language-selector button {
    font-size: 15px;
  }
}

@media screen and (max-width: 520px) {
  .knowledge-base .categories.blocks .blocks-list .blocks-item {
    flex: 1 calc(50% - 20px);
    min-width: 0px;
    margin: 6px;
  }
  body .categories.blocks .blocks-list .blocks-item .blocks-item-title{
    font-size: 17px;
    line-height: 21px;
  }
  .blocks .blocks-list .blocks-item .blocks-item-link .blocks-item-description{
    font-size: 14px;
    line-height: 19px;
    padding-top:10px;
  }
 body .categories.blocks .blocks-list .blocks-item .blocks-item-link{
    padding-left: 12px;
   padding-right:12px;
  }
}

@media screen and (max-width: 480px) {
  .chatbot-banner .container {
    background-image: none;
  }

  .chatbot-banner .container p {
    padding-left: 0px !important;
  }

  .chatbot-banner .container .button {
    margin-left: 0px !important;
  }

  .illustrated-banner .container {
    background-image: none;
  }

  .illustrated-banner .container p {
    padding-left: 0px !important;
  }

  .illustrated-banner .container .button {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 440px) {
  #explore-partners h3 {
    font-size: 26px;
    line-height: 31px;
  }
}

/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */

/* ID.me customizations */
.blocks-item-description {
  display: block !important;
  padding-top: 20px;
  text-align: center;
}

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

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

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu {
  background: #f3f3f3;
}

.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 67px;
  z-index: 2;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}

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

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

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

.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: rgba(46, 63, 81, 1);
  cursor: pointer;
  text-align: start;
}

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

.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: rgba(46, 63, 81, 1);
}

.nav-wrapper-mobile .menu-list-mobile-items a:active,
.nav-wrapper-mobile .menu-list-mobile-items a:focus,
.nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}

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

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

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

.mobile-language-dropdown {
  position: static;
  margin-left: 15px;
}

.nav-wrapper-mobile .menu-list-mobile-items .mobile-language-dropdown.dropdown-menu {
  border: 0px none;
  padding: 5px 0px;
  box-shadow: none;
}

.nav-wrapper-mobile .dropdown.language-selector {
  width: 100%;
}

.nav-wrapper-mobile .menu-list-mobile-items .mobile-language-dropdown a {
  border: 0px none;
  margin-left: 10px;
  padding: 8px 10px;
  width: 90%;
  height: 100%;
  color: rgba(46, 63, 81, 1);
  font-weight: 600;
  font-size: 15px;
}

.header .nav-wrapper-mobile .language-selector .dropdown-toggle {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: rgba(46, 63, 81, 1);
  font-weight: 600;
  font-size: 15px;
}

#error-search {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 3em;
}

@media screen and (min-width: 768px) {
  #error-search {
    width: 50%;
  }
}

/* Scam callout section */

.request-callout.fraud-callout .container {
  background-image: url(/hc/theming_assets/01J3ZES3BB3QGMK925S6MCAEKZ);
  background-position-x: 6vw;
}

.button-group {
  display: flex;
}

.button-group a.button {
  margin-right: 20px;
  margin-bottom: 15px;
  margin-top: 7.5px;
  padding: 16px 24px !important;
  height: auto !important;
}

.button-group.centered {
  margin: 0 auto;
  justify-content: center;
}

.button-group a.button.button-outline {
  border-radius: 6px !important;
  border: 1px solid var(--color-current-grey-boulder, #757575) !important;
  background: var(--color-expanded-neutral-00-white, #FFF) !important;
}

.button-group a.button.button-outline:hover {
  background: var(--color-current-secondary-sapphire-default, #0050C7) !important;
  border-color: var(--color-current-secondary-sapphire-default, #0050C7);
  color: #fff !important;
}

.button-group a.button.button-primary {
  color: #fff !important;
  background: var(--color-current-secondary-sapphire-default, #0050C7);
  border-color: var(--color-current-secondary-sapphire-default, #0050C7);
  border-radius: 6px !important;
}

.button-group a.button.button-primary:hover {
  background: var(--color-current-primary-ink-default, #172F55) !important;
}

@media screen and (max-width: 1024px) {
  .request-callout.fraud-callout .container {
    background-size: 280px;
  }

  .button-group {
    flex-direction: column;
  }

  .button-group .button {
    max-width: 230px;
    margin-top: 7.5px !important;
  }

  body .page-header {
    margin-bottom: 30px;
  }

  .pb-80 {
    padding-bottom: 40px;
  }

}

/* Passkey callout section */

.request-callout.passkey-callout {
  background-color:#F3FAFE;
}
.request-callout.passkey-callout .container {
  background-image: url(/hc/theming_assets/01K6B8BDWXW2E6P7GK11NNXCYZ);
  background-position: calc(100% - 8vw) center;
  background-size: auto 380px;
}
.request-callout.passkey-callout .container {
  align-items:flex-start;
}
.request-callout.passkey-callout .container h3,
.request-callout.passkey-callout .container p{
  color:#1E1E1E;
}

.request-callout.passkey-callout .container div .button{
  background-color:#1B446E;
  color:#fff !important;
  min-width:224px;
}

@media screen and (max-width: 1024px) {
  .request-callout.passkey-callout .container {
    background-size: 280px;
    padding-left:8vw;
  }
}

@media screen and (max-width:768px) {
  #explore-partners .tabs-group .explore-tab .blocks-list .blocks-item {
    min-height: 90px;
  }

  #explore-partners {
    margin-bottom: 40px;
  }

  .article-body iframe {
    min-height: 46vw;
    margin-bottom: 15px;
  }

  .request-callout.fraud-callout .container {
    background-size: 200px;
    background-position: 6vw 25px;
  }

  .request-callout .container div:first-of-type {
    margin-top: 245px;
    margin-left:0px;
  }

  .request-callout .container div h3 {
    font-size: 28px;
    line-height: 34px;
  }

  body .request-callout .container div .button {
    height: 46px !important;
    width: fit-content;
    margin-top: 30px;
    padding: 12px 24px !important;
  }

  .page-header h1,
  .article-header .article-title {
    font-size: 32px;
    line-height: 39px;
  }

  .article-body h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .article-body h3 {
    font-size: 24px;
    line-height: 29px;
  }

  .article-body p {
    font-size: 15px;
  }

  .article-body {
    margin-top: 0px;
    padding-top: 0px;
  }

  body .tab {
    padding: 20px;
  }

  .article-relatives {
    padding: 0px;
  }

  .article .article-main .article-sidebar .sidebar-section-articles {
    margin-bottom: 0px;
  }

  .article {
    padding-bottom: 0px;
  }

  .article .article-main .article-sidebar {
    margin-right: 0px;
  }

  .page-header h1,
  .article-header .article-title {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 16px;
    display: block;
    width: 100%;
  }

  .hero .hero-inner h1,
  .hero .hero-inner h2 {
    display: none;
  }

  body .search-container.home-search input[type="submit"] {
    display: none;
  }

  .knowledge-base .blocks:first-of-type .blocks-item .block-content {
    padding: 0px !important;
  }

  body .categories.blocks .blocks-list .blocks-item {
    background-size: 65px;
    background-position: center 24px;
  }

  body .categories.blocks .blocks-list .blocks-item .blocks-item-link {
    padding-top: 100px;
  }

  body .blocks .blocks-list .blocks-item .blocks-item-link {
    padding: 24px;
  }
}

/* / Scam callout section */


@media screen and (max-width: 768px) and (min-resolution: 192dpi) {
  body.zoom-200 .hero .hero-inner h1, .hero .hero-inner h2{
    display:block;
  }
}

zd-autocomplete-header,
zd-autocomplete:before {
  display: none !important;
}

zd-autocomplete-multibrand {
  width: 100%;
  margin: 0 !important;
  padding: 0 14px !important;
}

zd-autocomplete zd-autocomplete-multibrand zd-autocomplete-title-multibrand {
  font-size: 15px;
  white-space: break-spaces;
  padding-top: 12px;
  padding-bottom: 12px;
}


/* -- Article feedback form ----------------------------------------------------------------- */
.article-feedback-form {
  background: var(--light-grey, #F5F5F5);
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
  position: relative;
}

.article-feedback-form.done {
  background: transparent;
  padding: 0px;
}

.article-feedback-form h4 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-top: 10px;
}

.article-feedback-form form {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.article-feedback-form fieldset{
  border:0px none;
  margin:0 auto;
}

.article-feedback-form form label {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.article-feedback-form form label input[type="radio"] {
  margin-right: 10px;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  border-radius: 4px;
  background-color: #fff;
  border: 1.5px solid #000;
  padding: 7px;
}

.article-feedback-form form label input[type="radio"]:checked,
.article-feedback-form form label input[type="radio"].selected {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="22" viewBox="0 0 16 22" fill="none"><rect y="3" width="16" height="16" rx="4" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 11.5858L10.2929 8.29289C10.6834 7.90237 11.3166 7.90237 11.7071 8.29289C12.0976 8.68342 12.0976 9.31658 11.7071 9.70711L7.70711 13.7071C7.31658 14.0976 6.68342 14.0976 6.29289 13.7071L4.29289 11.7071C3.90237 11.3166 3.90237 10.6834 4.29289 10.2929C4.68342 9.90237 5.31658 9.90237 5.70711 10.2929L7 11.5858Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 130%;
  background-color: #000;
}

.article-feedback-form form textarea {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #000;
  background: var(--White, #FFF);
  font-feature-settings: "liga"off, "clig"off;
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  min-height: 104px;
  letter-spacing: 0.2px;
}

.article-feedback-form form textarea::-webkit-input-placeholder {
  color: #747375;
  font-style: italic;
}

.article-feedback-form form textarea::-moz-placeholder {
  color: #747375;
  font-style: italic;
}

.article-feedback-form form textarea:-ms-input-placeholder {
  color: #747375;
  font-style: italic;
}

.article-feedback-form form textarea:-moz-placeholder {
  color: #747375;
  font-style: italic;
}

.article-feedback-form form input[type="submit"].button {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff !important;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 20px;
  border-radius: 0px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  min-width: 190px;
  max-width: 220px;
  border-radius: 8px;
  background: #0050C7;
}

.article-feedback-form form input[type="submit"].button:hover {
  background: #2E3F51;
}

.article-feedback-form form input[type="submit"].disabled {
  pointer-events: none;
  text-indent: -9999px;
  text-align: left;
  background: #d1d1d1;
  border-color: #d1d1d1;
}

.article-feedback-form form input[type="submit"]:hover {
  color: #fff;
}

.article-feedback-form #loader {
  bottom: 40px;
  left: calc(50% - 23px);
  position: absolute;
}

.reasons legend{
  text-align:center;
}

.reasons input {
  margin-right: 12px;
}

.success-message {
  background: var(--light-grey, #F5F5F5);
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
  position: relative;
  width:100%;
}

#feedback-error{
  color: #aa0000;
  border: 1px solid #d0000036;
  padding: 12px 20px;
  background: #ab000012;
  border-radius: 4px;
  margin-bottom: 20px;
  font-weight: 600;
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, .12), 0px 2px 0px -1px inset rgba(255, 255, 255, .5);
}

.success-message.negative .negative {
  display: block;
  text-align: center;
}

.success-message h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 5px 0px;
}

.success-message p {
  color: #000;
  font-feature-settings: "liga"off, "clig"off;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 5px 0px;
}

.success-message p.negative {
  display: none;
  font-size: 16px;
  line-height: 28px;
}

/* /  Article feedback form ----------------------------------------------------------------- */

/* No search results */
.no-search-results-image{
  max-width:320px;
}
.search-results.no-results{
  text-align:center;
  justify-content: center;
}
.no-search-results{
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  padding-bottom:60px;
}
.no-search-results h2{
  margin-bottom:0px;
  padding:bottom:0px;
}
.no-search-results h2 + p{
  margin-bottom:20px;
}
.no-search-results > ul:first-of-type{
  list-style:circle;
}
.no-search-results > ul:first-of-type li{
  text-align:left;
  font-size:16px;
  color:#000;
}
.no-search-results .search-container{
  width:100%;
  margin:40px auto;
  max-width:590px;
}
.no-search-results .search-container .search{
  display:flex;
  justify-content:center;
}
.no-search-results .search-container .search input[type="submit"]{
  max-width:97px;
  min-width:97px;
  margin-left:10px;
  border-radius:8px;
  background-color:#314DB0 !important;
  font-weight:700;
  text-align:center;
  padding-left:0px;
  padding-right:0px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.no-search-results .search-container .search input[type="submit"]:hover{
  background-color:#035add !important;
}
.help-topics-list strong{
  font-size:18px;
  margin-bottom:10px;
  display:block;
}
@media screen and (max-width:768px){
  .no-search-results-image {
    width: 50vw;
    max-width:280px;
  }
}
/* / No search results */


.small-link{
  
}
.centered{
  text-align:center;
  
}
.button-group a.button{
  margin-right:0px;
}
.button-group a.button + .button{
  margin-left:24px;
}
.mb-20{ margin-bottom:20px }