/*
 * Mersey Weaver Scouts — Help Scout Docs
 * Scout brand refresh, responsive navigation fix and accessibility improvements
 * Version: 2.0
 */

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,600;6..12,700;6..12,800;6..12,900&display=swap");

:root {
  --scout-purple: #7413dc;
  --scout-purple-dark: #490499;
  --scout-teal: #088486;
  --scout-yellow: #ffe627;
  --scout-black: #000000;
  --scout-ink: #292929;
  --scout-grey: #5b5b5b;
  --scout-grey-light: #e4e4e7;
  --scout-surface: #ffffff;
  --scout-background: #f7f7f9;
  --scout-radius: 10px;
  --scout-shadow: 0 8px 24px rgba(41, 41, 41, 0.08);
}

/* Base */

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--scout-background);
  color: var(--scout-ink);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

a {
  color: var(--scout-purple-dark);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
  overflow-wrap: anywhere;
  touch-action: manipulation;
}

a:hover {
  color: var(--scout-purple);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--scout-yellow) !important;
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--scout-black);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}

.container-fluid {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

/* Header and navigation */

#mainNav {
  position: relative;
  z-index: 100;
  margin: 0;
  background: var(--scout-surface);
  border-bottom: 1px solid var(--scout-grey-light);
}

.navbar .navbar-inner {
  height: auto;
  min-height: 82px;
  padding: 0;
  background: var(--scout-surface);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  overflow: visible;
}

.navbar .navbar-inner .container-fluid {
  min-height: 82px;
}

.navbar .brand {
  float: left;
  margin: 0;
  padding: 0;
  color: var(--scout-purple);
  text-shadow: none;
}

a.brand > img {
  display: block;
  width: auto;
  height: 58px;
  max-width: 210px;
  margin: 12px 0;
  border: 0;
  content: url("https://mwscouts.org/wp-content/themes/skillsforlife/img/logo.svg");
}

#mainNav .brand span {
  display: block;
  width: 210px;
  height: 58px;
  margin: 12px 0;
  overflow: hidden;
  background: url("https://mwscouts.org/wp-content/themes/skillsforlife/img/logo.svg")
    no-repeat left center;
  background-size: contain;
  text-indent: -9999px;
}

.navbar .nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: auto;
  display: flex;
  align-items: center;
  margin: 0;
  background: transparent;
  text-transform: none;
}

.navbar .nav li {
  display: block;
  float: none;
  margin: 0;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.navbar .nav li a,
.navbar .icon-private-w {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 12px 13px;
  color: var(--scout-ink);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  text-shadow: none;
  border-bottom: 4px solid transparent;
}

.navbar .nav li a:hover,
.navbar .nav li a:focus,
.navbar .nav .active a,
.navbar .nav .active a:hover,
.navbar .nav .active a:focus {
  color: var(--scout-purple-dark);
  background: transparent;
  border-bottom-color: var(--scout-purple);
  box-shadow: none;
}

.navbar .nav .caret {
  display: none;
}

#contact .contactUs,
#contactMobile .contactUs {
  min-height: 42px;
  margin: 5px 0 5px 8px;
  padding: 10px 16px;
  color: #ffffff;
  background: var(--scout-purple);
  border: 2px solid var(--scout-purple);
  border-radius: 6px;
}

#contact .contactUs:hover,
#contact .contactUs:focus,
#contactMobile .contactUs:hover,
#contactMobile .contactUs:focus {
  color: #ffffff;
  background: var(--scout-purple-dark);
  border-color: var(--scout-purple-dark);
}

/* Search hero */

#docsSearch {
  position: relative;
  z-index: 1;
  margin: 0 0 48px;
  padding: 44px 20px 48px;
  background: var(--scout-purple);
  border: 0;
}

#docsSearch h1 {
  max-width: 780px;
  margin: 0 auto 24px;
  padding: 0;
  color: #ffffff;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
}

#searchBar {
  position: relative;
  width: min(700px, 100%);
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#searchBar .search-query {
  display: block;
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 14px 138px 14px 18px;
  color: var(--scout-ink);
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 7px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

#searchBar .search-query:focus {
  border-color: var(--scout-yellow);
  box-shadow: 0 0 0 3px rgba(255, 230, 39, 0.32);
}

#searchBar button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 56px;
  margin: 0;
  padding: 0 20px;
  color: #ffffff;
  background: var(--scout-teal);
  border: 2px solid var(--scout-teal);
  border-radius: 0 7px 7px 0;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-shadow: none;
  cursor: pointer;
  pointer-events: auto;
}

#searchBar button:hover,
#searchBar button:focus {
  color: #ffffff;
  background: #066f71;
  border-color: #066f71;
  text-shadow: none;
}

#searchBar button .icon-search {
  display: none;
}

#searchBar.sm {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}

#searchBar.sm .search-query,
#searchBar.sm button {
  height: 46px;
}

#sidebar #searchBar.sm .search-query {
  width: 100%;
  padding-right: 58px;
}

#sidebar #searchBar.sm button {
  right: 0 !important;
  width: 46px !important;
  min-width: 46px;
  max-width: 46px;
  height: 46px;
  padding: 0;
}

#sidebar #searchBar.sm button .icon-search {
  display: block;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  text-indent: 0;
  text-shadow: none;
}

#serp-dd,
#serp-dd.sb {
  z-index: 250;
  width: 100%;
  margin-top: 4px;
  background: #ffffff;
  border: 1px solid var(--scout-grey-light);
  border-radius: 7px;
  box-shadow: var(--scout-shadow);
  overflow: hidden;
}

#serp-dd .result a {
  display: block;
  min-height: 44px;
  padding: 10px 14px;
  color: var(--scout-purple-dark);
  font-weight: 600;
  line-height: 1.45;
  text-transform: none;
  text-decoration: none;
}

#serp-dd .result a:hover,
#serp-dd .result > li.active {
  color: var(--scout-purple-dark);
  background: #f3ebff;
}

/* Homepage collections */

#contentArea {
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
}

#contentArea > .threeCol,
#contentArea > .twoCol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  margin: 0 0 24px;
}

.threeCol .collection,
.twoCol .collection,
.collection {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  background-color: var(--scout-surface) !important;
  border: 1px solid var(--scout-grey-light);
  border-top: 5px solid var(--scout-purple);
  border-radius: var(--scout-radius);
  box-shadow: 0 3px 12px rgba(41, 41, 41, 0.05);
  overflow: hidden;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.collection:hover {
  background-color: var(--scout-surface);
  box-shadow: var(--scout-shadow);
  transform: translateY(-2px);
}

#collection-1,
#collection-32,
#collection-42,
#collection-56 {
  background-repeat: no-repeat !important;
  background-position: top 26px center !important;
}

#collection-1 {
  background-image: url("https://shop.mwscouts.org/wp-content/uploads/scoutstore169x60.svg") !important;
  background-size: 144px auto !important;
}

#collection-32 {
  background-image: url("https://shop.mwscouts.org/wp-content/uploads/badge-digital-maker60x60.svg") !important;
  background-size: 68px auto !important;
}

#collection-42 {
  background-image: url("https://shop.mwscouts.org/wp-content/uploads/accommodation.svg") !important;
  background-size: 116px auto !important;
}

#collection-56 {
  background-image: url("https://shop.mwscouts.org/wp-content/uploads/Brands-ShirtsPolos_.png") !important;
  background-size: 76px auto !important;
}

#collection-1 .collection-head,
#collection-32 .collection-head,
#collection-42 .collection-head,
#collection-56 .collection-head {
  padding-top: 112px;
}

.collection-head,
.collection-head.no-desc {
  min-height: 0;
  padding: 22px 22px 14px;
  text-align: left;
}

.collection-head h2,
.collection-category h2 {
  margin: 0;
  padding: 0;
  color: var(--scout-black);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}

.collection-head h2 a,
.collection-category h2 a {
  color: var(--scout-black);
  font-weight: 900;
  text-decoration: none;
}

.collection-head h2 a:hover,
.collection-head h2 a:focus,
.collection-category h2 a:hover,
.collection-category h2 a:focus {
  color: var(--scout-purple-dark);
  text-decoration: underline;
}

.collection-head p {
  margin: 6px 0 0;
  color: var(--scout-grey);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

.collection-body {
  padding: 0 22px 22px;
}

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

.popArticles li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #eeeeef;
}

.popArticles li:first-child {
  border-top: 0;
}

.popArticles a {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  min-height: 44px;
  margin: 0 !important;
  padding: 10px 0;
  color: var(--scout-purple-dark) !important;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600 !important;
  line-height: 1.45;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
}

.popArticles a:hover,
.popArticles a:focus {
  color: var(--scout-purple) !important;
  text-decoration: underline !important;
}

.popArticles .icon-article-doc {
  margin-top: 0.22em;
  color: var(--scout-teal);
}

.collection .browse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 16px 0 0 !important;
  padding: 9px 14px;
  color: var(--scout-purple-dark) !important;
  background: #ffffff;
  border: 2px solid var(--scout-purple);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800 !important;
  line-height: 1.3;
  text-transform: none !important;
  text-decoration: none !important;
}

.collection .browse:hover,
.collection .browse:focus {
  color: #ffffff !important;
  background: var(--scout-purple);
  text-decoration: none !important;
}

/* Collection and article pages */

#sidebar {
  margin-top: 32px;
}

#sidebar h3 {
  margin-bottom: 8px;
  color: var(--scout-black);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

#sidebar .nav-list a {
  display: block;
  min-height: 40px;
  padding: 8px 12px;
  color: var(--scout-grey);
  border-radius: 5px;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

#sidebar .nav-list a:hover,
#sidebar .nav-list a:focus {
  color: var(--scout-purple-dark);
  background: #f3ebff;
}

#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover,
#sidebar .nav-list .active a:focus {
  color: var(--scout-purple-dark);
  background: #f3ebff;
  font-weight: 800;
  text-shadow: none;
  text-decoration: none;
}

#main-content {
  float: right;
  margin-bottom: 40px;
  padding-top: 32px;
  background: none;
}

.contentWrapper {
  min-height: 0;
  padding: 42px 48px;
  color: var(--scout-ink);
  background: #ffffff;
  border: 1px solid var(--scout-grey-light);
  border-radius: var(--scout-radius);
  box-shadow: var(--scout-shadow);
}

#fullArticle .title,
.contentWrapper h1 {
  margin: 0 52px 20px 0;
  color: var(--scout-black);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 900;
  line-height: 1.15;
}

#categoryHead h1 {
  margin-bottom: 12px;
}

#categoryHead .descrip:empty {
  display: none;
  margin: 0;
}

.contentWrapper > .articleList {
  margin-top: 0;
  padding-top: 0;
}

.contentWrapper .articleList a {
  display: block;
  min-height: 44px;
  padding: 8px 0;
  line-height: 1.55;
  text-decoration: none;
}

.contentWrapper .articleList a:hover,
.contentWrapper .articleList a:focus {
  text-decoration: underline;
}

#fullArticle,
#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table,
.contentWrapper p {
  color: var(--scout-ink);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

#fullArticle p,
.contentWrapper p {
  margin: 0 0 1.15em;
}

#fullArticle h2 {
  margin-top: 1.6em;
  font-size: 28px;
}

#fullArticle h3 {
  margin-top: 1.5em;
  font-size: 22px;
}

#fullArticle h4 {
  margin-top: 1.4em;
  font-size: 18px;
  font-style: normal;
}

#fullArticle strong {
  color: var(--scout-black);
  font-weight: 800;
}

#fullArticle a,
.contentWrapper a {
  position: relative;
  color: var(--scout-purple-dark);
  font-weight: 700;
  text-transform: none;
  text-decoration: underline;
  pointer-events: auto;
}

#fullArticle a:hover,
#fullArticle a:focus,
.contentWrapper a:hover,
.contentWrapper a:focus {
  color: var(--scout-purple);
}

#fullArticle img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5em 0 2em;
  padding: 0;
  border: 0;
  border-radius: 7px;
}

#fullArticle table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

#fullArticle th,
#fullArticle td {
  padding: 10px 12px;
  border: 1px solid var(--scout-grey-light);
  text-align: left;
  vertical-align: top;
}

#fullArticle th {
  color: #ffffff;
  background: var(--scout-purple-dark);
  font-weight: 800;
}

#fullArticle pre,
#fullArticle code {
  max-width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

#fullArticle blockquote {
  margin: 1.5em 0;
  padding: 16px 20px;
  background: #f3ebff;
  border-left: 5px solid var(--scout-purple);
}

#fullArticle .printArticle {
  top: 36px;
  right: 36px;
}

.articleFoot {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--scout-grey-light);
}

.articleFoot p,
.articleFoot time {
  color: var(--scout-grey);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.related {
  margin-top: 16px;
  padding: 24px 30px;
  background: #ffffff;
  border: 1px solid var(--scout-grey-light);
  border-radius: var(--scout-radius);
}

.related h3 {
  color: var(--scout-black);
  font-size: 16px;
  font-weight: 900;
  text-transform: none;
}

.related ul > li a {
  display: block;
  min-height: 40px;
  padding: 8px 0;
  color: var(--scout-purple-dark);
  font-weight: 700;
  text-transform: none;
}

/* Forms, buttons and modal */

input,
button,
select,
textarea,
.btn {
  font-family: "Nunito Sans", Arial, sans-serif;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  color: #ffffff;
  background: var(--scout-purple);
  border: 2px solid var(--scout-purple);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-shadow: none;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  color: #ffffff;
  background: var(--scout-purple-dark);
  border-color: var(--scout-purple-dark);
  text-shadow: none;
}

.btn.disabled,
.btn[disabled] {
  color: #ffffff;
  background: var(--scout-grey);
  border-color: var(--scout-grey);
  opacity: 0.65;
}

#contactModal h2,
.abuse h2 {
  margin: 0;
  padding: 16px 20px;
  color: var(--scout-black);
  background: #ffffff;
  border-bottom: 1px solid var(--scout-grey-light);
  border-radius: 7px 7px 0 0;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

#contactModal .control-label {
  color: var(--scout-ink);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

/* Footer */

footer {
  padding: 24px 20px 32px;
}

footer p,
footer p a {
  color: var(--scout-grey);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

footer p a:hover,
footer p a:focus {
  color: var(--scout-purple-dark);
}

/* Tablet */

@media (max-width: 980px) {
  #contentArea > .threeCol,
  #contentArea > .twoCol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .navbar .nav li a,
  .navbar .icon-private-w {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 14px;
  }
}

/* Mobile navigation and layout
 *
 * The previous stylesheet forced .navbar-inner to a fixed 75px height and
 * turned the search button into a transparent absolute layer. On a collapsed
 * Help Scout navbar those rules can place later content over the expanded
 * menu and intercept taps. These rules keep each layer bounded and stacked.
 */

@media (max-width: 768px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }

  .container-fluid {
    width: min(100% - 32px, 1180px);
  }

  #mainNav,
  .navbar {
    position: relative;
    z-index: 1000;
    margin: 0;
    overflow: visible;
  }

  .navbar .navbar-inner {
    height: auto !important;
    min-height: 74px;
    padding: 0;
    overflow: visible !important;
  }

  .navbar .navbar-inner .container-fluid {
    position: relative;
    min-height: 74px;
    padding: 0;
    overflow: visible;
  }

  a.brand > img {
    height: 50px;
    max-width: 178px;
    margin: 12px 0;
  }

  #mainNav .brand span {
    width: 178px;
    height: 50px;
    margin: 12px 0;
  }

  .navbar .btn-navbar {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 1003;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background: var(--scout-purple);
    border: 0;
    border-radius: 6px;
    box-shadow: none;
    text-shadow: none;
  }

  .navbar .btn-navbar:hover,
  .navbar .btn-navbar:focus,
  .navbar .btn-navbar:active {
    background: var(--scout-purple-dark);
  }

  .navbar .btn-navbar .icon-bar,
  .navbar .btn-navbar:hover .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: none;
  }

  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .nav-collapse,
  .nav-collapse.collapse {
    position: relative;
    z-index: 1002;
    clear: both;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #ffffff;
  }

  .nav-collapse.in,
  .nav-collapse.collapse.in {
    height: auto !important;
    padding: 8px 0 14px;
    overflow: visible !important;
    border-top: 1px solid var(--scout-grey-light);
  }

  .navbar .nav,
  .navbar .nav.pull-right {
    position: static;
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    background: transparent;
    text-align: left;
  }

  .navbar .nav li {
    display: block;
    width: 100%;
  }

  .navbar .nav li a,
  .navbar .icon-private-w {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 11px 12px;
    color: var(--scout-ink);
    background: #ffffff;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    pointer-events: auto;
  }

  .navbar .nav li a:hover,
  .navbar .nav li a:focus,
  .navbar .nav .active a,
  .navbar .nav .active a:hover,
  .navbar .nav .active a:focus {
    color: var(--scout-purple-dark);
    background: #f3ebff;
    border: 0;
  }

  #contact .contactUs,
  #contactMobile .contactUs {
    justify-content: center;
    width: 100%;
    margin: 8px 0 0;
    color: #ffffff;
    background: var(--scout-purple);
  }

  #docsSearch {
    position: relative;
    z-index: 1;
    margin: 0 0 32px;
    padding: 32px 16px 36px;
  }

  #docsSearch h1 {
    max-width: 620px;
    margin-bottom: 20px;
    font-size: clamp(28px, 8vw, 38px);
  }

  #searchBar {
    width: 100%;
    padding: 0;
  }

  #searchBar .search-query {
    height: 54px;
    margin: 0;
    padding: 13px 64px 13px 15px;
    border-radius: 7px;
    font-size: 16px;
  }

  #searchBar button {
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    padding: 0;
    color: #ffffff;
    background: var(--scout-teal);
    border: 2px solid var(--scout-teal);
    border-radius: 0 7px 7px 0;
    pointer-events: auto;
  }

  #searchBar button span:not(.icon-search) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  #searchBar button .icon-search {
    display: block;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    text-indent: 0;
    text-shadow: none;
  }

  #searchBar.sm .search-query,
  #searchBar.sm button {
    height: 46px;
  }

  #sidebar #searchBar.sm button {
    width: 46px !important;
    height: 46px;
  }

  #contentArea {
    padding-bottom: 24px;
  }

  #contentArea > .threeCol,
  #contentArea > .twoCol {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 18px;
  }

  .threeCol .collection,
  .twoCol .collection,
  .collection {
    width: 100%;
    margin: 0;
    border-right: 1px solid var(--scout-grey-light);
    border-left: 1px solid var(--scout-grey-light);
    border-radius: var(--scout-radius);
  }

  .collection:hover {
    transform: none;
  }

  .collection-head,
  .collection-head.no-desc {
    padding: 20px 18px 10px;
  }

  #collection-1 .collection-head,
  #collection-32 .collection-head,
  #collection-42 .collection-head,
  #collection-56 .collection-head {
    padding-top: 106px;
  }

  .collection-body {
    padding: 0 18px 20px;
  }

  .popArticles a {
    min-height: 48px;
    padding: 12px 0;
    font-size: 16px;
  }

  .collection .browse {
    width: 100%;
    min-height: 48px;
  }

  #main-content {
    float: none;
    width: 100%;
    padding: 20px 0 0;
  }

  .contentWrapper {
    padding: 28px 20px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  #fullArticle .title,
  .contentWrapper h1 {
    margin-right: 42px;
    font-size: clamp(28px, 8vw, 36px);
  }

  #fullArticle,
  #fullArticle p,
  #fullArticle ul,
  #fullArticle ol,
  #fullArticle li,
  #fullArticle div,
  #fullArticle blockquote,
  #fullArticle dd,
  #fullArticle table,
  .contentWrapper p {
    font-size: 16px;
    line-height: 1.65;
  }

  #fullArticle h2 {
    font-size: 24px;
  }

  #fullArticle h3 {
    font-size: 20px;
  }

  #fullArticle .printArticle {
    top: 26px;
    right: 18px;
  }

  .related {
    margin: 16px 0 0;
    padding: 22px 20px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .related h3 {
    padding-left: 0;
  }

  .related ul {
    margin-left: 20px;
  }
}

@media (max-width: 380px) {
  a.brand > img,
  #mainNav .brand span {
    max-width: 155px;
  }

  #docsSearch {
    padding-right: 14px;
    padding-left: 14px;
  }

  .container-fluid {
    width: calc(100% - 28px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  #mainNav,
  #sidebar,
  .printArticle,
  .sort {
    display: none !important;
  }

  body {
    background: #ffffff;
    color: #000000;
  }

  #main-content {
    float: none;
    width: 100%;
    padding: 0;
  }

  .contentWrapper {
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  a:link::after {
    content: " (" attr(href) ")";
  }
}
