@font-face {
  font-family: RoverFontAwesome;
  src: url(//p3.zdassets.com/hc/theme_assets/122906/200001094/fontawesome-webfont.woff);
}

h1,
h2 {
  font-family: Averta-Regular, sans-serif !important;
  font-weight: 600;
}
h3,
h4,
h5,
h6 {
  font-family: Averta-Regular, sans-serif !important;
  font-weight: 500;
}
html {
  background: #ffffff;
}

body {
  color: #000000;
  font-family: Averta-Regular, sans-serif !important;
  font-weight: 400;
}

body {
  padding: 0;
}

.powered-by {
  display: none;
}

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

.header {
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
}

.header-c {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.logo {
  float: left;
}

.logo img {
  margin: 2px 0;
  height: 46px;
}

.mobile-nav {
  content: url(//p3.zdassets.com/hc/theme_assets/122906/200001094/menu_user.svg);
  width: 42px;
  height: 32px;
  padding: 8px 10px;
  background-color: #00bd70;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 9px;
  float: right;
  display: none;
}

.user-nav {
  float: right;
  height: 50px;
}

.user-nav > div,
.user-nav > a {
  margin-left: 20px;
}

.user-nav > a {
  padding-top: 20px;
}

.user-nav > a:hover {
  text-decoration: none;
}

#user {
  vertical-align: top;
}

.header [role="button"] {
  vertical-align: top;
  border: none;
  padding: 20px 0 0;
}

#user .btn {
  border: none;
  padding: 16px 0 0px;
}

#user .btn:after {
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: #555;
  content: "";
}

#user-name,
.header a {
  color: #555555;
  font-size: 14px;
  line-height: 1;
}

.header .link-icon {
  margin-right: 4px;
}

.header #user-avatar {
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  border-radius: 0;
}

.user-menu-mobile {
  padding: 5px 15px;
  display: none;
  width: 100%;
  position: absolute;
  top: 51px;
  z-index: 1001;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.user-menu-mobile a,
.user-menu-mobile .header [role="button"] {
  display: block;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0 !important;
  color: #555;
  text-decoration: none;
}

.user-menu-mobile #user,
.user-menu-mobile #user-menu {
  margin: 0;
}

.user-menu-mobile #user-dropdown {
  padding: 0;
}

.user-menu-mobile a:hover {
  color: #333;
}

.m-active {
  display: block;
}

.m-hidden {
  display: none;
}

.user-menu-mobile * {
  position: static;
  top: 0;
  right: 0;
  margin: 10px 0;
}

.user-menu-mobile .btn {
  display: none;
}

.user-menu-mobile #user-dropdown {
  display: block;
  border: none;
  top: 0;
  box-shadow: none;
}

.user-menu-mobile #password-change,
.user-menu-mobile #profile-open,
.user-menu-mobile [role="separator"] {
  display: none;
}

#user-dropdown {
  top: 36px;
}
.fixed-messaging-buttons-container {
  position: fixed;
  bottom: 12px;
  right: 12px;
  display: flex;
  flex-direction: row;
  padding: 10px 10px 10px 0;
  gap: 10px;
}

.messaging-button {
  border: 1px solid;
  border-color: rgb(216, 220, 222);
  height: 60px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 100px;
  gap: 16px;
  justify-content: center;
  flex-wrap: nowrap;
  font-family: Averta, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  background-color: white;
}

#zendesk-messaging {
  z-index: 300;
  height: 64px;
  background: #2E67D1;
  border-color: #2E67D1;
  display: none;
  align-items: center;
  color: white;
  /*overflow: hidden;*/
  z-index: 100;
  transition: transform 0.3s ease;
}
.light-svg {
  stroke: white;
  stroke-width: 10;
}
#zendesk-messaging-notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #e25850;
  color: #fff;
  border-radius: 50%;
  padding: 3px 10px;
  font-size: 15px;
  display: none;
}
.chat-icon-container {
  filter: invert(99%) sepia(2%) saturate(52%) hue-rotate(342deg) brightness(116%) contrast(100%);
  width: 25px;
  height: 25px;
  display: block;
  margin: 0;
}

#zendesk-messaging.open {
  height: 64px;
  width: 64px;
}
#zendesk-messaging .chat-icon-closed {
  display: None;
}
#zendesk-messaging .chat-icon-open {
  display: inline;
}
#zendesk-messaging.open .chat-icon-open {
  display: None;
}

#zendesk-messaging.open .chat-icon-closed {
  display: inline;
}
#zendesk-messaging.open #zendesk-messaging-text {
  display: None;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 RoverFontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-envelope:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.request-list-page,
.new-request-page,
.search-results-page,
.article-page,
.section-page,
.category-page,
.homepage {
  width: 100%;
  margin: 0;
  padding: 0;
}

.homepage-content {
  display: none;
}

.dog-head {
  display: block;
  width: 125px;
  height: 100px;
  margin: 0 auto;
  background-image: url(//p3.zdassets.com/hc/theme_assets/122906/200001094/dog_head.jpg);
  background-size: cover;
}

.login-button {
  display: none;
}

.search-box-c {
  background-color: #ecf1fb;
}

.search-box {
  max-width: 960px;
  padding: 25px 140px 0px 0px;
  background: transparent;
}

.search-box .search {
  box-shadow: none;
  border-radius: 0;
  position: relative;
}

#query {
  width: 100%;
  height: 52px;
  padding: 16px 14px 16px;
  border-radius: 8px 4px 4px 8px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #d7dce0;
}

.search-box .search input[type="submit"] {
  width: 115px;
  min-width: 0;
  height: 52px;
  border-radius: 0px 8px 8px 0px;
  background: #2e67d1;
  font-size: 16px;
  line-height: 1;
  text-shadow: none;
  letter-spacing: 0;
  z-index: 10;
  text-align: end;
  right: -110px;
}

.search-results-filtered {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 52px;
  display: none;
  font-size: 16px;
  line-height: 2;
  padding: 3px 30px 0;
  border-radius: 4px;
  box-shadow: 0 3px 0 1px #eaeeef;
  z-index: 1001;
}

.search-results-filtered.focus {
  display: block;
}

.search-result-filtered {
  border-top: 1px solid #eaeeef;
  padding: 17px 0;
  cursor: pointer;
}

.search-result-filtered:first-child {
  border-top: none;
}

.search-result-title {
  color: #000;
}

.search-result-filtered:hover .search-result-title,
.search-result-filtered.res-current .search-result-title {
  color: #000;
}

.search-result-content {
  color: #62686e;
}

.search-result-filtered:hover .search-result-content,
.search-result-filtered.res-current .search-result-content {
  color: #555;
}

.search-box .search input[type="submit"].all-filtered {
  position: static;
  background: transparent;
  font-size: 16px;
  line-height: 2;
  border-top: 1px solid #eaeeef;
  width: 100%;
  text-align: left;
  text-decoration: underline;
  height: 64px;
  padding: 17px 0;
  color: #2e67d1;
}

.search-box .search input[type="submit"].all-filtered:hover,
.search-box .search input[type="submit"].res-current {
}

.popular-topics {
  max-width: 960px;
  padding: 24px 0 45px;
  font-size: 14px;
  color: #1f2124;
}

.popular-topics a {
  text-decoration: underline;
  color: #2e67d1;
}

.categories-nav {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 23px 48px;
}

.cat-sel-c {
  width: 210px;
  height: 64px;
  margin-left: 2%;
  text-align: center;
  float: left;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1.2;
  background: #ffffff;
  display: table;
  color: #404347;
  border: 2px solid #d7dce0;
  text-decoration: none;
}

.cat-sel-c:first-of-type {
  margin-left: 0;
}

.cat-sel-c.current {
  background: #fff;
  border: 2px solid #1f2124 !important;
}

.cat-sel {
  text-align: center;
  border-radius: 999px;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  background: transparent;
  color: #404347;
  text-decoration: none !important;
}

.all-arts-c,
.kb {
  max-width: 960px;
  padding: 32px 15px;
  margin: 0 auto;
  display: none;
}

.cat {
  font-size: 0;
  line-height: 0;
  display: none;
  margin-top: 14px;
}

.cat.current {
  display: block;
}

.category *,
.cat * {
  font-size: 16px;
  line-height: 1.2;
}

.sect {
  display: inline-block;
  width: 30%;
  margin: 15px 0 35px 32px;
  vertical-align: top;
}

.sect:nth-of-type(3n + 1) {
  margin-left: 0;
}

.sect-name {
  font-weight: bold;
  font-family: Averta-Semibold;
  color: #000;
}

.all-arts-title:after,
.section h3:after,
.sect-name:after {
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  margin: 6px 0 12px;
}

.sect a {
  display: block;
  padding: 12.5px 0;
}

.sect > a {
  font-weight: bold;
  text-decoration: underline;
}

.all-articles {
  margin-top: 5px;
  font-family: Averta-Semibold !important;
}

.all-arts-title {
  margin-top: 24px;
  font-size: 24px;
  float: left;
  color: #000;
}

.bc {
  padding-bottom: 32px;
}

.bc,
.bc a {
  text-decoration: none;
  font-size: 14px;
  color: #2e67d1;
}
.footer-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 0 8px;
  width: 960px;
}
.footer-address {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F5F6;
  position: static;
  bottom: 0;
  color: #62686E;
  font-weight: 400;
  height: 69px;
  padding: 24px 16px 24px 16px;
  text-align: center;
}

.messaging-buttons-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 10px 10px 10px 0;
  gap: 10px;
  margin-top: 30px;
}

.footer-container-left-column {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  padding-left: 10px;
  align-items: flex-start;
  width: 0;
  flex-grow: 1;
}
.view-articles-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.need-help-title {
  font-family: Averta-Semibold, sans-serif;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0em;
}

.need-help-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 20px;
  color: #1F2124;
}
.button {
  font-family: "Averta-Regular";
  gap: 16px;
  padding: 16px 32px 16px 32px;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #404347;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  border: 2px solid #C9CFD4;
  cursor: pointer;
}

.button:hover {
  background-color: #F5F5F5;
}
.button-content {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.category ul {
  font-size: 0;
  line-height: 0;
  padding-bottom: 25px;
}

.bc a:hover {
  text-decoration: underline;
}

.category h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  font-family: "Averta-Regular" !important;
}

.section {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0px 40px 32px 0px;
}

.section h3 {
  font-size: 16px;
  font-weight: 600;
}

.article-promoted span {
  font-family: sans-serif;
  margin-right: 2px;
  color: #2e67d1;
}

.article-body > a {
  font-weight: bolder;
  text-decoration: underline;
}

.new-request-sent {
  display: none;
  color: #555;
}

.new-request-page header,
.new-request-sent header {
  background: #eaeeef;
  text-align: center;
}

.new-req h1,
.new-request-sent h1 {
  font-size: 34px;
  margin: 0;
  padding: 25px 0 90px;
  color: #555;
}

.new-request-sent-body {
  max-width: 450px;
  margin: 0 auto;
  font-size: 16px;
}

.new-request-sent-body h2 {
  padding-top: 50px;
  margin: 0;
  font-size: 22px;
  color: #555;
}

.new-request-sent-body h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #00bd70;
  margin: 14px 0 17px;
}

.new-request-sent-body h4 {
  margin: 75px 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

.new-request-sent-body h4:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #00bd70;
  margin: 10px 0 14px;
}

.new-request-sent-body li {
  margin: 10px 0;
}

.new-request-sent-body a {
  font-size: 14px;
  text-decoration: underline;
}

.my-activities-c {
  display: none;
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.new-req .footer,
.req .footer {
  display: none;
}

.kb-new-request {
  max-width: 500px;
  margin: 0 auto;
  padding: 60px 15px;
}

#new_request > * {
  display: none;
}

#new_request .request_custom_fields_28196712,
#new_request .request_custom_fields_24164323 {
  display: block;
}

.nesty-input {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 1;
  border: 2px solid #dcdfe0;
  border-radius: 4px;
  margin-top: 8px;
  padding: 12.5px 15px 12.5px 10px;
  height: auto;
}

.nesty-input,
.nesty-input:hover,
.nesty-input:active,
.nesty-input:focus {
  outline: 0;
}

.nesty-input:after {
  content: "";
  border-top: 6px solid #999;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  color: #555;
  top: 16.5px;
  width: 0;
  height: 0;
}

#new_request label {
  font-size: 16px;
}

#new_request label:after {
  color: #555;
}

.sa-c {
  margin-top: 50px;
  font-size: 16px;
  font-weight: bold;
}

.sa-c a {
  display: block;
  border: 2px solid #00bd70;
  border-radius: 4px;
  padding: 20px 54px 20px 20px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  text-decoration: none;
}

.sa-c a:after {
  content: url(//p3.zdassets.com/hc/theme_assets/122906/200001094/next_arrow.svg);
  position: absolute;
  right: 20px;
  width: 24px;
  height: 24px;
}

.sa-c .footer-c {
  margin-top: 65px;
  text-align: center;
}

.still-questions {
  color: #999;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  float: left;
  padding-top: 15px;
  text-align: left;
}

.nesty-panel {
  height: 219px;
}

.nesty-panel li {
  font-size: 14px;
  line-height: 1.5;
}

#new_request input,
#new_request textarea {
  border: 2px solid #dcdfe0;
  border-radius: 4px;
}

#new_request textarea {
  height: 150px;
}

#new_request .form-field.text p {
  font-size: 14px;
}

#new_request .form-field {
  margin-top: 45px;
}

#new_request .form-field:first-of-type {
  margin-top: 0;
}

#upload-dropzone {
  margin-top: 10px;
  border: 3px dashed #eaeeef;
  padding: 15px;
}

.upload-dropzone span {
  color: #1f2124;
  font-size: 14px;
  line-height: 1.2;
}

.upload-dropzone span::before {
  margin-right: 20px;
}

[type="submit"] {
  border: none;
  background: #00bd70;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  padding: 10px 50px;
  float: right;
}

.contact-phone {
  font-size: 14px;
  max-width: 320px;
  color: #1f2124;
  float: left;
  margin-top: 30px;
}

.notification.notification-notice {
  display: none;
}

.not-logged-in {
  font-size: 14px;
  text-align: right;
  color: #999;
  position: relative;
  top: 24px;
}

.not-logged-in a {
  color: #999;
  text-decoration: underline;
}

.kb-category .breadcrumbs,
.kb-section .breadcrumbs {
  padding-bottom: 32px;
}

.kb-category .breadcrumbs li,
.kb-section .breadcrumbs li {
  font-size: 14px;
  line-height: 1.2;
}

.category-page .section-c {
  font-size: 0;
  line-height: 0;
  width: 100%;
}
.section h3 a {
  font-size: 18px;
  font-weight: bold;
  color: #555;
}

.see-all-articles {
  padding: 0;
  font-weight: bold;
  font-family: Averta-Semibold !important;
  text-decoration: underline;
  background: transparent;
}

.kb-section .section {
  width: 100%;
  padding-right: 0;
}

.kb-section a {
  font-size: 16px;
  line-height: 1.2;
}

.kb-category .breadcrumbs a,
.kb-section .breadcrumbs a {
  font-size: 14px;
}

.kb-category,
.kb-section,
.kb-article {
  max-width: 960px;
  padding: 32px 30px;
  margin: 0 auto;
}

.kb-category,
.kb-section {
  padding-top: 32px;
}

.article-column {
  margin: 0;
  padding: 0;
  width: 100%;
}

.article-column h1 {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.2;
}

.article-body {
  font-size: 15px;
  line-height: 1.8;
}

.article-body strong {
  font-family: "Averta-Semibold";
}

.article-body b {
  font-family: "Averta-Semibold";
}

.article-vote > * {
  vertical-align: bottom;
}

.article-footer {
  border-bottom: none;
  padding: 40px 0 0;
}

.article-feedback,
.article-vote-question {
  font-weight: bold;
  font-size: 12px;
}

.article-feedback:after,
.article-column h1:after,
.article-vote-question:after {
  content: "";
  width: 70px;
  height: 3px;
  display: block;
  margin: 7px 0;
}

.article-column h1:after {
  margin: 15px 0 40px;
}

.article-footer a {
  padding: 0;
  margin: 0 5px;
  background: transparent;
}

.article-footer a:before {
  background: transparent;
  border-radius: 4px;
  height: 35px;
  line-height: 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #cacaca;
  text-align: center;
}

.article-vote-count {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: -4px;
}

/* .article-vote-up:before {
  content: "Yes";
}

.article-vote-down:before {
  content: "No";
} */

.article-vote-up.article-voted:before {
  background: #e6faf5;
}

.article-vote-down.article-voted:before {
  background: #fff2f2;
}

.article-feedback {
  display: none;
}

.breadcrumbs {
  padding-bottom: 32px;
}

.rel-questions h3,
.recently-viewed h3 {
  margin-top: 60px;
}

.rel-questions h3:after,
.recently-viewed h3:after {
  content: "";
  width: 45px;
  height: 3px;
  display: block;
  margin: 10px 0;
}

.related-articles h3,
.recent-articles h3 {
  display: none;
}

.related-articles li,
.recent-articles li {
  margin: 10px 0;
}

.related-articles a,
.recent-articles a {
  text-decoration: underline;
}

.kb-search-results {
  max-width: 960px;
  padding: 32px 30px 0;
  margin: 0 auto;
}

.kb-search-results h2 {
  font-size: 22px;
  line-height: 1.2;
}

.kb-search-results h2:after {
  content: "";
  width: 70px;
  height: 3px;
  display: block;
  margin: 15px 0;
}

.kb-search-results p {
  margin: 35px 0 300px;
  font-size: 16px;
  /*line-he*/
  color: #999;
}

.search-result:first-of-type {
  border-top: none;
}

.search-result:last-of-type {
  border-bottom: none;
}

.search-result {
  font-size: 0;
  line-height: 0;
  position: relative;
}

.search-result-main {
  display: inline-block;
  font-size: 16px;
  width: 100%;
  padding-right: 150px;
}

.search-result-link {
  line-height: 2;
}

.search-result-description {
  padding-top: 0;
  line-height: 1.5;
}

.search-result-votes {
  position: absolute;
  right: 0;
  top: 39px;
  font-size: 16px;
  background: transparent;
  color: #999;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 12px 0;
  width: 60px;
  text-align: center;
  font-weight: 600;
}

.search-result-votes:before {
  content: url(//p3.zdassets.com/hc/theme_assets/122906/200001094/thumbs-up.svg);
  margin-right: 7px;
  position: relative;
  top: 1px;
}

.footer-inner {
  background: #ecf1fb;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top:50px;
  padding-bottom: 0;
}

.help-text-long,
.help-text-short {
  font-size: 20px;
  line-height: 1.2;
  font-family: Averta-Semibold;
  padding: 55px 0px 40px;
  display: none;
  color: #000000;
}

.footer-inner a:not(.button) {
  color: #404347;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 68px;
  margin-right: 24px;
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid #d7dce0;
}
.footer-inner a:hover {
  background-color: rgb(244, 245, 246);
}

.new-req .breadcrumbs {
  max-width: 500px;
  margin: 0 auto;
  padding: 15px 15px 0;
}

.search-results-page .breadcrumbs {
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 30px 0;
}

.search-results-page .breadcrumbs li,
.search-results-page .breadcrumbs a,
.new-req .breadcrumbs li,
.new-req .breadcrumbs a {
  font-size: 14px;
}

.request_custom_fields_27333848112788 {
  display: none !important;
}
.request_custom_fields_27333847280404 {
  display: none !important;
}
.request_custom_fields_27332296273940 {
  display: none !important;
}
.request_custom_fields_27332309955732 {
  display: none !important;
}

@media (-webkit-min-device-pixel-ratio: 1.3),
  (min--moz-device-pixel-ratio: 1.3),
  (-o-min-device-pixel-ratio: 2.6/2),
  /* returns 1.3,
  see Dev.Opera */ (min-device-pixel-ratio: 1.3),
  (min-resolution: 124.8dpi),
  (min-resolution: 1.3dppx) {
  .dog-head {
    background-image: url(//p3.zdassets.com/hc/theme_assets/122906/200001094/dog_head_2x.jpg);
    background-size: 125px 100px;
  }
}

@media (max-width: 767px) {
  .mobile-nav {
    display: block;
  }

  .user-nav {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-right: 10px;
  }


  #user-dropdown:before {
    right: 24px;
  }

  #user-dropdown:after {
    right: 25px;
  }

  #user-dropdown:before,
  #user-dropdown:after {
    display: none;
  }

  #user-dropdown {
    width: 100%;
    border: none;
    margin: 0;
    top: 1px;
    right: 0;
  }

  .breadcrumbs li,
  .breadcrumbs li a {
    font-size: 14px;
  }
}

@media screen and (min-width: 960px) {
  .article-page .breadcrumbs {
    position: relative;
  }

  .article-column {
    width: 600px;
    float: left;
  }

  .kb-article aside {
    float: right;
    width: 210px;
  }

  .help-text-long {
    display: block;
    color: #000;
  }

  .help-text-short {
    padding: 55px 0px 20px;
  }
}

@media screen and (max-width: 959px) {
  .temporary-notice.show {
    width: 94%;
  }

  .section {
    width: 100%;
    padding-right: 0;
  }
  .breadcrumbs {
    padding-bottom: 30px;
  }

  .kb-article {
    padding-top: 32px;
  }

  .article-footer {
    display: table;
    width: 100%;
  }
  .article-vote > span:first-of-type {
    display: block;
    width: 100%;
    float: left;
  }
  .article-vote > span:nth-of-type(2) {
    display: block;
    width: 48%;
    float: right;
  }

  .article-vote-up,
  .article-vote-up:before {
    margin-left: 0 !important;
  }

  .rel-questions {
    width: 48%;
    float: left;
  }

  .recently-viewed {
    width: 48%;
    float: right;
  }

  .help-text-short {
    display: block;
    padding: 55px 0px 0px;
  }

  .comm-long {
    display: none;
  }

  .footer-inner a {
    display: inline-block;
    padding: 17px 0;
    margin: 33px 15px 0 !important;
    width: 220px !important;
    border: 2px solid #d7dce0;
    border-radius: 999px;
    text-decoration: none !important;
  }

  .footer-inner a:hover {
    background: #dcdfe0;
  }
  .search-box {
    padding: 25px 140px 32px 0px;
  }
  .categories-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media screen and (max-width: 599px) {
  .temporary-notice.show {
    width: 94%;
  }

  .cat-sel-c,
  .cat-sel-c:first-of-type {
    float: none;
    border-radius: 999px;
    margin: 0 auto 20px;
    width: 100%;
    border: 2px solid #d7dce0;
  }

  .sect {
    width: 100%;
    margin: 15px 0;
  }

  .footer-inner a {
    margin: 33px 10px 0 !important;
    width: 90% !important;
  }

  .search-result-main {
    padding-right: 120px;
  }

  .rel-questions {
    width: 100%;
    float: left;
  }

  .recently-viewed {
    width: 100%;
    float: left;
  }
}

@media screen and (max-width: 479px) {
  .temporary-notice.show {
    width: 94%;
  }

  .all-arts-c {
    text-align: left;
  }

  .categories-nav {
    padding: 0 15px;
    flex-direction: column;
  }

  .search {
    width: 100%;
  }

  .search-box .search input[type="submit"] {
    right: 0px;
  }

  .popular-topics,
  .all-arts-c,
  .kb-category,
  .kb-section,
  .kb-article,
  .kb-search-results {
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-box {
    padding: 24px 0px 0px;
  }

  .all-arts-c .bc {
    float: none;
    margin: 0px;
  }

  .article-vote-count span {
    display: block;
  }

  .footer-inner a {
    margin: 25px 10px 0 !important;
  }

  .search-result-votes-c {
    text-align: right;
  }

  .search-result-votes {
    position: static;
    margin-top: 15px;
  }

  .search-result-main {
    padding-right: 0;
  }

  #new_request .footer-c {
    margin-top: 30px;
    text-align: left;
  }

  .still-questions,
  .contact-support {
    float: none;
    margin-top: 10px;
  }

  #new_request input[type="submit"] {
    width: 100%;
    padding: 12.5px 30px;
    margin-top: 15px;
  }

  .not-logged-in {
    top: -20px;
  }

  .new-request-sent header h1,
  .homepage .new-request-sent-body {
    padding: 0 15px 15px;
  }

  .req .new-request-sent header {
    margin: 0 -15px;
  }

  .req .new-request-sent-body {
    padding-bottom: 15px;
  }

  .search-results-page .breadcrumbs {
    padding: 32px 15px 0;
  }

  #query {
    border-radius: 8px;
  }
}
@media screen and (max-width: 600px) {
  .button {
    align-self: center;
    display: flex;
    justify-content: center;
    width: 250px;
  }
  .need-help-title {
    margin-top: 64px;
    margin-bottom: 20px;
  }
  .footer-inner {
    height: auto;
  }
  .footer-container {
    padding-left: 15px;
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .footer-address {
    height: 90px;
  }
  .footer-container-left-column {
    width: 100%;
  }
  .view-articles-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .messaging-buttons-container {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 10px 0;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
  }
}
