@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:opsz,wght@100..900&display=swap');


* {
  font-family: 'Source Sans Pro', sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  color: rgba(33, 37, 41, 0.9);
}

h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  line-height: 1.3;
}

h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}

a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #2474BB;
  text-decoration: none;
  transition: all 0.25s ease;
}

a:active,
a:focus,
a:hover {
  color: #1E5598;
  text-decoration: none;
}

iframe,
img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  color: #000;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}

input {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  max-width: 100%;
  outline: none;
  transition: all 0.25s ease;
}

input:focus {
  border: 1px solid #e84325;
}

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


select {
  appearance: none;
  background: url(/hc/theming_assets/01JZNPVG9VQACT7WX03EFAMV1G) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #B4B9BD;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}

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

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

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




.request-container textarea,
#request_comment_body,
.request-comment textarea,
.comment-form textarea {
  width: 100%;
  min-height: 140px;
  box-sizing: border-box;
  resize: none;
  padding: 12px 14px;
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(33, 37, 41, 0.9);
  background: #fff;

  border: 1px solid #e4e7ec;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
transition: all 0.25s ease;
}

.request-container textarea:hover,
#request_comment_body:hover,
.request-comment textarea:hover,
.comment-form textarea:hover {
  border-color: rgba(36,116,187,.30);
  box-shadow:
    0 6px 18px rgba(0,0,0,.10),
    inset 0 0 12px 6px rgba(36,116,187,.04);
}

.request-container textarea:focus,
.request-container textarea:focus-visible,
#request_comment_body:focus,
#request_comment_body:focus-visible,
.request-comment textarea:focus,
.request-comment textarea:focus-visible,
.comment-form textarea:focus,
.comment-form textarea:focus-visible {
  outline: none;
  border-color: rgba(36,116,187,.5);
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
transition: all 0.25s ease;
}

.request-container textarea:disabled,
#request_comment_body:disabled,
.request-comment textarea:disabled,
.comment-form textarea:disabled {
  background: #f5f7f8;
  color: #838A8C;
  cursor: not-allowed;
transition: all 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  .request-container textarea,
  #request_comment_body,
  .request-comment textarea,
  .comment-form textarea {
    transition: all 0.25s ease;
  }
}


.container,
main > p {
  max-width: none;
  margin: 0 auto;
  padding: 0 5%;
  width: 80%;
}

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


main > p {
  margin: 20px auto;
}

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

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

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



.error-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}


.error-page {
  text-align: center;
  max-width: 720px;
  margin: 0;
}

.error-page p {
  margin-bottom: 25px;
}

.error-page h1 {
  text-align: center;
  margin: 0 auto 10px;
}


.error-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

.error-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
  min-height: clamp(320px, 42vh, 560px);
  max-width: 964px;
    margin: 0 auto;
}

.error-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.error-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-image {
  max-width: min(100%, 400px);
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 12px;
  display: block;
}


@media (max-width: 944px) {
  .error-layout {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 20px;
    gap: 0px;
  }

  .error-left,
  .error-right {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .error-right {
    order: 2;
  }

  .error-left {
    order: 1;
  }

  .error-image {
    max-width: min(100%, 300px);
  }
}




.dropdown-toggle::after {
  color: inherit;
}


.table {
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 800px) {
  .table {
    table-layout: auto;
  }
}

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

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

.table tr {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 800px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}
@media (min-width: 800px) {
  .table td {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .table td,
  .table th {
    padding: 20px 30px;
  }
}
@media (min-width: 800px) {
  .table td,
  .table th {
    padding: 10px 20px;
    height: 60px;
  }
}


.form {
  max-width: 650px;
}

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

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

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

.form-field input:focus { border: 1px solid #1e5598; }

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

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

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

.form-field input[type="checkbox"]+p {
  display: inline-block;
}

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

.form-field .nesty-input:focus {
  border: 1px solid rgba(36, 116, 187, 1);
  text-decoration: none;
}

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

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

.form-field p {
  color: RGBa(33, 37, 41, 0.7);
  font-size: 13px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01JTR52BKW4Y8C30AFR5MEKSK3) 99% 50% no-repeat;
  background-size: 16px 16px;
}

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

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

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

.form .suggestion-list .searchbox {
  border: solid 1px #ededed;
  border-radius: 4px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ededed;
  display: block;
  padding: 8px 10px;
  font-weight: 600;
}

.form .suggestion-list ul {
  padding: 5px 0;
}

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

.form .suggestion-list li a:visited {
}


.header-wrapper {
  background-color: rgba(255, 255, 255, 1);
}

.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: static;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 81px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-shrink: 0;
}
@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

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

.user-nav {
  display: inline-block;
  position: static;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .user-nav {
    position: static;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 81px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  color: rgba(81, 168, 230, 1);
  display: block;
  margin: 20px 5%;
}

.nav-wrapper a {
  border: 0;
  color: rgba(36, 116, 187, 1);
  display: none;
  font-size: 14px;
  padding: 0 12px 0 0;
  width: auto;
  font-weight: 500;
  vertical-align: middle;
}
@media (min-width: 920px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

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

.nav-wrapper a:active,
.nav-wrapper a:focus,
.nav-wrapper a:hover {
  background-color: transparent;
  text-decoration: none;
}

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: rgba(36, 116, 187, 1);
}
@media (min-width: 920px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

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


.user-info {
  display: inline-block;
  position: relative;
}

.user-info .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 8px;
  border-right: 2px solid #2474BB;
  border-bottom: 2px solid #2474BB;
  transform: rotate(45deg);
  vertical-align: middle;
  transition: all 0.25s ease;
}

.user-info .dropdown-menu {
  border-radius: 12px 0 12px 12px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  visibility: hidden;
  clip-path: inset(0 0 100% 0 round 12px 0 12px 12px);
transition: all 0.25s ease;
}


.user-info[aria-expanded="true"] .dropdown-menu,
.user-info.is-open .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  margin-top: 8px;
  pointer-events: auto;
  visibility: visible;
  clip-path: inset(0 0 0 0 round 12px 0 12px 12px);
}


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

.user-info > [role="button"] {
  border: 0;
  color: rgba(36, 116, 187, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
  font-weight: 500;
}

.user-info > [role="button"]:hover {
  color: #1E5598;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: inherit;
}

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





.user-info .dropdown-menu a:hover {
  background: rgba(36,116,187,0.06);
  color: #1E5598;
}

.user-info .dropdown-menu a {
  display: block;
  color: #2474BB;
  text-decoration: none;
  transition: all 0.25s ease;
}

#user #user-name {
  display: inline-block;
  font-size: 14px;
}
@media (min-width: 800px) {
  #user #user-name {
    display: inline-block;
  }
}


.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

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

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

.avatar .icon-agent::before {
  background-color: rgba(36, 116, 187, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: rgba(180, 185, 189, 1);
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}


.footer {
  border-top: solid 1px #ededed;
  color: #FFFFFF;
  margin-top: 30px;
}
@media (min-width:800px) {
  .footer {
    margin-top: 60px;
  }
}

.footer a {
  color: #FFFFFF;
}

.footer-inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .footer-inner { padding: 0; width: 90%; }
}


.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 180px;
  flex: 0 0 auto; 
  margin-bottom: 30px;
}

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

[dir="rtl"] .dropdown.language-selector {
  margin-right: 15px;
}

.footer-top {
  background-color: rgba(231, 231, 224, 1);
  padding: 30px 0 0;
}

.footer-bottom {
  background-color: #E7E7E7;
  padding: 10px 0;
}

.footer-bottom > .footer-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
    flex-direction: row !important;
  text-align: left !important;
}

@media (min-width: 920px) {
  .footer-bottom > .footer-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: justify;
  }
}

.footer-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-inner ul.share {
  margin-right: 15px;
}

.footer-inner ul.share,
.footer-inner ul.share > li {
  height: 25px;
}

.footer-inner ul.share > li > a {
  color: #fff;
  font-size: .9em;
  text-align: center;
}

.copyright {
  margin-top: 0;
}
@media (min-width: 920px) {
  .copyright {
    margin-top: 15px;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #B4B9BD;
  margin: 0 0 0 0;
  padding: 0;
  padding-bottom: 10px;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs li+li::before {
  content: "›";
  margin: 0 6px;
  color: rgba(33, 37, 41, 0.9);
  font-size: 14px;
}

.breadcrumbs li a,
.breadcrumbs li a:visited {
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}

.breadcrumbs li a:hover,
.breadcrumbs li a:focus {
  color: #1E5598;
  text-decoration: none;
}

.breadcrumbs li:last-child {
  color: rgba(33, 37, 41,0.7);
}

.breadcrumbs li:last-child a {
  color: #414042;
  text-decoration: none;
}

.breadcrumbs li:last-child a:hover,
.breadcrumbs li:last-child a:focus {
  color: #1E5598;
  text-decoration: underline;
}


.full-width {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 800px) {
  .full-width {
    width: 70%;
  }
}

.search2 {
  position: relative;
}

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

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

.search2 input[type="search"]:focus {
  border: 1px solid rgba(36, 116, 187, 1);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}

.search2::before {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  color: rgba(36, 116, 187, 1);
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  left: 15px;
   -webkit-mask: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 21'>\
  <path fill='black' fill-rule='evenodd' clip-rule='evenodd' d='M3.27485 8.7001C3.27485 5.42781 5.92757 2.7751 9.19985 2.7751C12.4721 2.7751 15.1249 5.42781 15.1249 8.7001C15.1249 11.9724 12.4721 14.6251 9.19985 14.6251C5.92757 14.6251 3.27485 11.9724 3.27485 8.7001ZM9.19985 0.225098C4.51924 0.225098 0.724854 4.01948 0.724854 8.7001C0.724854 13.3807 4.51924 17.1751 9.19985 17.1751C11.0802 17.1751 12.8176 16.5627 14.2234 15.5265L19.0981 20.4013C19.5961 20.8992 20.4033 20.8992 20.9013 20.4013C21.3992 19.9033 21.3992 19.0961 20.9013 18.5981L16.0264 13.7233C17.0625 12.3176 17.6749 10.5804 17.6749 8.7001C17.6749 4.01948 13.8805 0.225098 9.19985 0.225098Z'/>\
</svg>") no-repeat center / contain;
          mask: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 21'>\
  <path fill='black' fill-rule='evenodd' clip-rule='evenodd' d='M3.27485 8.7001C3.27485 5.42781 5.92757 2.7751 9.19985 2.7751C12.4721 2.7751 15.1249 5.42781 15.1249 8.7001C15.1249 11.9724 12.4721 14.6251 9.19985 14.6251C5.92757 14.6251 3.27485 11.9724 3.27485 8.7001ZM9.19985 0.225098C4.51924 0.225098 0.724854 4.01948 0.724854 8.7001C0.724854 13.3807 4.51924 17.1751 9.19985 17.1751C11.0802 17.1751 12.8176 16.5627 14.2234 15.5265L19.0981 20.4013C19.5961 20.8992 20.4033 20.8992 20.9013 20.4013C21.3992 19.9033 21.3992 19.0961 20.9013 18.5981L16.0264 13.7233C17.0625 12.3176 17.6749 10.5804 17.6749 8.7001C17.6749 4.01948 13.8805 0.225098 9.19985 0.225098Z'/>\
</svg>") no-repeat center / contain;

  background-color: currentColor;
  transition: all 0.25s ease;
}

[dir="rtl"] .search2::before {
  right: 15px;
  left: auto;
}


.search2:focus-within::before {
  filter: saturate(1);
}


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



.hero {
  background-color: rgba(36, 116, 187, 1);
  background-size: cover;
  background-position: center; 
  height: 350px;
  text-align: center;
  width: 100%;
}


.hero-image {
  background-image: url(/hc/theming_assets/01JTR52DAC89MQ2EVCAXHVQPCG);
         background-position: center;
       background-size: cover;
}

.detail-strip {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  background: #0000006b;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
}

.detail-strip p {
  margin: 10px 0;
}

.detail-strip .submit-a-request {
  margin-left: 8px;
}

.hero-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 640px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 60px 20px;
}

.page-header {
  font-family: 'Source Sans Pro', sans-serif;
  color: #1E5598; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 40px 0 30px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e0e0e0;
}

.page-header-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}


@media (min-width: 580px) {
  .page-header {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 800px) {
  .page-header {
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    margin: 0;
  }
}

.page-header .section-subscribe {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.page-header h1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  margin: 10px 0 20px;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .page-header-description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 15px 0 0;
}
@media (min-width: 800px) {
  .sub-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 15px 0 30px;
  }
}
@media (min-width: 800px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

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


.blocks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}

.blocks-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  padding: 20px;
  flex: 1 1 calc(50% - 30px);
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.25s ease;
  border: 1px solid #e4e7ec;
    position: relative;
  border-radius: 8px;
  overflow: visible;
}

.block-icon,
.block-hover-icon {
  max-height: 105px;
  display: block;
  margin: 0 auto 12px;
}

.block-hover-icon {
  display: none;
}

.categories .blocks-item {
  border: none;
  transition: all 0.25s ease;
  border-radius: 10px;
}

.blocks-item:active,
.blocks-item:focus,
.blocks-item:hover {
  box-shadow: 0 0 18px rgba(0,0,0,0.25);
  text-decoration: none;
  border-radius: 10px;
}

.block-hover-icon,
.blocks-item:active .block-icon,
.blocks-item:focus .block-icon,
.blocks-item:hover .block-icon {
  display: none;
}

.blocks-item:active .block-hover-icon,
.blocks-item:focus .block-hover-icon,
.blocks-item:hover .block-hover-icon {
  display: block;
}

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

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

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: rgba(33, 37, 41, 1);
}

.blocks-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(180, 185, 189, 1);
  padding: 15px 9px;
  word-break: break-word;
  text-decoration: none;
}

@media (min-width:425px) {
  .blocks-item-link {
    padding: 30px 9px;
  }
}


.categories .blocks-item-link {
  color: #2474BB;
}


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


.blocks-item-title {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 20px;
  font-size: 15px;
  transition: all 0.25s ease;
  text-align: center;
  color: #2474BB;
}

@media (min-width:425px) {
  .blocks-item-title {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 30px;
    font-size: 18px;
    color: #2474BB;
  }
}

.blocks-item:hover .blocks-item-title,
.blocks-item:focus .blocks-item-title,
.blocks-item:active .blocks-item-title {
  font-size: 1.25em;
  transition: all 0.25s ease;
  color: #1E5598;
}
  
.blocks-item-description {
  margin: 0;
  text-align: center;
}

.blocks-item-description:not(:empty) {
  margin-top: 0;
}
@media (min-width:425px) {
  .blocks-item-description:not(:empty) {
    margin-top: 10px;
  }
}

.custom .svg-inline--fa,
.custom > i {
  font-size: 4.5em;
  margin-bottom: 10px;
}
  

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

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

.welcome-message-text {
  margin: 0 auto 20px;
}

@media (min-width: 480px) {
  .welcome-message-text {
    display: block;
    max-width: none;
  }
}

.welcome-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 2.4em;
  line-height: 1.2;
  margin-bottom: 8%;
  font-family: 'Source Sans Pro', sans-serif;
  white-space: nowrap;
}


@media (min-width: 580px) {
  .welcome-message {
    color: #ffffff;
    font-size: 3.5em;
  }
}

.search-full2 input[type="search"] {
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  font-size: 1.25em;
  background-color: #0000009e;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px;
}

.search-full2 input[type="submit"] {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  height: 50px;
  font-size: 1.25em;
  background-color: rgba(0, 0, 0, 0.62);
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 12px;
}


.search.search-full2::before {
  background-color: transparent;
  color: #fff;
  left: auto;
  right: 20px;
  font-size: 25px;
  display: none;
}

.categories {
  padding-top: 25px;
}

.activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
}

.activities .activity,
.activities .articles {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.activities .articles {
  margin-bottom: 30px;
}
@media (min-width:920px) {
  .activities .articles {
    margin-bottom: 60px;
  }
}

.activities .activity {
  border-top: 0;
  padding-top: 0;
  margin-top: 60px;
}

.activities .activity h2,
.activities .articles h2 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding: 3px 18px;
  text-transform: capitalize;
}

.activities .articles h2 {
  background-color: #2474BB;
  opacity: 0.8;
  border-radius: 8px
}

.activities .recent-activity-header {
  background-color: #5fcbd9;
  border-radius: 8px
}

@media (min-width: 920px) {
  .activities .activity {
    margin-top: 0;
  }
}
  

.promoted-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style-type: disc;
  padding-left: 18px;
}
@media (min-width: 920px) {
  .promoted-articles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.promoted-articles-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  list-style-type: disc;
  color: #959a8f;
  padding: 3px ;
  text-align: left;
}

.promoted-articles-item a {
  color: #2474BB;
}

.activities .promoted-articles-item a {
  padding: 10px 0;
}
  

.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url($community_image);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  margin-bottom: 20px;
}

.recent-activity-header {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.recent-activity-list {
  list-style-type: disc;
  color: #959a8f;
  padding: 0;
  text-align: left;
  padding: 0 0 0 20px;
}

[dir="rtl"] .recent-activity-list {
  text-align: right;
  padding: 0 20px 0 0;
}

.recent-activity-item {
  padding: 3px 0;
}

.recent-activity-item-parent,
.recent-activity-item-time {
  display: none;
}

.recent-activity-item-link,
.recent-activity-item-parent {
  margin: 6px 0;
  color: #2474BB;
  width: 100%;
}
@media (min-width: 800px) {
  .recent-activity-item-link,
  .recent-activity-item-parent {
    width: 70%;
    margin: 0;
  }
}

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

.recent-activity-item-meta {
  display: inline-block;
  color: red;
  margin: 0;
  float: none;
}

.recent-activity-item-comment {
  color: #4e5862;
  display: inline-block;
  font-size: 0;
}

.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-item-comment span::before {
  color: rgba(36, 116, 187, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 0px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

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

[dir="rtl"] .recent-activity-controls {
  text-align: right;
}
  

.category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
}

.category-content {
  margin-top: 0;
}

.category-content,
.sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kyle-category-sidebar-menu a.active,
.kyle-category-sidebar-menu a:hover {
  background-color: rgba(36, 116, 187, 1);
  color: rgba(180, 185, 189, 1);
  text-decoration: none;
}

.kyle-category-sidebar-menu a {
  word-break: break-word;
  display: block;
  border: solid 1px rgba(36, 116, 187, 1);
  margin-top: -1px;
  padding: 12px 20px;
  text-transform: capitalize;
}

.kyle-category-sidebar-menu a p {
  margin: 0;
}

p.list-item .list-item-icon {
  right: 40px;
  position: absolute;
}

.list-item .list-item-icon .hover-icon {
  display: none;
}

span.list-item-icon {
  display: none;
}

.collapsible-sidebar-title.menu-title::after {
  right: 20px;
}

.collapsible-sidebar-title.menu-title {
  border: solid 1px #FF6B35;
  padding: 10px 20px;
  margin-bottom: -1px;
}

@media (min-width: 1024px) {
  .menu-title {
    display: none;
  }
  

  .category-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .kyle-category-sidebar-menu > li:first-child > a {
    margin-top: 1px;
  }
  
  .category-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    margin-top: 0;
  }

  .collapsible-sidebar.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-right: 30px;
    max-height: none;
    padding-top: 5px;
  }

  [dir="rtl"] .collapsible-sidebar.sidebar {
    padding-right: 0;
    padding-left: 30px;
  }
}

.section-tree {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
}

.section-tree .section {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 20px;
  transition: all 0.25s ease;
}

.section-tree .section:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.section-tree-title {
  margin-bottom: 10px;
}

.section-tree-title a {
  color: #2474BB;
  font-size: 1.25em;
  font-weight: 600;
  transition: all 0.25s ease;
}

.section-card:hover .section-tree-title a {
  color: #1E5598;
  
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree .see-all-articles {
  color: #FF6B35;
  display: inline-block;
  padding-top: 10px;
  font-weight: 500;
}


.article-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

  .article-list .article-list-item a,
.article-list-link {
  color: rgba(33, 37, 41, 0.9);
  margin: 0;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.article-list .article-list-item a::before,
.article-list-link::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1;
  padding-bottom: 6px;
  transform: translate(0, -50%);
  font-size: 18px;
  color: #2474BB;
  transition: all 0.25s ease;
}
  
[dir="rtl"] .article-list {
  text-align: right;
  padding: 0 20px 0 0;
}

.article-list-item {
  position: relative;
  margin-bottom: 6px;
  padding-left: 0;
}

[dir="rtl"] .article-list-item {
  padding: 5px 0 5px 30px;
}

@media (min-width:800px) {
  .article-list-item {
    min-width: 45%;
  }
}

.icon-star {
  vertical-align: bottom;
}

.icon-star::before {
  color: rgba(36, 116, 187, 1);
}

.article-list-item a {
  color: rgba(33, 37, 41, 0.9);
  margin: 0;
  padding: 0;
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  position: relative;
}




.article-list-item a:hover {
  color: #2474BB;
}
  

.section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}

.section .article-list-item {
  max-width: 100%;
}

.section-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 20px;
  padding-bottom: 50px;
}
  
@media (min-width: 1024px) {
  .section-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    margin-top: 0;
  }
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}
  

ul.section-list {
  list-style-type: disc;
  padding-left: 18px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[dir="rtl"] ul.section-list {
  padding-right: 18px;
  padding-left: 0;
}

.section-list .section-list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 420px;
  flex: 1 0 420px;
  max-width: 100%;
  font-size: 15px;
  padding: 5px 30px 5px 0;
}

[dir="rtl"] .section-list .section-list-item {
  padding: 5px 0 5px 30px;
}

.section-list-item a {
  color: #2474BB;
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
}

.section-list-item i {
  margin-right: 5px;
  margin-left: 0;
  font-size: 16px;
}

[dir="rtl"] .section-list-item i {
  margin-left: 5px;
  margin-right: 0;
}

.collapsible-sidebar .section-articles.collapsible-sidebar {
  border-top: 2px solid #FF6B35;
  padding-top: 0;
  margin-top: 0;
}

.article-inner-content-area {
  display: flex;
  flex: 1 0 80%;
  max-width: 100%;
  justify-content: space-between;
}

.comment-icon {
  margin-left: 10px;
}

.section-articles .sidenav-title {
  margin-bottom: 0;
  border: 1px solid rgba(36, 116, 187, 1);
  padding: 10px 18px;
}

.section-articles ul {
  border: 1px solid rgba(36, 116, 187, 1);
  border-top: 0;
}
@media (min-width: 1024px) {
  .section-articles {
    border-bottom: none;
    border-top: none;
    margin-left: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 0;
  }

  [dir="rtl"] .section-articles {
    margin-left: 0;
    margin-right: 35px;
  }

  .section-articles ul {
    border: none;
  }

  .section-articles .sidenav-title {
    border: none;
    padding: 0 0 10px;
  }
}
  

.article-content-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: coumn;
  flex-direction: column;
  margin-top: 10px;
}
@media (min-width:1024px) {
  .article-content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 0 75%;
    min-width: 75%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 0;
  }
}
  

.article {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 15px;
}
@media (min-width: 2px) {
  .article {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75%;
    flex: 1 0 37%;
    min-width: 475px;
    margin-top: 0;
  }
}

.article-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .article-content-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.article-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 801px) {
  .article-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.follow_nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

.article-content-margin {
  margin: 0 0 40px;
}

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

.article-title {
  font-size: 25px;
  color: rgba(33, 37, 41, 0.9);
}
@media (min-width: 801px) {
  .article-title {
    font-size: 32px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 800px) {
  .article [role="button"] {
    width: auto;
    margin-left: 10px;
  }
}

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

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

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

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

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

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

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

.article-body a:visited {
}

.article-body td {
  border: solid 1px #ededed;
  padding: 6px 12px;
}

.table-responsive {
  max-width: 100%;
  overflow: auto;
}

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

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

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

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

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

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

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

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

.article-comment-count .icon-comments {
  color: rgba(36, 116, 187, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar .collapsible-sidebar {
  padding: 10px 0 0;
}

.article-sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    height: auto;
    padding: 0;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
}
@media (min-width: 800px) {
  .article-relatives {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.article-relatives > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 0;
}

.article-relatives > *:last-child {
  margin: 0;
}
@media (min-width: 800px) {
  .article-relatives > * {
    margin-right: 20px;
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 47%;
    flex: 1 0 47%;
  }

  [dir="rtl"] .article-relatives > * {
    margin-right: 0;
    margin-left: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  text-align: center;
}
  
.article-votes-question {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
}
  
.article-vote {
  flex: 0 0 auto;
  height: 52px;
  display: inline-flex;
  align-items: center;
  margin: 15px 10px 15px 10px;
  gap: 8px;
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 22px;
  min-width: 120px;
  border: 1px solid transparent;
  border-radius: 20px;
  background: #2474BB;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  justify-content: center;
}

.article-vote svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

.article-vote-up {
  background: #A0D05f;
}

.article-vote-up:hover {
  background: #8fc742;
  box-shadow: 0 1px 1px rgba(0,0,0,.08);
  transform: translateY(-1px);
}

.article-vote-down {
  background: #f97066;
}

.article-vote-down:hover {
  background: #f04438;
  box-shadow: 0 1px 1px rgba(0,0,0,.08);
  transform: translateY(-1px);
}

.article-vote:active {
  transform: translateY(0);
}

.article-vote-up.is-selected {
  background: #fff;
  border: 1px solid #8fc742;
  color: #1E5598;
  box-shadow: 0 2px 4px rgba(0,0,0,.10);
}

.article-vote-down.is-selected {
  background: #fff;
  border: 1px solid #f04438;
  color: #1E5598;
  box-shadow: 0 2px 4px rgba(0,0,0,.10);
}

.article-vote[aria-disabled="true"] {
  opacity: 0.7;
  cursor: default;
  transform: none;
}

.article-votes a.article-vote-up:hover svg,
.article-vote a.article-vote-up:hover svg,
.article-votes [data-vote="up"]:hover svg,
.article-votes a.article-vote-down:hover svg,
.article-vote a.article-vote-down:hover svg,
.article-votes [data-vote="down"]:hover svg {
  fill: currentColor;
}

  
.article-votes a.article-vote-up:active,
.article-votes a.article-vote-down:active,
.article-vote a.article-vote-up:active,
.article-vote a.article-vote-down:active,
.article-votes [data-vote="up"]:active,
.article-votes [data-vote="down"]:active { 
  transform:translateY(1px); 
  }
  
.article-votes .icon, .article-vote .icon, .article-votes svg, .article-vote svg {
  width:18px; 
  height:18px; 
  fill:currentColor;
}
  
.article-votes .vote-thanks, .article-vote .vote-thanks, .article-votes .article-vote-success {
  margin-top:12px; 
  font-size:14px; 
  color:var(--vs-secondary);
}
  
.vs-article-vote__panel {
  position:fixed; 
  right:16px; 
  bottom:16px;
  width:min(560px,92vw); 
  max-height:min(80vh,680px);
  background:#fff; 
  border:1px solid var(--vs-grey); 
  border-radius:16px;
  box-shadow:0 12px 28px rgba(0,0,0,.18); 
  overflow:hidden; 
  z-index:10000;
}
  
.vs-article-vote__panel[hidden]{ display:none!important; }
.vs-article-vote__panel-inner{ display:flex; flex-direction:column; height:100%; }
.vs-article-vote__panel-header{
  display:flex; 
  justify-content:space-between; 
  align-items:center;
  padding:10px 12px; 
  background:var(--vs-primary);
  color:#fff;
}
  
.vs-article-vote__panel-close{ 
  border:0; 
  background:transparent; 
  color:#fff; 
  font-size:18px; 
  cursor:pointer; 
  }
  
.vs-article-vote__panel-body{ 
  padding:12px; 
  height:100%; 
  }
  
.vs-article-vote__panel-body .form-textarea { 
  width:100%!important; 
  max-width:100%!important; 
  }
  
.vs-article-vote__panel-body .form-input-wide,
.vs-article-vote__panel-body .form-input { 
  width:100%!important; 
  }

  .form-input-wide {
    padding: 8px;
  }
  
@media (max-width:480px){
  .article-votes .article-vote-up .label,
  .article-votes .article-vote-down .label { 
    display:none; 
  }
}
  
.article-body img { 
  max-width:100%; 
  height:auto; 
  }

  
.down-vote-feedback {
        text-align: center;
  padding: 30px 0 0;
    }

.up-vote-feedback {
        text-align: center;
        padding: -90px;
    }

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
}

.article-vote:active,
.article-vote:focus {
  background-color: transparent;
  color: rgba(36, 116, 187, 1);
}

.article-vote:focus-visible {
  outline-offset:2px; 
  }
  
.article-vote::before{
  display:inline-block;
  width:18px;
  height:18px;
  margin-right:8px;
  background-color: var(--vote-icon, currentColor);
}
  



.article-more-questions {
  margin: 0;
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.article-return-to-top a {
  color: rgba(33, 37, 41, 1);
  display: block;
  padding: 20px 0;
}

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

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: rgba(36, 116, 187, 1);
  color: rgba(180, 185, 189, 1);
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #143f65;
  border-color: #143f65;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  padding-left: 10px;
}

.sidenav-item {
  color: rgba(33, 37, 41, 1);
  display: block;
  padding: 10px;
}
@media (min-width: 1024px) {
  .sidenav-title {
    padding-left: 0;
  }
}

.sidenav-item.current-article,
.sidenav-item:hover {
  background-color: rgba(36, 116, 187, 1);
  color: rgba(180, 185, 189, 1);
  text-decoration: none;
}

.recent-articles h3,
.related-articles h3 {
  font-size: 17px;
  margin: 15px 0;
  color: #414042;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 5px;
  list-style-type: disc;
  color: #959a8f;
}
  

.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

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

.attachments .attachment-item::before {
  color: rgba(33, 37, 41, 1);
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

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

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

.upload-dropzone span {
  color: #4e5862;
}
  

.share {
  padding: 0;
  white-space: nowrap;
}

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

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #4e5862;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

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

.share a:hover::before {
  color: rgba(36, 116, 187, 1);
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

.share-googleplus::before {
  content: "\e902";
}
  

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

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

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

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

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

.comment-callout a {
  color: rgba(36, 116, 187, 1);
}

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

.comment-sorter a {
  color: #4e5862;
  font-size: 13px;
  text-decoration: none;
}

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

.comment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(36, 116, 187, 1);
  padding: 40px 20px 20px;
}
@media (min-width: 800px) {
  .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 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .comment-author {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

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

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

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

.comment-labels {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (min-width: 800px) {
  .comment-labels {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

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

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

.comment-container {
  width: 100%;
}

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

[dir="rtl"] .comment-form-controls {
  text-align: left;
}

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

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.6;
}

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

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

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

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

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

.comment-body a:visited {
}

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

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

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

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

.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

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

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

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

.vote-down:hover::before,
.vote-up:hover::before {
  color: rgba(36, 116, 187, 1);
}

.vote-down::before,
.vote-up::before {
  color: #4e5862;
  font-size: 24px;
}

.vote-up::before {
  content: "\2B06";
}

.vote-down::before {
  content: "\2B07";
}

.vote-voted::before {
  color: rgba(36, 116, 187, 1);
}

.vote-voted:hover::before {
  color: #143f65;
}
  
.article-vote.is-busy {
  pointer-events:none;
  box-shadow:0 2px 8px rgba(0,0,0,.02);
}
  

.actions {
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:active::before,
.actions .dropdown-toggle:focus::before,
.actions .dropdown-toggle:hover::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #4e5862;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}
  

.community-hero {
  background-image: url(/hc/theming_assets/01JTR52DAC89MQ2EVCAXHVQPCG);
}


.community-hero-bg-color {
  background-color: rgba(57, 118, 183, 1);
}

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

.community-relatives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: solid 1px #ddd;
}

.community-featured-posts {
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .community-relatives {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .community-featured-posts {
    margin-bottom: 0;
    padding: 0 30px 0 0;
  }

  [dir="rtl"] .community-featured-posts {
    padding: 0 0 0 30px;
  }
}

.community-activity,
.community-featured-posts {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.community-header h4 {
  margin-bottom: 0;
}

.community-header {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.page-header.community-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-header.community-header .dropdown {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (min-width:420px) {
  .page-header.community-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-header.community-header .dropdown {
    margin-bottom: 0;
  }
}
  

.topics {
  max-width: none;
  width: 100%;
}

.topics .blocks-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 350px;
  flex: 1 0 350px;
}
@media (min-width: 800px) {
  .topics .blocks-list {
    margin: 0 -15px;
  }

  .topics .blocks-item {
    margin: 0 15px 30px;
  }
}

.topics .blocks-item-link {
  color: rgba(36, 116, 187, 1);
  padding: 20px 30px;
}

.topics-item .meta-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
  

.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}
@media (min-width: 800px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
@media (min-width: 800px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

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

.page-header h1.ctopic-head {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.page-header.cpage-head {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
  

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

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 40px 0 15px;
  position: relative;
  width: auto;
}
@media (min-width: 800px) {
  .community-follow [role="button"] {
    padding: 0 10px 0 15px;
  }
}

.community-follow [role="button"]:hover {
  background-color: rgba(36, 116, 187, 1);
}

.community-follow [role="button"]:focus::after,
.community-follow [role="button"]:hover::after {
  border-color: rgba(180, 185, 189, 1);
  color: rgba(180, 185, 189, 1);
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(36, 116, 187, 1);
  color: rgba(180, 185, 189, 1);
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid rgba(180, 185, 189, 1);
  color: rgba(180, 185, 189, 1);
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #143f65;
  border-color: #143f65;
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(36, 116, 187, 1);
  content: attr(data-follower-count);
  color: rgba(36, 116, 187, 1);
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-right: 0;
  margin: 0;
  padding: 0 0 0 10px;
}
@media (min-width: 800px) {
  .community-follow [role="button"]::after {
    position: static;
  }

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

  [dir="rtl"] .community-follow [role="button"]:hover::after {
    border-right: 1px solid rgba(180, 185, 189, 1);
  }
}


.striped-list {
  padding: 0;
}

.striped-list-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (min-width: 800px) {
  .striped-list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.striped-list-info {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.striped-list-title {
    font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, sans-serif;
  color: #2474BB;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:active,
.striped-list-title:focus,
.striped-list-title:hover {
color: #1E5598;
}

.striped-list-title:visited {
}

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

.striped-list-count {
  color: #4e5862;
  font-size: 13px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-transform: capitalize;
}
@media (min-width: 800px) {
  .striped-list-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 800px) {
  .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: 800px) {
  .striped-list-number {
    color: rgba(33, 37, 41, 1);
    display: block;
  }
}
  

.status-label{
  font-family:"Source Sans Pro",system-ui,-apple-system,Segoe UI,sans-serif;
  display:inline-flex;
  align-items:center;
  padding: 4px 12px;
  border-radius:9999px;
  font-size:12px;
  font-weight:600;
  line-height:1.4;
  border:1px solid transparent;
  background-color:transparent;
  color:rgba(33,37,41,0.9);
  box-shadow:none;
  white-space:nowrap;
}

.status-label-new,
.status-label-open[title="Submitted - Awaiting Assignment" ]{
  background-color:rgba(36,116,187,.08);
  color:rgba(30,85,152,1);
  border-color:rgba(36,116,187,1);
  box-shadow: 1px 2px 7px rgba(0,0,0,0.3);
}

.status-label-open[title="In Progress - Support Reviewing" ]{
  background-color:rgba(36,116,187,1);
  color:#fff;
  border-color:rgba(36,116,187,1);
  box-shadow: 1px 2px 7px rgba(0,0,0,0.3);
}

.status-label-open[title="Under Review - Support Investigating" ]{
  background-color:rgba(36,116,187,.12);
  color:rgba(30,85,152,1);
  border-color:rgba(36,116,187,1);
  box-shadow: 1px 2px 7px rgba(0,0,0,0.3);
}

.status-label-open[title="In Progress - Specialist Team Reviewing" ]{
  background-color:rgba(30,85,152,1);
  color:#fff;
  border-color:rgba(30,85,152,1);
  box-shadow: 1px 2px 7px rgba(0,0,0,0.3);
}

.status-label-open[title="On Hold - Linked to System Outage" ]{
  background-color:#203447;
  color:#fff;
  border-color:#203447;
  box-shadow: 1px 2px 7px rgba(0,0,0,0.3);
}

.status-label-answered[title="Waiting on Your Response" ]{
  background-color: rgba(255,182,50,1); 
  color:rgba(33,37,41,1);
  border-color:rgba(30,85,152,.2);
  box-shadow: 1px 2px 7px rgba(0,0,0,0.3);
}

.status-label-solved,
.status-label-closed {
  background-color:rgba(180,185,189,0.5);
  color:rgba(33,37,41,.7);
  border-color:rgba(180,185,189,1);
  opacity: 70%;
}

.status-label:hover,
.status-label:focus,
.status-label:active{
  cursor: default;
}

.post {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 100%;
  margin-bottom: 10px;
}

.post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .post-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.post-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .post-header {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

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

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

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

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

.post-author {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 12px;
}
@media (min-width:800px) {
  .post-avatar {
    margin-bottom: 10px;
  }
}

.post-content {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

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

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

.post-meta {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  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 ol,
.post-body ul {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

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

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

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

.post-body a:visited {
}

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

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

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

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

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

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

.post-comment-count .icon-comments {
  color: rgba(36, 116, 187, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

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

.post-sidebar h5 {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

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

.collapsible-nav {
  border-top: 1px solid #ededed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}
@media (min-width: 800px) {
  .collapsible-nav {
    border: 0;
    border-bottom: solid 1px #ededed;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 800px) {
  .collapsible-nav.r-List ul.collapsible-nav-list {
    padding: 0;
  }

  .collapsible-nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
}
@media (min-width:1160px) {
  .collapsible-nav-list {
    padding: 0;
  }
}

.collapsible-nav-list li {
  color: rgba(33, 37, 41, 1);
  line-height: 45px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.collapsible-nav-list li a {
  color: rgba(33, 37, 41, 1);
  display: block;
  border: solid 1px #ededed;
  margin-top: -1px;
  padding: 0 15px;
}
@media (min-width: 800px) {
  .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;
    border: none;
    margin-top: 0;
  }
}
@media (min-width: 800px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ededed;
  }

  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  background-color: rgba(36, 116, 187, 1);
  color: rgba(180, 185, 189, 1);
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding: 0 15px;
  position: relative;
  font-weight: 500;
}
@media (min-width: 800px) {
  .collapsible-nav-list li[aria-selected="true"] {
    background-color: transparent;
    border-bottom: 4px solid rgba(36, 116, 187, 1);
    color: rgba(33, 37, 41, 1);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 15px 0 11px;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: rgba(33, 37, 41, 1);
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 15px;
}
@media (min-width: 800px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 15px;
  right: auto;
}

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

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}
  

.collapsible-sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 55px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

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

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}
@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

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

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}
  

.my-activities-nav {
  border: 0;
}


.my-activities-header {
  font-family: 'Source Sans Pro', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 12px;
    border-bottom: 0;
  background:
    linear-gradient(to right, #e0e0e0 0%, #e0e0e0 70%, #ffffff 100%)
    left bottom / 100% 2px no-repeat;
}
  font-size: 25px;
  color: rgba(33, 37, 41, 0.9);
}
  
@media (min-width: 800px) {
  .my-activities-header {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.my-activities-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}
  

  .my-activities-nav {
    margin-top: 0;
  }
}

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

.my-activities-nav.collapsible-nav.r-list {
  padding: 0;
}
@media (min-width: 800px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ededed;
  }

  .my-activities-nav.collapsible-nav.r-list {
    padding: 0;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: rgba(36, 116, 187, 1);
}

.my-activities-table .striped-list-title {
  display: block;
  margin-bottom: 0;
  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;
  }
}

.activity-table-title {
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, sans-serif;
color: rgba(33, 37, 41, 0.8);
font-size: 17px;
}

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

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

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

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


.requests-search {
  width: 50%;
}

.requests-search input[type="search"] {
  font-family: 'Source Sans Pro', sans-serif;
  width: 50%;
  height: 40px;
  padding: 0 14px;
  border-radius: 20px;
  border: 1px solid #e4e7ec;
  background: #fff;
  color: rgba(33,37,41,0.9);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
}

.requests-search input[type="search"]::placeholder { color: #B4B9BD; }

.requests-search input[type="search"]:hover {
  border-color: rgba(36,116,187,0.4);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 12px 6px rgba(36,116,187,0.08);
}

.requests-search input[type="search"]:focus {
  outline: none;
  border-color: rgba(36,116,187,0.65);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 12px 6px rgba(36,116,187,0.0);
}

.requests-search-title {
  font-size: 15px;
  color: rgba(33,37,41,0.9);
  opacity: 1;
  margin-top: 0;
  margin-left: 5px;
}

@media (min-width: 800px) {
  .requests-table-toolbar .requests-search-title {
    margin-top: 0;
  }
}


.requests-table-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 30%) 1fr;
  align-items: center;
  gap: 16px;
}


input.requests-search,
.requests-table-toolbar .search input[type="search"] {
  width: 100% !important;
  height: 40px;
  padding: 0 14px;
  border-radius: 20px;
  border: 1px solid rgba(180,185,189,0.55);
  background: #fff;
  color: rgba(33,37,41,0.9);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-family: 'Source Sans Pro', sans-serif;
  transition: all 0.25s ease;
              border-color .25s ease, background .25s ease, color .25s ease;
}

input.requests-search::placeholder { color: #B4B9BD; }


@media (min-width: 540px) {
  .requests-table-toolbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
  }
}

input.requests-search:hover {
  border-color: rgba(36,116,187,0.4);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 12px 6px rgba(36,116,187,0.08);
}

input.requests-search:focus {
  outline: none;
  border-color: rgba(36,116,187,0.65);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 12px 6px rgba(36,116,187,0.0);
}


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

.requests-table-toolbar .request-table-filter {
  justify-self: start;
}
@media (min-width: 540px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  cursor: pointer;
}

.request-filter::hover {
  cursor: pointer;
}

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

@media (max-width: 539px) {
  .requests-table-toolbar {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}


.request-table-filter {
  display: in-line;
  align-items: center;
  gap: 10px;
}

.request-filter-label {
  font-size: 15px;
  color: rgba(33,37,41,0.9);
}

#request-status-select.request-filter {
  font-family: 'Source Sans Pro', sans-serif;
  height: 40px;
  min-width: 220px;
  max-width: 320px;
  padding: 0 40px 0 14px;
  color: rgba(33,37,41,0.9);
  background-color: #fff;
  border: 1px solid rgba(180,185,189,0.55);
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #1E5598 50%),
    linear-gradient(135deg, #1E5598 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}

#request-status-select.request-filter:hover {
  border-color: rgba(36,116,187,0.4);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 12px 2px rgba(36,116,187,0.08);
}

#request-status-select.request-filter:focus {
  outline: none;
  border-color: rgba(36,116,187,0.65);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 12px 6px rgba(36,116,187,0.0);
}

@-moz-document url-prefix() {
  #request-status-select.request-filter {
    background-image: none;
  }
  #request-status-select.request-filter::-ms-expand { display: none; }
}

[dir="rtl"] #request-status-select.request-filter {
  padding: 0 14px 0 40px;
  background-position:
    22px 50%,
    28px 50%;
}

@media (max-width: 539px) {
  #request-status-select.request-filter {
    min-width: 0;
    width: 100%;
  }
}


.requests-table-toolbar .request-filter-label {
  font-size: 15px;
  color: rgba(33,37,41,0.9);
  opacity: 1;
  margin-top: 0;
  margin-left: 35px;
}

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

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 540px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}
@media (min-width: 540px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }

  [dir="rtl"] .requests-table-toolbar .organization-subscribe,
  [dir="rtl"] .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(36, 116, 187, 1);
  color: rgba(180, 185, 189, 1);
}

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


@media (min-width: 540px) {
  .requests-table-toolbar+.requests {
    margin-top: 40px;
  }
}

.requests-table-toolbar input[type="search"],
.requests-table-toolbar input[type="text"],
.requests-table-toolbar select {
  font-family: 'Source Sans Pro', sans-serif;
  height: 40px;
  padding: 0 12px;
  border-radius: 20px;
  border: 1px solid #e4e7ec;
  background: #fff;
  color: rgba(33,37,41,0.9);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
  appearance: none;
}

.requests-table-toolbar input[type="search"]::placeholder,
.requests-table-toolbar input[type="text"]::placeholder {
  color: #B4B9BD;
}

.requests-table-toolbar input[type="search"]:hover,
.requests-table-toolbar input[type="text"]:hover,
.requests-table-toolbar select:hover {
  border-color: rgba(36,116,187,0.4);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 12px 2px rgba(36,116,187,0.08);
}

.requests-table-toolbar input[type="search"]:focus,
.requests-table-toolbar input[type="text"]:focus,
.requests-table-toolbar select:focus {
  outline: none;
  border-color: rgba(36,116,187,0.65);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 12px 6px rgba(36,116,187,0.0);
}

.requests-table-toolbar select {
  padding-right: 36px;
  background-image:
    linear-gradient(45deg, transparent 50%, #1E5598 50%),
    linear-gradient(135deg, #1E5598 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}



.requests .requests-table-meta {
  display: block;
  font-size: 30px;
}
@media (min-width: 800px) {
  .requests .requests-table-meta {
    display: none;
  }
}

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

.requests .requests-table-info {
  display: block;
}
@media (min-width: 800px) {
  .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;
}


.subscriptions-unsubscribe a {
  background: rgba(36, 116, 187, 1);
  border-radius: 4px;
  color: rgba(180, 185, 189, 1);
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 800px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #143f65;
  text-decoration: none;
}

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

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

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

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

.contributions-table td:last-child {
  color: #4e5862;
  font-size: 13px;
  font-weight: 300;
}
@media (min-width: 800px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #4e5862;
}


.request-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

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

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

.request-main .request-submit-comment.shown {
  display: inline;
}
  
@media (min-width: 1024px) {
  .request-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    min-width: 0;
  }
}

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

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

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

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

.request-main .comment-show-container-content {
  -ms-flex-item-align: center;
  align-self: center;
  color: RGBa(33, 37, 41, .8);
  margin-left: 10px;
}

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

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

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

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

.request-main .comment-ccs+textarea:focus {
  border-top: 1px solid rgba(36, 116, 187, 1);
}

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

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

.request-sidebar {
  border: 1px solid #ededed;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding: 10px 0 10px 10px;
  margin-bottom: 5px;
  max-width: 400px;
}
@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  margin-bottom: 11px;
}

.request-details {
  border-bottom: 1px solid #ededed;
  border-top: solid 1px #ededed;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .request-details {
    border-top: none;
  }

  .request-sidebar h5 {
    display: none;
  }
}

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

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

.request-details status-pill {
  display: inline-block;
  vertical-align: center;
  font-size: 13px;
}

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

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

.request-details dt {
  color: rgba(33, 37, 41, 0.9);
  font-weight: 600;
  width: 30%;
}

.request-details status {
  color: rgba(33, 37, 41, 0.9);
  font-weight: 600;
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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


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

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 30px;
  float: left;
  margin-left: 5px;
  width: 30px;
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) a,
.pagination li:hover:not(.pagination-current) span {
  color: rgba(33, 37, 41, 1);
  text-decoration: none;
}

.pagination a,
.pagination span {
  font-size: 13px;
  color: #4e5862;
  padding: 5px 12px;
}

.pagination-current {
  background-color: rgba(36, 116, 187, 1);
}

.pagination-current a,
.pagination-current span {
  color: rgba(180, 185, 189, 1);
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}


.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #4e5862;
  font-size: 13px;
}

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

.actions .dropdown-toggle::before,
.article-vote::before,
.attachments .attachment-item::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.icon,
.recent-activity-item-comment span::before,
.search-result-meta-count::before,
.search-result-votes::before,
.search::before,
.share a::before,
.vote-down::before,
.vote-up::before,
[class*=" icon-"]::before,
[class^="icon-"]::before {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

.profile-header {
  padding: 30px 0;
}

.profile-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .profile-header .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
}

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

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

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

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

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .profile-header .options {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-preferred-size: auto;
    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;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: rgba(36, 116, 187, 1);
  border: 0;
  color: rgba(180, 185, 189, 1);
  line-height: normal;
  padding: 8px 20px;
  margin: 0 10px;
}
@media (min-width:800px) {
  .profile-header .options [data-action="edit-profile"] {
    margin: 0;
  }
}

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

.profile-stats {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #4e5862;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 10px;
}

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

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}
@media (min-width: 800px) {
  .profile-stats-activity {
    border-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 800px) {
  .profile-stats-activity .stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}
@media (min-width: 800px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}
@media (min-width: 800px) {
  .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: 800px) {
  .profile-stats-activity .stat-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}
@media (min-width: 800px) {
  .profile-stats-counters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-left: 60px;
  }

  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}
@media (min-width: 800px) {
  .profile-stats-counters .stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 800px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 800px) {
  .profile-stats-counters .stat-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  border: solid 1px rgba(36, 116, 187, 1);
  border-radius: 4px;
  color: rgba(36, 116, 187, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}
@media (min-width: 800px) {
  .profile-private-badge {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

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

.profile-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin: 0 5% 37px;
}
@media (min-width: 800px) {
  .profile-section-description {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding-bottom: 0;
  }

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

.profile-section-sorter {
  -ms-flex-preferred-size: 100%;
  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;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}
@media (min-width: 800px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}
@media (min-width: 800px) {
  .profile-section-sorter {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    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-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

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

.profile-contribution-title {
  margin: 0 0 5px;
  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: 800px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }

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

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

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

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

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

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 800px) {
  .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: 800px) {
  .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;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

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

.profile-activity-list {
  margin-top: 25px;
}
@media (min-width: 800px) {
  .profile-activity-list {
    padding-left: 7px;
  }
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 800px) {
  .profile-activity {
    padding-left: 20px;
  }

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

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

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

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}
@media (min-width: 800px) {
  .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;
  -ms-flex-item-align: start;
  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;
  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;
  border: solid 1px rgba(36, 116, 187, 1);
}
@media (min-width: 800px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }

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

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: rgba(36, 116, 187, 1);
  font-family: "copenhagen-icons";
}

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

  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-activity-list > li[class$="-article"]::before,
.profile-articles > .profile-contribution::before {
  content: "\1f4c4";
}

.profile-activity-list > li[class$="-post"]::before,
.profile-posts > .profile-contribution::before {
  content: "\1f4d4";
}

.profile-activity-list > li[class$="-comment"]::before,
.profile-comments > .profile-contribution::before {
  content: "\1f4ac";
  line-height: 35px;
}

.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .search-results {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: rgba(33, 37, 41, 0.9);
  }
}

.search-results-column {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1024px) {
  .search-results-column {
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

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

.search-results-list > li {
  border-bottom: 1px solid rgba(180, 185, 189, 0.5);
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid rgba(180, 185, 189, 0.5);
}

.search-result-description {
  margin-top: 15px;
}

.search-result-meta-count,
.search-result-votes {
  color: rgba(33, 37, 41, 0.9);
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-meta-count::before,
.search-result-votes::before {
  color: rgba(33, 37, 41, 0.9);
}

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

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

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

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

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.breadcrumbs.profile-contribution-breadcrumbs li,
.breadcrumbs.search-result-breadcrumbs li {
  font-size: 13px;
}

.breadcrumbs.profile-contribution-breadcrumbs li a,
.breadcrumbs.search-result-breadcrumbs li a {
}

.search-result-breadcrumbs li:last-child::after {
  display: inline-block;
  margin: 0 5px;
}

a.youtube {
  background-color: #D00D0D;
}

a.linkedin {
  background-color: #1D76B3;
}

a.facebook {
  background-color: #3364A3;
}

a.twitter {
  background-color: #33BDFD;
}

a.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.hide {
  display: none;
}

.caution,
.danger,
.important,
.note,
.notice,
.tip,
.warning {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
  display: block;
  padding: 20px 18px 20px 60px;
  margin: 20px 0 !important;
  line-height: 1.4em;
  margin-right: 0 !important;
  color: rgba(33, 37, 41, 1);
}

[dir="rtl"] .caution,
[dir="rtl"] .danger,
[dir="rtl"] .important,
[dir="rtl"] .note,
[dir="rtl"] .notice,
[dir="rtl"] .tip,
[dir="rtl"] .warning {
  padding: 20px 65px 20px 18px;
}

.caution::before,
.danger::before,
.important::before,
.note::before,
.notice::before,
.tip::before,
.warning::before {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  margin-right: 15px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 22px;
  vertical-align: middle;
}

[dir="rtl"] .caution::before,
[dir="rtl"] .danger::before,
[dir="rtl"] .important::before,
[dir="rtl"] .note::before,
[dir="rtl"] .notice::before,
[dir="rtl"] .tip::before,
[dir="rtl"] .warning::before {
  margin-right: 0;
  margin-left: 15px;
  left: 0;
  right: 20px;
}

.note {
  background: rgba(0, 128, 0, 0.16);
}

.note::before {
  content: '\f303';
  color: rgb(0, 128, 0);
}

.warning {
  background: rgba(255, 165, 0, 0.16);
}

.warning::before {
  content: '\f071';
  color: rgb(255, 165, 0);
}

.important {
  background: rgba(0, 128, 0, 0.16);
}

.important::before {
  content: '\f06a';
  color: rgb(0, 128, 0);
}

.caution {
  background: rgba(238, 235, 59, 0.16);
}

.caution::before {
  content: '\f071';
  color: rgb(255, 232, 26);
}

.tip {
  background: rgba(78, 190, 228, 0.16);
}

.tip::before {
  content: '\f0d0';
  color: rgb(78, 190, 228);
}

.danger {
  background: rgba(255, 0, 0, 0.16);
}

.danger::before {
  content: '\f071';
  color: rgb(255, 0, 0);
}

.notice {
  background: rgba(78, 190, 228, 0.16);
}

.notice::before {
  content: '\f05a';
  color: rgb(78, 190, 228);
}

.caution > *,
.danger > *,
.important > *,
.note > *,
.notice > *,
.tip > *,
.warning > * {
  margin-left: 0;
  -webkit-margin-before: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

[dir="rtl"] .caution > *,
[dir="rtl"] .danger > *,
[dir="rtl"] .important > *,
[dir="rtl"] .note > *,
[dir="rtl"] .notice > *,
[dir="rtl"] .tip > *,
[dir="rtl"] .warning > * {
  padding-left: 40px;
  padding-right: 0;
}

.tree-container {
  margin: 30px 0 20px;
}

.tree-border {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px 0;
}

.tree-container .tree-item-link {
  padding: 13px 13px 13px 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

[dir="rtl"] .tree-container .tree-item-link {
  padding: 15px 0 15px 15px;
}

.tree-container .tree-item-link.accordion-category-title {
  padding-left: 15px;
  border-bottom: 1px solid #B4B9BD;
}

[dir="rtl"] .tree-container .tree-item-link.accordion-category-title {
  padding-right: 15px;
  padding-left: 0;
}

.tree-item-link:active {
  text-decoration: none;
}

.section-tree-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem;
  margin: 0 -15px;
}
@media (min-width: 800px) {
  .section-tree-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.section-tree-list .section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}

.tree-items {
  margin-bottom: 10px;
}

.tree-item-title {
  margin-right: 10px;
}

.section-tree-item-title {
  font-size: 16px;
}

.tree-container .section {
  margin-bottom: 20px;
}

[dir="rtl"] .tree-item-title {
  margin-left: 10px;
  margin-right: 0;
}

.section-tree-item-title,
.tree-item-title {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.section-tree-item-title {
  border-bottom: 1px solid #eee;
  padding: 0 0 12px;
  margin-bottom: 21px;
}

.section-tree-item-title,
.section-tree-item-title,
.section-tree-item-title a,
.tree-item-link,
.tree-item-title,
.tree-item-title a {
  color: rgba(33, 37, 41, 1);
  word-break: break-word;
}

.tree-container .see-all-articles {
  color: #FF6B35;
  display: block;
  padding: 15px 0;
}

[dir="rtl"] .tree-container .article-list,
[dir="rtl"] .tree-container .see-all-articles {
  padding-left: 0;
  padding-right: 15px;
}

.tree-container .accordion-see-all-link.see-all-articles,
.tree-container .article-list.accordion-article-list,
[dir="rtl"] .tree-container .accordion-see-all-link.see-all-articles,
[dir="rtl"] .tree-container .article-list.accordion-article-list {
  padding-left: 0;
  padding-right: 0;
}

.tree-container .article-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: 0;
  margin-bottom: 8px;
}

.tree-container .article-list-item a {
  color: #2474BB;
}

.tree-container ul.article-list li.article-promoted span {
  margin-right: 5px;
}

[dir="rtl"] .tree-container ul.article-list li.article-promoted span {
  margin-right: 0;
  margin-left: 5px;
}

.full-knowledge-base ul,
.tree-container ul,
[dir="rtl"] .full-knowledge-base ul,
[dir="rtl"] .tree-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section.knowledge-base {
  margin-bottom: 34px;
}

.section-tree-list i.category-empty {
  padding: 15px;
}

.section-tree-list i.section-empty {
  top: 8px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  padding-left: 15px;
}

[dir="rtl"] .section-tree-list i.section-empty {
  padding-left: 0;
  padding-right: 15px;
}

.section-tree-list i.section-empty.accordion-section-empty,
[dir="rtl"] .section-tree-list i.section-empty.accordion-section-empty {
  padding-left: 0;
  padding-right: 0;
}

.tree-container .icons-wrapper {
  position: absolute;
  right: 15px;
  vertical-align: middle;
  top: 30%;
}

[dir="rtl"] .tree-container .icons-wrapper {
  left: 0;
  right: auto;
}

.tree-container .icons-wrapper i {
  font-size: 15px;
  vertical-align: middle;
}

.tree-items a.active .fa-angle-down {
  display: none;
}

.tree-items a.active .fa-angle-up {
  display: block;
  line-height: 25px;
}

.hide {
  display: none;
}

.tree-item-link:hover {
  text-decoration: none;
}

.tree-container .icons-wrapper .fa-angle-up {
  display: none;
}

.section h2.tree-item-title {
  margin-bottom: 0;
  text-align: left;
}

.article-subscribe,
.article-unsubscribe {
  height: 24px;
  background: rgba(36, 116, 187, 1);
  color: rgba(180, 185, 189, 1);
  line-height: 23px;
  vertical-align: middle;
  margin: 0 0 5px 10px;
}

.article .article-unsubscribe {
  background: #1eb848;
  border: none;
  line-height: 25px;
}

.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .search-results {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.search-results-column {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1024px) {
  font-family: 'Source Sans Pro', sans-serif;
  .search-results-column {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
  }
}

.search-results-sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    height: auto;
    margin-right: 35px;
  }

  [dir="rtl"] .search-results-sidebar {
    margin-right: 0;
    margin-left: 35px;
  }
}

.search-results-sidebar .sidenav-item:hover,
.search-results-sidebar .sidenav-item[aria-selected="true"] {
  background-color: #F04438;
  color: #F04438;
  text-decoration: none;
}

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

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 20px;
  padding: 0;
}

.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 .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #F04438;
}

.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;
  color: rgba(33, 37, 41,.8);
}

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

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

.search-results-list > li:first-child {
  border-top: 1px solid rgba(180, 185, 189, 0.5);
}

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

.search-results .meta-group {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  clear: both;
  color: #F04438;
}
@media (min-width: 1024px) {
  .search-results .meta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

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

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

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

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

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

.search-result-meta-count::before,
.search-result-votes::before {
  color: #F04438;
}

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

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

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

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

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

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

.search-results-sidebar .collapsible-sidebar-title {
  padding: 12px 15px;
  background-color: #F04438;
  color: #F04438;
  margin: 0;
  border: 1px solid #F04438;
}

.search-results-sidebar .collapsible-sidebar {
  position: relative;
}

.multibrand-filter-list.multibrand-filter-list--collapsed {
  border: 1px solid rgba(36, 116, 187, 1);
  border-top:0;
}
@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar-toggle {
    display: none;
  }

  .search-results-sidebar .collapsible-sidebar {
    border-top: 0;
    border-bottom: 0;
  }

  .search-results-sidebar .collapsible-sidebar-title {
    padding: 5px 0 12px ;
    background-color: #F04438;
    color: #F04438;
    border: none;
  }

  .search-results-sidebar .collapsible-sidebar {
    border: 0;
    padding: 0;
  }

  .multibrand-filter-list.multibrand-filter-list--collapsed {
    border: 0;
  }
}

.search-results .meta-group .user-name {
  padding-right: 10px;
}

.ns-box {
	background: #e84325;
	padding: 15px 0px 15px 0px;
	line-height: 1.4;
	z-index: 1000;
	pointer-events: none;
	color: #e7e7e0;
	font-size: 85%;
  border-bottom: 1px solid #e7e7e0;
}

.ns-box2 {
	background: #008E13;
	line-height: 1.4;
	z-index: 1000;
	pointer-events: none;
	color: #e7e7e0;
	font-size: 85%;
  border-bottom: 1px solid #e7e7e0;
}

.ns-box.ns-show {
	pointer-events: auto;
}

.ns-box a {
	color: inherit;
  opacity: 0.7;
	font-weight: 700;
}

.ns-box a:hover,
.ns-box a:focus {
	opacity: 0;
}

.ns-box p {
    margin: 0;
}

.ns-box.ns-show,
.ns-box.ns-visible {
	pointer-events: auto;
}

.ns-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 4px;
	top: 4px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ns-close:hover, 
.ns-close:focus {
	outline: none;
}

.ns-close::before,
.ns-close::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 60%;
	top: 50%;
	left: 50%;
	background: #6e6e6e;
}

.ns-close:hover::before,
.ns-close:hover::after {
	background: #fff;
}

.ns-close::before {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

.ns-box-inner i {
    color: #fff;
    font-size: 3.8em;
  
}

.megaphone:before { 
  content:'\1F4E3';
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.2em;
  display: none;
  
}

.ns-box.ns-bar {
	top: 0;
	left: 0;
	width: 100%;
}

.ns-bar .ns-close {
	background: transparent;
	margin-top: 15px;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  display: none;
}

.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
	background: #b7b5b3;
}

[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

.ns-effect-slidetop .icon {
	position: absolute;
	display: block;
	font-size: 109%;
	top: 50%;
	left: 1em;
	-webkit-transform: translate3d(0,-20%,0);
	transform: translate3d(0,-20%,0);
}

.ns-effect-slidetop p {
	padding: 0 3.2em;
	font-size: 1.2em;
	display: inline-block;
}

.ns-effect-slidetop .ns-close::before,
.ns-effect-slidetop .ns-close::after {
	width: 2px;
	background: #fff;
}

.ns-effect-slidetop .ns-close:hover::before,
.ns-effect-slidetop .ns-close:hover::after {
	background: #fff;
}

.ns-effect-slidetop.ns-show .icon,
.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animScaleUp;
	animation-name: animScaleUp;
	-webkit-animation-duration: 0.25s;
	animation-duration: 0.25s;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animFade;
	animation-name: animFade;
}

@-webkit-keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

@keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
	-webkit-animation-name: animSlideTop;
	animation-name: animSlideTop;
	-webkit-animation-duration: 0.25s;
	animation-duration: 0.25s;
}

@-webkit-keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); }
}

@keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

div.anonymous, div.end_user, div.agent, div.manager {
display: none;
}

.accordion {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #1E5598;
  cursor: pointer;
  padding: 0 20px;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, sans-serif;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
  transition: all 0.25s ease;
}

.accordion:hover,
.accordion:focus-visible {
  border-color: rgba(36,116,187,.40);
  box-shadow: 0 6px 18px rgba(0,0,0,.05), 
    inset 0 0 12px 6px rgba(36,116,187,.03);
  outline: none;
}


.accordion[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion .acc-title {
  margin: 0;
  font-weight: 700;
  color: #1E5598;
  transition: all 0.25s ease;
}

.accordion .acc-helper {
  margin-left: 12px;
  font-weight: 600;
  font-size: 14px;
  color: #5f6b76;
  transition: all 0.25s ease;
}

.accordion::after {
  content: "›";
  rotate: 90deg;
  font-size: 20px;
  color: #2474BB;
  transition: all 0.25s ease;
}
  
.accordion .accordion-action{
  margin-left:.35rem;
  color: rgba(33, 37, 41,0.75);
  font-size:14px;
  transition: all 0.25s ease;
}

.accordion[aria-expanded="true"] .accordion-action{
  color: rgba(33, 37, 41,0.75);
  transition: all 0.25s ease;
}
  
.accordion[aria-expanded="true"],
.accordion.active {
  border-radius: 12px 12px 0 0;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(180,185,189,0.6) rgba(180,185,189,0.6) rgba(180,185,189,0.2) rgba(180,185,189,0.6);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.0),
    inset 0 0 12px 6px rgba(36,116,187,0.0) !important;
  transition: all 0.25s ease;
}
  
.accordion[aria-expanded="true"]:hover,
.accordion.active:hover {
  background: rgba(36, 116, 187,0.01);
  border-color: rgba(36,116,187,.45);
  box-shadow:
    0 8px 20px rgba(0,0,0,.12),
    inset 0 0 12px 6px rgba(36,116,187,.06);
  color: #1E5598;
  transition: all 0.25s ease;
}
  
.accordion[aria-expanded="true"] + .panel,
.accordion.active + .panel {
  max-height: 1000px;
  padding: 0 14px 14px;
}

.accordion[aria-expanded="true"] + .panel::before,
.accordion.active + .panel::before {
  opacity: 1;
}
  
  .accordion.active::after {
    content: "›";
    rotate: 90deg;
  font-size: 20px;
  color: #2474BB;
transform: scaleX(-1); 
    transition: all 0.25s ease;
}

.panel {
  position: relative;
  overflow: hidden;
  max-height: 0;
  background: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 0 14px;
  transition: all 0.25s ease;
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(180,185,189,0.6);
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}  
  
.panel.open {
  padding: 12px 14px 14px;
  max-height: 1000px;
}

.accordion + .panel {
  margin-bottom: 8px;
}


.active:after {
  content: "\2212";
}

.article-attachments {
  display: none;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.browse-section-link {
  font-weight: 500;
  color: #2474BB;
  text-decoration: none;
}

.browse-section-link:hover {
  text-decoration: none;
}

.button,
[role="button"] {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 6px;
  border: 1px solid rgba(36, 116, 187, 1);
  background-color: transparent;
  color: rgba(36, 116, 187, 1);
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.25s ease;
}

.button:hover,
.button:focus,
.button:active,
.button[aria-selected="true"],
[role="button"]:hover,
[role="button"]:focus,
[role="button"]:active,
[role="button"][aria-selected="true"] {
  background-color: rgba(36, 116, 187, 1);
  color: rgba(180, 185, 189, 1);
  border-color: rgba(36, 116, 187, 1);
  text-decoration: none;
  transition: all 0.25s ease;
}

.button[aria-selected="true"]:hover {
  background-color: #184c7b;
  border-color: #184c7b;
}

.button[data-disabled],
[role="button"][data-disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.request-submit-comment {
  display: flex;
  justify-content: center;
  width: 100%;
}

.button-large,
input[type="submit"],
.vs-omnisearch-submit {
  flex: 0 0 auto;
  padding: 12px 22px;
  min-width: 160px;
  height: 52px;
  border: none;
  border-radius: 20px;
  background: #2474BB;
  color: rgba(255,255,255,1);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  cursor: pointer;
  margin: 35px auto 0 auto;
  display: block;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.button-large:not([disabled]):hover,
input[type="submit"]:not([disabled]):hover,
.vs-omnisearch-submit:not([disabled]):hover {
  background: #1E5598;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(0,0,0,.22);
  transform: translateY(-1px);
}

.button-large[disabled],
input[type="submit"][disabled],
.vs-omnisearch-submit[disabled] {
  background-color: #B4B9BD;
  color: rgba(255,255,255,0.9);
  cursor: not-allowed;
  opacity: .6;
  box-shadow: none;
  transform: none;
  transition: all 0.25s ease;
  pointer-events: auto;
}

  .button-large[disabled]:hover,
input[type="submit"][disabled]:hover,
.vs-omnisearch-submit[disabled]:hover {
  background-color: #B4B9BD;
  color: rgba(255,255,255,0.9);
  box-shadow: none;
  transform: none;
}

.button-secondary {
  font-family: "Source Sans Pro", sans-serif;
  color: #4e5862;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  color: rgba(33, 37, 41, 1);
  background-color: #f7f7f7;
  border-color: #ccc;
}

.section-tree-list i.category-empty {
  padding: 15px;
}

.category-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 24px;
  margin: 16px;
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.25s ease;
  border: 1px solid #e4e7ec;
}

.category-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
}

.category-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.category-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.section-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.section-card {
    position: relative;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  padding: 24px;
  flex: 1 1 calc(50% - 30px);
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.25s ease;
  border: 1px solid rgba(180, 185, 189, 0.4);
}

  
  
  .section-card-cover {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  border-radius: 14px;
  text-decoration: none;
}
  
  .section-card-cover:focus-visible {
  outline: 3px solid #2474BB;
  outline-offset: 2px;
  border-radius: 14px;
}
  
.section-card:hover {
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
  text-decoration: none;
  border: 1px solid rgba(180, 185, 189, 0.7);
}
  
  .section-card .article-list a,
.section-card .see-all-articles {
  position: relative;
  z-index: 2;
}

@media (max-width: 800px) {
  .section-card {
    flex: 1 1 100%;
  }
}

.article-list.limited-articles li:nth-child(n+4) {
  display: none;
}

.article-list-link {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  color: #1E5598;
  text-decoration: none;
  transition: all 0.25s ease;
  line-height: 1.5;
}

  
.article-list .article-list-item a:hover::before,
.article-list-link:hover::before,
.article-list .article-list-item a:focus::before,
.article-list-link:focus::before {
  transform: translate(5px, -50%);
}
  
.article-list-link:hover {
  color: #004F7B;
}

.section-page .article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 20px;
  margin-top: 10px;
}

html, body {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
    overflow-x: hidden;
  width: 100%;
}


@media (max-width: 540px) {
  html, body { overflow-x: auto; }
  body { min-width: 540px; }
}


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

img, svg {
  max-width: 100%;
  height: auto;
}


@media (max-width: 800px) {
 
  body { min-width: 540px; }


  #vs-menu-toggle:checked ~ #vs-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 12px;
    bottom: auto;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }


  .vw-100, .w-100vw, [style*="100vw"] {
    width: 100% !important;
    max-width: 100% !important;
  }


  .vs-header,
  .vs-header-inner,
  .vs-hero,
  .vs-hero-inner,
  .vs-footer,
  .vs-footer-inner {
    max-width: 100%;
    overflow-x: clip;
  }
}

body {
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  overflow-x: hidden;
  background-color: #FFFFFF;
  color: rgba(33, 37, 41, 0.9);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 540px;
}


body > main {
  flex: 1 0 auto;
}

.vs-footer {
  margin-top: 10px;
  flex-shrink: 0;
}

.vs-header { 
  flex: 0 0 auto; 
  position: relative; 
  z-index: 10;
  padding-top: 10px;
}

.vs-header-inner {
  position: relative;
  z-index: 10;
  padding: 14px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vs-header-logo {
  vertical-align: middle;
  max-width: 190px;
  transition: all 0.25s ease;
}
  
  
  .vs-header-logo:hover {
transform: scale(1.05);
}

.vs-footer-logo {
  vertical-align: middle;
  transition: all 0.25s ease;
}
  
  
  .vs-footer-logo:hover {
transform: scale(1.05);
}

.vs-header-nav {
  vertical-align: middle;
  line-height: normal;
  display: flex;
  gap: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  transition: all 0.25s ease;
}

.vs-header-nav > * {
  display: flex;
  align-items: center;
  margin: 0;
}

.vs-header-nav a {
  color: #2474BB;  
  text-decoration: none;
  transition: all 0.25s ease;
}

.vs-header-nav a:hover {
  color: #1E5598; 
}


main,
.section-page,
.category-page,
.article-page {
  margin-top: 0 !important;
  flex: 1;
}

.vs-menu-toggle {
  display: none;
}

.vs-hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
  user-select: none;
}


@media (max-width: 800px) {
  .vs-header-inner { 
    position: relative;
  }


  #vs-nav { display: none; }
  #vs-menu-toggle:checked ~ #vs-nav { display: flex; }

  .vs-header-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 12px;
    right: 12px;

    display: flex;
    flex-direction: column;
    gap: 8px;

    background: #fff;
    border: 1px solid rgba(36, 116, 187, 0.25);
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
    z-index: 999;
    animation: vs-nav-slide 0.25s ease-out;
  }


  .vs-header-nav::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 24px;
    width: 0; height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(36, 116, 187, 0.25);
  }
  .vs-header-nav::after {
    content: "";
    position: absolute;
    top: -7px;
    right: 24px;
    width: 0; height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
  }


  .vs-header-nav a {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    color: rgba(2, 75, 117, 0.95);
    background: transparent;
    outline: 0;
  }

  .vs-header-nav a:hover,
  .vs-header-nav a:focus {
    background: rgba(36, 116, 187, 0.08);
  }

  .vs-header-nav a:active {
    background: rgba(36, 116, 187, 0.12);
  }


  @media (prefers-reduced-motion: reduce) {
    .vs-header-nav { animation: none; }
  }

  @keyframes vs-nav-slide {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
  }
}


  .vs-menu-toggle:checked + .vs-hamburger + .vs-header-nav {
    display: flex;
    transition: all 0.25s ease;
  }

  .vs-hamburger {
    display: block;
    color: #2474BB;
    margin-left: auto;
    animation: fade 0.25s ease;
    transition: all 0.25s ease;
  }

  .vs-header-nav a {
    padding: 10px 0;
    margin: 0;
    transition: all 0.25s ease;
  }
}

.dropdown-menu {
  top: calc(100% + 5px) !important;
  right: 0 !important;
  left: auto !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-top: 0;
  font-family: 'Source Sans Pro', sans-serif;
}


.vs-header-nav > .user-nav {
  margin-top: 6px;
}

.search-full {
  position: relative;
}
 
.search-autocomplete {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 1000;
}

.request-form select,
.request-form option,
.request-form input,
.request-form textarea,
.request-form label {
  font-family: 'Source Sans Pro', sans-serif !important;
}

.vs-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.vs-main { flex: 1 0 auto; }

.vs-main > *:first-child { margin-top: 0; }

.sub-nav-wrapper { margin-top: 0 !important; }

html { height: 100%; }

.vs-header { flex: 0 0 auto; }
.vs-main   { flex: 1 0 auto; }
.vs-footer { flex: 0 0 auto; }


.vs-main > *:first-child { margin-top: 0; }


:root { scroll-padding-top: 90px; }

.blocks-item.custom {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

:root{
  --vs-blue:#2474BB;
  --vs-blue-dark:#1E5598;
  --vs-grey-100:#B4B9BD;
  --vs-grey-700:#B4B9BD;
  --ring:3px solid var(--vs-blue);
  scroll-padding-top:90px;
}
.vs-hero {
  position: relative;
  isolation: isolate;
  padding: 20px 0px 70px 0px;
  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      to bottom,
      rgba(36,116,187,0) 0%,
      rgba(36,116,187,0) 2%,
      rgba(36,116,187,0.05) 12%,
      rgba(36,116,187,0.15) 28%,
      rgba(36,116,187,0.25) 40%,
      rgba(36,116,187,0.30) 50%,
      rgba(36,116,187,0.25) 60%,
      rgba(36,116,187,0.15) 72%,
      rgba(36,116,187,0.05) 88%,
      rgba(36,116,187,0) 98%,
      rgba(36,116,187,0) 100%
    ),
    #fff;
}

  .search.search-full input[type="submit"]{
  display:none !important;
}
  
.vs-hero-inner{
  max-width:920px; 
  width:100%; 
  text-align:center;
}

.vs-hero-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3.1em;
  font-weight: 550;
  color: #2474BB;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}

.vs-hero-search{
  max-width:720px; 
  margin:0 auto;
  }
  
.vs-hero .search.search-full input[type="search"]{
  height:56px; 
  border-radius:12px!important; 
  border:1px solid #FF6B35;
  background:#FF6B35; 
  color:#FF6B35; 
  font-size:16px; 
  box-shadow: 0 0 18px rgba(0,0,0,0.3);
}
.vs-hero .search.search-full input[type="search"]::placeholder{color:#6b7280;}
.vs-hero .search.search-full input[type="submit"]{
  height:48px; 
  border-radius:12px; 
  border:1px solid #FF6B35; 
  background:#FF6B35; 
  color: #FF6B35;
}

.vs-hero-chips{
  margin-top:14px; 
  display:flex; 
  flex-wrap:wrap; 
  gap:8px; 
  justify-content:center;
  }
  
.vs-hero-chips .chip{
  display:inline-flex; 
  align-items:center; 
  justify-content:center;
  min-height:34px; 
  padding:6px 12px; 
  border-radius:999px;
  border:1px solid rgba(36,116,187,.35); 
  background:#FF6B35; 
  color:var(--vs-blue-dark); 
  font-weight:600;
  transition: all 0.25s ease;
}
  
.vs-hero-chips .chip:hover{
  background:#FF6B35; 
  border-color:var(--vs-blue); 
  text-decoration:none;
  }

.vs-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 48px;
}

  
.feature-list {
  display:grid; 
  gap:12px; 
  grid-template-columns:1fr; 
  margin:0; 
  padding-bottom: 24px; 
  list-style:none;
  }
  
@media (min-width:680px){ .feature-list {
  grid-template-columns:1fr; 
  gap:14px;
  } 
  }
  
@media (min-width:980px){ .feature-list {
  grid-template-columns:1fr; 
  gap:16px;
  } 
  }

.feature {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  flex: 1 1 calc(50% - 30px);
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.25s ease;
  border: 1px solid rgba(180, 185, 189, 0.4);
}
  
.feature:hover {
  border: 1px solid rgba(180, 185, 189, 0.7);
  }

.feature-link{
  display:grid; 
  grid-template-columns:72px 1fr 24px; 
  gap:16px; 
  align-items:center;
  padding:18px 16px; 
  text-decoration:none; 
  color:inherit;
}
@media (min-width:740px){ .feature-link{
  grid-template-columns:88px 1fr 32px; 
  padding:22px 20px;
  } 
  }

.feature-icon {
  width:64px;
  height:64px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(36, 116, 187,0.06); 
  border:1px solid rgba(36,116,187,.25);
  margin:0 auto;
  transition: all 0.25s ease;
}

.feature:hover .feature-icon,
.feature:focus-within .feature-icon {
  transform: scale(1.01);
  border: 1px solid rgba(30, 85, 152, 0.4);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 2px 2px rgba(36,116,187,0.08);
}
  
.feature .block-icon,.feature .block-hover-icon{
  max-height:42px; 
  height:auto; 
  display:block; 
  margin:0 auto;
  }
  
.feature .block-hover-icon{
  display:none;
  }
  
.feature:hover .block-icon,.feature:focus-within .block-icon{
  display:none;
  }
  
.feature:hover .block-hover-icon,.feature:focus-within .block-hover-icon{
  display:block;
  }

.feature-title{
  margin:0; 
  font-size:18px; 
  line-height:1.25; 
  color: #2474BB;
  transition: all 0.25s ease;
  }
  
.feature-desc{
  margin:4px 0 0;
  color:var(--vs-grey-700);
  }

.feature-arrow{
  font-size:28px; 
  color: #2474BB; 
  transform:translateX(0); 
  transition: all 0.25s ease;
  }

.feature:hover, .feature:focus-within{
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
  
.feature:hover .feature-title, .feature:focus-within .feature-title{
  color: #1E5598;
  }
  
.feature:hover .feature-arrow, .feature:focus-within .feature-arrow {
  transform:translateX(10px);
  }

.feature-link:focus-visible {
  outline:var(--ring); 
  outline-offset:4px; 
  border-radius:12px;
  }

.feature-internal {
  opacity:.92;
  }
  
.feature-internal .feature-title .icon-lock {
  margin-left:6px;
  }

.sr-only {
  position:absolute!important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
  }

@media (prefers-reduced-motion: reduce){
  .feature, .feature-title, .feature-arrow{
    transition: all 0.25s ease;
  }
}

  .vs-hero-subtext {
  margin-top: 12px;
  font-size: 16px;
  color: #FF6B35;
  opacity: 0.8;
}

:root{
  --vs-blue:#2474BB;
  --vs-blue-dark:#1E5598;
  --vs-grey-700:rgba(33, 37, 41, 0.9);
}

.vs-omnisearch{
  max-width: 720px;
  margin: 0 auto;
  }
  
.vs-omnisearch-subtext {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(33, 37, 41, 0.9);
  opacity: .75;
  text-align: center;
  padding: 0;
}

.vs-omnisearch-shell {
  position: relative;
  flex: 1 1 auto;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e4e7ec;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
}

.vs-omnisearch-shell.filled{
  background: #B4B9BD;
  border-color: rgba(36,116,187,.18);
}

.vs-omnisearch-icon{
  position:absolute;
  left:16px; top:50%;
  transform:translateY(-50%);
  width:22px; height:22px;
  fill:rgba(33, 37, 41, 0.9); opacity:.6;
  pointer-events:none;
}

.vs-omnisearch-hint{
  position:absolute; 
  right:12px; 
  top:50%; 
  transform:translateY(-50%);
  font-size:13px; 
  color:#7a8a96; 
  background:#F04438; 
  border:1px solid #e6e9ef;
  border-radius:8px; 
  padding:4px 8px; 
  line-height:1;
  transition: all 0.25s ease;
}
  
.vs-omnisearch-shell:focus-within .vs-omnisearch-hint{
  opacity: .0;
  transform: translateY(-50%) scale(.98);
}

  .vs-omnisearch-shell:focus-within {
  border-color: rgba(36,116,187,0.65) !important;
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 12px 6px rgba(36,116,187,0.0) !important;
}


.article-body li > p { margin: 0px; }
.article-body li > p img { display: block; margin: 0px; }
.article-body li > ul { margin-top: 4px; }


.vs-omnisearch-form {
  padding:10px;
  height:56px;
  }
  
  .vs-omnisearch-form,
.vs-omnisearch-form .search {
  width:100%;
  max-width:100%; 
  margin:0; 
  }

.vs-omnisearch-form input[type="search"]#query{
  flex: 1 1 auto;
  box-sizing:border-box;
  width:100%;
  height:100%;
  border:none;
  background:transparent;
  color:rgba(33, 37, 41, 0.9);
  font-size:16px;
  padding:0 44px;
  outline:none;
  box-shadow:none;
}
  
.vs-omnisearch-form input[type="search"]#query::placeholder{
  color:#B4B9BD;
  }

.vs-omnisearch-submit {
  flex:0 0 auto;
  padding:0 22px;
  min-width: 128px;
  height:56px;
  border:none;
  border-radius:12px;
  background:#F04438;
  color:#fff;
  font-weight:600;
  font-size:16px;
  cursor:pointer;
  align-self:center;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.vs-omnisearch-submit:hover{
  background:#1E5598; 
  box-shadow:0 6px 16px rgba(0,0,0,.22);
}


  .vs-omnisearch { 
    padding: 0 12px; 
    max-width: 80%;
    }

  @media (max-width:640px){
  .vs-omnisearch { 
    padding: 0 12px; 
    max-width: 80%;
    }
  .vs-omnisearch-submit{ width:100%; }
}
  
  .vs-omnisearch-submit:active {
  transform: translateY(0);
}

.vs-omnisearch-shell.hover-input {
  border-color: rgba(36,116,187,0.4);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 12px 6px rgba(36,116,187,0.08);
}
  
.vs-omnisearch-form input[type="search"]#query:focus{
  outline: none;
  box-shadow: none;
  }

.vs-hero-shape{
  position:absolute; 
  inset:auto; 
  pointer-events:none; 
  z-index:0;
  }
  
.vs-hero-shape-a{
  width:320px;
  height:320px;
  right:-100px;
  top:-80px;
  background:radial-gradient(closest-side, rgba(36,116,187,.12), rgba(36,116,187,0)); 
  filter:blur(2px);
  }
  
.vs-hero-shape-b{
  width:260px;
  height:260px;
  left:-80px;
  bottom:-60px;
  background:radial-gradient(closest-side, rgba(2,75,117,.10), rgba(2,75,117,0)); 
  filter:blur(2px);
  }

.sr-only{
  position:absolute!important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

@media (prefers-reduced-motion: reduce){
  .vs-omnisearch-shell,
  .vs-omnisearch-form input[type="search"]#query { transition: all 0.25s ease; }
}

  .vs-search-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
  
  .vs-search-row input[type="search"]#query {
  flex: 1 1 auto;
  border: none;
  background: transparent;
  padding: 0 44px 0 44px;
  font-size: 18px;
  color: #FF6B35;
  height: 56px;
  box-shadow: none;
  outline: none;
}
  
.vs-omnisearch-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}
  
  @media (max-width: 640px){
  .vs-omnisearch-row{ flex-direction:column; gap:10px; }
  .vs-omnisearch-submit{ width:100%; height:52px; border-radius:12px; }
}
  
  .vs-omnisearch .search.search-full::before { 
    color:#FF6B35; 
  }
  
.vs-omnisearch .search-full input[type="search"]{
  background: transparent !important;
  color: #FF6B35 !important;
}

  .vs-footer {
  background-color: #f9f9f9;
  border-top: 1px solid #e4e7ec;
  padding: 20px 0 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #414042;
  flex-shrink: 0;
}



.vs-footer,
.vs-footer-top,
.vs-footer-top .container {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}


.vs-footer-columns {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  justify-content: space-evenly;
  column-gap: 0;
  align-items: start;
  width: 100%;
}


.vs-footer-col {
  width: max-content;
  min-width: 0;
}
@supports not (width: max-content) {
  .vs-footer-col { width: auto; }
}




.vs-footer-col h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1E5598;
}

.vs-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vs-footer-col ul li {
  margin-bottom: 6px;
}

.vs-footer-col a {
  color: #007AC2;
  text-decoration: none;
  transition: all 0.25s ease;
}

.vs-footer-col a:hover {
  color: #1E5598;
}

.vs-social-icons {
  display: flex;
  gap: 12px;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.vs-social-icons a {
  color: #007AC2;
  font-size: 20px;
}

.vs-social-icons a:hover {
  color: #1E5598;
}

@media (max-width: 800px) {
  .vs-footer-columns {
    flex-direction: column;
  }
}
  
  .social-icons {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 10px;
}

.social-icon svg {
  width: 20px;
  height: 20px;
  fill: #007AC2;
  transition: all 0.25s ease;
}

.social-icon:hover svg {
  fill: #1E5598;
}

  .sub-nav-article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

@media (min-width: 801px) {
  .sub-nav-article {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0;
    height: 73px;
  }


  .sub-nav-article > .breadcrumbs,
  .sub-nav-article > ol.breadcrumbs,
  .sub-nav-article > :first-child {
    align-self: flex-end;
  }


  .sub-nav-article > .vs-omnisearch-article {
    margin-left: auto;
    align-self: flex-start;
  }
}

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

.sub-nav-article input[type="search"]::after {
  font-size: 15px;
}
  
  .vs-omnisearch-article{
  max-width: 720px;
  margin: 0 0;
  }
  
.sub-nav-wrapper .container { 
  align-items: flex-start !important; 
}


  .vs-omnisearch-shell-article {
  position: relative;
  flex: 1 1 auto;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #e4e7ec;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
}

.vs-omnisearch-shell-article.filled{
  background: #B4B9BD;
  border-color: rgba(36,116,187,.18);
}
  
  .vs-omnisearch-icon-article {
  position:absolute;
  left:16px; top:50%;
  transform:translateY(-50%);
  width:22px; height:22px;
  fill:rgba(33, 37, 41, 0.9); opacity:.6;
  pointer-events:none;
}
  
  .vs-omnisearch-form-article {
  padding:10px;
  height:45px;
  }
  
  .vs-omnisearch-form-article,
.vs-omnisearch-form-article .search {
  width:100%;
  max-width:100%; 
  margin:0; 
  }

.vs-omnisearch-form-article input[type="search"]#query{
  flex: 1 1 auto;
  box-sizing:border-box;
  width:100%;
  height:100%;
  border:none;
  background:transparent;
  color:rgba(33, 37, 41, 0.9);
  font-size:18px;
  padding:0 44px;
  outline:none;
  box-shadow:none;
}
  
.vs-omnisearch-form-article input[type="search"]#query::placeholder{
  color:#B4B9BD;
  }

.vs-omnisearch-shell-article.hover-input {
  border-color: rgba(36,116,187,0.4);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 12px 1px rgba(36,116,187,0.08);
}

.vs-omnisearch-shell-article:focus-within .vs-omnisearch-hint{
  opacity: .0;
  transform: translateY(-50%) scale(.98);
}

  .vs-omnisearch-shell-article:focus-within {
  border-color: rgba(36,116,187,0.65) !important;
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 12px 6px rgba(36,116,187,0.0) !important;
}

.article-body iframe[src*="youtube.com"],
.article-body iframe[src*="youtu.be"],
.article-body iframe[src*="wistia.com"],
.article-body iframe[src*="vimeo.com"] {
  display: block;
  width: 100%;
  height: 540px;
  margin: 20px auto;
  border: none;
}

.vs-header-logo-footer {
  vertical-align: middle;
  max-width: 190px;
  margin-top: 40px;
  margin-bottom: 0px;
  transition: all 0.25s ease;
}
  
  .vs-header-logo-footer:hover {
transform: scale(1.05);
}

.vs-form-shell { 
  max-width: 100%;
  margin: 0 auto; 
  padding-top: 20px;
}

.vs-form-card{
  padding: 0 20px 20px;
}

.request-form .form-field,
#new_request .form-field {
  margin-bottom:40px;
}

.request-form label,
#new_request label {
  font-family:"Source Sans Pro", system-ui, -apple-system, Segoe UI, sans-serif;
  font-size:16px;
  font-weight:600;
  color:#1E5598;
  margin-bottom:6px;
  display:block;
}

.request-form .optional,
.request-form .hint,
#new_request .optional,
#new_request .hint {
  display:block;
  font-size:13px;
  line-height:1.35;
  color:#5f6b76;
  margin-top:4px;
}

.request-form input[type="text"],
.request-form input[type="email"],
.request-form input[type="tel"],
.request-form input[type="url"],
.request-form input[type="number"],
.request-form .nesty-input,
.request-form select,
.request-form textarea,
#new_request input[type="text"],
#new_request input[type="email"],
#new_request input[type="tel"],
#new_request input[type="url"],
#new_request input[type="number"],
#new_request .nesty-input,
#new_request select,
#new_request textarea {
  width:100%;
  box-sizing:border-box;
  font-family:"Source Sans Pro", system-ui, -apple-system, Segoe UI, sans-serif;
  font-size:16px;
  line-height:1.35;
  color:rgba(33, 37, 41, 0.9);
  background:#fff;
  border:1px solid #e4e7ec;
  border-radius:12px;
  padding:12px 14px;
  transition: all 0.25s ease;
  box-shadow:0 2px 6px rgba(0,0,0,.05);
}

.request-form input:hover,
.request-form select:hover,
.request-form textarea:hover,
.request-form .nesty-input:hover,
#new_request input:hover,
#new_request select:hover,
#new_request textarea:hover,
#new_request .nesty-input:hover {
  border-color: rgba(36,116,187,0.4);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 12px 6px rgba(36,116,187,0.08);
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus,
#new_request input:focus,
#new_request select:focus,
#new_request textarea:focus {
  border-color: rgba(30, 85, 152,0.5) !important;
  box-shadow:
    0 6px 18px rgba(0,0,0,0.05),
    inset 0 0 12px 6px rgba(36,116,187,0.0) !important;
}

.request-form .nesty-input,
#new_request .nesty-input {
  cursor:pointer;
  position:relative;
  padding-right:36px;
}

.request-form .nesty-input:after,
#new_request .nesty-input:after {
  content:"";
  position:absolute;
  right:12px; top:50%;
  width:0; height:0;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:5px solid #2474BB;
  transform:translateY(-50%);
}

.request-form textarea,
#new_request textarea {
  min-height:132px;
  resize:none;
}

.upload-dropzone {
  border:1px dashed #cfd6dc;
  border-radius:12px;
  background:#f8fafc;
  padding:5px;
  text-align:center;
  color:#5f6b76;
  transition: all 0.25s ease;
}

.upload-dropzone:hover {
  border-color:rgba(30,85,152,0.8);
  background:rgba(36,116,187,0.08);
}

.request-form .upload-dropzone,
#new_request .upload-dropzone {
  border:1px dashed #cfd6dc;
  border-radius:12px;
  background:#f8fafc;
  padding:14px;
  text-align:center;
  color:#5f6b76;
  transition: all 0.25s ease;
}

.request-form .upload-dropzone:hover,
#new_request .upload-dropzone:hover {
  border-color:#2474BB;
  background:#f5f9ff;
}

.request-form .form-field.is-error input,
.request-form .form-field.is-error select,
.request-form .form-field.is-error textarea,
#new_request .form-field.is-error input,
#new_request .form-field.is-error select,
#new_request .form-field.is-error textarea {
  border-color:#E84325;
  box-shadow:0 0 0 2px rgba(232,67,37,.1) inset;
}

.request-form .notification-error,
#new_request .notification-error {
  color:#E84325;
  font-size:13px;
  margin-top:6px;
}

.request-form .form-actions input[type="submit"],
#new_request .form-actions input[type="submit"],
.request-submit,
.button-large {
  font-family:"Source Sans Pro", system-ui, -apple-system, Segoe UI, sans-serif;
  font-size:16px;
  font-weight:600;
  padding:12px 22px;
  min-width:160px;
  border:none;
  border-radius:12px;
  color:#fff;
  background:#2474BB;
  box-shadow:0 10px 10px rgba(0,0,0,.08);
  cursor:pointer;
  transition: all 0.25s ease;
}

.request-form .form-actions input[type="submit"]:hover,
#new_request .form-actions input[type="submit"]:hover,
.request-submit:hover,
.button-large:hover {
  background:#1E5598;
  box-shadow:0 1px 1px rgba(0,0,0,.08);
  transform:translateY(-1px);
}

.request-form .form-actions input[type="submit"]:active,
#new_request .form-actions input[type="submit"]:active,
.request-submit:active,
.button-large:active {
  transform:translateY(0);
}

#new_request .form-actions,
.request-form .form-actions { 
  max-width:100%; 
  margin-top:16px; 
  display:flex; 
  justify-content:center; 
}

@media (max-width:640px){
  .vs-form-card { padding:1px; }
}

.vs-notice {
  width: 100%;
  display: block;
  position: relative;
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, sans-serif;
}

.vs-notice-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 44px;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}

.vs-notice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vs-notice-text {
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}

.vs-notice-cta {
  text-decoration: underline;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  color: #1E5598;
}

.vs-notice-link:hover .vs-notice-cta {
  text-decoration: none;
}

.vs-notice-close {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  color: inherit;
}

[hidden] .vs-notice-close,
.vs-notice[hidden] .vs-notice-close {
  display: none;
}

.vs-notice-close:hover {
  opacity: 1;
}

.vs-notice--outage {
  background: linear-gradient(90deg, rgba(240,68,56,0.14) 0%, rgba(240,68,56,0.04) 50%, rgba(240,68,56,0.14) 100%);
  color: #5C2A16;
  border-top: 1px solid #F04438;
  border-bottom: 1px solid #F04438;
}

.vs-notice--outage .vs-notice-icon {
  color: #F04438;
}

.vs-notice--maintenance {
  background: linear-gradient(90deg, rgba(255,182,50,0.18) 0%, rgba(255,182,50,0.06) 50%, rgba(255,182,50,0.18) 100%);
  color: #5C4108;
  border-top: 1px solid #FFB632;
  border-bottom: 1px solid #FFB632;
}

.vs-notice--maintenance .vs-notice-icon {
  color: #c98e1f;
}

.vs-notice--holiday {
  background: linear-gradient(90deg, rgba(36,116,187,0.13) 0%, rgba(36,116,187,0.04) 50%, rgba(36,116,187,0.13) 100%);
  color: #0E3A63;
  border-top: 1px solid #2474BB;
  border-bottom: 1px solid #2474BB;
}

.vs-notice--holiday .vs-notice-icon {
  color: #2474BB;
}

.vs-notice--release {
  background: linear-gradient(90deg, rgba(143,199,66,0.18) 0%, rgba(143,199,66,0.06) 50%, rgba(143,199,66,0.18) 100%);
  color: #2C4A0E;
  border-top: 1px solid #8FC742;
  border-bottom: 1px solid #8FC742;
}

.vs-notice--release .vs-notice-icon {
  color: #6a9e2e;
}

@media (max-width: 480px) {
  .vs-notice-link {
    padding: 10px 40px;
    font-size: 13px;
  }
}

.vs-banner {
  background: none;
  border: 0;
}

.vs-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px 6px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
}

.vs-banner-title {
  margin: 0 0 6px;
  color: #2474BB;
  font-weight: 800;
  font-size: 26px;
}

.vs-banner-copy {
  margin: 0 0 4px;
  color: #414042;
  font-size: 16px;
}

.vs-blades {
  max-width: 1200px;
  margin: 10px auto 14px;
  padding: 10px 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 900px) {
  .vs-blades { grid-template-columns: 1fr; }
}

.vs-blade {
  background: #fff;
  align-items: stretch;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 14px 16px;
    display: flex;
  flex-direction: column;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
}

.vs-blade h3 {
  margin: 0 0 6px;
  color: #2474BB;
  font-size: 18px;
  text-align: center;
}

.vs-blade-desc {
  margin: 0 0 15px;
  color: rgba(33, 37, 41, 0.9);
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.vs-blade-phone {
  margin-top: auto; 
  margin-bottom: 0px;
  padding-top: 6px;
  color: #2474BB;
  font-size: 14px;
  text-align: center;
}

.vs-blade-hours {
  margin-top: auto; 
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #2474BB;
  font-size: 14px;
  text-align: center;
}


.vs-form-band {
  max-width: 1100px;
  margin: 0 auto 24px;
  padding: 20px 8px;
}

.vs-form-card {
  background: #fff;
  border-radius: 16px;
}

@media (max-width: 640px) {
  .vs-form-card { padding: 1px; border-radius: 12px; }
  .vs-banner-title { font-size: 22px; }
}

.request-container textarea::placeholder,
#request_comment_body::placeholder,
.request-comment textarea::placeholder,
.comment-form textarea::placeholder {
  color: RGBa(33, 37, 41,0.6);
  opacity: 1;
  transition: all 0.25s ease;
}

.request-container textarea:focus::placeholder,
#request_comment_body:focus::placeholder,
.request-comment textarea:focus::placeholder,
.comment-form textarea:focus::placeholder {
  color: RGBa(33, 37, 41,0.3);
}

#new_request .form-actions,
.request-form .form-actions,
.comment-form .form-actions,
.request-actions,
.request-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.request-submit-comment,
.request-submit-comment.shown {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  float: none !important;
}

.request-submit-comment input[type="submit"] {
  display: inline-flex;
  float: none !important;
  margin: 0 auto;
}

.form-submit-button,
#down-vote-panel .form-submit-button,
.vs-article-vote__panel-body .form-submit-button {
  font-family: 'Source Sans Pro', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(36, 116, 187,0.6);
  background: #fff;
  color: #2474BB !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  transition: all 0.25s ease;
}

.form-submit-button:hover,
#down-vote-panel .form-submit-button:hover,
.vs-article-vote__panel-body .form-submit-button:hover {
  font-family: 'Source Sans Pro', sans-serif;
  background: rgba(36,116,187,.06);
  color: #000 !important;
  border:1px solid #1E5598;
  transition: all 0.25s ease;
}

.form-submit-button:active,
#down-vote-panel .form-submit-button:active,
.vs-article-vote__panel-body .form-submit-button:active {
  transform: translateY(1px);
}

.form-submit-button:focus-visible,
#down-vote-panel .form-submit-button:focus-visible,
.vs-article-vote__panel-body .form-submit-button:focus-visible {
  outline: 2px solid #FFB632;
  outline-offset: 2px;
}

.form-submit-button:disabled,
#down-vote-panel .form-submit-button:disabled,
.vs-article-vote__panel-body .form-submit-button:disabled {
  cursor: default;
  opacity: .6;
  box-shadow: none;
  transform: none;
}

.vs-article-vote__panel-body .form-buttons-wrapper,
#down-vote-panel .form-buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.vs-article-vote__panel-body .form-buttons-wrapper .form-submit-button,
#down-vote-panel .form-buttons-wrapper .form-submit-button {
  margin: 0;
}

.form-textarea,
#down-vote-panel .form-textarea,
.vs-article-vote__panel-body .form-textarea {
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%;
  min-height: 140px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #e4e7ec;
  background: #fff;
  color: rgba(33, 37, 41, 0.9);
  line-height: 1.45;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
  caret-color: #1E5598;
}

.form-textarea::placeholder,
#down-vote-panel .form-textarea::placeholder,
.vs-article-vote__panel-body .form-textarea::placeholder {
  color: #B4B9BD;
}

.form-textarea:hover,
#down-vote-panel .form-textarea:hover,
.vs-article-vote__panel-body .form-textarea:hover {
  border-color: rgba(36,116,187,0.4);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.06),
    inset 0 0 12px 6px rgba(36,116,187,0.02);
}

.form-textarea:focus,
#down-vote-panel .form-textarea:focus,
.vs-article-vote__panel-body .form-textarea:focus {
  outline: none;
  border-color: rgba(36,116,187,0.65);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.05),
    inset 0 0 12px 6px rgba(36,116,187,0.0);
}

.form-textarea:disabled,
#down-vote-panel .form-textarea:disabled,
.vs-article-vote__panel-body .form-textarea:disabled {
  background: #f5f6f7;
  color: rgba(33,37,41,.6);
  border-color: #e4e7ec;
  box-shadow: none;
  cursor: not-allowed;
}

@media (max-width: 480px) {
  .form-textarea,
  #down-vote-panel .form-textarea,
  .vs-article-vote__panel-body .form-textarea {
    min-height: 120px;
  }
}

.request-sidebar.collapsible-sidebar {
  font-family: 'Source Sans Pro', system-ui, -apple-system, Segoe UI, sans-serif;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  padding: 16px 16px 8px;
}

.request-sidebar .collapsible-sidebar-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #1E5598;
  letter-spacing: .2px;
}

.request-sidebar .request-details {
  margin-bottom: 12px;
  padding: 12px 12px;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.request-sidebar .request-details dt {
  margin: 6px 0 2px;
  font-size: 12px;
  color: rgba(33,37,41,0.7);
}

.request-sidebar .request-details status {
  margin: 6px 0 2px;
  font-size: 12px;
  color: rgba(33,37,41,0.7);
}

.request-sidebar .request-details dd {
  margin: 0 0 8px;
  font-size: 14px;
  color: rgba(33,37,41,0.95);
}

.request-sidebar .request-details dd:last-of-type {
  margin-bottom: 0;
}

.request-sidebar .status-label {
    display: flex;
  align-items: center;
}

.request-sidebar .request-attachments {
  margin-top: 12px;
  margin-bottom: 8px !important;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.request-sidebar .request-attachments dt {
  margin: 4px 0 8px;
  font-size: 12px;
  color: rgba(33,37,41,0.7);
}

.request-sidebar .attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}

.request-sidebar .attachment-item + .attachment-item {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dashed #e4e7ec;
}

.request-sidebar .attachment-item a {
  color: #2474BB;
  text-decoration: none;
  transition: all 0.25s ease;
  border-radius: 8px;
  padding: 2px 4px;
}

.request-sidebar .attachment-item a:hover {
  color: #1E5598;
  background: rgba(36,116,187,0.06);
}

.request-sidebar .attachment-meta {
  margin-top: 4px;
  display: flex;
  gap: 10px;
  color: rgba(33,37,41,0.65);
  font-size: 12px;
}

.request-sidebar .attachment-meta a {
  color: #1E5598;
}

.request-sidebar .attachment-meta a:hover {
  color: #0f3e79;
}

.request-sidebar a:focus-visible,
.request-sidebar button:focus-visible {
  outline: 2px solid #FFB632;
  outline-offset: 2px;
  transition: all 0.25s ease;
}

@media (max-width: 800px) {
  .request-sidebar.collapsible-sidebar {
    padding: 12px;
    border-radius: 14px;
  }
  .request-sidebar .request-details {
    padding: 10px;
  }
}

.request-sidebar .request-attachments:last-child {
  margin-bottom: 8px !important;
}

.request-sidebar .request-details:last-child {
  margin-bottom: 8px;
}

.request-sidebar .request-details:has(.status-label) { 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  padding: 12px 8px 12px 16px; 
}

.request-sidebar .request-details:has(.status-label) dt,
.request-sidebar .request-details:has(.status-label) dd,
.request-sidebar .request-details:has(.status-label) status {
  display: flex; 
  align-items: center; 
}

.request-sidebar .request-details:has(.status-label) status-pill {
  display: flex; 
  align-items: center;
}



.vs-titlebar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 12px;
}

.vs-titlebar .my-activities-header{
  margin:0;
  padding:0;
  flex:1 1 auto;
  min-width:0;
}


.vs-backcrumb{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  background:#fff;
  color:#2474BB;
  cursor:pointer;
  line-height:1;
  border:1px solid #e4e7ec;
  border-radius:999px;
  font-family:"Source Sans Pro", system-ui, -apple-system, Segoe UI, sans-serif;
  box-shadow:0 2px 6px rgba(0,0,0,.08);
  transition: all 0.25s ease;
}

.vs-backcrumb:hover{
  color:#1E5598;
  border-color:rgba(36,116,187,.40);
  box-shadow:0 6px 18px rgba(0,0,0,.05), inset 0 0 12px 6px rgba(36,116,187,.03);
  outline:none;
}



.vs-backcrumb__icon{
  width:14px;
  height:14px;
  flex:0 0 14px;
  fill:currentColor;
  transform:translateX(0);
  transition: all 0.25s ease;
}
.vs-backcrumb:hover .vs-backcrumb__icon{
  transform:translateX(-4px);
}


@media (max-width:640px){
  .vs-titlebar{ flex-direction:column; align-items:flex-start; gap:8px; }
}



.request-sidebar .request-details > status {
  display: block;
  margin: 0;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 600;
  color: rgba(33,37,41,0.9);
}

.request-sidebar .request-details > status-pill {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  margin: 0 !important;
  padding: 0;
  text-align: center;
}

.request-sidebar .request-details > status-pill .status-label {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  float: none;
}










.request-form .nesty-input,
#new_request .nesty-input{
  height:40px;
  line-height:40px;
  padding:0 40px 0 14px;
}

.vs-select .nesty-input { 
  padding: 0 40px 0 14px; 
  height:40px; 
  line-height:40px; 
  border-radius:12px; 
}

.vs-select.is-empty .nesty-input { 
  color: transparent; 
}

.vs-select .nesty-input {
  height: 56px;
  line-height: 56px;
  padding: 0 40px 0 14px;
  border-radius: 12px;
}

.vs-select.is-empty + .nesty-input,
.vs-select.is-empty .nesty-input { 
  color: transparent; 
}



form.request-form .form-field.request_custom_fields_41617915210011[hidden],
form.request-form .form-field.request_custom_fields_41617915210011:not(.is-shown) {
  display: none !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


form.request-form .form-field.request_custom_fields_41617915210011.is-shown {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}


.form-field.request_custom_fields_41617844725147 label#request_custom_fields_41617844725147_label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.form-field.request_anonymous_requester_email {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}


.form-field.request_custom_fields_41617844725147 > label{
  position:absolute !important;
  width:1px; height:1px;
  margin:-1px; padding:0; border:0;
  overflow:hidden; clip:rect(0 0 0 0); clip-path:inset(50%);
  white-space:nowrap;
}


.form-field.request_custom_fields_41617844725147{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  flex-wrap:nowrap !important;
  gap:1px;
}


.form-field.request_custom_fields_41617844725147 input[type="checkbox"]{
  flex:0 0 auto;
  margin:0;
  min-width: 18px;
}


.form-field.request_anonymous_requester_email{ padding-bottom:10px; }


.form-field.request_custom_fields_38050792871579{ padding-bottom:10px; }


#request_anonymous_requester_email_hint{ 
  margin-top:0px !important; 
  margin-bottom:10px !important; 
}


.form-field.request_custom_fields_41617844725147 #request_custom_fields_41617844725147_hint{
  position: relative;
  transform: translateY(0px);
  margin-left: 4px;
  font-size:14px !important;
  color: rgba(33,37,41,0.9) !important;
}

#request_custom_fields_41617844725147_hint{
  display:inline-block !important;
  margin:0;
  width:auto !important;
  transform:translateY(-3px);
}


@media (max-width: 790px){
  .form-field.request_custom_fields_41617844725147{
    align-items:center !important;
  }
}


.vs-signed-in .request_custom_fields_41617844725147,
.vs-signed-in #request_custom_fields_41617844725147_hint{
  display:none !important;
}



.vs-menu-toggle {
  position: absolute;
  left: -9999px;
}


.vs-hamburger {
  display: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 8px;
  user-select: none;
}


@media (min-width: 801px) {
  .vs-hamburger { display: none; }
  .vs-header-nav {
    position: static;
    display: flex;
    gap: 40px;
    transform: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }
}


@media (max-width: 800px) {
  .vs-hamburger { display: inline-block; }

  
  .vs-header-nav {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: 84vw; max-width: 360px;
    background: #fff;
    box-shadow: -12px 0 24px rgba(0,0,0,.12);
    padding: 20px;
    overflow-y: auto;
    z-index: 1000;


    transform: translateX(100%);
    transition: all 0.25s ease;
    display: block;
  }


  #vs-menu-toggle:checked ~ .vs-header-nav {
    transform: translateX(0);
  }


  body.vs-lock-scroll { overflow: hidden; }
}


.vs-header-nav .vs-close {
  display: none;
}

@media (max-width: 800px) {
  #vs-menu-toggle:checked ~ #vs-nav .vs-close { 
    display: flex;
  }


  #vs-menu-toggle:not(:checked) ~ #vs-nav .vs-close { 
    display: none;
  }


  .vs-header-nav .vs-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(36,116,187,0.25);
    border-radius: 10px;
    background: #fff;
    color: #024B75;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
  }

  .vs-header-nav .vs-close:hover { background: rgba(36,116,187,0.08); }
  .vs-header-nav .vs-close:active { background: rgba(36,116,187,0.12); }
  .vs-header-nav .vs-close:focus { outline: 2px solid #2474BB; outline-offset: 2px; }
}


#vs-footer-desktop { display: block; }
#vs-footer-mobile  { display: none; }

@media (max-width:940px) {
  #vs-footer-desktop { display: none; }
  #vs-footer-mobile  { display: block; }
}


#vs-footer-mobile .vs-footer-wrap {
  padding: 24px 16px 20px;
  background-color: #f9f9f9;

  max-width: 1024px;
  margin: 0 auto;
}

#vs-footer-mobile .vs-accordion {
  display: grid;
  gap: 10px;
  width: 80%;
  margin: 0 auto 20px;
}


#vs-footer-mobile details {
  border: 1px solid rgba(2,75,117,0.12);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
#vs-footer-mobile summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 600;
  color: #024B75;
  display: flex;
  align-items: left;
  justify-content: space-between;
}
#vs-footer-mobile summary::marker { display: none; }
#vs-footer-mobile summary::-webkit-details-marker { display: none; }



#vs-footer-mobile details > div {
  padding: 8px 16px 14px;
}
#vs-footer-mobile ul { margin: 0; padding-left: 16px; }
#vs-footer-mobile li { margin: 8px 0; }


#vs-footer-mobile .vs-brand {
  display: grid;
  place-items: center;
  gap: 8px;
  margin-top: 0px;
    background-color: #f9f9f9;
    padding: 0px 0 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #414042;
  flex-shrink: 0;
}
#vs-footer-mobile .vs-brand img {
  height: 36px; width: auto; display: block;
}
#vs-footer-mobile .vs-copy {
  font-size: 12px; color: rgba(33,37,41,0.75);
}
#vs-footer-mobile .vs-social {
  display: flex; gap: 30px; justify-content: center; margin-top: 6px;
}
#vs-footer-mobile .social-icon { display: inline-flex; width: 22px; height: 22px; }
#vs-footer-mobile .social-icon svg { width: 22px; height: 22px; fill: #2474BB; }
#vs-footer-mobile .social-icon:hover svg { fill: #024B75; }






@media (max-width: 800px) {
  #vs-nav .vs-header-auth {
    margin: 0 !important;
    width: 100%;
  }


  #vs-nav a,
  #vs-nav .vs-header-auth .sign-in-link {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: left;
    text-decoration: none;
    margin: 0;
  }


  #vs-nav a + a,
  #vs-nav a + .vs-header-auth,
  #vs-nav .vs-header-auth + a {
    margin-top: 6px;
  }


  #vs-nav a:hover,
  #vs-nav .vs-header-auth .sign-in-link:hover {
    background: rgba(36,116,187,0.08);
  }
  #vs-nav a:active,
  #vs-nav .vs-header-auth .sign-in-link:active {
    background: rgba(36,116,187,0.12);
  }
}


/* Article feedback */

.vs-article-feedback {
  margin-top: 8px;
}

#down-vote-panel .form-textarea {
  width: 100% !important;
  box-sizing: border-box;
}

#up-vote-panel {
  margin-top: 0px;
}

.vs-feedback-thanks {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1E5598;
  text-align: center;
  margin: 0;
  padding-bottom: 15px;
}

#down-vote-panel {
  margin-top: 0px;
}

.vs-feedback-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.vs-feedback-followup,
.vs-feedback-pre-form {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  color: #414042;
  text-align: center;
  width: 60%;
  margin: 0 auto 16px;
  padding-top: 0px;
}

.vs-feedback-field {
  width: 60%;
  margin: 0 auto 20px;
  text-align: center;
}

.vs-feedback-field label {
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1E5598;
  margin-bottom: 6px;
  display: block;
}

.vs-feedback-optional {
  font-weight: 400;
  color: #5f6b76;
  font-size: 13px;
}

.vs-feedback-hint {
  font-size: 13px;
  line-height: 1.35;
  color: #5f6b76;
  margin-top: 4px;
  text-align: center;
}

.vs-feedback-input-email {
  width: 20%;
  min-width: 200px;
  box-sizing: border-box;
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 15px;
  display: flex;
  align-items: center;
  color: rgba(33, 37, 41, 0.9);
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 8px 14px;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
}

.vs-feedback-input-email:hover {
  border-color: rgba(36,116,187,0.4);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 12px 6px rgba(36,116,187,0.08);
}

.vs-feedback-input-email:focus {
  outline: none;
  border-color: rgba(30, 85, 152, 0.5);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.05),
    inset 0 0 12px 6px rgba(36,116,187,0.0);
}

.vs-feedback-email-wrap-outer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 16px;
}

.vs-feedback-wrap-outer {
  padding-top: 10px;
  margin-bottom: 15px;
}

.vs-feedback-email-wrap-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.vs-feedback-email-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vs-feedback-wrap-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.vs-feedback-hint {
  font-size: 13px;
  line-height: 1.35;
  color: #5f6b76;
  margin-top: 4px;
}

.vs-feedback-textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 132px;
  resize: none;
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: rgba(33, 37, 41, 0.9);
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 12px 14px;
  margin-top: 20px;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
}

.vs-feedback-textarea:hover {
  border-color: rgba(36,116,187,0.4);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.1),
    inset 0 0 12px 6px rgba(36,116,187,0.08);
}

.vs-feedback-textarea:focus {
  outline: none;
  border-color: rgba(30, 85, 152, 0.5) !important;
  box-shadow:
    0 6px 18px rgba(0,0,0,0.05),
    inset 0 0 12px 6px rgba(36,116,187,0.0) !important;
}

.vs-feedback-textarea::placeholder {
  color: rgba(33, 37, 41, 0.6);
  opacity: 1;
  transition: all 0.25s ease;
}

.vs-feedback-actions {
  display: flex;
  justify-content: center;
}

.vs-feedback-submitted {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1E5598;
  text-align: center;
  margin: 0;
  width: 60%;
  padding-bottom: 20px;
}

#down-vote-panel #id_20 {
  display: none;
}