@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-size: 1rem;
  line-height: 1.5rem;
}

#contentArea {
  padding: 0;
}

.contentWrapper {
  container-type: inline-size;
  padding: 0;
  border: none;
}

.container-fluid {
  background: #fff;
  box-sizing: border-box;
}

.row-fluid {
  display: flex;
  flex-direction: row-reverse;
}
.row-fluid:before {
  display: none;
}

#main-content {
  flex: 1;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }
  .row-fluid {
    flex-wrap: wrap;
  }
  #main-content {
    flex: 0 0 100%;
  }
}
#mainNav .navbar-inner {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
#mainNav .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
}
#mainNav .container-fluid:before {
  display: none;
}
#mainNav .container-fluid:after {
  display: none;
}

.navbar .brand {
  padding: 0;
}
.navbar .brand img {
  width: 340px;
  height: auto;
}
.navbar .nav {
  position: static;
  float: none;
}
.navbar .nav li {
  display: none;
}
.navbar .nav li#contact {
  display: block;
}
.navbar .nav li#contact .contactUs {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: inherit;
  background-color: #FFD060;
  color: #373737;
  padding: 0.5em 1em;
  border-radius: 8px;
}
.navbar .nav li#contact .contactUs:hover, .navbar .nav li#contact .contactUs:focus, .navbar .nav li#contact .contactUs:active {
  opacity: 0.8;
}

@media (max-width: 768px) {
  #mainNav .container-fluid {
    flex-wrap: wrap;
  }
  .navbar {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar .brand {
    max-width: none;
  }
  .navbar .brand img {
    width: 264px;
  }
  .navbar .btn-navbar {
    position: static;
    margin: 0 -10px 0 0;
  }
  .navbar .nav-collapse {
    flex: 0 0 100%;
  }
  .navbar .nav {
    margin: 1rem auto;
    max-width: 280px;
  }
  .navbar .nav li#contactMobile {
    display: none;
  }
}
@media (max-width: 375px) {
  .navbar .brand img {
    width: 220px;
  }
}
footer {
  font-size: 12px;
  line-height: 16px;
  color: #858585;
  text-align: center;
  padding: 1.5rem 0;
  border-top: 1px solid #F2F2F2;
}
footer p {
  font-size: inherit;
  text-align: inherit;
  margin: 0;
}
footer a {
  text-decoration: underline;
}

#sidebar form,
#searchBar {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
#sidebar form .search-query,
#searchBar .search-query {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: inherit;
  border-radius: 8px;
  border-color: #858585;
  box-shadow: none;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
}
#sidebar form .search-query::-moz-placeholder, #searchBar .search-query::-moz-placeholder {
  color: #CCCCCC;
}
#sidebar form .search-query::placeholder,
#searchBar .search-query::placeholder {
  color: #CCCCCC;
}
#sidebar form [type=submit],
#searchBar [type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  padding: 0 0.75rem;
}
#sidebar form [type=submit], #sidebar form [type=submit]:hover,
#searchBar [type=submit],
#searchBar [type=submit]:hover {
  background: none;
}
#sidebar form [type=submit] .icon-search,
#searchBar [type=submit] .icon-search {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("https://expenseplus.co.uk/help-guide-assets/general-icons/search.svg") no-repeat center;
}
#sidebar form [type=submit] .icon-search:before,
#searchBar [type=submit] .icon-search:before {
  display: none;
}
#sidebar form [type=submit] span,
#searchBar [type=submit] span {
  display: none;
}

#serp-dd {
  top: calc(100% + 0.5rem);
}
#serp-dd a {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #373737;
}

#sidebar {
  font-size: 12px;
  line-height: 16px;
  width: auto;
  flex: 0 0 280px;
  margin: 0;
  padding: 1.5rem;
  background: #F2F2F2;
}
#sidebar h3 {
  display: none;
}
#sidebar .nav-list li {
  margin: 0 0 0.75rem;
}
#sidebar .nav-list a {
  color: inherit;
  padding: 0;
}
#sidebar .nav-list .active a {
  font-weight: 600;
  color: inherit;
}
#sidebar .nav-list .active a .icon-arrow {
  display: none;
}

@media (max-width: 768px) {
  #sidebar {
    flex: 0 0 100%;
  }
}
#categoryHead h1,
#main-content .title,
#main-content > .contentWrapper > h1:first-child,
#serp > h1:first-child {
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-size: 30px;
  line-height: 36px;
  color: #FFF;
  margin: 0 0 1.5rem;
  padding: 1.5rem;
  background: #3C8493;
}

.printArticle {
  display: none;
}

.articleList {
  font-size: 18px;
  line-height: 24px;
  padding: 0 1.5rem;
}
.articleList li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
}
.articleList li, #serp .articleList li {
  padding: 0.5rem 0 0.5rem 1.25rem;
}
.articleList li:before {
  position: absolute;
  top: 0.75rem;
  left: -3px;
  content: "﹥";
  color: #3CB5AA;
}
.articleList li:last-child {
  border-bottom: none;
}
.articleList a {
  margin: 0;
}
.articleList .icon-article-doc {
  display: none;
}

.pagination {
  margin: 2rem 0 0;
  padding: 1rem 1.5rem;
}

#docsSearch {
  box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  border: none;
  background: url("https://expenseplus.co.uk/help-guide-assets//homepage-banner/lhs.svg") no-repeat left bottom, url("https://expenseplus.co.uk/help-guide-assets//homepage-banner/rhs.svg") no-repeat right bottom, #F2F2F2;
}
#docsSearch h1 {
  font-family: Quicksand, sans-serif;
  font-weight: 300;
  font-size: 52px;
  line-height: 56px;
  color: #3CB5AA;
  max-width: 440px;
  margin: 0 auto;
  padding: 0;
}
#docsSearch #searchBar {
  margin-top: 4.25rem;
  padding: 0;
  max-width: 360px;
}
#docsSearch #searchBar:before {
  display: block;
  position: absolute;
  top: -3.25rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "How can we help today?";
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-size: 22px;
  line-height: 28px;
}
#docsSearch .search-query {
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  border-radius: 12px;
  border: none;
}
#docsSearch [type=submit] {
  padding-left: 0.75rem;
}
#docsSearch [type=submit] .icon-search {
  width: 1.5rem;
  height: 1.5rem;
}

@media (max-width: 970px) {
  #docsSearch {
    background-image: none;
  }
}
@media (max-width: 480px) {
  #docsSearch h1 {
    font-size: 36px;
    line-height: 44px;
    max-width: 320px;
  }
  #docsSearch #searchBar {
    margin-top: 3rem;
  }
  #docsSearch #searchBar:before {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    top: -2.5rem;
  }
}
.collection-category {
  margin: 2rem 0;
  text-align: center;
}
.collection-category h2 {
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 2rem;
  color: #3CB5AA;
}
.collection-category h2 a {
  color: inherit;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.collection-category .category-list {
  margin: 0;
}
.category-list .category {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: none;
  width: 168px;
  min-height: 168px;
  margin: 0;
  padding: 1.5rem 0.75rem 0.75rem;
  background: #F2F2F2;
  color: #373737;
  border: none;
  border-radius: 12px;
}
.category-list .category:before {
  display: block;
  content: "";
  width: 54%;
  height: auto;
  margin: 0 0 auto;
}
#collection-category-234 .category-list .category:before {
  width: 72%;
}
.category-list .category h3 {
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-size: 18px;
  line-height: 24px;
  color: inherit;
  margin: 0;
}
.category-list .category p,
.category-list .category .article-count {
  display: none;
}

#category-746:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/getting-started/Getting Started.svg");
}

#category-243:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/getting-started/Module Overview Videos.svg");
}

#category-244:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/getting-started/Finance User Training.svg");
}

#category-576:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Task Management.svg");
}

#category-246:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Invoicing.svg");
}

#category-247:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Bank Deposits.svg");
}

#category-248:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Purchases.svg");
}

#category-249:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Receipts.svg");
}

#category-250:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Approvals.svg");
}

#category-251:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Payments.svg");
}

#category-252:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Bank Reconciliation.svg");
}

#category-253:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Petty Cash.svg");
}

#category-254:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Adjustments.svg");
}

#category-665:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Payroll Upload.svg");
}

#category-255:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Investments.svg");
}

#category-266:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Loans.svg");
}

#category-256:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Fixed Assets.svg");
}

#category-257:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Financial Reports.svg");
}

#category-720:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Year End Accounts.svg");
}

#category-258:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Manage Donors.svg");
}

#category-578:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/LoveGiving.svg");
}

#category-259:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Gift Aid.svg");
}

#category-260:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/ChurchSuite.svg");
}

#category-261:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/Donations Reports.svg");
}

#category-619:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/module-faqs/VAT.svg");
}

#category-766:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/settings-customisation/Opening Balances.svg");
}

#category-765:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/settings-customisation/Funds & Categories.svg");
}

#category-763:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/settings-customisation/User Settings.svg");
}

#category-771:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/settings-customisation/Payment Processors.svg");
}

#category-769:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/settings-customisation/Settings.svg");
}

#category-770:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/other/Sign In.svg");
}

#category-751:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/other/Subscription.svg");
}

#category-752:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/other/Data Security.svg");
}

#category-755:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/other/Other.svg");
}

#category-572:before {
  content: url("https://expenseplus.co.uk/help-guide-assets/category-icons/other/Bookkeepers Client Portal.svg");
}

@media (max-width: 540px) {
  .category-list {
    gap: 0.75rem;
  }
  .category-list .category {
    width: calc(33% - 0.5rem);
    height: auto;
    min-height: 0;
    padding: 1.25rem 0.75rem 1rem;
  }
  .category-list .category h3 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0.5rem;
  }
}
@media (max-width: 480px) {
  .collection-category h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .category-list {
    gap: 0.75rem;
  }
  .category-list .category {
    width: calc(50% - 0.375rem);
  }
}
#docsSearch + #contentArea {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

#categoryHead .descrip:empty {
  display: none;
}
#categoryHead .sort {
  display: none;
}

#fullArticle {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 1.5rem;
}
#fullArticle h1:not(.title), #fullArticle h2, #fullArticle h3, #fullArticle h4, #fullArticle h5, #fullArticle h6 {
  color: #3C8493;
  font-weight: 400;
}
#fullArticle h1:not(.title) {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 1.5rem;
}
#fullArticle h2 {
  font-size: 22px;
  line-height: 38px;
  margin: 0 0 1rem;
}
#fullArticle h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #373737;
}
#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: inherit;
}
#fullArticle a,
#fullArticle a:link,
#fullArticle a:visited {
  text-decoration: underline;
}
#fullArticle a:hover,
#fullArticle a:focus,
#fullArticle a:active {
  text-decoration: none;
}
#fullArticle strong {
  color: inherit;
}
#fullArticle hr {
  margin: 2rem 0;
}
#fullArticle .title {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

#fullArticle .callout,
#fullArticle .callout-red,
#fullArticle .callout-blue,
#fullArticle .callout-yellow,
#fullArticle .callout-green {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: inherit;
  padding: 0.75rem;
}
#fullArticle .callout p,
#fullArticle .callout ul,
#fullArticle .callout ol,
#fullArticle .callout-red p,
#fullArticle .callout-red ul,
#fullArticle .callout-red ol,
#fullArticle .callout-blue p,
#fullArticle .callout-blue ul,
#fullArticle .callout-blue ol,
#fullArticle .callout-yellow p,
#fullArticle .callout-yellow ul,
#fullArticle .callout-yellow ol,
#fullArticle .callout-green p,
#fullArticle .callout-green ul,
#fullArticle .callout-green ol {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: inherit;
  margin-bottom: 0.5rem;
}
#fullArticle .callout:before,
#fullArticle .callout-red:before,
#fullArticle .callout-blue:before,
#fullArticle .callout-yellow:before,
#fullArticle .callout-green:before {
  display: block;
  content: "";
  font-weight: 600;
  margin: 0 0 0.5rem;
}
#fullArticle .callout {
  border-left: 2px solid #3C8493;
}
#fullArticle .callout > p:first-child {
  color: #3C8493;
}
#fullArticle .callout ul {
  list-style: none;
  margin-left: 0;
}
#fullArticle .callout-red {
  border-left: 2px solid #EC6F71;
}
#fullArticle .callout-red:before {
  content: "Warning";
  color: #EC6F71;
  text-transform: uppercase;
}
#fullArticle .callout-blue,
#fullArticle .callout-yellow,
#fullArticle .callout-green {
  border: 2px solid;
  background: transparent;
}
#fullArticle .callout-blue {
  border-color: #009ADE;
}
#fullArticle .callout-blue:before {
  content: "Note";
  color: #009ADE;
  text-transform: uppercase;
}
#fullArticle .callout-green {
  border-color: #3CB5AA;
}
#fullArticle .callout-green:before {
  content: "Good to Know";
  color: #3CB5AA;
  text-transform: uppercase;
}
#fullArticle .callout-yellow {
  border-color: #3CB5AA;
}
#fullArticle .callout-yellow:before {
  content: "Top Tip";
  color: #3CB5AA;
  text-transform: uppercase;
}

.articleFoot {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 16px;
  margin: 2rem 0 0;
  padding: 1.5rem;
}
.articleFoot p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: inherit;
  color: #3CB5AA;
  margin: 0;
}
.articleFoot time.lu {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: inherit;
  color: #CCCCCC;
  margin-top: 0;
}
@container (width < 520px) {
  .articleFoot {
    flex-direction: column-reverse;
  }
  .articleFoot time.lu {
    margin-bottom: 1rem;
  }
}

#sbContact,
#sbContactMobile {
  color: inherit;
  font-weight: 600;
  border: none;
}

.icon-contact {
  display: none;
}

#serp .articlesFound {
  margin: -0.5rem 0 1rem;
  padding: 0 1.5rem;
}

#serp .articleList li {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
#serp .articleList li:before {
  top: 1.5rem;
}
#serp .articleList p {
  margin-bottom: 0;
  color: #858585;
}