body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  --_border-radius---small: 0.75rem;
  --_border-radius---medium: 1rem;
  --_border-radius---large: 1.5rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Sans", sans-serif;
}

/* Colors 4/15/25 */
:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: #191d24e6;
  --base-color-brand--black: #00040c;
  --link-color--link-primary: var(--base-color-neutral--black);
  --base-color-brand--dark-blue: #022e7a;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --base-color-brand--yellow: #f8c455;
  --border-color--border-primary: var(--base-color-brand--dark-grey);
  --base-color-neutral--white: white;
  --base-color-brand--blue: #0058ef;
  --base-color-neutral--black: black;
  --border-color--border-secondary: #191d241a;
  --_border-radius---small: 0.75rem;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-brand--off-white);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-brand--yellow);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(
    --base-color-system--success-green-light
  );
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(
    --base-color-system--error-red-light
  );
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-brand--white: white;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-brand--dark-grey: #191d24;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-brand--sky-blue: #ddf6fe;
  --_border-radius---medium: 1rem;
  --_border-radius---large: 1.5rem;
  --base-color-brand--off-white: #fffae9;
  --base-color-brand--pink: #f2e3fd;
  --base-color-system--error-red: #b42318;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

/* Sets category details on the main support page */
.category-list .category {
  background-color: #ffffff;
  border: 2px solid var(--border-color--border-secondary);
  border-radius: 0.75rem;
  padding: 10px 0px;
  width: auto;
  margin: 0px;
}

.category-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  text-align: left;
  margin: 1em auto;
}

/* rounding up helpscout's default table */
.hs-table {
  border-radius: 25px !important;
}

/* Set the color for each category title on the main support page */
.category h3 {
  color: var(--base-color-brand--dark-blue);
}

#fullarticle div {
  margin-bottom: 0px !important; /* default 1.5em was breaking our div "tables" used */
}

@media only screen and (max-width: 1200px) {
  .category-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .category-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 600px) {
  .category-list {
    margin-bottom: 14px;
    grid-template-columns: 1fr;
  }
  #docsSearch h1 {
    font-size: 1.75rem !important;
  }
}

/* sets background for top "how can we help" section on main support page */
#docsSearch {
  background-color: var(--base-color-brand--sky-blue);
}

/* "how can we help today" text @ top of main support page */

#docsSearch h1 {
  color: var(--base-color-brand--dark-blue);
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 25px !important;
}

@media only screen and (max-width: 768px) {
  #docsSearch h1 {
    margin-left: auto;
  }
}

/* Search bar on the main support page */

#searchBar button {
  background-color: var(--base-color-brand--dark-blue) !important;
  border: 2px solid var(--base-color-brand--dark-blue) !important;
  color: var(--base-color-neutral--white) !important;
  text-align: center;
  border-radius: 0.625rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* search button on category view w/ articles */

#searchBar.sm button {
  height: 40px;
  width: 40px;
}

#sidebar form button {
  position: absolute;
  top: 10px;
  right: 0px;
  margin: 0;
  padding: 0;
  line-height: 16px;
  border: 0;
  background: 0 0;
}

#sidebar form .search-query {
  border-radius: 0.625rem;
}

#searchBar button:hover {
  background: #0143b5 !important;
  color: #fff;
  transition: background-color 0.4s !important;
}

#searchBar .search-query {
  background: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #555 !important;
  width: 100%;
  margin-right: 0;
  display: block;
  border-radius: var(--_border-radius---small);
  font-size: 16px;
}

i.icon-search.lp {
  color: #fff !important;
  font-size: 20px;
  line-height: 120%;
}

/*
@media only screen and (max-width: 768px) {
    #searchBar .search-query {
    width: 70%;
    }
}
*/

/* Makes the top title of yellow category dark blue */

#collection-category-1 h2 a {
  color: var(--base-color-brand--dark-blue);
}

#collection-category-287 .article-count {
  display: none;
}

#collection-category-287 h2 {
  display: none;
}

#collection-category-287 a {
  border: 2px solid #dbdbdb;
}

/* Both values below are for the main support page category view name & description */

[id^="category-"] p {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

[id^="category-"] h3 {
  margin-left: 10px;
  margin-right: 10px;
}

.navbar .nav li a {
  display: none;
}

/* Menu icons can be changed below */

/* telehealth */
#category-540 {
  background-image: url("http://img.icons8.com/material/96/0058EE/video-call--v1.png");
}

/* FAQ */
#category-400 {
  background-image: url("http://img.icons8.com/material/96/0058EE/faq--v2.png");
}

/* Schedule a support call */
#category-410 {
  background-image: url("https://img.icons8.com/material/96/0058EE/callback.png");
}

/* Grow your practice */
#category-412 {
  background-image: url("https://img.icons8.com/material/96/0058EE/news--v1.png");
}

/* ??? no longer used? */
#category-304 {
  background-image: url("https://img.icons8.com/material/96/0058EE/tv-show--v1.png");
}

/* Email us */
#category-294 {
  background-image: url("https://img.icons8.com/material/96/0058EE/new-post--v1.png");
}

/* Training videos  */
#category-290 {
  background-image: url("https://img.icons8.com/material/96/0058EE/tv-show--v1.png");
}

/* Call with sales team */
#category-468 {
  background-image: url("https://img.icons8.com/material/96/0058EE/trust--v1.png");
}

/* System status */
#category-308 {
  background-image: url("https://img.icons8.com/material/96/0058EE/system-information--v1.png");
}

/*

These are icons "below the fold" on the support page aka 'all the other' categories

*/

/* Account Management */

#category-378 {
  background-image: url("https://img.icons8.com/material/96/0058ee/user-male-circle--v1.png");
}

/* Find your therapist */

#category-618 {
  background-image: url("https://img.icons8.com/material/96/0058ee/find-user-male--v1.png");
}

/* Health Information Exchanges */

#category-637 {
  background-image: url("https://img.icons8.com/material/96/0058ee/new-file.png");
}

/* New Client Intake */

#category-584 {
  background-image: url("https://img.icons8.com/material/96/0058ee/contract-job--v1.png");
}

/* Self-Reported Assessments (scoring info) */

#category-558 {
  background-image: url("https://img.icons8.com/material/96/0058ee/bullish--v1.png");
}

/* Billing */

#category-477 {
  background-image: url("https://img.icons8.com/material/96/0058ee/check-dollar.png");
}

/* Billing & Management Companies */

#category-531 {
  background-image: url("https://img.icons8.com/material/96/0058ee/economic-improvement--v1.png");
}

/* Client Portal */

#category-480 {
  background-image: url("https://img.icons8.com/material/96/0058ee/user-male-circle--v1.png");
}

/* Group Practices */

#category-460 {
  background-image: url("https://img.icons8.com/material/96/0058ee/conference-call--v2.png");
}

/* Charting */

#category-358 {
  background-image: url("https://img.icons8.com/material/96/0058ee/edit-graph-report.png");
}

/* General */

#category-7 {
  background-image: url("https://img.icons8.com/material/96/0058ee/four-squares.png");
}

/* Telehealth */

#category-376 {
  background-image: url("https://img.icons8.com/material/96/0058ee/video-call--v1.png");
}

/* Tutorials */

#category-213 {
  background-image: url("https://img.icons8.com/material/96/0058ee/courses--v1.png");
}

/* Q & A  */

#category-212 {
  background-image: url("https://img.icons8.com/material/96/0058ee/ask-question--v2.png");
}

/* Calendar */

#category-225 {
  background-image: url("https://img.icons8.com/material/96/0058ee/tear-off-calendar.png");
}

/* Credit Card Processing */

#category-6 {
  background-image: url("https://img.icons8.com/material/96/0058ee/bank-card-back-side--v1.png");
}

/* Insurance https://img.icons8.com/material/96/0058ee/document-writer.png */

#category-5 {
  background-image: url("https://img.icons8.com/material/96/0058ee/question--v1.png");
}

/* Insurance Claims */

#category-4 {
  background-image: url("https://img.icons8.com/material/96/0058ee/document--v1.png");
}

/* Security */

#category-266 {
  background-image: url("https://img.icons8.com/material/96/0058ee/private2--v1.png");
}

/* Policy */

#category-265 {
  background-image: url("https://img.icons8.com/material/96/0058ee/check-file--v1.png");
}

/* ePrescribe */
#category-685 {
  background-image: url("https://img.icons8.com/material/96/0058ee/pill--v1.png");
}

/*
    Added by RBG, if you have any questions please ask before changing
*/

/* Single line alert/notes */

#blue-tip {
  background-color: #f6faff;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #6f9afc;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 1.5rem !important;
}

#orange-tip {
  background-color: #fffbf6;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #f5bf6a;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 1.5rem !important;
}

#green-tip {
  background-color: #f6fff9;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #81c784;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 1.5rem !important;
}

#red-tip {
  background-color: #fff6f6;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #e57373;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 1.5rem !important;
}

.hh2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 28px !important;
  font-weight: bold !important;
  color: #022e7a !important;
}

/* Blue, Red, and regular buttons consistent with our color scheme on portal */

.button-blue {
  text-align: center;
  color: #fff;
  background-color: #2962ff;
  border: 0px;
  padding: 6px 12px;
  border-radius: 28px;
  box-shadow: 2px 2px 5px #bdbdbd;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

.button-blue:hover {
  text-align: center;
  color: #fff;
  background-color: #184cdb;
  border: 0px;
  padding: 6px 12px;
  border-radius: 28px;
  box-shadow: 2px 2px 5px #bdbdbd;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

.button-red {
  text-align: center;
  color: #fff;
  background-color: #cb4442;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #bdbdbd;
  border: 1px solid #b32929;
  transition-duration: 0.4s;
  font-weight: bold !important;
}

.button-red:hover {
  background-color: #f55e5b;
}

.button-white {
  text-align: center;
  color: #000;
  background-color: #f8f8f8;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #bdbdbd;
  border: 1px solid #707070;
  transition-duration: 0.4s;
}

.button-white:hover {
  background-color: #e0e0e0;
}

.button-green {
  text-align: center;
  color: #fff;
  background-color: #5cb85c;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #308030;
  transition-duration: 0.4s;
  font-weight: bold !important;
}

.button-green:hover {
  background-color: #70e070;
}

.button-orange {
  text-align: center;
  color: #fff;
  background-color: #e18a16;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #c97300;
  transition-duration: 0.4s;
  font-weight: bold !important;
}

.button-orange:hover {
  background-color: #e6962c;
}

.flex-compare {
  display: flex;
}

.flex-child {
  flex: 1;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #1e88e5;
  background-color: #e5effa;
}

.flex-child:first-child {
  margin-right: 20px;
}

/* For adding padding to UL's nested within UL's (helpscout doesn't add any top padding) */

ul.myclass ul {
  padding-top: 10px !important;
}

.category-list .category:hover {
  box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 0px 1px,
    rgb(241, 243, 245) 0px 2px 10px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
}

#collection-category-287 .article-count {
  display: none;
}

#collection-category-287 h2 {
  display: none;
}

#collection-category-287 a {
  border: 2px solid #dbdbdb;
}

[id^="category-"] {
  background-repeat: no-repeat !important;
  background-position: top 24px left 24px !important;
  background-size: 40px auto !important;
  padding: 80px 20px 20px 20px !important;
  text-align: left !important;
}

[id^="category-"] p {
  margin-left: 4px;
  margin-right: 4px;
}

.navbar .nav li a {
  display: none;
}

/*
    Added by RBG, if you have any questions please ask before changing
*/

/* Single line alert/notes */

#blue-info {
  background-color: #e5effa;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: #1e88e5;
  border-radius: 5px;
  padding: 20px;
}

#orange-info {
  background-color: #f9ecda;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: #f9a536;
  border-radius: 5px;
  padding: 20px;
}

#yellow-info {
  background-color: #fff9c4;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: #fdd835;
  border-radius: 5px;
  padding: 20px;
}

#green-info {
  background-color: #e8f5e9;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: #5cb85c;
  border-radius: 5px;
  padding: 20px;
}

#red-info {
  background-color: #ffebee;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: #f44336;
  border-radius: 5px;
  padding: 20px;
}

/* 50/50 div's for split information */

.flex-container-blue {
  display: flex;
  margin: 0px;
  padding: 5px;
  background-color: #fff;
}

.flex-child-blue {
  flex: 1;
  margin-bottom: 0px;
  padding: 10px;
  background-color: #f6faff;
  border-style: solid;
  border-width: 2px;
  border-color: #1e88e5;
  border-radius: 15px;
}

.flex-child-blue:first-child {
  margin-right: 10px;
}

#hh {
  background-color: #e5effa !important;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #1e88e5;
  border-radius: 5px;
  padding: 20px;
  font-size: 24px !important;
  font-weight: bold !important;
}

.flex-compare {
  display: flex;
}

.flex-child {
  flex: 1;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #1e88e5;
  background-color: #e5effa;
}

.flex-child:first-child {
  margin-right: 20px;
}

/* For adding padding to UL's nested within UL's (helpscout doesn't add any top padding) */

ul.myclass ul {
  padding-top: 10px !important;
}

/* New styles testings from James */

#blue-div {
  background-color: #f6faff;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #6f9afc;
  border-radius: 5px;
  padding: 15px;
}

#orange-div {
  background-color: #f6faff;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #f5bf6a;
  border-radius: 5px;
  padding: 15px;
}

#green-div {
  background-color: #f6faff;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #81c784;
  border-radius: 5px;
  padding: 15px;
}

#red-div {
  background-color: #f6faff;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #e57373;
  border-radius: 5px;
  padding: 15px;
}

.code {
  border: 2px solid #d4d4d4;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 3px 12px;
  margin-top: 1px;
  margin-bottom: 1px;
  display: inline-block;
}

.code-light {
  border: 2px solid #0058ee;
  background-color: #ecf1fe;
  border-radius: 25px;
  padding: 4px 12px;
  margin-top: 1px;
  margin-bottom: 1px;
  display: inline-block;
}

.code-blue {
  border: 2px solid #0058ee;
  background-color: #ebf5fb;
  color: #0058ee;
  border-radius: 20px;
  padding: 3px 12px;
  margin-top: 1px;
  margin-bottom: 1px;
  box-shadow: 0 5px 5px -4px #d4d4d4;
  display: inline-block;
}

.code-blue-light {
  border: 1px solid #2962ff;
  background-color: #e8f2fc;
  color: #2962ff;
  border-radius: 20px;
  padding: 3px 12px;
  margin-top: 1px;
  margin-bottom: 1px;
  box-shadow: 0 5px 5px -3px #e0e0e0;
  display: inline-block;
}

.code-red {
  border: 2px solid #f44336;
  background-color: #ffebee;
  color: #f44336;
  border-radius: 20px;
  padding: 3px 12px;
  margin-top: 1px;
  margin-bottom: 1px;
  box-shadow: 0 5px 5px -4px #d4d4d4;
  display: inline-block;
}

.code-green {
  border: 2px solid #52be80;
  background-color: #e9f7ef;
  color: #229954;
  border-radius: 20px;
  padding: 3px 12px;
  margin-top: 1px;
  margin-bottom: 1px;
  display: inline-block;
}

/* CSS for the "new" buttons in the system 7/25/24 */

.button-blue-new {
  text-align: center;
  color: #fff;
  background-color: #2962ff;
  border: 0px;
  padding: 6px 12px;
  border-radius: 28px;
  box-shadow: 2px 2px 5px #bdbdbd;
  font-weight: bold !important;
}

.button-blue-new:hover {
  text-align: center;
  color: #fff;
  background-color: #184cdb;
  border: 0px;
  padding: 6px 12px;
  border-radius: 28px;
  box-shadow: 2px 2px 5px #bdbdbd;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

.button-blue-light {
  background-color: #f2f3ff;
  padding: 6px 10px;
  border-radius: 28px;
  border: 1px solid #2a62fc;
  color: #2a62fc;
  font-weight: bold !important;
}

.button-blue-light:hover {
  background-color: #e5e7f8;
  padding: 6px 10px;
  border-radius: 28px;
  border: 1px solid #2a62fc;
  color: #2a62fc;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

.button-appointment {
  background-color: #f6faff;
  border-style: solid;
  border-color: #c5cae9 !important;
  color: #19166d;
  border-radius: 5px;
  padding: 6px 12px;
  font-weight: bold !important;
}

.button-appointment:hover {
  background-color: #e3e7f4;
  border-style: solid;
  border-color: #c5cae9 !important;
  color: #19166d;
  border-radius: 5px;
  padding: 6px 12px;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

.button-appointment-blue {
  background-color: #f6faff;
  border-style: solid;
  border-color: #c5cae9;
  color: #2962ff;
  border-radius: 5px;
  padding: 6px 12px;
  font-weight: bold !important;
}

.button-appointment-blue:hover {
  background-color: #e3e7f4;
  border-style: solid;
  border-color: #c5cae9;
  color: #2962ff;
  border-radius: 5px;
  padding: 6px 12px;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

.button-appointment-green {
  background-color: #f6faff;
  border-style: solid;
  border-color: #c5cae9;
  color: #6abd6b;
  border-radius: 5px;
  padding: 6px 12px;
  font-weight: bold !important;
}

.button-appointment-green:hover {
  background-color: #e3e7f4;
  border-style: solid;
  border-color: #c5cae9;
  color: #6abd6b;
  border-radius: 5px;
  padding: 6px 12px;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

.top-tab {
  text-align: center;
  color: #2962ff;
  background-color: #e5ecff;
  padding: 4px 15px;
  border-bottom: 3px solid #2962ff;
  font-weight: bold !important;
  display: inline-block;
}

.box-with-shadow {
  background-color: #fff !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #cfd8dc !important;
  border-radius: 5px !important;
  padding: 15px !important;
  box-shadow: 0px 0px 3px 1px #cfd8dc !important;
  position: relative !important;
}

/* CSS for tables used in helpscout's restrictive doc editor */
table {
  border: 1px solid #bbb !important;
}

tbody tr:first-child {
  background-color: #06f !important;
  font-weight: bold;
  color: #fff !important;
  border-bottom: 1px solid #bbb !important;
}

tbody tr:nth-child(even) {
  background-color: #ebf2ff !important;
}

/* CSS for the numerical steps with on brand blue and light blue background */
.steps {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  border-radius: 6px;
  background-color: #eff3fd;
  color: #022e7a;
  border: 1px solid #022e7a;
  font-weight: bold;
}

/* Buttons mainly within the settings at the top right of each section/panel */
.button-settings {
  border-radius: 28px;
  padding: 5px 12px;
  border: 1px solid #e3e7f4;
  background-color: #e3e7f4;
  color: #19166d;
  font-weight: bold !important;
}

.button-settings:hover {
  border: 1px solid #797f9d;
  border-radius: 28px;
  padding: 5px 12px;
  background-color: #f8f9fd;
  color: #19166d;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

.button-settings-red {
  border-radius: 28px;
  padding: 5px 16px;
  background-color: #f3e9e9;
  color: #a94442;
  border: 1px solid #a94442;
  font-weight: bold !important;
}

.button-red-outline {
  border-radius: 28px;
  padding: 5px 16px;
  background-color: #f3e9e9;
  color: #a94442;
  border: 1px solid #a94442;
  font-weight: bold !important;
}

.button-orange-outline {
  border-radius: 28px;
  padding: 5px 16px;
  background-color: #f3e9e9;
  color: #e18a16;
  border: 1px solid #e18a16;
  font-weight: bold !important;
}

.left-menu {
  margin-right: 5px;
  border-bottom-right-radius: 32px !important;
  border-top-right-radius: 32px !important;
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #dadfe4;
  border: 1px solid #dadfe4;
  color: #19166d;
  font-weight: bold !important;
}

.button-dark-blue-outline {
  border-radius: 28px;
  padding: 5px 15px;
  background-color: #fff;
  color: #19166d;
  border: 1px solid #19166d;
  font-weight: bold !important;
}

.button-dark-blue-outline:hover {
  border-radius: 28px;
  padding: 5px 15px;
  background-color: #e9e9f4;
  color: #19166d;
  border: 1px solid #19166d;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

/* not sure if this duplicate is still used, leaving for dependency */
.settings-section-header {
  color: #01468b;
  background-color: #f6faff;
  border: 1px solid #56bbfd;
  border-radius: 3px;
  padding: 4px 10px;
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: bold !important;
}

.section-header {
  color: #01468b;
  background-color: #f6faff;
  border: 1px solid #56bbfd;
  border-radius: 6px;
  padding: 5px 12px;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: bold !important;
  display: inline-block !important;
}

.button-grey-outline {
  border-radius: 28px;
  padding: 5px 15px;
  background-color: #f5f5f5;
  color: #19166d;
  border: 1px solid #19166d;
  font-weight: bold !important;
}

.button-grey-outline:hover {
  border-radius: 28px;
  padding: 5px 15px;
  background-color: #dddddd;
  color: #19166d;
  border: 1px solid #19166d;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

.button-light-blue-outline {
  border-radius: 28px;
  padding: 5px 15px;
  background-color: #fff;
  color: #429fdb;
  border: 1px solid #429fdb;
  font-weight: bold !important;
}

.button-light-blue-outline:hover {
  border-radius: 28px;
  padding: 5px 15px;
  background-color: #e5f1f8;
  color: #429fdb;
  border: 1px solid #429fdb;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

.button-red-outline {
  border-radius: 28px;
  padding: 5px 15px;
  background-color: #fff;
  color: #a94442;
  border: 1px solid #a94442;
  font-weight: bold !important;
}

.button-red-outline:hover {
  border-radius: 28px;
  padding: 5px 15px;
  background-color: #f9e9e9;
  color: #a94442;
  border: 1px solid #a94442;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

.button-blue-outline {
  border-radius: 28px;
  padding: 5px 15px;
  background-color: #fff;
  color: #2a62fc;
  border: 1px solid #2a62fc;
  font-weight: bold !important;
}

.button-blue-outline:hover {
  border-radius: 28px;
  padding: 5px 15px;
  background-color: #dbe2f6;
  color: #2a62fc;
  border: 1px solid #2a62fc;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

.button-green-outline {
  border-radius: 28px;
  padding: 5px 15px;
  background-color: #fff;
  color: #5cb85c;
  border: 1px solid #5cb85c;
  font-weight: bold !important;
}

.button-green-outline:hover {
  border-radius: 28px;
  padding: 5px 15px;
  background-color: #e7f9e7;
  color: #5cb85c;
  border: 1px solid #5cb85c;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

.button-orange-outline {
  border-radius: 28px;
  padding: 5px 15px;
  background-color: #fff;
  color: #ff8f00;
  border: 1px solid #ff8f00;
  font-weight: bold !important;
}

.button-orange-outline:hover {
  border-radius: 28px;
  padding: 5px 15px;
  background-color: #f9f1e5;
  color: #ff8f00;
  border: 1px solid #ff8f00;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

/*
  +-------------------------------------------------------+
  |  Overriding helpscout's layout, comment out to revert |
  +-------------------------------------------------------+
  */

/* overrides the style that sets the max width to some extremely small number - tested and scales successfully as expected with any browser size by expanding / collapsing chrome */
.container-fluid {
  max-width: 1400px !important;
}

/* to override the style the category & article wrapper with our custom rounded border */

.contentWrapper {
  border: 2px solid var(--border-color--border-secondary);
  border-radius: var(--_border-radius---medium);
}

/* the main header in each category view which lists the articles */

.contentWrapper h1 {
  color: var(--base-color-brand--dark-blue);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

/* theirs is white, used for the left menu */
.span9 {
  background: transparent !important;
}

/* side menu ID when in category/article list */
#sidebar {
  padding: 1.5rem !important;
  border: 2px solid var(--border-color--border-secondary) !important;
  border-radius: var(--_border-radius---small) !important;
  line-height: 1.5 !important;
}

/* used for the left sidebar title stylization */

#sidebar h3 {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: var(--base-color-brand--dark-blue) !important;
  letter-spacing: -0.01em !important;
  text-transform: capitalize !important;
  margin-bottom: 1rem !important;
}

/* make the non-active category links in category/article view a different color */

#sidebar .nav-list a {
  color: var(--text-color--text-primary);
}

#sidebar .nav-list a:hover {
  color: var(--base-color-neutral--neutral-light);
  transition-duration: 0.4s;
}

/* Formatting for the left nav list for each category (UL LI) */

li.active {
  border-left-color: var(--base-color-brand--blue) !important;
  color: var(--base-color-brand--blue) !important;
}

/* when in the article list view to make the left "active category blue w/ a left blue ribbon  */
.active a {
  color: var(--base-color-brand--blue) !important;
}

/* override the title of the article, including a bottom border and enough margin space to pad it so it's not so close to the first paragraph */
.title {
  font-size: 2.5em !important;
  color: #022e7a !important;
  font-weight: bold !important;
  padding-bottom: 20px !important;
  border-bottom: 2px solid #022e7a !important;
  margin-bottom: 50px !important;
}

/* same in the search results */
#categoryHead {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4 !important;
  margin-bottom: 3rem;
}

/* used in both the main search box and the side search bar when in categories or any article */
.search-query {
  border-radius: 0.6rem;
  border: 2px solid #dae0eb !important;
  background: #fff !important;
  color: #555555 !important;
}

/* both below to change the text color to something darker than their light grey */
input[type="text"]::placeholder {
  color: #022e7a;
}

input[type="text"] {
  color: #022e7a;
}

/* For all the title sections on the "home" (dashboard) page */
.home-section {
  color: #1a237e;
  border: 1px solid #1a237e;
  border-radius: 4px;
  padding: 5px 12px;
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: bold !important;
}

/* adds hover for each "category" as light blue vs grey override on main support page */
.category:hover {
  background-color: #fff !important;
  border-color: #06f !important;
  transition: 0.2s !important;
}

/* Makes text description for each "category" on the main support page as darker (vs light grey which was messing with the hover color above) */
.category-list .category p {
  color: #777 !important;
}

/* Override the footer hiding "powered by helpscout" (it's a span within the footer) */
footer span {
  display: none !important;
}

/* end helpscout styling overriding */

.auto-text {
  margin-bottom: 10px;
  border-radius: 28px;
  padding: 6px 16px;
  color: #19166d;
  background-color: #f5f5f5;
  border: 1px solid #19166d;
}

.button-dark-blue-outline-small {
  border-radius: 28px;
  padding: 2px 8px;
  background-color: #fff;
  color: #19166d;
  border: 1px solid #19166d;
  font-weight: bold !important;
}

.button-dark-blue-outline-small:hover {
  border-radius: 28px;
  padding: 2px 8px;
  background-color: #e9e9f4;
  color: #19166d;
  border: 1px solid #19166d;
  font-weight: bold !important;
  transition-duration: 0.4s;
}

.dashboard-section-header {
  background-color: #fff;
  border: 2px solid #1a237e;
  border-radius: 5px;
  margin: 4px 5px;
  padding: 5px 12px;
  font-weight: bold !important;
}

.dashboard-selection {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 7px 20px;
  border: 2px solid #b4b4b4;
  border-radius: 25px;
  color: #000;
  background-color: #eeedee;
}

/* This is to embed Denise's youtube videos in: iframes, helpscout, and youtube don't always like to play well
  
  Hacked together as best as I could after testing, maybe someone else can come up with a better solution

  */

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* Reasoning: 16:9 Aspect Ratio for video (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with relative 100% height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* EXPORTED WEBFLOW CSS INLINE WITH WEBSITE STANDARDS */

/* FOR TABLE - EX. EXPORT OPTIONS */
:root {
  --navy: #022e7a;
  --sky: #bcd8f1;
  --white: white;
  --blue: #06f;
}

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

.helpscout_table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--navy);
  background-color: #fff;
  border-radius: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
  margin-bottom: 0px !important;
}

.helpscout_table-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  margin-bottom: 0px !important;
}

.helpscout_table-row.heading {
  background-color: var(--sky);
  color: var(--navy);
  font-weight: 700;
}

.helpscout_table-row.is-even {
  background-color: #ebf2ff;
}

.helpscout_table-row.col-2 {
  grid-template-columns: 1fr 1fr;
}

.helpscout_table-item {
  border-right: 1px solid var(--navy);
  padding: 0.75rem 1rem;
  margin-bottom: 0px !important;
}

.helpscout_table-item.is-last {
  border-right-style: none;
}

.helpscout_table-item.is-first {
  font-weight: 700;
}

.helpscout_cards-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 75rem;
  display: grid;
}
.helpscout_cards-wrapper-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 75rem;
  display: grid;
}

.helpscout_card-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.helpscout_card-card.is-blue {
  background-color: var(--sky);
}

.helpscout_card-icon {
  width: 5rem;
}

.helpscout_h3 {
  color: var(--navy);
  font-size: 2rem;
  font-weight: 700;
}

.paragraph {
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .helpscout_cards-wrapper {
  }
}

@media screen and (max-width: 479px) {
  .helpscout_wrapper {
    background-color: #fff;
  }

  .helpscout_table {
    position: relative;
  }

  .helpscout_table-row.col-2 {
    grid-template-columns: 1fr;
  }

  .helpscout_table-item {
    border-right-style: none;
  }

  .helpscout_table-item.is-last.hide-mobile {
    display: none;
  }

  .helpscout_table-item.is-first {
    padding-bottom: 0;
    font-weight: 700;
  }

  .helpscout_cards-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .helpscout_card-card {
    padding: 1.25rem;
  }

  .helpscout_card-icon {
    width: 3rem;
  }

  .helpscout_h3 {
    font-size: 1.5rem;
  }
}

#w-node-a9b1fecf-4de8-d3dd-0c21-299902b38084-ae3c1856 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* Webflow export of "cards" similar to the "features" section of our new website - prominent bordering with image / header / paragraph */

.helpscout_table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--navy);
  background-color: #fff;
  border-radius: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.helpscout_table-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.helpscout_table-row.heading {
  background-color: var(--sky);
  color: var(--navy);
  font-weight: 700;
}

.helpscout_table-row.is-even {
  background-color: #ebf2ff;
}

.helpscout_table-row.col-2 {
  grid-template-columns: 1fr 1fr;
}

.helpscout_table-item {
  border-right: 1px solid var(--navy);
  padding: 0.75rem 1rem;
}

.helpscout_table-item.is-last {
  border-right-style: none;
}

.helpscout_table-item.is-first {
  font-weight: 700;
}

.helpscout_cards-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 75rem;
  display: grid;
}

.helpscout_card-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid var(--navy);
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

/*  background-color: var(--sky); */
.helpscout_card-card.is-blue {
  border: 1px solid var(--sky);
  background-color: var(--sky);
}

.helpscout_card-icon {
  width: 5rem;
}

.helpscout_h3 {
  color: var(--navy) !important;
  font-size: 1.25rem !important;
  font-weight: 700;
  margin-bottom: 0px !important;
}

.paragraph {
  font-size: 1rem;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 991px) {
  .helpscout_cards-wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .helpscout_wrapper {
    background-color: #fff;
  }

  .helpscout_table {
    position: relative;
  }

  .helpscout_table-row.col-2 {
    grid-template-columns: 1fr;
  }

  .helpscout_table-item {
    border-right-style: none;
  }

  .helpscout_table-item.is-last.hide-mobile {
    display: none;
  }

  .helpscout_table-item.is-first {
    padding-bottom: 0;
    font-weight: 700;
  }

  .helpscout_cards-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .helpscout_card-card {
    padding: 1.25rem;
  }

  .helpscout_card-icon {
    width: 3rem;
  }

  .helpscout_h3 {
    font-size: 1.5rem;
  }
}

/* google materials icon for use in the comparisons, add a class for common declarations */
.material-3 {
  vertical-align: bottom;
  font-size: 3rem !important;
}

#w-node-a9b1fecf-4de8-d3dd-0c21-299902b38084-ae3c1856 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* for helpscout table divs, remember to add manual margin-bottom: 1.5rem; */
#fullArticle div {
  margin-bottom: 0px;
}

/* Support hero CSS */

.div-block-2 {
  background-image: linear-gradient(
    200deg,
    #6e29c9 13%,
    #06f 56% 100%,
    #bcd8f1
  );
  border: 2px solid navy;
  border-radius: 1rem;
  margin: 1.25rem;
}

.left_text {
  float: left;
  color: #fff !important;
  padding: 1.25rem;
  font-size: 1.25rem !important;
  line-height: 2rem;
}

.left_text a {
  color: #fff !important;
  text-decoration: underline;
}

.mail_icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff !important;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 1.25rem;
  display: float;
  position: static;
  vertical-align: middle;
}

/* setting the default H2 so we don't have to call the class, just either enter manual HTML and an ID, or use Helpscout's default /Heading2 option and copy the link from there */
h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 28px !important;
  font-weight: bold !important;
  color: #022e7a !important;
}

/* little badge at the top of the article to highlight a new feature, usually "New" */
.new {
  padding: 2px 10px !important;
  background-color: #43a047 !important;
  color: #fff !important;
  border-radius: 4px !important;
  border: 1px solid #2e7d32 !important;
  font-weight: bold !important;
}

/* for all normal material icons, so we dont have to use inline style repeatedly */
.material {
  vertical-align: bottom;
}

/* used when extra margins are added to things like the top of headers, or bullet points in an info div */
.margin-t {
  margin-top: 0px !important;
}
.margin-b {
  margin-bottom: 0px !important;
}

/* formatting for "your profile" dropdown code */
.your-profile-wrapper {
  border-radius: 4px;
  border: 1px solid #0385da;
  padding: 8px;
  display: flex;
  margin-top: 10px;
  background-color: #fff;
}
.your-profile {
  border: 1px solid #c5cae9;
  border-radius: 4px;
  padding: 4px 6px;
  margin: 0 4px;
  background-color: #f6fafe;
  color: #6e6f70;
  font-weight: 600;
}

.your-profile-text {
  padding: 4px;
  margin: 0 6px;
  color: #0385da;
  font-weight: 500;
  vertical-align: middle;
}

/* end formatting for "your profile" dropdown */


/* for the initials at the top right (click to get to my profile) */
.initials {
  color: #fff;
  font-weight: bold;
  background-color: #1a237e !important;
  height: 45px;
  width: 45px;
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  line-height: normal;
  position: relative;
  text-align: center;
  align-items: center;
}

.uniform {
  min-width: 200px;
  text-align: left;
}

/* For general information, has an ( I ) icon on the left" */
.blue-tip {
  background-color: #f6faff;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #6f9afc;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 1.5rem !important;
}

.blue-tip-icon {
  float: left;
  padding-right: 1.25rem;
}

.material-2 {
  font-size: 2rem !important;
}