@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* #F9A825
#66BB6A
#002071 | #002071
#D32F2F
#0CA2D0
#373E42
#76828B
#CFD8DC */

:root {
  --green: #66BB6A;
  --blue: #002071;
  --lt-blue: #00B0FF;
  --cream: #FEF3E1;
  --orange: #F9A825;
  --red: #D32F2F;
  --redBook: #D32F2F;
  --fuegoRed: #CC0435;
  --fuego: #CC0435;
  --dk-grey: #373E42;
  --mid-grey: #76828B;
  --lt-grey: #CFD8DC;
  --purple: #483473;
  --font-text: "poppins_regular", sans-serif;
  --font-heading: "poppins_bold", sans-serif;
  --page-width: 1280px;
  --border-radius: 15px;
  --box-shadow: #CFD8DC 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  --callout-yellow: #fde5bf;
  --callout-blue: #b3e7ff;
  --hover-blue: #e7e9f4;
/*   --hover-blue: #F3F5F6; */
}

* {
  font-family: 'poppins_regular', sans-serif;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

body {
  background-color: #FFFFFF;
  color: rgba(55, 62, 66, 1);
  font-family: 'poppins_regular', 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_semibold', sans-serif;
  font-weight: 900;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  text-decoration: none;
  background-color: transparent;
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */
  letter-spacing: -0.011em;
  color: #2676B9;
}

a:hover {
  text-decoration-line: underline;
  color: #2676B9;
}

a:active{
  font-weight: bold;
  text-decoration-line: underline;
  color: #2676B9;
}

.article-author .article-meta a, .pagination a, .pagination span {
	color: #002071;
}

.article-author .article-meta a:hover, .pagination a:hover, .pagination span:hover {
  text-decoration-line: underline;
  color: #00030b;
  background: transparent;
}

.article-author .article-meta a:active, .pagination a:active, .pagination span:active {
  text-decoration-line: underline;
  color: #00030b;
  background: transparent;
}

.article-author .article-meta a:visited, .pagination a:visited, .pagination span:visited {
  text-decoration-line: none;
  color: #002071;
  
}

input,
textarea {
  color: #373E42;
  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 #002071;
}

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

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 #CFD8DC;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #76828B;
  width: 100%;
}

select:focus {
  border: 1px solid #002071;
}

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

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

textarea:focus {
  border: 1px solid #002071;
}

.container {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 24px 150px 24px;
}

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

#community-flex {
  margin-top: 36px;
}

#home-content, #community-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#comm-block {
  margin-bottom: 64px;
}

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

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

.error-page {
  max-width: var(--page-width);
  margin: 0 auto 120px;
  padding: 0 24px;
}

.error-page h1 {
  border-bottom: 1px solid rgba(55, 62, 66, 1);
  padding-bottom: 12px;
}

.error-page h2, .error-page p {
  margin: 0 0 8px;
}

.error-page a {
  display: block;
  text-decoration: underline;
  margin-bottom: 16px;
}

.error-page img {
  max-width: 250px;
}

.container.error-search {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
}

.error-search .search-container .search {
  max-width: 350px;
}

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

.search-subhead {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}

.search-subhead .search-container .search {
  max-width: 350px;
}

.search-subhead a {
  color: #373E42;
}

.no-results a {
  text-decoration: underline;
}

.no-results p {
  margin: 0;
}

.no-results img {
  max-width: 250px;
  margin-top: 40px;
}

.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 #002071;
  border-radius: 4px;
  color: #002071;
  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: #002071;
  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: #00030b;
  border-color: #00030b;
}

.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: #002071;
  border: 0;
  border-radius: 8px;
  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: #00030b;
}

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

.button-secondary {
  color: #65727a;
  border: 1px solid #CFD8DC;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(55, 62, 66, 1);
  border: 1px solid #CFD8DC;
  background-color: #f7f7f7;
}

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

.split-button button {
  background-color: #002071;
  border: 0;
  color: #FFFFFF;
  height: 32px;
  line-height: 16px;
  outline-color: #002071;
}

[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: #65727a;
  font-size: 13px;
  text-align: left;
}

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

.table tr {
  border-bottom: 1px solid #CFD8DC;
  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, #cs-form {
  max-width: 800px;
}

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

.form-field label, #cs-form label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

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

.form-field input:focus, #cs-form input:focus {
  border: 1px solid #002071;
}

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

.form-field input[type="text"]:focus, #cs-form input[type="text"]:focus {
  border: 1px solid #002071;
}

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

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

#cs-form select {
  border-radius: 4px;
  height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid #002071;
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #002071;
  text-decoration: none;
}

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

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

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

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

.form footer {
  margin-top: 24px;
/*   padding-top: 30px; */
}

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

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

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

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

.form .suggestion-list li a:visited {
  color: rgba(38, 118, 185, 1);
}

/* Custom Form */
#cs-form div {
    display: flex;
    flex-direction: row;
    margin: 30px auto;
}

.submit-btn-box, .submit-btn-box div {
  margin: 30px 0 !important;
}

#cs-form-submit, #cs-form-submit-anon {
  margin: 20px 0;
  padding: 8px 32px;
  align-self: flex-start;
  background-color: #002071;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  display: grid;
  place-items: center;
}

#cs-form-err {
	display: none;
  border: 1px solid rgb(255,0,0);
  border-radius: 4px;
  background-color: rgba(255,0,0, .2);
  color: rgb(255,0,0);
  padding: 10px;
}

/* Form submitted successfully */

#form-submit-thankyou {
  padding: 100px 30px 80px 30px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#new-form-from-success {
  padding: 16px 24px;
  background-color: #002071;
  font-family: 'poppins_regular', sans-serif;
  border-radius: 20px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

/***** Header *****/
.header {
  margin: 0 auto;
  padding: 24px 16px;
  height: 72px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #002071;
/*   border-bottom: 1px solid #00030b; */
}

@media (min-width: 1150px) {
  .header {
    padding: 24px 40px;
  }
}

@media (min-width: 1150px) {
  .header {
    flex-direction: row;
    align-items: center;
  }
}

.header-left {
  display: flex;
  flex-direction: row;
}

#nav-resources-wrapper {
  display: flex;
  flex-direction: row;
/*   justify-content: space-between; */
  color: white;
  margin-left: 16px;
  margin-right: auto;
  padding-left: 8px;
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 72px;
  height: 72px;
  align-items: center;
  text-align: center;
  justify-items: center;
  position: relative;
  height: 72px;
}

#nav-resources-wrapper button img {
  vertical-align: middle;
}

.nav-wrapper {
  display: flex;
/*   width: 100%; */
}

@media (min-width: 1150px) {
  .nav-wrapper {
    width: 100%;
  }
}

.nav-wrapper a {
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
/*   text-align: center; */
  letter-spacing: -0.011em;
  color: #FFFFFF;
  width: auto;
}

@media (min-width: 1150px) {
  .nav-wrapper a {
    text-align: center;
  }
}

.logo {
  display: grid;
  place-items: center;
}

.logo img {
  max-height: 24px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.logo span {
  margin: 0 10px;
  color: #002071;
}

.logo a {
  display: inline-block;
}

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

#cfa-logo-free {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:225px;height:125px;
}

#nav-resources-arrow {
  padding-left: 11px;
  padding-right: 15px;
  transform: rotate(90deg);
  
}

/* RESOURCES DROP DOWN */

#nav-resources {
  color: #FFFFFF;
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  justify-items: center;
}

.dropdown.dropdown-link-wrapper {
	display: inline-block;
}

.dropdown.dropdown-link-wrapper .dropdown-menu {
	padding: 5px 10px;
  position: absolute;
}

.dropdown.dropdown-link-wrapper .dropdown-menu a{
	display: block;
}

#resources-menu {
  margin-top: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  position: static;
  width: 944px;
  height: 412px;
  left: 0px;
  top: 80px;
  background: #FFFFFF;
  box-shadow: 2px 5px 16px #CFD8DC;
  border-radius: 16px;
}

.dropdown-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-items: center;
}

.user-nav {
  display: none;
  position: absolute;
  white-space: nowrap;
/* 	justify-content: space-between; */
  
}

#user-nav-nav {
  display: flex;
  white-space: nowrap;
}

@media (min-width: 1150px) {
  .user-nav {
    display: flex;
    position: relative;
    justify-content: space-between;
  	align-items: center;
    width: 100%;
  }
  
  #user-nav-nav {
    align-items: center;
    margin-left: auto;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 #CFD8DC;
  border: solid 1px #CFD8DC;
  right: 0;
/*   left: 0; */
  top: 71px;
  z-index: 200000000;
/*  ADDED  */
  display: flex;
  flex-direction: column;
  min-height: 80vh;
  width: 372px;
  justify-content: flex-start;
}



.hc-collapse-sub-menu {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 #CFD8DC;
  border: solid 1px #CFD8DC;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2050;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 372px;
  justify-content: flex-start;
}

.back-to-main {
  display: flex;
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #373E42;
  padding-left: 22px;
}

.sub-menu-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sub-menu-list a {
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #373E42;
  padding: 16px 16px 16px 24px;
  text-align: left;
}

.back-to-main:hover, .sub-menu-list a:hover {
  background-color: #fff !important;
  color: #373E42 !important;
  text-decoration: none !important;
}

.back-to-main:active, .sub-menu-list a:active {
  background-color: lighten(#brand_color, 50%);
  color: #373E42 !important;
  text-decoration: none !important;
}

.back-to-main:focus, .sub-menu-list a:focus {
  background-color: #002071;
  color: #373E42 !important;
  text-decoration: none !important;
}

.user-nav[aria-expanded="true"] #user-nav-nav {
  justify-content: flex-start;
}

.user-nav[aria-expanded="true"] #nav-resources {
  color: #373E42;
}

.user-nav[aria-expanded="true"] .home-dd .home-dd-btn {
  padding: 0;
}

.user-nav[aria-expanded="true"] #nav-resources-wrapper {
  color: #373E42;
  margin: 0;
  padding: 20px 0 20px 16px;
}

.user-nav[aria-expanded="true"] .dropdown-toggle #user-nav-account {
  color: #fff !important;
}

.user-nav[aria-expanded="true"] #user-nav-fourth {
  border-bottom: 1px solid #CFD8DC;
}

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

.user-nav[aria-expanded="true"] a, .user-nav[aria-expanded="true"] p {
  color: #373E42;
}

.user-nav[aria-expanded="true"] #user-nav-nav #user-nav-fourth svg {
  display: none;
}

.user-nav[aria-expanded="true"] #user-nav-nav .hc-nav-links:hover, .user-nav[aria-expanded="true"] #user-nav-nav .hc-nav-links .home-dd-btn:hover {
/*   color: white; */
  background-color: var(--hover-blue);
  color: #373E42 !important;
}

.user-nav[aria-expanded="true"] #user-nav-nav .indent-links:hover, .user-nav[aria-expanded="true"] #user-nav-nav .indent-links-comm:hover {
  text-decoration: none;
  cursor: pointer;
}

.back-to-main:hover {
  cursor: pointer;
}

.user-nav[aria-expanded="true"] #nav-resources-wrapper:hover {
  background-color: #FFFFFF;
}


.user-nav[aria-expanded="true"] #user-nav-nav {
  color: #373E42;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  min-height: 110%;
}

.user-nav[aria-expanded="true"] #user-nav-account {
	margin: 24px 0;
  
}

.user-nav[aria-expanded="true"] #user-nav-account a {
  color: white;
  background-color: #002071;
  border-radius: 8px;
  
}

.user-nav[aria-expanded="true"] .user-info-mobile {
  margin-bottom: 16px;
}

.user-nav[aria-expanded="true"] .navy-bar {
  min-height: 54px;
  background-color: #002071;
  margin-top: auto;
}

.mobile-nav-dd {
  display: none;
}

.user-nav[aria-expanded="true"] .home-dd:hover, .user-nav[aria-expanded="true"] .home-dd-btn:hover {
  cursor:pointer;
}

.user-nav[aria-expanded="true"] #arr-down {
  display: none;
}

.user-nav .fa-angle-down {
  display: none;
}


.user-nav[aria-expanded="true"] .fa-angle-down {
  display: inline;
}

.user-nav[aria-expanded="true"] #user-nav-nav #user-nav-account-border {
/*   background-color: #002071; */
/*   margin-top: auto; */
  min-height: 54px;
}

.user-nav[aria-expanded="true"] #user-nav-nav #user-nav-account-border .user-info {
  display: block;
  width: 100%;
}

.user-nav[aria-expanded="true"] #user-nav-nav #user-nav-account-border div .dropdown-toggle {
  display: block;
  width: 100%;
}

.user-nav[aria-expanded="true"] #user-nav-nav #user-nav-account-border div div #user-nav-account {
  margin: 8px;
}

#user-nav-community,
#user-nav-request,
#user-nav-notes,
#user-nav-fourth, 
#user-nav-account,
#user-nav-out
{
  padding: 0 16px;
  height: 72px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: background-color 0.5s ease-out;
}

@media (min-width: 1150px){
  #user-nav-community,
  #user-nav-request,
  #user-nav-notes,
  #user-nav-fourth, 
  #user-nav-account,
  #user-nav-out
  {
		justify-content: center;
  }
}

#user-nav-account {
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #002071;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
/*   align-self: flex-end; */
  margin-top: auto;
}

@media (min-width: 1150px){
  #user-nav-account
  {
		justify-content: center;
  	margin: 0 16px;
    width: 80px;
  }
}

#user-nav-fourth {
  display: flex;
  flex-direction: row;
}

#user-nav-community a,
#user-nav-request a,
#user-nav-notes a,
#user-nav-fourth a,
#user-nav-add-resources a,
#user-nav-products a,
#user-nav-out a
{
  font-size: 16px;
  width: 100%;
  height: 72px;
  line-height: 72px;
}

@media (min-width: 1150px) {
  #user-nav-community a,
  #user-nav-request a,
  #user-nav-notes a,
  #user-nav-fourth a,
  #user-nav-add-resources a,
  #user-nav-products a,
  #user-nav-out a
    {
      color: white;
      text-align: center;
    }
  }


#user-nav-fourth svg {
  position: relative;
  top: -8px;
}

#user-nav-account:hover {
  cursor: pointer;
}

#user-nav-community:hover a,
#user-nav-community a:active,
#user-nav-community a:focus,
#user-nav-request:hover a,
#user-nav-request a:active,
#user-nav-request a:focus,
#user-nav-notes:hover a,
#user-nav-notes a:active,
#user-nav-notes a:focus,
#user-nav-fourth:hover a,
#user-nav-fourth a:active,
#user-nav-fourth a:focus,
#user-nav-account:hover a,
#user-nav-account a:active,
#user-nav-account a:focus,
#user-nav-out:hover a,
#user-nav-out a:active,
#user-nav-out a:focus
{
  text-decoration: none;
} 

.hc-nav-links:hover {
  color: white !important;
  background-color: #00030b;
}

.hc-nav-links:active {
  color: white !important;
  background-color: #00030b;
}

.comm-hover:hover, .comm-hover:active {
  background-color: #FBC02D;
}

.indent-links, .indent-links-comm {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 40px;
  height: 72px;
  align-items: center;
}

.indent-links p, .indent-links-comm p {
	font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  color: #373E42;
}

@media (min-width: 1150px){
  .indent-links, .indent-links-comm {
  	display: none;
  }
}


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

.dropdown.user-info-mobile {
  display: none;
  justify-content: center;
  margin-top: 40px;
}

.dropdown.user-info-mobile .btn #user-nav-account {
  background-color: #002071;
  color: #fff;
}

.dropdown.user-info-desktop {
  display: inline-block;
}

@media (max-width: 899px) {
  .dropdown.user-info-mobile {
  	display: flex;
  }
  
  .user-nav[aria-expanded="true"] #user-nav-nav #user-nav-account-border .user-info.dropdown.user-info-desktop {
    display: none;
  }
}

[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: #2676B9;
  text-decoration: underline;
}

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

@media (max-width: 1150px) {
  .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: #2676B9;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

.menu-button:hover {
  cursor: pointer;
}

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

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

[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: #2676B9;
}

.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-nav-account a {
  color: #002071;
  position: absolute;
  width: 80px;
  padding: 10px;
}



/***** 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: #2676B9;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

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

.user-info > button::after {
  color: #2676B9;
  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-dropdown {
  margin-top: 10px;
  z-index: 9999999;
}

/***** 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: #002071;
  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 #CFD8DC; */
  margin-top: 60px;
  padding: 30px 0;
}

.footer a, .home-page-footer a {
  color: #002071;
  padding-right: 24px;
}

.footer .container {
  padding: 0 24px;
}

.home-page-footer {
  padding: 76px 0;
}

.footer-inner {
  max-width: var(--page-width);
  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: #65727a;
  display: inline-block;
}

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

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

.breadcrumbs li a {
  color: rgba(55, 62, 66, 1);
  font-size: 13px;
}

.breadcrumbs li {
  color: rgba(55, 62, 66, 1);
  display: inline;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
  color: rgba(55, 62, 66, 1);
  font-weight: 600;
}

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

.search input[type="search"] {
  border: 1px solid #CFD8DC;
  border-radius: 24px;
  box-sizing: border-box;
  color: #76828B;
  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 #002071;
  color: #76828B;
}

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

.search-icon {
  position: absolute;
/*   display:inline-block; */
  left: 20px;
/*   top: 13px */
  z-index: 1;
  width: 15px;
  height: 15px;
  color: #373E42;
}

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

.search-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;

}

.search-container img {
  left: 13px;
}

/***** Hero component *****/
.hero {
  background-color: #002071;
  min-height: 184px;
  padding: 0 16px;
  width: 100%;
	display: flex;
  flex-direction: column;
	position: relative;
  margin-bottom: 0;
}

.hero-inner {
  max-width: var(--page-width);
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

section.hero {
  margin-bottom: 0;
}

#hero-title {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
}

@media (max-width: 899px) {
  #hero-title {
    width: 100%;
  }
}

#hero-title h2 {
  min-width: 100%;
  font-family: 'poppins_semibold', sans-serif;
  font-size: 42px;
  line-height: 54px;
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: left;
}

#hero-title h4 {
  font-family: 'poppins_regular', sans-serif;
  margin-top: 16px;
}

#hero-title p {
  position: static;
/*   width: 414px; */
  width: 100%;
  left: calc(50% - 414px/2);
  top: 80.77%;
  bottom: -1.92%;
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.011em;
  color: #FFFFFF;
	margin: 8px 0 0 0;
  text-align: left;
}

.comm-header-img {
  max-width: 350px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99999;
}

@media(max-width: 899px) {
  .comm-header-img {
    display: none;
  }
}

#query {
  width: 100%;
}

.search-full {
  width: 100%;
}

@media (min-width: 440px) {

  
  #query {
    width: 100%;
  }
  .search-full {
    width: 100%;
  }
}

@media (min-width: 500px) {

  
  #query {
    width: 100%;
  }
  .search-full {
    width: 100%;
  }
}

@media (min-width: 730px) {
  .hero {
    flex-direction: column;
  }
  
  #hero-title h2 {
    width: 100%;
  }

  #hero-title p {
    width: 100%;
  }
  

  
  #query {
    width: 628px;
  }
  
  .search-full {
    width: 628px;
  }
}



@media (min-width: 1150px) {
  .hero {
    flex-direction: row;
    padding: 0 40px;
  }
  
  #hero-title h2 {
    width: 380px;
  }

  #hero-title p {
    width: 380px;
  }
  

  
  #query {
    width: 600px;
  }
}

@media (min-width: 1425px) {
  .hero {
    flex-direction: row;
  }
  
  #hero-title h2 {
    width: 414px;
  }

  #hero-title p {
    width: 414px;
  }
  

  
  #query {
    width: 672px;
  }
}

.home-poly {
  height: 100px;
  width: 100%;
  height: 75px;
  overflow: hidden;
  position: relative;
  margin-bottom: 36px;
  background-color: #002071;
  background: #002071;
}

.home-poly svg {
  display: block;
  width: 101%;
  height: 101%;
}

.home-poly-mobile {
  display: none;
}
.home-poly-desktop {
  display: block;
}

@media (max-width: 900px) {
  .home-poly-mobile {
    display: block;
  }
  .home-poly-desktop {
    display: none;
  }
}

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

.page-header.page-header-comm {
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.page-header.page-header-comm .post-to-community {
  margin: 10px 0;
}

.page-header.page-header-comm .topic-header {
  padding-bottom: 0;
  margin: 10px 0;
}

.page-header.page-header-comm .topic-filters {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

@media (max-width: 401px) {
  .page-header.page-header-comm {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}

@media (max-width: 767px) {
  .page-header.page-header-comm .topic-filters {
    gap: 20px;
  }
}

.page-header h1 {
  font-family: 'poppins_semibold', sans-serif;
}

/* @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: italic;
  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;
  position: relative;
}

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

.sub-nav.managed-services-page {
  padding-bottom: 60px;
}

.sub-nav-note {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 450px;
  text-align: right;
}

@media (max-width: 700px) {
  .sub-nav.managed-services-page {
    padding-bottom: 0;
  }

  .sub-nav-note {
    position: relative;
    text-align: left;
  }
}

/* QHICK LINKS */
.below-hero aside {
  background-color: #FFFFFF;
  width: 400px;
  max-width: 400px;
  min-height: 280px;
  z-index: 999999;
  padding: 24px;
  margin-right: 24px;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 900px) {
  .below-hero aside {
    position: relative !important;
		max-width: 100%;
    width: 100%;
  }
  .home-title-mobile  {
    display: block;
    margin-top: 24px;
  }
  .home-title-desktop {
    display: none;
  }
}

.below-hero aside h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.quick-links {
  display: grid;
	grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.quick-links img {
  max-width: 60px;
}

.quick-links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #373E42;
  font-size: 15px;
  padding: 16px 0;
  text-align: center;
}

.quick-links a:last-child {
	padding-bottom: 8px;
  border-bottom: none;
}

.home-title {
  font-family: 'poppins_regular', sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

.home-subtitle {
  font-family: 'poppins_regular', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-top: 4px;
}

.below-hero {
  max-width: var(--page-width);
  padding: 0 24px;
  margin: 0 auto 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  position: relative;
}

.home-title-mobile {
  display: none;
}

.home-title-desktop {
  display: block;
}

@media (max-width: 900px) {
  .below-hero {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }
}


/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */

.knowledge-base h2 {
  font-family: 'poppins_semibold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
	color: #373E42;
}

.blocks-list, .topics-list {
  display: grid;
  list-style: none;
  padding: 0;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(auto, 75px);
  grid-gap: 16px;

}

.blocks-list a:first-child {
  grid-column: 1;
}

.blocks-list a:nth-child(2) {
  grid-column: 1;
}

@media (min-width: 730px) {
	.blocks-list, .topics-list {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(auto, 75px);
  }
  
  .blocks-list a:first-child {
    grid-column: 1;
  }

  .blocks-list a:nth-child(2) {
    grid-row:2/3;
    grid-column: 1;
  }
}

@media (min-width: 1080px) {
	.blocks-list, .topics-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, 75px);
    grid-gap: 24px;
  }

  .blocks-list a:first-child {
    grid-column: 1;
  }

  .blocks-list a:nth-child(2) {
    grid-column: 2;
  }
}

@media (min-width: 1425px) {
  .blocks-list, .topics-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, 75px);
    grid-gap: 24px;
  }
  
  .blocks-list a:first-child {
    grid-column: 1;
  }

  .blocks-list a:nth-child(2) {
    grid-column: 2;
  }
}



.blocks-item {
  display: grid;
	place-items: center;
}

.blocks-item-link {
  min-height: 75px;
  min-width: 100%;
}

.blocks-item-link:hover {
  background-color: #fff;
}

.blocks-item-link:focus, .blocks-item-link:active {
  background-color: lighten(#brand_color, 50%);
}

.blocks-item-link:visited {
  color: #76828B;
}

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

.blocks-item-internal {
  background-color: transparent;
}

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

.blocks-item-internal a {
  color: rgba(55, 62, 66, 1);
}

.blocks-item-link {
  border-radius: 4px;
  box-sizing: border-box;
  color: #76828B;
  max-width: 100%;
  display: grid;
  align-items: center;
  border: 1.75px solid #002071;
  border-radius: 5px;
}

.blocks-list-comm .blocks-item-link {
  border: 1.75px solid #FBC02D;
}

.blocks-item-link:hover, .blocks-item-link:active {
  text-decoration: none;
  background-color: var(--hover-blue);
}

.blocks-list-comm .blocks-item-link:hover, .blocks-list-comm .blocks-item-link:active {
  text-decoration: none;
  background-color: #FFFDE7;
}

.blocks-list-rn .blocks-item-link {
  border: 1.75px solid #66BB6A;
}

.blocks-list-rn .blocks-item-link:hover, .blocks-list-rn .blocks-item-link:active {
  background-color: #eef7ee;
}

.blocks-item-title {
  margin-bottom: 0;
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #373E42;
  text-align: center;
  padding: 0 10px;
}

  .blocks-item-title:visited {
    color: #76828B;
  }

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

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

/* NEED HELP BLOCKS */
.need-help-list {
    display: grid;
    list-style: none;
    padding: 0;
  	grid-template-columns: 1fr;
    grid-auto-rows: minmax(auto, 52.33px);
    grid-gap: 16px;
  }

.need-help-list a:first-child {
      grid-row:1/3;
      grid-column: 1;
}
  
.need-help-list a:nth-child(2) {
      grid-row:3/5;
      grid-column: 1;
}

@media (min-width: 730px) {
	.need-help-list {
    grid-template-columns: 1fr;
/*     grid-template-columns: 327px; */
    grid-auto-rows: minmax(auto, 52.33px);
  }
  
  .need-help-list a:first-child {
      grid-row:1/3;
      grid-column: 1;
  }
  
  .need-help-list a:nth-child(2) {
      grid-row:3/5;
      grid-column: 1;
  }
}

@media (min-width: 1080px) {
	.need-help-list {
    grid-template-columns: 1fr 1fr;
/*     grid-template-columns: 327px 327px; */
    grid-auto-rows: minmax(auto, 52.33px);
    grid-gap: 16px;
  }
  
  .need-help-list a:first-child {
      grid-row:1/3;
      grid-column: 1;
  }
  
  .need-help-list a:nth-child(2) {
      grid-row:1/3;
      grid-column: 2;
  }
}

@media (min-width: 1425px) {
  .need-help-list {
    grid-template-columns: 327px 327px 327px;
    grid-auto-rows: minmax(auto, 52.33px);
    grid-gap: 16px;
  }
  
  .need-help-list a:first-child {
      grid-row:1/3;
      grid-column: 1;
  }
  
  .need-help-list a:nth-child(2) {
      grid-row:1/3;
      grid-column: 2;
  }
}

.need-help-link {
    border: 1px solid #002071;
    border-radius: 4px;
    box-sizing: border-box;
    color: #76828B;
    max-width: 100%;
    border: 1px solid lightgray;
    border-radius: 5px;
  	display: grid;
  	align-items: center;
  }

  .need-help-link:hover {
    background-color: #fff;
  }
  
  .need-help-link:focus, .need-help-link:active {
    background-color: lighten(#brand_color, 50%);
  }
  
  .need-help-link:hover *, .need-help-link:focus *, .need-help-link:active * {
    text-decoration: none;
  }

  .need-help-link:hover, .need-help-link:active {
    text-decoration: none;
  }
  
  .need-help-link:focus {
    outline: 0;
    text-decoration: none;
  }

  .need-help-item {
    display: grid;
    place-items: center;
  }
  
  .need-help-title {
    margin-bottom: 0;
    color: #76828B;
    font-family: 'poppins_regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
  }

  .need-help-title:visited {
    color: #76828B;
  }


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

.knowledge-base {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-top: 24px;
  max-width: var(--page-width);
  min-width: 100%;
  margin: auto;
}

#home-content {
  margin-top: -64px;
}

#home-content.home-content-community {
  margin-top: 0px;
}



@media (min-width: 730px) {
	.knowledge-base {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
	#home-content {
    margin-top: 0px;
  }
}

@media (min-width: 1080px) {
	.knowledge-base {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1150px) {
	#home-content {
    padding-top: 48px;
  }
}

@media (min-width: 1425px) {
  .knowledge-base {
    grid-template-columns: 1fr 1fr;
  }
}

.home-btns h2 {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #373E42;
  display: inline-block;
  font-family: 'poppins_regular', sans-serif;
  font-weight: 600;
  color: #373E42;
}

.section-other {
  min-width: 100%;
}

.home-btns-other {
  padding-top: 36px;
  min-width: 100%;
}

.home-btns-other .blocks-list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1079px) {
  .home-btns-other .blocks-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 729px) {
  .home-btns-other .blocks-list {
    grid-template-columns: 1fr;
  }
}


/***** Promoted articles *****/

#aside-trending{
  margin: 0 16px 16px 0;
  background-color: #CFD8DC;
  padding: 16px;
  border-radius: 4px;
  width: 100%;
}

@media (min-width: 730px) {
  #aside-trending{
    width: 100%;
  }
}

@media (min-width: 1080px) {
  #aside-trending{
    width: 100%;
  }
}

@media (min-width: 1425px) {
  #aside-trending{
    width: 328px;
  }
}

#aside-trending h3 {
  font-family: 'poppins_semibold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #373E42;
}

.aside-border {
  width: 100%;
  border-bottom: 1px solid #76828B;
  margin-bottom: 16px;
}

.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; */
  padding-bottom: 16px;
}

/* @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-link {
  display: block;
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.011em;
  color: #002071;
  text-decoration: none;
}

.promoted-articles-link:hover {
  text-decoration-line: underline;
  color: #00030b;
}

.promoted-articles-link:active{
  font-weight: bold;
  text-decoration-line: underline;
  color: #00030b;
}

.promoted-articles-link:visited {
  font-weight: bold;
  text-decoration-line: underline;
  color: #00030b;
}

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

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

/***** Explor the Portal Aside *****/

#explore-portal {
  margin: 0 16px 16px 0;
  background-color: #CFD8DC;
  padding: 16px;
  border-radius: 4px;
  width: 100%;
}

@media (min-width: 730px) {
  #explore-portal {
    width: 100%;
  }
}

@media (min-width: 1080px) {
  #explore-portal {
    width: 100%;
  }
}

@media (min-width: 1425px) {
  #explore-portal {
    width: 328px;
  }
}

#explore-portal h3 {
  font-family: 'poppins_semibold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #373E42;
}

.explore-iframe, .explore-iframe .vp-center, .explore-iframe .vp-placeholder {
  width: 100%;
/*   max-width: 554px;
  max-height: 288px; */
  justify-content: flex-start important!;
}

/* @media (min-width: 680px) {
  .explore-iframe, .explore-iframe .vp-center, .explore-iframe .vp-placeholder {
    width: 296px;
    height: 153px;
    margin-top: 0;
  }
  #explore-portal {
    width: 328px;
  }
  
} */

.explore-iframe .vp-placeholder, .explore-iframe .vp-center {
  margin: 0 !important;
}

/***** SHARE YOUR IDEAS Aside *****/

#share-ideas {
  margin: 0 16px 16px 0;
  background-color: #CFD8DC;
  padding: 16px;
  border-radius: 4px;
  width: 100%;
}

@media (min-width: 730px) {
  #share-ideas {
    width: 100%;
  }
}

@media (min-width: 1080px) {
  #share-ideas {
    width: 100%;
  }
}

@media (min-width: 1425px) {
  #share-ideas {
    width: 328px;
  }
}


#share-ideas h3 {
  font-family: 'poppins_semibold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #373E42;
}

.ideas-iframe, .ideas-iframe .vp-center, .ideas-iframe .vp-placeholder {
  width: 296px;
	height: 193px;
}

.vp-placeholder {
  margin: 0;
}


/***** Community section in homepage *****/
.community {
  margin: 0 16px 16px 0;
  background-color: #CFD8DC;
  padding: 16px;
  border-radius: 4px;
  width: 100%;
}

@media (min-width: 730px) {
  .community {
    width: 100%;
  }
}

@media (min-width: 1080px) {
  .community {
    width: 100%;
  }
}

@media (min-width: 1425px) {
  .community {
    width: 328px;
  }
}

.community h3 {
  font-family: 'poppins_semibold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #373E42;
}

.community p {
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.011em;
  color: #373E42;
}

.community-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px;
  position: static;
  width: 160px;
  height: 32px;
  background: #002071;
  border-radius: 4px;
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}

.community-link:hover {
  background-color: #00030b;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
}

.community-link:focus, .community-link:active {
  background-color: #00030b;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
}

.community-link:visited {
  color: #FFFFFF;
}


/* Fourth U */

/***** Fourth U section in homepage *****/
.fourthu {
  margin: 0 16px 16px 0;
  background-color: #CFD8DC;
  padding: 16px;
  border-radius: 4px;
  width: 100%;
}

@media (min-width: 730px) {
  .fourthu {
    width: 100%;
  }
}

@media (min-width: 1080px) {
  .fourthu {
    width: 100%;
  }
}

@media (min-width: 1425px) {
  .fourthu {
    width: 328px;
  }
}

.fourthu h3 {
  font-family: 'poppins_semibold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #373E42;
}

.fourthu p {
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.011em;
  color: #373E42;
}

.home-fourthu-links {
  display: flex;
  flex-direction: row;
}

.home-fourthu-links a {
  display: inline;
  text-align: center;
  padding: 8px;
  min-width: 100px;
  height: 32px;
  border-radius: 4px;
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  margin-right:16px;
}

.hfu-learn {
  background: #0CA2D0;
}

.hfu-login {
  background: #002071;
}

.hfu-login:hover {
  background-color: #00030b;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
}

.hfu-login:focus, .hfu-login:active {
  background-color: #00030b;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
}

.hfu-login:visited {
  color: #FFFFFF;
}


/***** Case Study *****/
.case-study {
  margin: 0 16px 16px 0;
  background-color: #CFD8DC;
  padding: 16px;
  border-radius: 4px;
  width: 100%;
}

@media (min-width: 730px) {
  .case-study {
    width: 100%;
  }
}

@media (min-width: 1080px) {
  .case-study {
    width: 100%;
  }
}

@media (min-width: 1425px) {
  .case-study {
    width: 328px;
  }
}

.case-study h3 {
  font-family: 'poppins_semibold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #373E42;
}

.case-study h3 span {
  font-weight: 600;
}

.case-study img {
  max-width: 100%;
}

.case-study p {
  margin: 8px 0;
}

.case-study p, .case-study ul, .case-study li {
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.011em;
  color: #373E42;
}

.case-study ul {
  list-style-type: disc;
  padding-left: 16px;
}

.case-study li {
  padding-bottom: 6px;
}



.new-post-link {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    background: #002071;
    border-radius: 4px;
    width: 71px;
    height: 32px;
    font-family: 'poppins_regular', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
  }
  
  .new-post-link:hover {
    background-color: #00030b;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
  }
  
  .new-post-link:focus, .new-post-link:active {
    background-color: #00030b;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
  }
  
  .new-post-link:visited {
    color: #FFFFFF;
  }

.get-started-link {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    background: #002071;
    border-radius: 4px;
    width: 165px;
    height: 32px;
    font-family: 'poppins_regular', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
  margin-top:12px;
  }
  
  .get-started-link:hover {
    background-color: #00030b;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
  }
  
  .get-started-link:focus, .get-started-link:active {
    background-color: #00030b;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
  }
  
  .get-started-link:visited {
    color: #FFFFFF;
  }

.ideas-iframe {
  margin-bottom: 0;
}

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

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

.recent-activity-item {
  border-bottom: 1px solid #CFD8DC;
  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(55, 62, 66, 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: #65727a;
  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: #002071;
  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 *****/
.cat-header {
  background-color: #002071;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 213px;
}

.cat-header.cat-header-req {
  min-height: auto;
}

.cat-header.cat-header-req p {
  margin: 0;
}

.form-btn-header {
  padding: 8px 24px;
}

.cat-header-inner {
  width: var(--page-width);
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 24px 24px 24px;
}

.cat-header-content {
  max-width: 750px;
  margin-right: auto;
  padding-top: 24px;
}

.release-notes-img {
  max-width: 350px;
  position: absolute;
  right: 20%;
  top: 200px;
  z-index: 999999999;
}

@media (max-width: 600px) {
  .release-notes-img {
    display: none;
  }
}

@media (max-width: 1000px) {
  .release-notes-img {
    right: 5%;
    max-width: 250px;
    top: 230px;
  }
}

.cat-header h1 {
  font-size: 40px;
  margin-bottom: 8px;
}

.cat-header .page-header-description {
  font-style: normal;
  font-size: 18px;
}

.cat-header .search-container .search {
  max-width: 400px;
}

.category-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: auto;
  position: relative;
}

.category-content {
  flex: 1;
  margin-top: -36px;
}

.bc-cont {
  margin-bottom: 24px;
}

.category-content h1 {
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #373E42;
}

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

.section-tree, #section-section-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

.section-tree .section, #section-section-box .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section, #section-section-box .section {
    flex: 0 0 45%;
    padding-right:3%;
    /* Three columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.category-container-release-notes, .category-container-release-notes .category-content {
  width: var(--page-width);
  min-width: 100%;
}

@media (max-width: 1300px) {
  .category-container-release-notes, .category-container-release-notes .category-content {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

.section-tree-release-notes .section-other {
  padding-right: 0;
}

.section-tree.section-tree-release-notes {
  flex-direction: column;
}

.section-tree-release-notes section:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 729px) {
  .section-tree-release-notes section:first-child {
    grid-template-columns: 1fr;
  }
}

.section-tree-parent a {
  background-color: white;
  border-radius: var(--border-radius);
  color: rgba(55, 62, 66, 1);
  padding: 16px 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 70px;
  text-align: left;
}

.section-tree-parent a:hover {
  background-color: #FEF3E6;
}

.section-tree-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: 'poppins_semibold', sans-serif;
}

.section-icon {
  max-width: 60px;
  padding-right: 15px;
}

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

.article-icon {
  max-width: 50px;
  padding-right: 5px;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.article-list-item a, .see-all-articles {
  text-decoration: none;
  background-color: transparent;
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.011em;
  color: #002071;
}

.article-list-item a:hover , .see-all-articles:hover {
  text-decoration-line: underline;
  color: #00030b;
}

.article-list-item a:active, .see-all-articles:active{
  font-weight: bold;
  text-decoration-line: underline;
  color: #00030b;
}

.article-list-item a:visited, .see-all-articles:visited {
  font-weight: bold;
  text-decoration-line: underline;
  color: #00030b;
}

.article-list-item svg {
  margin-left: 12px;
}

.icon-star {
  color: #002071;
  font-size: 18px;
}

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

.section-content {
  flex: 1;
}

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

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

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

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

.section-list-item a {
  align-items: center;
  color: rgba(55, 62, 66, 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;
}

/* Download Our Apps - Mobile */
/* @media (min-width: 768px) {
  .download-our-app {
    display: none;
  }
} */

.download-our-app {
/*   display: flex; */
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 768px) {

  
  .dl-label {
    margin: 0;
    text-align: center;
  }
  
  .download-btns {
    display: flex;
  }
  
  .apple-dl-btn {
    padding: 0.78em;
  } 
  
  .dl-btn {
    display: flex;
    height: 5em;
  }
}

/* Category Sidebar */
.cat-sidebar {
  position: relative;
  background-color: #FFFFFF;
  max-width: 100%;
  width: 100%;
  min-height: 280px;
  z-index: 999999;
  padding: 30px;
  margin-right: 24px;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
/*   display: none; */
}

.cat-sidebar-comm .sidebar-join-convo {
    display: none;
  }

.container-mobile-join {
  padding-bottom: 36px;
}

.mobile-join {
		background-color: #FFFFFF;
    max-width: 100%;
    width: 100%;
    min-height: 280px;
    padding: 30px;
    margin: 0 24px 40px 0;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
}

@media (min-width: 1060px) {
  .category-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
/*     margin-right: auto; */
    position: relative;
    max-width: 100%;
}
  .cat-sidebar {
/*     position: absolute;
    top: 200px;
    right: 0; */
    min-width: 400px;
    width: 400px;
  	margin-top: -250px;
    display: block;
  }
  
  .mobile-join {
    display: none;
  }
  
  .cat-sidebar-comm .sidebar-join-convo {
    display: block;
  }
}

@media (max-width: 1059px) {
  .custom-community-cont {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.cat-comm-content article {
  position: relative;
}

.cat-comm-content .sidebar-comm-icon {
  max-width: 50px;
}

/***** Article *****/
.article-container {
  margin-top: -120px;
    gap: 24px;
}

.article {
  flex: 1 0 auto;
  background-color: #fff;
  padding: 30px;
	box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}

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

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

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

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

.article-sidebar .article-aside {
  background-color: #fff;
  padding: 30px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

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

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

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

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

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

.article-title {
  font-family: 'poppins_semibold', sans-serif;
}

.article-content table {
  max-width: 100%;
}

/* .article {
  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;
    justify-content: center;
  }
}

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

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

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

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

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

.article-title {
  font-family: 'poppins_semibold', sans-serif;
} */

.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(38, 118, 185, 1);
}

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

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

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

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

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

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

.article-comment-count {
  color: #65727a;
}

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

.article-comment-count-icon {
  vertical-align: middle;
  color: #002071;
  width: 18px;
  height: 18px;
}

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

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

.article-relatives {
  border-top: 1px solid #CFD8DC;
  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 #CFD8DC;
  padding: 30px 0;
  text-align: center;
}

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

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

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

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

.article-return-to-top a {
  color: rgba(55, 62, 66, 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);
}

/* Article Buttons - print, follow */

.article-btns {
  display: flex;
  
}

.print-trigger {
  background-color: transparent;
  border: 1px solid #002071;
  border-radius: 4px;
  color: #002071;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0 10px 0 0;
  padding: 0 20px;
  text-align: center;
  min-width: 78px;
}

.print-trigger:hover {
  background-color: #002071;
  border: 1px solid #002071;
  color: white;
  cursor: pointer;
}

.sidenav-title {
  font-size: 18px;
  position: relative;
  font-weight: 600;
  padding-bottom: 8px;
  display: block;
}

.sidenav-item {
/*   border-radius: 4px; */
  color: #2676B9;
  display: block;
  padding: 10px 0;
  
}

.sidebar-jump {
    margin-bottom: 24px;
}

.sidebar-jump-mobile {
  display: none;
}

.sidebar-jump-desktop {
  display: block;
}

@media (max-width: 1023px) {
  .sidebar-jump-mobile {
    display: block;
  }

  .sidebar-jump-desktop {
    display: none;
  }
}

.sidebar-jump-mobile {
    background-color: #fff;
    padding: 30px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
  	margin-bottom: 0;
}

.sidenav-item.current-article, .sidenav-item:hover {
/*   background-color: #002071; */
/*   color: #FFFFFF; */
  text-decoration: none;
}

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

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

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

.attachments .attachment-item .attachment-icon {
  color: rgba(55, 62, 66, 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 {
  border: none;
}

.upload-dropzone a {
  color: #0CA2D0;
}

.upload-dropzone p {
  margin: 10px;
}

.upload-dropzone img {
  max-width: 35px;
  display: block;
  margin: auto;
}

.upload-dropzone span {
  color: #65727a;
  padding: 10px;
}

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

.share a:hover {
  text-decoration: none;
  color: #002071;
}

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

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #CFD8DC;
  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 #CFD8DC;
  border-top: 1px solid #CFD8DC;
  padding: 20px 0;
}

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

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

.comment-callout a {
  color: #002071;
}

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

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

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

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

.comment-wrapper.comment-official {
  border: 1px solid #002071;
  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: #002071;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: 'poppins_regular', 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(38, 118, 185, 1);
}

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

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

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

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

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

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

.vote-sum {
  color: #65727a;
  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: #002071;
}

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

.vote-voted {
  color: #002071;
}

.vote-voted:hover {
  color: #00030b;
}

/***** 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/01J2ED9515XBXXRDGJNJWP2CMC); */
  background-color: #FBC02D;
  margin-bottom: 20px;
}

.home-poly.comm-home-poly {
  background-color: #FBC02D;
  position: relative;
  z-index: 999;
}

.community-hero #hero-title, .community-hero #hero-title h2 {
  color: #002071;
}

.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 {
  font-family: 'poppins_semibold', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
	color: #373E42;
  margin: 0 0 8px 0;
}

.community-header p {
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
	color: #373E42;
  margin: 0 0 24px 0;
}

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

.post-to-community .button-large, .community-footer .button-large {
  color: white !important;
}

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

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

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

.topics-list {
  display: grid;
  list-style: none;
  padding: 0;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(auto, 52.33px);
  grid-gap: 16px;
}

.topics-list a:first-child {
  grid-row: 1/2;
  grid-column: 1;
}

.topics-list a:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1;
}

.topics-list a:nth-child(5) {
  grid-row: 3/4;
  grid-column: 1;
}

.topics-list a:nth-child(6) {
  grid-row: 4/5;
  grid-column: 1;
}

@media (min-width: 730px){
  .topics-list {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(auto, 52.33px);
  }
  
  .topics-list a:first-child {
    grid-row: 1/2;
    grid-column: 1;
  }

  .topics-list a:nth-child(2) {
    grid-row: 2/3;
    grid-column: 1;
  }

  .topics-list a:nth-child(5) {
      grid-row: 3/4;
      grid-column: 1;
  }

  .topics-list a:nth-child(6) {
      grid-row: 4/5;
      grid-column: 1;
  }
}

@media (min-width: 1080px){
  .topics-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, 52.33px);
  }
  
  .topics-list a:first-child {
    grid-row: 1/3;
    grid-column: 1;
  }

  .topics-list a:nth-child(2) {
    grid-row: 1/3;
    grid-column: 2;
  }

  .topics-list a:nth-child(5) {
      grid-row: 3/5;
      grid-column: 1;
  }

  .topics-list a:nth-child(6) {
      grid-row: 3/5;
      grid-column: 2;
  }
}

@media (min-width: 1425px){
  .topics-list {
    grid-template-columns: 327px 327px 327px;
    grid-auto-rows: minmax(auto, 52.33px);
  }
  
  .topics-list a:first-child {
    grid-row: 1/3;
    grid-column: 1;
  }

  .topics-list a:nth-child(2) {
    grid-row: 1/3;
    grid-column: 2;
  }

  .topics-list a:nth-child(5) {
      grid-row: 3/5;
      grid-column: 1;
  }

  .topics-list a:nth-child(6) {
      grid-row: 3/5;
      grid-column: 2;
  }
}

.ideas-list {
  display: grid;
  list-style: none;
  padding: 0;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(auto, 52.33px);
  grid-gap: 16px;
}

.ideas-list a:first-child {
  grid-row: 1/2;
  grid-column: 1;
}

.ideas-list a:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1;
}

@media (min-width: 730px) {
  .ideas-list {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(auto, 52.33px);
  }
  
  .ideas-list a:first-child {
    grid-row: 1/2;
    grid-column: 1;
  }

  .ideas-list a:nth-child(2) {
    grid-row: 2/3;
    grid-column: 1;
  }
}

@media (min-width: 1080px) {
  .ideas-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, 52.33px);
  }
  
  .ideas-list a:first-child {
    grid-row: 1/4;
    grid-column: 1;
  }

  .ideas-list a:nth-child(2) {
    grid-row: 1/4;
    grid-column: 2;
  }
}

@media (min-width: 1425px) {
  .ideas-list {
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: 327px 327px 327px;
    grid-auto-rows: minmax(auto, 52.33px);
    grid-gap: 16px;
  }
  
  .ideas-list a:first-child {
    grid-row: 1/4;
    grid-column: 1;
  }

  .ideas-list a:nth-child(2) {
    grid-row: 1/4;
    grid-column: 2;
  }
  
}

.topics-link {
  border: 1px solid #76828B;
  border-radius: 4px;
  box-sizing: border-box;
  color: #76828B;
  max-width: 100%;
  display: grid;
  align-items: center;
  border: 1px solid #CFD8DC;
  border-radius: 5px;
}

.topics-link:hover {
  background-color: lighten(#community_color, 50%);
}

.topics-link:focus,
.topics-link:active {
  background-color: lighten(#community_color, 75%);
}

.topics-link:visited {
  color: #76828B;
}

.topics-link:hover *,
.topics-link:focus *,
.topics-link:active * {
  /*   color: #FFFFFF; */
  text-decoration: none;
}

.topics-item-link {
  color: #76828B;
  display: grid;
  place-items: center;
}

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

.topics-item-link:focus {
  outline: 0;
  /* box-shadow: 0 0 0 3px #002071; */
  text-decoration: none;
}

.topics-item-title:visited {
  color: #76828B;
}

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

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


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

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

.topic-header .dropdown {
  display: block;
/*   border-top: 1px solid #CFD8DC; */
  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%;
  margin-left: auto;
}

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

.community-follow button {
  line-height: 34px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #002071;
  font-size: 14px;
  font-weight: 500;
  height: 38px;
}

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

.community-follow button:hover {
  background-color: #002071;
}

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

.community-follow button[data-selected="true"] {
  background-color: #002071;
  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: #00030b;
  border-color: #00030b;
}

.community-follow button::after {
  border-left: 1px solid #002071;
  content: attr(data-follower-count);
  color: #002071;
  display: inline-block;
  font-family: 'poppins_semibold', 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 #002071;
  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 #CFD8DC;
  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: #2676B9;
  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(38, 118, 185, 1);
}

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

.striped-list-count {
  color: #65727a;
  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(55, 62, 66, 1);
    display: block;
  }
}

/***** UPDATE   Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #66BB6A;
  border-radius: 50px;
  color: #373E42;
  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: #002071;
  color: #fff;
}

.status-label-idea {
  color: #fff;
  background-color: #373E42;
}

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

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

/***** 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: 'poppins_regular', 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%;
}

.post-actions-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
}

.vote-sum {
  border-right: 2px solid #CFD8DC;
  padding-right: 12px;
}

.vote-sum i {
  margin-right: 6px;
}

.post-vote-up {
  padding: 0 12px;
  margin: 0 6px 0 12px;
  border: 2px solid #FBC02D;
  border-radius: 4px;
  min-height: 24px;
}

.post-vote-up:hover {
  background-color: #FBC02D;
  color: #fff;
}

.post-vote-up.vote-voted {
  background-color: #FBC02D;
  color: white;
}

[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(38, 118, 185, 1);
}

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

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

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

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

.post-comment-count {
  color: #65727a;
}

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

.post-comment-count .icon-comments {
  color: #002071;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #CFD8DC;
  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;
  }
}

.comment-heading-community {
  border: none;
}

.comment-heading-community h2 {
  font-size: 14px;
}

/***** 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 2px 2px 8px;
}

.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 #CFD8DC;
  border-top: 1px solid #CFD8DC;
}

@media (min-width: 900px) {
  .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: 900px) {
  .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 #002071;
}

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

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

.collapsible-nav-list li {
  color: rgba(55, 62, 66, 1);
  line-height: 45px;
  order: 1;
}

@media (min-width: 900px) {
  .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(55, 62, 66, 1);
  display: block;
}

@media (min-width: 900px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #CFD8DC;
  }
  .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: 900px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 900px) {
  .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: 900px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid #002071;
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: rgba(55, 62, 66, 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 #002071;
}

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

/* Special Collapsible nav for requests page - MSQ SS 12/12/22 */
.requests-collapse-nav {
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .requests-collapse-nav {
    flex-direction: row;
  }
}

.requests-collapse-nav li {
  color: rgba(55, 62, 66, 1);
  line-height: 45px;
  order: 1;
}

  .requests-collapse-nav li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .requests-collapse-nav li {
    margin-left: 30px;
    margin-right: 0;
  }
  .requests-collapse-nav li a {
    text-decoration: none;
    padding: 15px 0;
  }

.requests-collapse-nav li a {
  color: rgba(55, 62, 66, 1);
  display: block;
}

  .requests-collapse-nav li:hover {
    border-bottom: 4px solid #CFD8DC;
  }
  .requests-collapse-nav li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }

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

  .requests-collapse-nav li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }

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


  .requests-collapse-nav li[aria-selected="true"],
  .requests-collapse-nav li.current {
    font-weight: 900;
    order: 1;
  }

@media (min-width: 900px) {
  .requests-collapse-nav li[aria-selected="true"],
  .requests-collapse-nav li.current {
    border-bottom: 4px solid #002071;
    font-weight: 600;
  }
}


.requests-collapse-nav li[aria-selected="true"] a,
.requests-collapse-nav li.current a {
  color: rgba(55, 62, 66, 1);
}

/***** 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: #65727a;
  font-size: 13px;
}

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

.no-activities {
  color: #65727a;
}

/***** 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 #CFD8DC;
  color: #65727a;
  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 #002071;
}

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

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

.request-title {
  width: 100%;
}

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

.request-sidebar {
  border-bottom: 1px solid #CFD8DC;
  border-top: 1px solid #CFD8DC;
  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 #CFD8DC;
  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: #65727a;
  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: #65727a;
  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;
  padding: 24px;
}

.profile-nav .container {
  padding: 24px;
}

button[data-action="edit-profile"] {
  background-color: #002071;
/*   border-radius: 8px; */
  border: none;
  color: #fff;
  padding: 8px 24px;
  font-weight: 700;
  font-size: 14px;
}

/* @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 0 0 12px;
  line-height: 25px;
  
}

.profile-header .basic-info .name a {
  font-size: 18px;
  font-weight: 800;
  color: #002071;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: center;
  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;
/*   justify-content: center; */
  text-align: center;
  flex-basis: 100%;
}

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

.profile-stats .stat-label {
  color: #002071;
  flex: 0 0 100px;
	font-size: 14px;
}

.profile-stats .stat-value {
  font-weight: 700;
  font-size: 14px;
}

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

.profile-stats-activity {
  border-top: solid 1px #CFD8DC;
  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 #CFD8DC;
}

@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 #002071;
  border-radius: 4px;
  color: #002071;
  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-nav-badges {
  border-bottom: 1px solid #373E42;
  padding: 8px 0;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #373E42;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #65727a;
  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 #CFD8DC;
  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: #65727a;
  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 #CFD8DC;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #CFD8DC;
  }
}

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

.search-results-column a {
/*   color: #373E42; */
}

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

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

.search-results-sidebar {
  border-top: 1px solid #CFD8DC;
  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: #CFD8DC;
  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: #76828B;
}

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

.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; */
  border-bottom: 1px solid rgba(55, 62, 66, 1);
  padding-bottom: 12px;
}

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

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

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

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

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

@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-filters {
  display: flex;
  gap: 24px;
  border-bottom: none;
}

.search-filters .filter-btn {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.search-filters .filter-btn img {
  max-width: 20px;
}

.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: 18px;
  display: inline-block;
}

.search-result-title a {
  font-size: 18px;
}

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

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

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

.search-result-votes-icon, .search-result-meta-count-icon {
  color: #002071;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* UPDATE 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: #76828B;
  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 #CFD8DC;
  border-radius: 3px;
  box-shadow: 0 1px 5px #CFD8DC;
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

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

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

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

.dropdown-menu [role="menuitem"] {
  color: #373E42;
  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: #CFD8DC;
  text-decoration: none;
  color: #373E42;
}

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

/**** HELP WIDGET ****/

#launcher button {
  border-radius: 4px !important;
}

#launcher button:hover {
	background-color: #177591;
}

/* RESOURCES DROPDOWN */

.home-dd {
  position: relative;
  display: inline-block;
}

.home-dd-btn {
  background-color: transparent;
  color: white;
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border: none;
}

.home-dd-menu {
  display: none;
  position: absolute;
  z-index: 20000000;
  width: 664px;
  min-height: 480px;
  left: 0px;
  top: 80px;
  background-color: #FFFFFF;
  box-shadow: 2px 5px 16px #CFD8DC;
  border-radius: 16px;
}

.home-dd-menu-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 34px 18px;
}

#dd-cats-123, #dd-topics-other {
  grid-column:  1 / 3;
}

#dd-topics-other {
/*  column-count: 2; */
}

.dd-cats {
  max-width: 290px;
}

.dd-cats-box {
/*   min-height: 390px; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

#dd-cats-1 {
    width: 50%;
}

#dd-cats-2 {
    width: 50%;
}

.dd-cats-comm {
  display: none;
}

#dd-cats-ideas {
  display: none;
  width: 50%;
}

#dd-cats-kshare {
  display: none;
  width: 50%;
}

.dd-cat-h3 {
  font-family: 'poppins_semibold', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  padding-left: 16px;
}

.dd-cat-h3-hc {
  color: #00030b;
}

.dd-cat-h3-comm {
  color: #FBC02D; 
}

.dd-cats-box a {
  background-color: white;
  text-decoration: none;
  display: block;
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
	color: #76828B;
  text-align: left;
  max-width: 100%;
  white-space: wrap;
/*   word-wrap: break-word; */
/*   word-break: break-all; */
}

.dd-cats-hc .dd-cats-box a {
  padding: 8px 20px 8px 16px;
}

.dd-cats-comm .dd-cats-box a {
  padding: 10px 20px 10px 16px !important;
}



@media (min-width: 1150px) {
  .home-dd:hover {
    cursor: pointer;
  }
  
  .home-dd-btn:hover {
    cursor: pointer;
  }
  
  .home-dd-btn i {
    display: none;
  }
}

@media (max-width: 1149px) {
  .home-dd-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #373E42;
    min-width: 100%;
  }
  .home-dd-btn i {
    padding-right: 24px;
  }
  
  .hc-nav-link {
    border-top: 1px solid #CFD8DC;
  }
  
  #user-nav-out {
    border-bottom: 1px solid #CFD8DC;
  }
}

#arr-rt {
  display: inline;
  max-height: 25px;
}

#arr-down {
  display: none;
}

@media (min-width: 1150px) {
  #arr-rt {
    display: none;
  }
  #arr-down {
    display: inline;
  }
}

.dd-cats-hc .dd-cats-box a:hover {
  background-color: #fff;
  color: #76828B;
  text-decoration: none;
}

.dd-cats-comm .dd-cats-box a:hover {
  background-color: lighten(#community_color, 50%);
  color: #76828B;
  text-decoration: none;
}

.dd-cats-hc .dd-cats-box a:active {
  background-color: lighten(#brand_color, 50%);
  color: #76828B;
  text-decoration: none;
}

.dd-cats-comm .dd-cats-box a:active {
  background-color: lighten(#community_color, 75%);
  color: #76828B;
  text-decoration: none;
}

.home-dd:hover {
  background-color: #001958;
}

/* REFACTOR */

#new-post-footer {
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;  
}

#new-post-submit-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 73px !important;
  background: #002071;
  border: 1px solid #002071;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0;
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
	color: #FFFFFF;
}

#new-post-cancel-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  background: #FFFFFF;
  border: 1px solid #002071;
  box-sizing: border-box;
  border-radius: 4px;
  margin-left: 8px;
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #002071;
}

/* ALERT BOX */

.alertbox {
  background-color: #ffffff;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #002071;
  padding: 10px 0;
  overflow: hidden;
}

.alertbox p {
  margin: 0;
  font-weight: 600;
}

#alertText {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
}

.textSlide {
  min-width: 100%;
  margin: auto;
  padding: 0;
}

.textSlide p a {
  color: #002071;
  text-decoration: underline;
  font-size: 15px;
}

.textSlide p a:hover {
/*   color: rgba(255, 255, 255, 1); */
}

.alertRadios {
  width: 100%;
  padding: 0;
  text-align: center;
}
.radioBtn {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #7199ff;
  border-radius: 50%;
  margin: 0 3px;
}
.radioBtn--selected {
  background: #003dd7;
}

/* Form submitted successfully */

#form-submit-thankyou {
  padding: 100px 30px 80px 30px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#new-form-from-success {
  padding: 16px 24px;
  background-color: #002071;
  font-family: 'poppins_semibold', sans-serif;
  border-radius: 20px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

#new-form-from-success:hover {
  color: #CFD8DC;
	cursor: pointer;
}

#nro-form {
	display: none;
  flex-direction: column;
}

#nro-form label {
  font-size: 16px;
}

#nro-form input {
  padding: 8px;
  border-radius: 9px;
  border-style: dotted;
}

.salesforce-form, #new-request {
  display: none;
}

.salesforce-form input, .salesforce-form label, .salesforce-form p, .salesforce-form textarea, .salesforce-form select {
  margin: 10px 0;
}

#cfa-new-request-form-container, #cfa-new-request-form-container2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 24px 24px;
}
/* 20221213 VT renaming to include CFA form */

.cfa-form-container input {
	margin-bottom: 15px;
}
/* 20221213 VT renaming to include CFA form */

#cfa-new-request-form-container .form {
  min-width: 50%;
}

/* original NRO form */
#new-request-form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 24px 150px 24px;
  overflow:hidden;
}

.form-subtitle {
  margin:-22px 0 22px;
  max-width: 700px;
}
/* 20221017 VT added max-width, margin, padding to match cs-form.hbs style*/

.cfa-form-container input {
	margin-bottom: 15px;
}
/* 20221205 VT adjusted margin and padding for CFA form  */

#new-request-form-container .form {
  min-width: 50%;
}


/* Added text to right side of CFA Logbook Request page, can be found in 'custom_pages/CFA-request.hbs' */
#new-request-form-helpbook {
  color: #373E42;
  max-width: 35%;
  padding-top: 0;
  padding-left: 2%;
}

@media (max-width: 1095px) {
  #new-request-form-helpbook {
    padding-top: 2%;
    padding-left: 0;
  }
}

#new-request-form-helpbook ul {
  list-style-type: disc;
  margin-left: 30px;
}

#new-request-form-helpbook p {
  margin: 8px 0;
}



/* 20230124 VT styling for Cancellation Form */
.cancellation-form input, .cancellation-form label, .cancellation-form p, .cancellation-form textarea, .cancellation-form select {
  display: block;
  min-width: 100%;
}

.cancellation-form label, .cancellation-form p {
  padding: 5px 5px 5px 0;
}

.cancellation-form input, .cancellation-form textarea, .cancellation-form select {
  margin: 0;
  padding: 10px;
}

.cancellation-form input[type='submit'] {
  display: inline;
  min-width: 120px;
  padding: 0 10px;
}

#cancel-essentials a {
  font-weight: bold;
  font-size: 15px;
}

/* Validate Email Alert */

.validate-alert {
  text-transform: uppercase;
  border: 1px solid rgb(255, 0, 0);
  background-color: rgba(255, 0, 0, .1);
  padding: 4px 8px;
  border-radius: 4px;
  margin: 8px 0;
  font-weight: 700;
  font-size: 14px;
  color: rgb(255, 0, 0);
}

/* Article Buttons */

.two-column-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.two-column-buttons .two-col-item {
  background-color: #FF9900;
  color: white;
  border-radius: 4px;
  width: 98%;
  font-family: 'poppins_semibold', sans-serif;
  font-weight: 600;
  font-size: 24px;
  display: grid;
  place-items: center;
  padding: 4px;
  margin: 1%;
  text-align: center;
  min-height: 100px;
}

.two-column-buttons .two-col-item a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: white;
}

.two-column-buttons .two-col-item a span {
  color: white;
  font-family: 'poppins_semibold', sans-serif;
  font-weight: 600;
  font-size: 24px;
	text-align: center;
  display: grid;
  place-items: center;
}

.three-column-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.three-column-buttons .three-col-item {
  background-color: #FF9900;
  color: white;
  border-radius: 4px;
  width: 98%;
  font-family: 'poppins_semibold', sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: grid;
  place-items: center;
  padding: 4px;
  margin: 1%;
  text-align: center;
  min-height: 75px;
}

.three-column-buttons .three-col-item a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: white;
}

.three-column-buttons .three-col-item a span {
  color: white;
  font-family: 'poppins_semibold', sans-serif;
  font-weight: 600;
  font-size: 18px;
	text-align: center;
  display: grid;
  place-items: center;
}

@media (min-width: 600px) {
  .two-column-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .two-column-buttons .two-col-item {
    width: 48%;
  }
  
  .three-column-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .three-column-buttons .three-col-item {
    width: 31%;
  }
  
  
}

/* Contact Us Article Buttons */

.article-cu-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.btn-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 95%;
  margin: 0 2.5%;
  min-height: 250px;
}

.btn-box-simple {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 95%;
  margin: 0 2.5% 16px;
}

.btn-box-link {
  background-color: #ff9900;
  color: white;
  border-radius: 20px;
  font-family: 'poppins_semibold', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 90px;
  margin: 0 auto;
  padding: 0 30px;
}

.btn-box-link:hover {
  color: white;
}

.btn-box-link:visited {
  color: white !important;
}

.btn-box-desc {
  text-align: center;
  padding: 30px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .article-cu-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .btn-box {
    width: 45%;
    margin: 0 2.5%;
  }
}

.article-start-chat-btn {
  background-color: #ff9900;
  color: white !important;
  border-radius: 30px;
  font-family: 'poppins_semibold', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  display: grid;
  place-items: center;
  width: 240px;
  height: 60px;
  margin: 20px auto;
  padding: 0 30px;
}

.article-start-chat-btn:hover {
  color: white !important;
}

/* Article Translation Buttons */

.translate-to-english, .translate-to-spanish, .translate-to-french {
  background-color: #002071;
  border-radius: 4px;
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  text-align: center;
}

.translate-to-english:hover, .translate-to-spanish:hover, .translate-to-french:hover {
  background-color: #00030b;
}

.translate-to-english img, .translate-to-spanish img, .translate-to-french img {
  padding: 6px 4px;
  max-width: 28px;
}

.translate-to-english a, .translate-to-spanish a, .translate-to-french a {
  padding: 4px;
  color: white !important;
  font-family: 'poppins_regular', sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 6px 4px;
}

.translate-to-english a:hover, .translate-to-spanish a:hover, .translate-to-french a:hover {
  text-decoration: none;
}

.translate-btn {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.translate-btn .translate-to-english, .translate-btn .translate-to-spanish, .translate-btn .translate-to-french {
  width: 140px;
  margin-bottom: 16px;
}

.translate-btn .translate-to-english img, .translate-btn .translate-to-spanish img, .translate-btn .translate-to-french img {
  padding: 10px 6px;
  max-width: 30px;
}

.translate-btn .translate-to-english a, .translate-btn .translate-to-spanish a, .translate-btn .translate-to-french a {
  font-size: 16px;
  padding: 10px 6px;
}

/* CFA form edits 20221213 VT */
#cfa-new-request-form-container label {
  color: #373E42;
  font-weight: 800;
}

#cfa-new-request-form-container input::placeholder,
#cfa-new-request-form-container textarea::placeholder {
  font-size: 12px;
}
/* END CFA form edits 20221213 VT */

/* Accordion */
.acc-item-content {
  display: none;
  padding: 20px 0;
}

.acc-item-title {
  position: relative;
  font-size: 22px;
  padding: 15px 24px 15px 48px;
  cursor: pointer;
  margin-bottom: 0;
  background-color: rgba(229,22,54,.05);
}

.acc-item-title:before {
  content: "";
  position: absolute;
}

.acc .acc-item-title:before {
  left: 24px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-bottom: 2px solid #373E42;
  border-left: 2px solid #373E42;
  transform: rotate(-135deg);
  transition: transform 0.3s;
}

/* .acc .acc-item-title-active {
  background-color: #f0f0f0;
} */

.acc .acc-item-title-active:before {
  transform: rotate(-45deg);
  transition: transform 0.3s;
}


/***** CFA Custom Page *****/

.cfa-container {
  max-width: var(--page-width);
  margin: auto;
}

.cfa-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto 12px;
}

.cfa-header img {
  max-width: 240px;
}

.cfa-header p {
  font-weight: 600;
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 0;
}

.cfa-main {
  display: grid;
  grid-template-columns: 30% 30% 35%;
  gap: 16px;
/*   display: flex;
  justify-content: space-between; */
}

/* .cfa-main-left {
  width: 60%
}

.cfa-main-right {
  width: 35%
} */

.cfa-board, .cfa-articles {
  grid-column: 1/3;
  padding-right: 60px;
}

.cfa-quick-links {
  grid-column: 1/4;
  padding-right: 60px;
}

.cfa-board header {
  display: flex;
  justify-content: space-between;
	align-items: center;
}

.cfa-main section {
/*   margin-bottom: 60px; */
}

.cfa-main h2, .acc-container h2 {
  color: #E51636;
  font-size: 70px;
  line-height: 70px;
  font-family: "Chicken-Hut", serif;
  font-weight: normal !important;
  margin: 24px 0;
}

.cfa-board-cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.cfa-board-cont a {
/*   border: 4px #E51636 solid; */
  color: black;
  padding: 16px;
  border-radius: 8px;
  min-height: 216px;
  background-color: rgba(229,22,54,.05);
}

.cfa-board-cont a:hover {
  text-decoration: none;
  background-color: rgba(229,22,54,.1);
}

.cfa-board-cont a h3 {
  min-height: 38px;
}

.cfa-ql-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.cfa-ql-cont a {
  background-color: #E51636;
  color: white;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
  transition: 0.3s ease;
}

.cfa-ql-cont a:hover {
  background-color: rgba(229,22,54,.5);
  color: white;
  text-decoration: none;
}

.cfa-webinars p {
  color: #373E42;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.cfa-webinars .webinar-subheader {
  margin-bottom: 0;
  text-align: left;
}

.cfa-webinars .webinar-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
/*   gap: 8px; */
}

.cfa-webinars .webinar-date {
  color: #E51636;
  font-size: 18px;
  font-weight: 700;
  padding: 0 8px;
}

.cfa-webinars .webinar-title {
  font-size: 17px;
  font-weight: 700;
  padding: 0 8px;
}

.cfa-webinars .webinar-content {
  min-height: 155px;
  padding: 0 8px;
}

.cfa-webinars .webinar-content-left {
  border-right: 1px solid #373E42;
}

.cfa-webinars .webinar-btn {
  display: flex;
  justify-content: center;
}

.cfa-webinars a {
  color: white;
  background-color: #373E42;
  margin: 16px auto;
  text-align: center;
  border-radius: 8px;
  padding: 10px 20px;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  transition: 0.3s ease;
}

.cfa-webinars a:hover {
  text-decoration: none;
  background-color: #E51636;
}

.cfa-art-cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cfa-art-cont-link {
  display: flex;
  align-items: center;
}

.cfa-art-cont-link img {
  max-width: 60px;
  margin-right: 12px;
}

.cfa-art-cont-link span {
  color: #373E42;
  font-weight: 700;
  font-size: 18px;
}

.cfa-see-more {
  color: black;
  border: 3px solid black;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin-top: 36px;
  transition: 0.3s ease;
}

button.cfa-see-more {
  background-color: transparent;
  margin-top: 12px;
  max-height: 41px;
  margin-left: 20px;
}

button.follow-active {
  background-color: #373E42;
  color: #ffffff;
}

@media (max-width: 550px) {
  .cfa-board header {
    flex-direction: column;
    justify-content: flex-start;
		align-items: flex-start;
  }
  
  button.cfa-see-more {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.cfa-see-more:hover {
  color: #E51636;
  border: 3px solid #E51636;
/*   background-color: #E51636; */
  text-decoration: none;
  cursor: pointer;
}

.cfa-acc-container {
  margin-top: 60px;
}

.acc-container {
  
}

.cfa-acc {
  border: 1px #373E42 solid;
/*   border: 1px #E51636 solid; */
}

.cfa-acc .acc-item {
  border-bottom: 1px #373E42 solid;
/*   border-bottom: 1px #E51636 solid; */
}

.cfa-acc .acc-item:last-child {
  border-bottom: none;
}

#cfaLabel, #cfaLabel2 {
/*   color: #E51636; */
  color: #373E42;
}

.cfa-form-container input[type="submit"] {
  background-color: rgba(229,22,54,1);
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  width: auto !important;
  padding: 16px 36px !important;
}

.cfa-form-container.cfa-form-container-zd input[type="submit"] {
  margin-top: 40px;
}

.cfa-side-link, .cfa-form-container .new-request-form-help-text a, #cfa-new-form .upload-dropzone a {
  color: rgba(229,22,54,1);
}

#cfa-new-request-form-container2 {
  padding: 24px;
}


@media (max-width: 1100px) {
  .cfa-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 20px;
  }
  
  .cfa-main-left {
    width: 100%
  }

  .cfa-main-right {
    width: 100%
  }

  .cfa-board, .cfa-quick-links {
    grid-column: 1/2;
    padding-right: 0;
  }
  
  .cfa-art-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  
}

@media (max-width: 700px) {
  .cfa-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 20px;
  }

  .cfa-board, .cfa-quick-links {
    grid-column: 1/2;
    padding-right: 0;
  }
  
  .cfa-board-cont {
    grid-template-columns: 1fr;
  }
  
  .cfa-board-cont a, .cfa-board-cont a h3 {
    min-height: auto;
  }
  
  .cfa-art-cont {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  
  .cfa-ql-cont {
    flex-direction: column;
  }

  .cfa-ql-cont a {
    max-width: 300px;
  }
  
}

/***** SIMPLE FORM *****/
#new-request-form-container label {
  color: #002071;
  font-weight: 800;
  padding-bottom: 8px;
  font-size: 16px;
}

#new-request-form-container input::placeholder,
#new-request-form-container textarea::placeholder {
  font-size: 12px;
}

.form-sub-heading {
  margin-top: 24px;
  border-bottom: 1px solid #373E42;
  padding-bottom: 8px;
  display: block;
}

/**** Chick-fil-A ****/
#no-access {
  display: none;
}

/***** Downvote Form *****/
.article-votes {
  position: relative;
}

.feedback-modal {
  display: none;
  position: absolute;
  z-index: 999;
  background-color: rgba(0,0,0,.5);
  min-width: 100vw;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.feedback-content {
  background-color: white;
  width: 400px;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin: auto;
}

.fake-buttons {
  display: flex;
  flex-direction: row;
}

.fake-buttons button {
  width: 140px;
  padding: 10px;
  text-align: center;
  border: 3px solid #002071;
  background-color: white;
  color: #002071;
  border-radius: 4px;
  font-weight: 600;
}

.fake-buttons button:first-child {
  margin-right: 20px;
}

.fake-buttons button.fb-no {
  background-color: #002071;
  color: white;
}

.x {
  position: absolute;
  top: 16px;
  right: 16px;
}

.x:hover {
  cursor: pointer;
}

.white-box {
  position: absolute;
  background-color: white;
  z-index: 999999;
  min-width: 100%;
  height: 85px;
  left: 0;
  bottom: 0;
}

#feedback-thankyou {
    padding: 100px 30px 80px 30px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#feedback-thankyou h1 {
	font-family: 'poppins_semibold', sans-serif;
  font-size: 32px;
  text-align: center;
}

#feedback-thankyou img {
  max-width: 100px;
}

@media (max-width: 500px) {
  .feedback-content {
    margin: 100px auto;
    align-items: flex-start;
    max-width: 350px;
  }
}

/* Internal User Alert */
.internal-alert {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border: rgb(255, 153, 0) solid 3px;
  border-radius: 4px;
}

.internal-alert img {
  max-width: 45px;
  margin-right: 12px;
}

.internal-alert p {
  margin: 0;
}

#product-filter-text {
  line-height: 1.15;
  vertical-align: middle;
  color: #373E42;
  font-size: 13px;
}

.page-header-description { 
  white-space: pre-wrap !important; 
}

/* Idea Stats */
#idea-stats {
  display: flex;
	margin-bottom: 20px;
}

.idea-stat {
  width: 150px;
  max-width: 150px;
}

.idea-stat h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #002071;
  min-height: 42px;
  
}

#idea-stats figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border: 2px solid #002071;
  border-radius: 50%;
  font-size: 20px;
  color: #002071;
  font-weight: 600;
}

#idea-stats figure.idea-hover:hover {
  color: #fff;
  background-color: #002071;
}

#idea-stats figure.idea-hover:hover #idea-light-blue {
  display: none;
}

#idea-stats figure.idea-hover:hover #idea-light-wt {
  display: block !important;
}

#idea-stat-releases img {
  max-width: 35px;
}

.idea-filter:hover {
  text-decoration: none
}


/* Fourth University */
.fourth-u-video {
  max-width: 400px;
  margin: 20px auto;
}

.fourth-u-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 10px 10px;
  color: #76828B;
}

.fourth-u-login {
  background-color: #002071;
  color: white;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 40px;
  margin: 8px;
}

.biz-impact-cont {
  display: flex;
}

.biz-impact-icon {
  max-width: 25px;
  max-height: 25px;
  margin: 12px 12px 0 0;
}

.biz-impact-icon:hover {
  cursor: pointer;
}

.biz-impact-content {
  display: none;
  background-color: #CFD8DC;
  padding: 12px;
  border-radius: var(--border-radius);
}

.biz-impact-content.biz-impact-active {
  display: block;
}

.fu-row {
  display: flex;
  flex-wrap: wrap;
}

.fu-col {
  width: 50%;
  padding: 10px 40px 10px 0;
}

.fu-col h2 {
  font-family: 'poppins_semibold', sans-serif;
}

.fu-col .section {
  margin-bottom: 10px;
}

.fu-col .hr-cont {
  width: 50%;
  color: #76828B;
}

#follow-menu-button {
  width: auto;
}

@media (max-width: 900px) {
  .fourth-u-video {
    margin: 20px auto 20px 0;
  }
  .fourth-u-details {
    margin: 20px 10px 10px 0;
    align-items: flex-start;
  }
  .fourth-u-login {
    margin: 8px 8px 8px 0;
  }
  .fu-row {
    flex-direction: column;
  }
  .fu-col {
    width: 100%;
  }
}

/***** Form Buttons *****/
.-header {
  color: #002071;
  font-weight: 800;
  margin: 0;
}
.form-btns {
  min-width: 100%;
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .form-btns {
    grid-template-columns: 1fr;
  }
}

#new-request-form-container {
  position: relative;
/*   overflow: scroll; */
}

.req-sidebar {
  position: static;
  padding-top: 60px;
}

@media (min-width: 1100px) {
  .req-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 0;
	}
  
  .scrolled .req-sidebar {
    position: fixed;
    top: 120px;
    right: 24px;
  }
}

@media (min-width: 1300px) {
  .req-sidebar {
    right: 0px;
	}

  .scrolled .req-sidebar {
    position: fixed;
    top: 120px;
    right: 24px;
  }
}

.form-btns.req-sidebar-btns {
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  .form-btns.req-sidebar-btns {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1000px) {
  .form-btns.req-sidebar-btns {
    grid-template-columns: 1fr;
  }
}




.form-btns a, .req_form_btn_cont button {
  border-radius: var(--border-radius);
  border: 2px solid #002071;
  color: #373E42;
  background-color: white;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 75px;
}

.req_form_btn_cont button {
  flex-direction: column;
  justify-content: flex-start;
}

.req_form_btn_cont button h2 {
  margin: 8px;
  font-size: 26px;
  font-weight: 500;
}

.req_form_btn_cont button p {
  font-size: 15px;
}

.form-btns a:hover, .req_form_btn_cont button:hover {
  text-decoration: none;
  background-color: var(--hover-blue);;
  cursor: pointer;
}

.form-btns a:focus {
  text-decoration: none;
  background-color: var(--hover-blue);;
  font-weight: 600;
}

.req_form_btn_cont button:focus, .req_form_btn_cont button.active-prod, .req_form_btn_cont button.active-module, .req_form_btn_cont button.active-hotsch, .req_form_btn_cont button.active-role {
  background-color: var(--hover-blue); !important;
}

.form-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.req_form_btn_cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.req_form_btn_mod button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.req_form_btn_role {
  grid-template-columns: 1fr 1fr 1fr;
}

.cancel-form-link {
  color: #002071;
  text-decoration: underline;
  font-weight: normal;
  padding: 16px 8px;
  display: block;
}

/* Form updates 2023 */
.cs-form-subheader {
	font-size: 26px;
  border-bottom: 2px #76828B solid;
  padding: 0 0 6px;
}

.cs-form-subheader-margin {
  margin-top: 25px;
}

.italic-placeholder::placeholder {
  font-style: italic;
}


.missing-fields-banner {
  border: 1px red solid;
  border-radius: 4px;
  padding: 16px;
  color: red;
  background-color: rgba(255, 0, 0, .05);
  margin-bottom: 24px;
}

/* Site Survey */

.smile-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 6px 0;
}

.smile-label {
  text-align: center; 
  color: #373E42 !important;
  font-size: 15px;
  min-width: 100%;
  display: block;
}

.smile-btn {
  max-width: 50px;
  padding: 5px;
  border-radius: 8px;
}

.smile-btn:hover, 
.smile-btn.survey_site_active, 
.smile-btn.survey_articles_active, 
.smile-btn.survey_search_active {
  cursor: pointer;
  background-color: #CFD8DC;
}

.missing-fields-banner-survey {
  text-align: center;
  font-size: 13px;
  max-width: 80%;
  padding: 4px;
  color: #CC0133;
  margin: auto;
}

.pop-up-block {
  position: absolute;
  min-width: 100%;
  min-height: 110vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.7);
  z-index: 99999999;
}

.survey-iframe-cont {
  max-width: 500px;
  margin: 130px auto;
  background-color: #ffffff;
  position: relative;
  min-height: 650px;
}

.survey-iframe {
  width: 500px;
  margin: auto;
}

#close-survey {
  position: absolute;
  top: 12px;
  right: 16px;
  color: #373E42;
  font-weight: bold;
}

#close-survey:hover {
  cursor: pointer;
}

@media (max-width: 600px) {
  .survey-iframe-cont {
    margin: 130px 20px;
  }
  .survey-iframe {
    width: 500px;
    min-width: 100%;
  }
}

@media (max-width: 500px) {
  .survey-iframe-cont {
    margin: 50px 20px;
  }
  .survey-iframe {
    width: 400px;
    min-width: 100%;
  }
}

@media (max-width: 400px) {
  .survey-iframe {
    width: 300px;
    min-width: 100%;
  }
}


/* Handbook Links - Home/Get In Touch Section Page */
.unsure-contact {
  margin-top: 20px;
}

.unsure-contact h2 {
  margin-bottom: 12px;
}

.unsure-contact p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: #373E42;
}

.unsure-contact ul, #get-in-touch-footer ul {
  list-style-type: disc;
  margin: 4px 0 0 20px;
}

.unsure-contact a:hover {
  text-decoration: underline;
}

#get-in-touch-footer p {
  font-family: 'poppins_regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.011em;
  color: #002071;
  margin: 0;
}

#get-in-touch-footer ul {
  color: #002071;
}

#get-in-touch-footer a {
  color: #0CA2D0;
}


/* CFA Participation Agreement */

.cfa-agreement-cont {
  max-width: 900px;
  margin: 60px auto 200px;
}

.cfa-agreement-cont h1 {
  font-size: 24px;
}

.cfa-agreement-confidential {
  text-align: right;
  margin-bottom: 0;
}

.cfa-agreement-title {
  text-align: center;
}

.cfa-agreement-cont ol li {
  padding: 8px 0 8px 16px;
}

.cfa-agreement-cont ol.parenthesis {
    counter-reset: list-in-thm;
    margin-left: 0;
    padding-left: 0;
}

.cfa-agreement-cont ol.parenthesis li {
    list-style: none;
    position: relative;
    padding-left: 16px;
    margin-left: 2.2em;
}

.cfa-agreement-cont ol.parenthesis[type="a"] li:before {
    content: "(" counter(list-in-thm, lower-alpha) ")";
    counter-increment: list-in-thm;
    position: absolute;
    width: 3.0em;
    left: -3.5em;
    text-align: right;
}
.cfa-agreement-cont ol.parenthesis[type="i"] li:before {
    content: "(" counter(list-in-thm, lower-roman) ")";
    counter-increment: list-in-thm;
    position: absolute;
    width: 3.0em;
    left: -3.5em;
    text-align: right;
}


/* SurveyVista */

.survey-vista-form {
  margin: 0 auto 120px;
}

.survey-vista-form iframe {
  min-width: 100%;
  border:none;
}


/* Article Slide Show */
.section-slider {
    position: relative;
    width: 850px;
    height: 478px;
    margin: auto;
}

.section-slider .slide-image {
    width: 850px;
    height: 478px;
    animation: slide 0.5s linear;
}

@keyframes slide {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.section-slider #leftArrow {
    all: unset;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    color: #373E42;
    font-size: 2rem;
    cursor: pointer;
}

.section-slider #rightArrow {
    all: unset;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0.5rem;
    color: #373E42;
    font-size: 2rem;
    cursor: pointer;
}

.section-slider #leftArrow:hover,
.section-slider #rightArrow:hover {
    background: #76828B;
}

.slide-image-db {
  max-height: 16px;
  overflow: hidden;
}

/***** CUSTOM PAGE - Packaging Update *****/

/*   --green: #66BB6A; */
/*   --blue: #002071; */
/*   --lt-blue: #E7E9F4; */
/*   --cream: #FEF3E1; */

.cp-updates {
  font-family: 'poppins_regular', sans-serif;
  margin: 60px auto;
}

.cp-updates p {
  font-family: 'poppins_regular', sans-serif !important;
}

.cp-header, .cp-faqs-header {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.cp-header h1, .update-cards h2, .cp-faqs-header h1, #cp-packaging-form h1 {
  font-family: 'poppins_semibold', sans-serif;
  color: #002071;
}

#cp-packaging-form h1, #cp-packaging-form h2, #cp-packaging-form p {
  text-align:center;
}

#cp-packaging-form h1 {
  max-width: 700px;
  margin: auto;
}

#cp-packaging-form h2 {
  margin-top: 36px;
}

.update-cards {
  display: flex;
  justify-content: center;
  gap: 24px;
  max-width: 1100px;
  margin: 40px auto;
}

.update-cards article {
  width: 30%;
}

@media (max-width: 1099px) {
  .update-cards {
    flex-direction: column;
    align-items: center;
  }

  .update-cards article {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .update-cards article {
    width: 90%;
  }
}

.update-card {
  background-color: var(--cream);
  border-radius: 8px;
  padding: 48px 32px 32px;
  box-shadow: #CFD8DC 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.update-cards h2 {
  margin: 0;
  text-align: center;
}

.ideal-for {
  position: relative;
}

.ideal-for h3 {
  background-color: #002071;
  border-radius: 8px;
  padding: 4px 16px 16px;
  margin: 0 0 -12px;
  color: white;
  display: inline-block;
  z-index: 99;
  position: relative;
  font-size: 15px;
}

.ideal-for p {
  background-color: #0CA2D0;
  border-radius: 8px;
  padding: 16px;
  margin: 0;
  z-index: 9999;
  position: relative;
}

.acc-blurb-cp {
  margin: 25px 0 0;
}

.acc-blurb-cp span {
  font-weight: 700;
}

.acc-item-content-cp {
  display: none;
  padding: 0 0 20px;
  font-family: 'poppins_regular', sans-serif;
}

.acc-item-title-cp {
  position: relative;
  font-size: 15px;
  color: #002071;
  padding: 0 0 8px 14px;
  cursor: pointer;
  margin-bottom: 0;
  font-family: 'poppins_regular', sans-serif;
  font-weight: 600;
}

.acc-item-title-cp:before {
  content: "";
  position: absolute;
}

.acc .acc-item-title-cp:before {
  left: 0;
  top: 14px;
  width: 4px;
  height: 4px;
  margin-top: -6px;
  border-bottom: 2px solid #002071;
  border-left: 2px solid #002071;
  transform: rotate(-135deg);
  transition: transform 0.3s;
}

.acc .acc-item-title-cp-active:before {
  transform: rotate(-45deg);
  transition: transform 0.3s;
}

.acc-item-title-cp strong {
  font-family: 'poppins_regular', sans-serif;
}

.upgrade-cont {
  border-top: 1px solid ##76828B;
  margin-top: 16px;
}

.upgrade-blurb-cont {
  background: linear-gradient(to right, var(--green), var(--cream));
  padding: 16px;
  border-radius: 8px;
  max-width: 80%;
  margin-top: 36px;
  position: relative;
}

.upgrade-blurb-cont p {
  color: #002071;
  font-weight: 600;
  margin: 0;
  max-width: 80%;
}

.upgrade-blurb-cont img {
  max-width: 36px;
  position: absolute;
  right: -18px;
  top: -18px;
}

.cp-learn-more-ai {
  color: #373E42;
  background-color: var(--green);
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 20px;
  font-family: 'poppins_regular', sans-serif;
  font-weight: 600;
  margin: 16px 0;
  display: inline-block;
}

.cp-faqs {
  max-width: 800px;
  margin: 104px auto 80px;
}

.cp-faqs-header {
  margin: 16px auto 48px;
}

.cp-faqs .acc-item {
  padding: 8px 0;
}

.cp-faqs .acc-item-title-cp {
  color: #373E42;
  font-weight: 700;
}

.cp-faqs .acc .acc-item-title-cp:before {
  border-bottom: 2px solid #373E42;
  border-left: 2px solid #373E42;
}

.cp-faqs .acc-item-content-cp {
  padding: 0 0 20px 14px;
}

.cp-faqs .acc-item-content-cp p {
  margin: 8px 0 0;
}

.cp-faqs .acc-item-content-cp p span {
  font-weight: 700;
}

.cp-faqs .acc-item-content-cp p a {
  color: #373E42;
  text-decoration: underline;
  font-size: 15px;
}

.cp-faqs-btns {
  display: flex;
}

.cp-faqs-btns a {
  color: #fff;
  background-color: #002071;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 20px;
  font-family: 'poppins_regular', sans-serif;
  font-weight: 600;
  margin: 16px 16px 0 0;
  display: inline-block;
}

#cp-packaging-form {
  max-width: 1100px;
  margin: 104px auto 80px;
}

#cp-packaging-form iframe {
  min-width: 100%;
  border:none;
}

/* WFM SCHEDULING SECTION */

#wfm-content {
  display: flex;
}

#wfm-content #wfm-articles {
  min-width: 60%;
  margin-right: 4%;
}

#wfm-content #wfm-sections {
  min-width: 30%;
  margin-right: 4%;
}

#wfm-content .wfm-header {
  font-family: 'poppins_semibold', sans-serif;
  padding-top: 24px;
  border-bottom: 1px solid #373E42;
  display: inline-block;
}

#wfm-content .section {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    #wfm-content #section-section-box {
        flex-direction: column;
    }
}

/* CALLOUT BOXES */
.callout-caution, .callout-info {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.callout-caution img, .callout-info img {
  max-width: 18px;
  max-height: 18px;
}

.callout-caution p, .callout-info p {
  margin: 0;
}

.callout-caution {
  background-color: var(--callout-yellow);
}
.callout-info {
  background-color: var(--callout-blue);
}

/* HOME PAGE ENGAGE BTNS */
.engage-btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-width: 100%;
}

.engage-btn {
  max-width: 410px;
  width: 410px;
  padding: 0 50px;
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #002071;
  flex-grow: 1;
}

.engage-btn:first-child {
  border-left: none;
}

.engage-btn img {
  max-width: 160px;
}

.engage-btn h3, .engage-btn p {
  color: #002071;
  text-align: center;
}

.engage-btn h3 {
  margin-bottom: 0;
}

.engage-btn p {
  font-size: 13px;
  min-height: 42px;
}

.engage-btn a {
  background-color: #002071;
  color: #fff;
  padding: 8px 24px;
  border-radius: 50px;
}

@media (max-width: 1000px) {
  .engage-btns {
    flex-wrap: wrap;
  }
  
  .engage-btn {
    border-left: none;
  }
  
  .engage-btn:first-child {
    border-right: 1px solid #002071;
  }
  
}

@media (max-width: 687px) {
  
  .engage-btn {
    border-left: none;
  }
  
  .engage-btn:first-child {
    border-right: none;
  }
  
}

/* Article Page Edits */
.subnav-cont {
  background-color: #002071;
	padding: 80px 0 100px;
}
.subnav-cont.subnav-cont-comm {
  background-color: #FBC02D;
}

.subnav-cont.subnav-cont-comm .breadcrumbs, .subnav-cont.subnav-cont-comm .breadcrumbs a,
.subnav-cont.subnav-cont-comm .breadcrumbs li + li::before {
  color: #373E42 !important;
}

.subnav-cont.subnav-cont-section {
  padding: 20px 0 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .subnav-cont.subnav-cont-section .search-container {
    margin-bottom: 12px;
  }
}

.subnav-cont.subnav-cont-section .sub-nav {
  margin-bottom: 0;
  min-height: auto;
  padding-bottom: 0;
}

.subnav-cont.subnav-cont-section h1,
.subnav-cont.subnav-cont-section p {
  color: #fff;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 24px;
}

.subnav-cont .breadcrumbs li a, .subnav-cont .breadcrumbs li a:visited {
  color: #fff;
}

.subnav-cont .breadcrumbs li + li::before {
  color: #fff;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto 30px;
  min-height: 50px;
  padding: 0 24px 15px;
  max-width: var(--page-width);
}

.main-request-container .sub-nav {
  margin: 0 auto 0 0;
  max-width: 848px;
  position: relative;
  min-width: 100%;
}

.back-to {
  padding: 0 24px 28px;
}

.back-to.back-to-req {
  padding: 0 0 28px;
}

.sub-nav #query {
  width: 300px;
}

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

/* ARTICLE SHARE BUTTON */
.article-share-cont {
  position: relative;
  transition: all 0.3s ease-in;
}

#show-share {
  background-color: #CFD8DC;
  border-radius: 50px;
  padding: 8px 16px;
  color: #002071;
  border: none;
/*   transition: all 0.3s ease-in; */
}

#show-share:hover {
  cursor:pointer;
  color: white;
  background-color: #002071;
}

.share-hover, .share-click {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  background-color: #CFD8DC;
  color: #373E42;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  min-width: 100%;
  white-space: nowrap;
  box-shadow: var(--box-shadow);
  transition: all 0.3s ease-in;
}

/* .article-share-cont:hover .share-hover {
  display: block;
} */
 

 
/* Success Story tiles */
.section-success-stories {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  max-width: 960px;
  margin: 40px auto;
}

@media (min-width: 760px) {
  .section-success-stories {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1060px) {
  .section-success-stories {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.story-tile {
  width: 300px;
  height: 300px;
  display: block;
  background-color: #002071;
  display: block;
  color: #fff;
  padding: 0;
  border-radius: 32px;
  background-position: center;
  background-size: cover;
}

.story-tile-inner {
  padding: 30px;
  display: flex;
  align-items: flex-start;
  min-height: 100%;
  background: linear-gradient(
    to top,
    #002071 0%,
    transparent 70%
  );
  border-radius: 32px;
}

.story-tile-inner .story-tile-default {
  align-self: flex-end;
}

.story-tile_1 {
  background-image: url('/hc/theming_assets/01JW96NQ3DGB94PWMX8YV4A83D');
}

.story-tile_2 {
  background-image: url('/hc/theming_assets/01JW96P4YN6SWTA606MFW7TBAX');
}

.story-tile_3 {
  background-image: url('/hc/theming_assets/01JW96PBDGJ13W36V4Q41WT01K');
}

.story-tile_4 {
  background-image: url('$story_image_4');
}

.story-tile_5 {
  background-image: url('$story_image_5');
}

.story-tile_6 {
  background-image: url('$story_image_6');
}

.story-tile_1:hover, .story-tile_2:hover, .story-tile_3:hover,
.story-tile_4:hover, .story-tile_5:hover, .story-tile_6:hover {
  background-image: none;
}

.story-tile h4 {
  font-size: 18px;
  line-height: 24px;
}

.story-tile .story-tile-default h4 {
  margin-bottom: 0;
}

.story-tile .story-tile-hover {
  display: none;
}

.story-tile:hover .story-tile-default {
  display: none;
}

.story-tile:hover .story-tile-hover {
  display: block;
  color: #fff;
  text-decoration: none;
}

.story-tile:hover {
  color: #fff;
  text-decoration: none;
}

/* Category sidebar */
.cat-sidebar h3 {
  font-size: 24px;
}

.cat-comm-content article {
  position: relative;
  background-color: #FEF3E6;
  padding: 12px 24px;
  margin-bottom: 20px;
  border-bottom-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.sidebar-comm-icon {
  background-color: #FEEAD0;
  border-radius: 50px;
  position: absolute;
  width: 35px;
  height: 35px;
  left: -15px;
  top: -15px;
}

.sidebar-comm-icon img {
  position: absolute;
}

.sidebar-comm-icon-chat {
  max-width: 25px;
  left: 5px;
  top: 6px;
}

.sidebar-comm-icon-blurb {
  max-width: 20px;
  left: 7px;
  top: 6px;
}

.blurb-tail {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #FEF3E6;
  bottom: 0;
  right: -14px;
  border-top-right-radius: -20px;
}

.blurb-cut {
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #FFF;
  bottom: 0;
  right: -28px;
  border-radius: 50px;
}

.sidebar-comm-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 4px;
}

.sidebar-comm-title a {
  color: rgba(55, 62, 66, 1);
}

.cat-comm-link {
  padding: 4px 12px;
  color: rgba(55, 62, 66, 1);
  font-size: 12px;
  border: 1.5px solid #FBC02D;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
}

.cat-comm-link img, .cat-rn-link img {
  max-width: 18px;
  max-height: 18px;
}

.cat-comm-link:hover {
  background-color: #FBC02D;
  color: rgba(55, 62, 66, 1);
  text-decoration: none;
}

.category-release-notes {
/*   margin-top: 16px; */
}

.sidebar-comm-author .user-avatar {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.cat-rn-content article {
  position: relative;
  background-color: #F3F5F6;
  padding: 12px 24px;
  margin-bottom: 20px;
  border-radius: var(--border-radius);
}

.sidebar-rn-date {
  position: absolute;
  left: -8px;
  top: -10px;
  font-size: 10px;
  font-weight: 600;
  background-color: #B6E3F8;
  border-radius: 50px;
  padding: 2px 16px;
  display: inline;
}

.sidebar-rn-title {
  margin-top: 8px;
  display: block;
}

.cat-rn-link {
  padding: 4px 12px;
  color: rgba(55, 62, 66, 1);
  font-size: 12px;
  border: 1.5px solid #0CA2D0;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
}

.cat-rn-link:hover {
  background-color: #0CA2D0;
  color: rgba(55, 62, 66, 1);
  text-decoration: none;
}

.category-resources {
/*   margin-top: 32px; */
}

.cat-sidebar-margin {
  margin-bottom: 24px;
}

.category-resources img {
  max-width: 150px;
}

.category-resources h3 {
  margin-bottom: 0;
}

.category-resources p {
  margin-top: 0;
}

.category-resources a {
  background-color: #002071;
  color: #fff;
  padding: 6px 16px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 12px;
}

.category-resources a:hover {
  background-color: #F9A825;
}


/* Section Page Filters */
.filter-btns {
  display: flex;
  gap: 24px;
  margin: 24px 0 8px;
}

.filter-btns button {
  font-size: 14px;
}

.filter-btns button:hover {
  cursor: pointer;
}

.filter-btn {
  background-color: transparent;
  border: 2px solid #002071;
  border-radius: 50px;
  padding: 6px 16px;
}

.filter-btn:hover {
  background-color: #002071;
  color: #fff;
}

.clear-filter-btn {
  background-color: transparent;
  border: none;
  padding: 6px 0;
}

.clear-filter-btn:hover {
  text-decoration: underline;
}

.art-filter-btn {
  background-color: var(--callout-yellow);
  border: none;
  border-radius: 50px;
  padding: 6px 16px;
}

/* Home Page Sections */
.container-home section {
  padding: 40px 0; 
}

/* Home page - Latest */
.latest {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  max-width: var(--page-width);
  margin: 40px auto;
}

.latest .latest-release-notes {
  grid-column: 2/4;
}

.latest .latest-events {
  
}

.latest .latest-events ul {
  position: relative;
  border: none; /* Remove default border */
  margin-left: 10px;
}

.latest .latest-events ul::before {
  content: "";
  position: absolute;
  left: -3px;
  right: 0;
  top: 16px;
  height: calc(100% - 8px);
  border-left: 3px solid #002071;
  pointer-events: none; 
  box-sizing: border-box;
}

.latest .latest-events li {
  padding-left: 24px; 
  position: relative;
  display: flex;
}

.latest .latest-events li svg {
  position: absolute;
  top: 8px;
  left: -10px;
}

.latest  h2 {
  margin-bottom: 36px;
  font-size: 36px;
  color: #002071;
}

.latest .latest-events h3, .latest .latest-events a {
  font-size: 30px;
  line-height: 30px;
  color: #002071;
  display: block;
}

.latest .latest-release-notes h3, .latest .latest-release-notes a {
  color: #0CA2D0;
  font-size: 26px;
  line-height: 26px;
  display: block;
  font-weight: 700;
  font-family: 'poppins_semibold', sans-serif;
  margin-bottom: 0;
}

.latest .latest-events p {
  margin: -16px 0 32px;
  font-style: italic;
}

.latest .latest-release-notes p {
  margin: 0;
  font-size: 20px;
}

.latest .latest-events li:last-child {
  padding-bottom: 36px;
}

.latest .latest-release-notes .latest-rn-cont {
  display: grid;
  column-gap: 72px;
  row-gap: 48px;
  grid-template-columns: 1fr 1fr;
}

.latest .latest-release-notes .latest-rn-cont a {
  min-height: 90px;
}

@media (max-width: 1200px) {
  .latest {
/*     grid-template-columns: 1fr 1fr; */
  }
  .latest .latest-release-notes {
/*     grid-column: 2/3; */
  }
  .latest .latest-release-notes .latest-rn-cont {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .latest {
    grid-template-columns: 1fr 1fr;
  }
  .latest .latest-release-notes {
    grid-column: 2/3;
  }
  .latest .latest-release-notes .latest-rn-cont {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 759px) {
  .latest {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
  .latest .latest-release-notes {
    grid-column: 1/2;
  }
  .latest .latest-release-notes .latest-rn-cont {
    grid-template-columns: 1fr;
  }
}

/* HOME PAGE - Expert Insight */
.expert-insight-bg {
  background: linear-gradient(
  180deg,
  rgba(0, 32, 113, 0) 0%,
  rgba(0, 32, 113, 0.3) 10%,
  rgba(0, 32, 113, 0.7) 20%,
  rgba(0, 32, 113, 1) 40%,
  rgba(0, 32, 113, 1) 60%,
  rgba(0, 32, 113, 0.7) 80%,
  rgba(0, 32, 113, 0.3) 90%,
  rgba(0, 32, 113, 0) 100%
);
  padding: 80px 0;
}

.expert-insight {
  width: var(--page-width);
  margin: 40px auto 80px;
  padding: 0 24px;
}

.container#home-content {
  padding-bottom: 40px;
}

.expert-insight h2 {
  margin-bottom: 36px;
  font-size: 36px;
  color: #fff;
}

 .insight-videos-row-1, .insight-videos-row-2 {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-direction: row;
  margin: auto;
}

.insight-videos-row-1 {
  margin-bottom: 24px;
}

.insight-video {
  max-width: 628px;
  width: 100%;
  aspect-ratio: 16 / 8.05;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.insight-video iframe {
  max-width: 628px;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  border-radius: 16px;
}

.insight-video iframe.vimeo {
  width: 120%;        /* make iframe very wide */
  height: 100%;        /* fill container height */
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border: 0;
  object-fit: cover;
}

@media (max-width: 1280px) {
  .expert-insight {
    max-width: 628px;
  }
  .insight-videos-row-1, .insight-videos-row-2 {
    flex-direction: column;
  }
}

@media (max-width: 628px) {
  .expert-insight {
    max-width: 400px;
  }
}

@media (max-width: 400px) {
  .expert-insight {
    max-width: 300px;
  }
}


/* HOME PAGE - Latest Roadmap */
.latest-roadmap {
  width: var(--page-width);
  max-width: 100%;
  margin: 40px auto;
}

.latest-roadmap h2, .success-stories h2 {
  margin-bottom: 36px;
  font-size: 36px;
  color: #002071;
}

.roadmap-cont {
  display: flex;
  gap: 72px;
}

.roadmap-img-cont {
  display: block;
  background-image: url('/hc/theming_assets/01JWS5HQ9J6KPRXAGKP5FQ6WME');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 32px;
  width: 100%;
  max-width: 400px;
  min-height: 400px;
  padding: 30px;
  color: #fff;
}

.roadmap-img-cont:hover {
  color: #fff;
}

.roadmap-img-cont h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}

.roadmap-img-cont p {
  font-size: 18px;
}

.roadmap-arts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.roadmap-arts article {
  border-left: 3px solid #373E42;
  padding: 0 24px;
}

.roadmap-arts article h3, .roadmap-arts article a {
  color: #0CA2D0;
  font-size: 26px;
  line-height: 26px;
  display: block;
  font-weight: 700;
  font-family: 'poppins_semibold', sans-serif;
  margin-bottom: 24px;
}

.roadmap-arts article p {
  margin: 0;
  font-size: 20px;
}

@media (max-width: 1280px) {
  .roadmap-arts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .roadmap-cont {
    flex-direction: column;
    align-items: center;
  }
}

/* Custom Community Topic Pages */
.custom-community-cont {
  position: relative;
}

.category-resources.comm-side-resources img {
  max-width: 250px;
}

.category-resources.comm-side-resources a {
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.sidebar-comm-rt_icons {
  position: absolute;
  right: 0;
  top: -10px;
  display: flex;
  gap: 12px;
}

.cat-comm-content article.cat-comm-post-comment {
    background-color: #F3F5F6;
    margin-top: -20px;
  	margin-right: -24px;
  	margin-left: 24px;
    border-bottom-right-radius: var(--border-radius);
    border-top-left-radius: var(--border-radius);
  	border-bottom-left-radius: 0;
    border-top-left-radius: var(--border-radius);
}

.cat-sidebar-comm .cat-sidebar-margin {
  margin-right: 24px;
}

.comment-tail {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #FEF3E6;
    bottom: 0;
    left: -14px;
    border-top-left-radius: -20px;
}

.comment-cut {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #FFF;
    bottom: 0;
    left: -28px;
    border-radius: 50px;
}

.idea-counts {
  display: flex;
  justify-content: space-between;
}

.idea-count-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
}

.idea-count-cont p {
  font-weight: 700;
}

.idea-counts a {
    background-color: transparent;
    color: #373E42;
    padding: 0;
    border-radius: 50px;
    text-decoration: none;
    font-size: 24px;
}

.idea-counts span {
  border: 2px solid #FBC02D;
  border-radius: 50px;
  padding: 24px;
  font-weight: 700;
  font-size: 24px;
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.idea-counts a:hover span {
  text-decoration: underline;
}

.idea-counts {
  text-align: center;
}

.weve-released {
  display: flex;
  padding: 0 0 12px;
  margin-top: -20px;
}

.weve-released img {
  max-width: 45px;
}

.weve-released p {
  font-size: 20px;
  padding: 0 16px;
/*   margin-top: 0 */
}

.com-rn-link {
  border: 1.75px solid #002071;
  border-radius: 8px;
  padding: 4px 16px;
  margin-right: 12px;
  color: #373E42;
  font-size: 14px;
}

.com-rn-link:hover {
  background-color: #002071;
  color: white;
  text-decoration: none;
}

.search-container-community #query {
  max-width: 350px;
}

.custom-community {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

@media(max-width: 768px) {
  .custom-community {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (min-width: 1060px) {
  .custom-community {
    display: grid;
    grid-template-columns: 350px 350px;
    gap: 36px;
	}
}



.custom-community-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-community-header h2, .custom-community-header a {
  margin-bottom: 0;
  margin-right: 0;
}

.custom-community-header h2 {
  font-size: 28px;
}

.custom-community-header a {
  display: inline-block;
}

.custom-community-desc {
  font-size: 14px;
  margin-bottom: 12px;
  min-height: 63px;
}

.custom-community article {
  position: relative;
  background-color: #F3F5F6;
  padding: 24px;
  margin-bottom: 20px;
  border-radius: var(--border-radius);
}

.custom-community article:hover {
  background-color: #C1E8F3;
}

.custom-community article a {
  color: #2676B9;
}

.subnav-cont-community {
  background-color: #FBC02D;
  color: #373E42;
}

.subnav-cont.subnav-cont-community h1, .subnav-cont.subnav-cont-community p, .subnav-cont.subnav-cont-community a,
.subnav-cont.subnav-cont-community .breadcrumbs li a, .subnav-cont.subnav-cont-community .breadcrumbs li a:visited,
.subnav-cont.subnav-cont-community .breadcrumbs li + li::before {
  color: #373E42;
}

.subnav-cont.subnav-cont-community .sub-nav {
    margin-bottom: 12px;
}

.subnav-cont.subnav-cont-community h1, .subnav-cont.subnav-cont-community p {
  margin-bottom: 12px;
}

/* Community Topic Template */
.comm-post-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}



@media(max-width: 900px) {
  .comm-post-tiles {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 550px) {
  .comm-post-tiles {
    grid-template-columns: 1fr;
  }
}

.comm-post-tile {
  padding: 24px;
  background-color: #F3F5F6;
  border-radius: var(--border-radius);
  position: relative;
}

.comm-tile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comm-tile-header-lt {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
}

.comm-tile-header-lt img {
  max-width: 24px;
  border-radius: 50px;
}

.comm-tile-header-rt {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
}

.comm-tile-title {
  margin-top: 16px;
}

.comm-tile-labels {
  margin-top: 12px;
}

.comm-tile-pinned {
  position: absolute;
  top: -10px;
  right: -4px;
  transform: rotate(45deg);
  font-size: 22px;
}

.topic-filters {
  margin-bottom: 12px;
}

.topic-filters .dropdown-toggle {
  border: 2px solid #002071;
  padding: 8px 16px 6px;
  border-radius: 50px;
}

.escalation-badge {
  background-color: transparent;
}

.sidebar-post-btns {
  margin-top: 16px;
}

.sidebar-post-btns a {
  border: 2px solid #002071;
  padding: 2px 16px;
  border-radius: 8px;
  color: #373E42;
  margin-right: 12px;
}

.new-post-container {
    margin-top: -120px;
    gap: 24px;
}

.new-post-container #main-content {
    flex: 1 0 auto;
    background-color: #fff;
    padding: 30px;
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
}



/* My Requests Page */
.reqs-cont {
  display: flex;
  gap: 72px;
  margin: 60px auto;
}

.reqs-nav {
  width: 130px;
  margin: 60px 0;
}

.reqs-content {
  flex-grow: 1;
}

.reqs-nav ul li {
  margin: 24px 0;
}

.reqs-nav ul li a {
  padding: 12px 16px;
  display: inline-block;
}

.reqs-nav ul li[aria-selected=true] a {
  color: #fff;
  background-color: #002071;
  border-radius: 8px;
  
}

.reqs-nav ul li a {
  color: #373E42;
  font-size: 16px;
}

/* Community Posts Comments */
.comment-cont {
  position: relative;
}

.comment-cont a {
  color: #002071;
}

.comment-cont header {
  display: flex;
}

.comment-cont header i {
  font-size: 24px;
  margin: 6px 12px 0 0;
}

.comm-author {
  display: flex;
}

.comm-author .user-avatar {
  width: 35px;
  height: 35px;
}

.comm-author-data {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}

.comm-date {
  font-size: 12px;
}

.comm-content {
  margin: 0 12px 12px;
  padding: 0 36px 0 24px;
  border-left: 2px solid #373E42;
}

.comm-content-inner {
  margin: 12px 0;
  padding: 9px 24px;
  background-color: #F3F5F6;
  border-radius: var(--border-radius);
}

.comm-content-inner p {
  margin: 10px 0;
}

.comm-content-inner img {
  max-width: 100%;
}

.comm-comment-vote {
  position: absolute;
  right: 0;
  top: 50px;
}

.comment-actions {
  position: absolute;
  right: 2px;
  top: 80px;
}

.comment-cont .fa-thumbs-up {
  font-size: 26px;
  color: #66BB6A;
}

.comment-cont .fa-thumbs-up:hover {
  cursor: pointer;
}

.comment-vote-count {
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  right: 12px;
  top: 14px;
}

.comment-vote-count .vote-sum {
  border-right: none;
  padding-right: 0;
}

.comment-vote-count .vote-sum.vote-sum-white {
  color: white;
}

/* Linked Ideas */
.linked-idea-cont {
  display: none;
}

.linked-idea-cont a {
  color: #002071;
}

.linked-idea-content .sidebar-comm-icon-blurb {
  width: 28px;
  margin: 0 12px 0 4px;
}

.linked-idea-heading {
  font-size: 14px;
  margin: 0;
  padding: 20px 0;
}

.linked-idea-cont a.comm-idea-title {
  display: block;
  color: #373E42;
}

.linked-idea-cont .comm-content-inner {
  background-color: #FEF3E6;
}


/* Recipe and Menu Custom Category View */
.recipe-cont {
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 750px;
}

.recipe-title {
  padding: 16px 0 8px;
  border-bottom: 1px solid #CFD8DC
}

@media (max-width: 1200px) {
  .recipe-cont {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}

/* Search Results Footer */
.search-results-container {
  position: relative;
}
.search-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  min-width: 100%;
  background-color: #fff;
  height: 75px;
}

.search-footer-inner {
  display: flex;
  align-items: center;
  max-width: var(--page-width);
  margin: auto;
}

.search-footer a {
  background-color: #002071;
  color: #fff;
  border-radius: 50px;
  padding: 6px 16px 5px;
  margin: 0 12px;
}


/* Home Page - Discover more */
.discover-more {
  position: fixed;
  bottom: 40px;
  left: 60px;
  max-width: 122px;
  transition: transform 0.5s ease-in;
  background-color: #fff;
  padding: 16px;
  border-radius: var(--border-radius);
  z-index: 9999999;
}

@media (max-width: 900px) {
  .discover-more {
    max-width: 200px;
  }
}

@media (max-width: 1600px) {
  .discover-more {
    box-shadow: var(--box-shadow);
    left: 24px;
    bottom: 24px;
  }
}

.discover-more:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.discover-more h4 {
  color: #002071;
  margin: 0;
}

.discover-more small {
  color: #373E42;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  20% { transform: translateY(-20px); }
  40% { transform: translateY(0); }
  60% { transform: translateY(-10px); }
  80% { transform: translateY(0); }
}

.bounce {
  animation: bounce 1s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.10); /* Adjust for how large you want the pulse */
  }
}

.pulse {
  animation: pulse 1s infinite;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}


/* FUEGO FLYERS */
.fuego-flyers .update-cards {
  max-width: 1280px;
}

.fuego-flyers .update-card {
  background-color: transparent;
  box-shadow: none;
}

.fuego-img-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  margin-bottom: 24px;
}

.fuego-flyers .update-card img {
  max-width: 100%;
  max-height: 250px;
}

.fuego-title-cont {
  min-height: 195px;
}

.fuego-flyers .cp-header h1, .fuego-flyers .update-cards h2, .fuego-flyers .cp-faqs-header h1 {
  color: var(--dk-grey);
}

.fuego-flyers .cp-header h1 {
  font-size: 36px;
  font-family: "poppins_regular", "open-sans", sans-serif !important;
}

.fuego-flyers .fuego-subhead {
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.fuego-flyers .ideal-for {
  margin-bottom: 24px;
}



.fuego-flyers .ideal-for h3 {
  background-color: var(--fuego);
}

.fuego-flyers .ideal-for p {
  background-color: #f1f1f1;
}

.fuego-flyers .acc-item-title-cp {
  color: var(--fuego);
}

.fuego-flyers .acc .acc-item-title-cp:before {
    border-bottom: 2px solid var(--fuego);
    border-left: 2px solid var(--fuego);
}

.fuego-flyers .acc-item-content-cp p {
  margin: 0 0 8px;
}

.fuego-btn-cont {
  display: flex;
  gap: 0 8px;
  flex-wrap: wrap;
}

.fuego-btn {
  color: #fff;
  background-color: var(--dk-grey);
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 20px;
  font-family: "poppins_regular", "open-sans", sans-serif;
  font-weight: 600;
  margin: 8px 0;
  display: inline-block;

}


.fuego-btn:hover {
  color: #fff;
}

.fuego-footer.container {
	padding-bottom: 0;
}

.fuego-footer p {
  font-size: 8px;
  color: var(--dk-grey);
}

.fuego-back-link {
  position: relative;
  color: var(--dk-grey);
  padding-left: 14px;
}

.fuego-back-link:before {
  	content: "";
    position: absolute;
    border-bottom: 2px solid var(--dk-grey);
    border-left: 2px solid var(--dk-grey);
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    transform: rotate(45deg);
    transition: transform 0.3s;
    display: inline-block;
}

.link-container {
  display: flex;
  gap: 1rem; /* space between links */
}

.cancel-form-link2 {
  display: inline-block;
  padding: 0.5rem 1.2rem;           /* smaller size */
  background-color: white;
  color: #373E42;                   /* gray text */
  text-decoration: none;
  border: 2px solid #001b60;        /* navy blue border */
  border-radius: 999px;             /* pill shape */
  font-weight: bold;
  font-size: 0.9rem;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.cancel-form-link2:hover {
  background-color: #e7e9f4;
}

/* PAPA JOHN'S */

#pj-logo-free {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:225px;height:125px;
}

/* PJ CLONED ITEMS */

#pj-new-request-form-container, #pj-new-request-form-container2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px 24px;
}

.pj-form-container input {
	margin-bottom: 15px;
}

#pj-new-request-form-container .form {
  min-width: 50%;
}

.pj-form-container input {
	margin-bottom: 15px;
}


/* pj form edits 20221213 VT */
#pj-new-request-form-container label {
  color: #080000;
  font-weight: 800;
}

#pj-new-request-form-container input::placeholder,
#pj-new-request-form-container textarea::placeholder {
  font-size: 12px;
}

/***** PJ Custom Page *****/

.pj-container {
  max-width: 1280px;
  margin: auto;
}

.pj-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto 12px;
}

.pj-header img {
  max-width: 240px;
}

.pj-header p {
  font-weight: 600;
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 0;
}

.pj-main {
  display: grid;
  grid-template-columns: 30% 30% 35%;
  gap: 16px;
/*   display: flex;
  justify-content: space-between; */
}

/* .pj-main-left {
  width: 60%
}

.pj-main-right {
  width: 35%
} */

.pj-board {
  grid-column: 1 / -1; /* Take full width of the parent grid */
  padding-right: 0;
}

.pj-quick-links {
  grid-column: 1/4;
  padding-right: 60px;
}

.pj-board header {
  display: flex;
  justify-content: space-between;
	align-items: center;
}

.pj-main section {
/*   margin-bottom: 60px; */
}

.pj-main h2, .acc-container h2 {
  color: #E51636;
  font-size: 70px;
  line-height: 70px;
  font-family: "Chicken-Hut", serif;
  font-weight: normal !important;
  margin: 24px 0;
}

.pj-board-cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.pj-board-cont a {
  color: black;
  padding: 16px;
  border-radius: 8px;
  min-height: 216px;
  background-color: #C8DBC6;
}

.pj-board-cont a:hover {
  text-decoration: none;
  background-color: #b1c8ae; /* slightly darker on hover for contrast */
}

.pj-board-cont a h3 {
  min-height: 38px;
}

.pj-board-art.static-btn {
  background-color: #C8DBC6 !important;
  color: black !important;
  border: none;
  padding: 16px;
  border-radius: 8px;
  min-height: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pj-board-art.static-btn h3 {
  min-height: 38px;
  color: black;
  font-size: 1.1rem;
}


.pj-ql-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.pj-ql-cont a {
  background-color: #E51636;
  color: white;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
  transition: 0.3s ease;
}

.pj-ql-cont a:hover {
  background-color: rgba(229,22,54,.5);
  color: white;
  text-decoration: none;
}

.pj-webinars p {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.pj-webinars .webinar-subheader {
  margin-bottom: 0;
  text-align: left;
}

.pj-webinars .webinar-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
/*   gap: 8px; */
}

.pj-webinars .webinar-date {
  color: #2D5D2A;
  font-size: 18px;
  font-weight: 700;
  padding: 0 8px;
}

.pj-webinars .webinar-title {
  font-size: 17px;
  font-weight: 700;
  padding: 0 8px;
}

.pj-webinars .webinar-content {
  min-height: 155px;
  padding: 0 8px;
}

.pj-webinars .webinar-content-left {
  border-right: 1px solid #000000;
}

.pj-webinars .webinar-btn {
  display: flex;
  justify-content: center;
}

.pj-webinars a {
  color: white;
  background-color: #2D5D2A;
  margin: 16px auto;
  text-align: center;
  border-radius: 8px;
  padding: 10px 20px;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  transition: 0.3s ease;
}

.pj-webinars a:hover {
  text-decoration: none;
  background-color: #E51636;
}

/*new*/
.pj-webinars {
  grid-column: 3 / 4; /* put it in the third column */
  padding-left: 0px; /* add some padding inside instead of margin */
  display: block; /* let it be block */
}

.pj-past-webinars {
  grid-column: 3 / 4; /* push to the right like you did with Upcoming Webinars */
  padding-left: 320px;
  display: block;
}

.pj-past-webinars h2 {
  white-space: nowrap;
}

.pj-bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* aligns tops */
  gap: 40px; /* spacing between Quick Links & Past Webinars */
}

.pj-ql-cont {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 16px;
  justify-content: start; /* aligns buttons to left */
  max-width: 360px; /* limit total width to prevent stretching */
}

.pj-ql-cont a {
  padding: 16px 24px;
  white-space: nowrap; /* prevents text from wrapping */
  display: inline-block;
  max-width: fit-content;
  text-align: center;
  border-radius: 8px;
  background-color: #2D5D2A;
  color: white;
  font-size: 24px;
  font-weight: 700;
  transition: 0.3s ease;
}

.pj-fuego {
  text-align: center;
  background-color: #ffffff;
  padding: 40px 20px;
  margin-top: 40px;
}

.fuego-logo {
  max-width: 220px;
  margin-bottom: 20px;
}

.fuego-text {
  color: #2D5D2A;
  font-size: 18px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 20px;
}

/* .fuego-btn {
  display: inline-block;
  border: 2px solid #C8102E;
  color: #C8102E;
  background-color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fuego-btn:hover {
  background-color: #C8102E;
  color: #fff;
}

.fuego-btn:hover {
  background-color: #C8102E;
  color: #fff;
} */

.fuego-btn-blue-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.fuego-btn-blue {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #002071 /*#0056b3*/;
  border: 2px solid #0056b3 !important;
  font-weight: 600;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  font-family: "poppins_regular", "open-sans", sans-serif;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.fuego-btn-blue:hover {
  background-color: #002071 !important;
  color: #ffffff !important;
  border: 2px solid #002071 !important;
  text-decoration: none !important;
}

a.fuego-btn-blue {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff !important;
  color: #002071 !important;
  border: 2px solid #002071 !important;
  font-weight: 600;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none !important;
  font-family: "poppins_regular", "open-sans", sans-serif;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* Keep the border the same on hover too */
a.fuego-btn-blue:hover {
  background-color: #002071 !important;
  color: #fff !important;
  border: 2px solid #002071 !important;
  text-decoration: none !important;
}

/* Force correct styling on .fuego-btn-blue */
.pj-container a.fuego-btn-blue {
  display: inline-block;
  padding: 10px 20px !important;
  background-color: #ffffff !important;
  color: #002071 !important;
  border: 2px solid #002071 !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  text-decoration: none !important;
  font-family: "poppins_regular", "open-sans", sans-serif !important;
  box-sizing: border-box;
  text-align: center;
}

/* Force hover styling */
.pj-container a.fuego-btn-blue:hover {
  background-color: #002071 !important;
  color: #ffffff !important;
  border: 2px solid #002071 !important;
  text-decoration: none !important;
}


/*new*/

.pj-art-cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.pj-art-cont-link {
  display: flex;
  align-items: center;
}

.pj-art-cont-link img {
  max-width: 60px;
  margin-right: 12px;
}

.pj-art-cont-link span {
  color: #080000;
  font-weight: 700;
  font-size: 18px;
}

.pj-see-more {
  color: black;
  border: 3px solid black;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin-top: 36px;
  transition: 0.3s ease;
}

button.pj-see-more {
  background-color: transparent;
  margin-top: 12px;
  max-height: 41px;
  margin-left: 20px;
}

button.follow-active {
  background-color: #000000;
  color: #ffffff;
}

@media (max-width: 550px) {
  .pj-board header {
    flex-direction: column;
    justify-content: flex-start;
		align-items: flex-start;
  }
  
  button.pj-see-more {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.pj-see-more:hover {
  color: #E51636;
  
/*   background-color: #E51636; */
  text-decoration: none;
  cursor: pointer;
}

.pj-acc-container {
  margin-top: 60px;
}

.acc-container {
  
}

.pj-acc {
  border: 1px #080000 solid;
/*   border: 1px #E51636 solid; */
}

.pj-acc .acc-item {
  border-bottom: 1px #080000 solid;
/*   border-bottom: 1px #E51636 solid; */
}

.pj-acc .acc-item:last-child {
  border-bottom: none;
}

#pjLabel, #pjLabel2 {
/*   color: #E51636; */
  color: #080000;
}

.pj-form-container input[type="submit"] {
  background-color: rgba(229,22,54,1);
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  width: auto !important;
  padding: 16px 36px !important;
}

.pj-form-container.pj-form-container-zd input[type="submit"] {
  margin-top: 40px;
}

.pj-side-link, .pj-form-container .new-request-form-help-text a, #pj-new-form .upload-dropzone a {
  color: rgba(229,22,54,1);
}

#pj-new-request-form-container2 {
  padding: 24px;
}


@media (max-width: 1100px) {
  .pj-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 20px;
  }
  
  .pj-main-left {
    width: 100%
  }

  .pj-main-right {
    width: 100%
  }

  .pj-board, .pj-quick-links {
    grid-column: 1/2;
    padding-right: 0;
  }
  
  .pj-art-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  
}

@media (max-width: 700px) {
  .pj-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 20px;
  }

  .pj-board, .pj-quick-links {
    grid-column: 1/2;
    padding-right: 0;
  }
  
  .pj-board-cont {
    grid-template-columns: 1fr;
  }
  
  .pj-board-cont a, .pj-board-cont a h3 {
    min-height: auto;
  }
  
  .pj-art-cont {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  
  .pj-ql-cont {
    flex-direction: column;
  }

  .pj-ql-cont a {
    max-width: 300px;
  }
  
}

* PJ Participation Agreement */

.pj-agreement-cont {
  max-width: 900px;
  margin: 60px auto 200px;
}

.pj-agreement-cont h1 {
  font-size: 24px;
}

.pj-agreement-confidential {
  text-align: right;
  margin-bottom: 0;
}

.pj-agreement-title {
  text-align: center;
}

.pj-agreement-cont ol li {
  padding: 8px 0 8px 16px;
}

.pj-agreement-cont ol.parenthesis {
    counter-reset: list-in-thm;
    margin-left: 0;
    padding-left: 0;
}

.pj-agreement-cont ol.parenthesis li {
    list-style: none;
    position: relative;
    padding-left: 16px;
    margin-left: 2.2em;
}

.pj-agreement-cont ol.parenthesis[type="a"] li:before {
    content: "(" counter(list-in-thm, lower-alpha) ")";
    counter-increment: list-in-thm;
    position: absolute;
    width: 3.0em;
    left: -3.5em;
    text-align: right;
}
.pj-agreement-cont ol.parenthesis[type="i"] li:before {
    content: "(" counter(list-in-thm, lower-roman) ")";
    counter-increment: list-in-thm;
    position: absolute;
    width: 3.0em;
    left: -3.5em;
    text-align: right;
}




/* End of PJ */

@font-face {
  font-family: "Heritcal Rough";
  src: url("{{asset 'hertical_serif_rough.woff2'}}") format("woff2");
  font-style: normal;
  font-weight: normal;
}
