@import "https://www.helpscout.com/css/evolution.css";
body {
background:
right top / min(64vw,
400px) auto no-repeat url("https://hs-marketing-contentful.imgix.net/https%3A%2F%2Fimages.ctfassets.net%2Fp15sglj92v6o%2Fq6FWq7dci4tKmaUllY64U%2Fde219f83a5b4123db2f428fcd101d430%2FArticle_Background_Right.png?ixlib=gatsbySourceUrl-2.1.3&auto=format%2C%20compress&q=75&w=800&h=1090&s=1e3bcac3b05d13444b66a916e5bcc6a3"),
left bottom / min(64vw,
400px) auto no-repeat url("https://hs-marketing-contentful.imgix.net/https%3A%2F%2Fimages.ctfassets.net%2Fp15sglj92v6o%2F7qERKNkxBgQJjTUsxbXWHr%2Ffed38cf03e3605d8281626fcdb69e72f%2FArticle_Background_Left.png?ixlib=gatsbySourceUrl-2.1.3&auto=format%2C%20compress&q=75&w=800&h=1090&s=101857313b821d110cb531983b73fe13"),
var(--color--clay-100);
padding: 0;
min-height: 100%;
}
.container-fluid {
width: var(--container-width);
max-width: none;
padding: 0;
}
.container-fluid:after,
.container-fluid:before {
content: none;
}
:root {
--hs-logo-width: 168px;
--hs-logo-height: 33px;
--main-nav-height: calc(var(--spacing--base-2) + var(--hs-logo-height) + var(--spacing--base-3));
--main-nav-close-button-dimension: 24px;
}
.navbar .brand {
text-indent: -9999px;
width: var(--hs-logo-width);
height: var(--hs-logo-height);
//background: center center / var(--hs-logo-width) var(--hs-logo-height) url("https://www.helpscout.com/images/nav/logo-color.svg") no-repeat;
padding: 0;
}
.navbar .brand span {
font-size: 12px;
}
.navbar .navbar-inner {
padding-left: 0;
padding-right: 0;
background: transparent;
box-shadow: none;
}
.navbar .navbar-inner::before,
.navbar .navbar-inner::after {
content: none;
}
.navbar .nav li a {
font-size: var(--font-size--S);
line-height: var(--line-height--relaxed);
color: var(--color--text-light);
margin: 0;
}
@media (max-width: 768px) {
:root {
--hs-logo-width: 126px;
--hs-logo-height: 24px;
}
.navbar {
margin: 0;
}
}
@media (max-width: 1139px) {
.navbar .navbar-inner {
padding: var(--spacing--base-2) 0 var(--spacing--base-3);
}
.navbar .brand {
position: relative;
z-index: 1;
}
.navbar .btn-navbar {
top: calc((var(--hs-logo-height) - var(--main-nav-close-button-dimension)) / 2);
right: 0;
z-index: 1;
width: var(--main-nav-close-button-dimension);
height: var(--main-nav-close-button-dimension);
margin: 0;
background: var(--color--text-default);
mask-image: url("https://www.helpscout.com/icons/menu.svg");
mask-size: 100% 100%;
padding: 0;
transition: background 0.2s;
color: transparent;
display: block;
box-sizing: content-box;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus {
background: var(--color--charcoal-600);
}
.navbar .btn-navbar .icon-bar {
display: none;
}
.nav-collapse {
background: rgba(var(--color--basics-white-rgb),
0);
margin: 0 calc((100vw - var(--container-width)) / -2);
top: calc(-33px - var(--spacing--base-2));
z-index: 0;
transition: all 0.35s ease;
}
.nav-collapse.collapse {
height: 0 !important;
overflow: hidden !important;
}
.nav-collapse.collapse.in {
height: auto !important;
margin-bottom: calc(-33px - var(--spacing--base-2));
}
.nav-collapse.in {
background: rgba(var(--color--basics-white-rgb),
1);
border-radius: 0 0 var(--border-radius--2XL) var(--border-radius--2XL);
box-shadow: var(--elevation--S);
}
.nav-collapse nav {
position: relative;
padding: calc(33px + var(--spacing--base-2) + var(--spacing--M)) 0 var(--spacing--M);
}
.nav-collapse nav .nav {
position: relative;
margin: 0;
width: 100%;
}
.navbar .nav li {
display: block;
opacity: 0;
margin: 0;
transition: opacity 0.35s ease;
}
.navbar .in .nav li {
opacity: 1;
}
.navbar .nav li a {
padding: var(--spacing--base-1-5) 0;
margin: 0 auto;
max-width: var(--container-width);
width: 100%;
}
.navbar .nav li a:hover,
.navbar .nav li a:focus,
.navbar .nav li.active a,
.navbar .nav li.active a:hover,
.navbar .nav li.active a:focus {
color: var(--color--text-dark);
font-weight: var(--font-weight--normal);
background: var(--color--charcoal-100);
border-radius: var(--border-radius--S);
}
#contactMobile {
display: block;
}
}
@media (min-width: 769px) and (max-width: 1139px) {
#mainNav .container-fluid {
position: relative;
z-index: 1;
}
.navbar .btn-navbar {
position: absolute;
}
.nav-collapse.collapse {
position: absolute;
top: calc(var(--border-radius--S) * -1);
right: calc(var(--border-radius--S) * -1);
margin: 0;
border-radius: 4px;
padding: var(--border-radius--S) var(--border-radius--S) var(--spacing--base-1-5);
min-width: 175px;
}
.nav-collapse nav {
padding-top: calc(var(--hs-logo-height) + var(--border-radius--S));
}
.navbar .nav li a {
padding: 9px 15px;
}
#contactMobile {
display: none;
}
}
@media (min-width: 1140px) {
#mainNav .container-fluid {
display: flex;
justify-content: space-between;
padding: var(--spacing--base-2) 0 var(--spacing--base-3);
}
.brand {
float: none;
}
.navbar .nav {
float: none;
position: relative;
display: flex;
gap: var(--spacing--base-0-5);
}
.navbar .nav li {
margin: 0;
}
.navbar .nav li a {
line-height: var(--hs-logo-height);
padding: 0 var(--spacing--base-0-75);
}
.navbar .nav li a:hover,
.navbar .nav li a:focus,
.navbar .nav li.active a,
.navbar .nav li.active a:hover,
.navbar .nav li.active a:focus {
color: var(--color--text-dark);
}
.navbar .nav li.active a {
font-weight: var(--font-weight--medium);
}
.navbar .nav .active .caret {
display: none;
}
}
@media (min-width: 1320px) {
.navbar .nav {
gap: var(--spacing--base-1-5);
}
}
footer {
margin: 0 auto var(--spacing--L);
max-width: var(--container-width);
display: none;
}
footer p {
margin: 0;
text-align: center;
color: var(--color--text-light);
font-size: var(--font-size--S);
}
footer p a {
color: var(--color--text-default);
}
#docsSearch {
margin: calc(var(--main-nav-height) * -1) 0 0;
padding: calc(var(--main-nav-height) + var(--spacing--L)) calc((100vw - var(--container-width)) / 2) var(--spacing--XL);
background-color: var(--color--clay-100);
background:
-37px top / 270px auto no-repeat url("https://hs-marketing-contentful.imgix.net/https%3A%2F%2Fimages.ctfassets.net%2Fp15sglj92v6o%2F5qaFRTY3SOqqGH5dbuc7OT%2F3cd5d4ab5d7365e561f4af781abbc144%2FDocs_Background_Left.png?ixlib=gatsbySourceUrl-2.1.3&auto=format%2C%20compress&q=75&w=800&h=960&s=ba6914ae8bae1b563daf8a26710bb7d1"),
calc(100vw - 180px) top / 270px auto no-repeat url("https://hs-marketing-contentful.imgix.net/https%3A%2F%2Fimages.ctfassets.net%2Fp15sglj92v6o%2FvyBYuDfDVUW6BUcgXhofz%2F9d9365a09af567146a1dd2d1035ecef1%2FDocs_Background_Right.png?ixlib=gatsbySourceUrl-2.1.3&auto=format%2C%20compress&q=75&w=800&h=960&s=d71e2b065e2cecbe2a66283c190309eb"),
var(--color--clay-100);
border: none;
width: 100%;
}
#docsSearch h1 {
font-weight: var(--font-weight--bold);
font-size: var(--font-size--5XL);
margin: 0 0 var(--spacing--S);
}
#searchBar {
display: flex;
width: 100%;
max-width: 616px;
padding: 0;
}
#searchBar .search-query {
background: var(--color--basics-white);
border-radius: var(--border-radius--M);
border: 1px solid var(--color--charcoal-500);
color: var(--color--text-default);
font-size: var(--font-size--M);
height: var(--input--height-L);
line-height: var(--input--height-L);
padding: 0 var(--input--padding-x-L);
transition: border-color 0.3s,
box-shadow 0.3s;
width: 100%;
}
#searchBar .search-query:hover,
#searchBar .search-query:active,
#searchBar .search-query:focus {
border-color: var(--color--cobalt-500);
}
#searchBar .search-query:focus {
box-shadow: var(--focus-input--default);
}
#searchBar .search-query[disabled] {
cursor: not-allowed;
color: var(--color--action-disabled);
border-color: var(--color--action-disabled);
cursor: not-allowed;
}
#searchBar button {
top: 0;
height: var(--input--height-L);
background: var(--color--action-default);
border-radius: 0 var(--border-radius--M) var(--border-radius--M) 0;
font-family: var(--font-family--sans-brand);
font-feature-settings: var(--font-family--sans-brand--font-feature-settings);
font-size: var(--font-size--L);
font-weight: var(--font-weight--semibold);
line-height: var(--input--height-L);
transition: background 0.3s;
}
#searchBar button:hover {
background: var(--color--action-hovered);
}
#searchBar.sm {
margin-bottom: 40px;
}
#searchBar.sm button,
#searchBar.sm button:hover {
background: none;
}
#serp-dd {
top: var(--input--height-L) !important;
border-radius: var(--border-radius--S);
background: var(--color--basics-white);
box-shadow: var(--elevation--S);
border: none;
}
#serp-dd .result>li,
#serp-dd .result>li:first-child,
#serp-dd .result>li:last-child {
margin: 0;
}
#serp-dd .result>li a {
padding: 10px;
font-size: var(--font-size--M);
line-height: var(--line-height--relaxed);
}
#serp-dd .result>li a:hover {
color: var(--color--action-hovered);
background: transparent;
}
#serp-dd .result>li.active,
#serp-dd .result>li:hover {
background: var(--color--slate-100);
color: inherit;
}
@media (min-width: 480px) {
#docsSearch {
background-position:
-37px top,
calc(100vw - 200px) top;
}
}
@media (min-width: 768px) {
#docsSearch {
background-position:
left top,
right top;
background-size: 400px auto, 400px auto;
}
}
.collection-category h2 {
font-size: var(--font-size--2XL);
font-weight: var(--font-weight--semibold);
margin-bottom: var(--spacing--S);
padding: 0;
}
.collection-category h2 a {
color: var(--color--text-headline);
}
.collection-category h2 a:hover {
border-bottom: none;
color: var(--color--text-headline);
}
.collection-category .category-list {
display: flex;
margin: 0 0 var(--spacing--L);
gap: var(--spacing--base-1-5);
flex-wrap: wrap;
}
.category-list .category {
--category--icon-circle-size: var(--spacing--base-2-5);
--category--icon-size: calc(var(--spacing--base-2-5) * 0.65);
position: relative;
flex: 0 0 100%;
width: auto;
margin: 0;
border: none;
background: var(--color--basics-white);
box-shadow: var(--elevation--S);
border-radius: var(--border-radius--XS);
padding: calc(32px + var(--category--icon-circle-size) + var(--spacing--base-1-5)) var(--spacing--base-1-5) var(--spacing--base-2-5);
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 16px;
transition: box-shadow 0.3s;
justify-content: space-between;
}
.category-list .category::before {
content: "";
display: block;
width: var(--category--icon-circle-size);
height: var(--category--icon-circle-size);
position: absolute;
top: 32px;
left: calc(50% - var(--spacing--base-2-5) / 2);
border-radius: 100%;
background: center center / 100% 100% url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAABRCAYAAACqj0o2AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABUJSURBVHgB7VzLkiO7bkxUzP//qsMRXgseFZEPUHNX3rpPnGmpxCLxSCRAsNTA///8n3/q+8///Pd/9d8fVBXu339fzKgzvPvz9/rz93X72udzXj3Pnn3u7U+/n71zvnfO3DPx9zrH1zOL9fn4fHTe1Pd35T2VooVIKTdfl9apqhQSXD6nse4FC3S9nDmfdXMqcy6AOvAjiZ3XvsabCd853g+aU4UgIWVbojQEb23YSF+nvY59nXg+P45EGBV29l9HW+5eSxcHS1dffw1XEIjOxzO2LXeY8/15QOONMEfYWbLGqddNTePGe4QgAR4LTZH6Njqw4QQsjNWs90aA4UZUH0dHVCDcEqAWGo+SS24armbwuxblaKSVNW2HxI/WCqHsCVuwJFDfc9pQr8U/K1xS6Nc0Ccq4/v2gxml2ZCsqa2C6QxExb8l8CsUOhGGMU+e35B5a6XCGUB7zM0waWLQEGjF/0sK0XmmhMdD8f0JrjPeUY2rxqGetgfUdYqMhIuCGXqxow1MTOZy5AtVSkjIyHF+knfWfoIJj0L+jhj95/3x82bIi7Ouv8fibKhaFc3grZEYQCpGc8vrv+1lwX5ft4gTi8TvEcaH/IIXjbJTFCsdoFagLp8iAtjgySXzE9U5wFc4rrH+8KA1ZicNAYuSCed/BN8El8jDnfNY9HSTM5FTLWM8V4pCSOwwrBLZDSopADiUaJS/liOtpSFKRuHvGv6ikjlqUQPG4j6Imwpnea1l/snOsJBLvlmGOjT7mxrLiMn7Ik8aiH5sclTZ9yo6ceX+MIUkDxe+4J7EQBooElNlyAME1BJ7FTLX4/1lRwxKHWUdrPBHKksbClQVQiEfm5BxnqD2bCyt8RsjuTSPWtUUf4qtA8btOL7MJFFmyfP9/Ri/JmWjFVS8OoFwRDF/S6DDNPJrs9rLCbv5JUsUgaIpsxEJAb0HRCzn6iZBL5fmKd7jUKRtW4YRA4OXyv7KRWpx49nrUNwv3pA8EKpms6vv+8zGAUJGdh7+2ISMDB0EzkbxhJ7Qcg72F8XkpfvvNprDiZQe9KPwcesiEtjgz0VHBeQhETYjz/aeDnqhsGp7G5duhs+TuWuMU5+/vxyNKHiSyqJCtAvxiqhboqHQmIjtiy3xeN0gV2nJ+eq3TswPp4DcMBSylhKhFxCFtB9JMEdySArndvQwXatd1YcI5xj1OCpq8DW8llLAIvWxzWGgtFQROw0ipJm/ZKOQcJgt+XoFqJG2EcRJBSASODn0jU1z9EdoX7+JfVjSoVrE9ETkJxh7fZGYlHeIIg1XM5qzZNDEd8SaeEhqIGrFdGisENN+21w40a3UiiLINj/S2gdbQvxkxo6v+zyGR0BzOo5xCUdM6U9KrnYq3lfG+ubWaOkIItCkR7bIj96xKoJ8PEMlJ9NEREeYclyuwvCbi3lGUa+v1ua6tHVGaiQqOku+FKLYptYtembF35ABXCEcNJhTBP0lZKmXaa5bm3De+NdhLKTER9sQ1AEiq2aTS1i+hOsY1rTwO5d7LICuASu4+bUFxojf9vDALXWg+Rn42R9ZdYpAfscqRijIpg6/jPkYpKePTu+lQYcDXeZ+QFTZOjlb/Mj+jYWj69HJUDmkXlUJE9XNCOvbOdSrxUGZ1cprjoNBqrv+GXHLGFb7v+16edbKYXiFRUVdjI4y2XnONbAQT8rOuw88FfBp70VLM/1YDnVvHcMn3ejhDiYXh++l7C1XmosxwWu1MrW70XKuErvwwbCTO+UjgsIJDRcbORSM0OX1zp0GO9Vzi36qVcFYyiQzdvmgArAwBO0qrXNlZ3qOgHQyeg6oW/ygcZmzyKyyH536neYRI8nAFgtIR2U13UiohLltsElU00kt5A2OMpl2Xp/aYiyMDkexeCYmaUOtVAKnS8IZ6yqoM1ttgtTvJQkCUB0JiMwsPo8qJ0RSQRPXjIM1foc8ls61ku74yzuXuH8yHUeYfljUvDZ2PfoptWsaccB1coX4rhwolZi1zIUKsM5g4GJpWwDQn/E/tspgphbYjPM9B00dyVbEBS1CcnREjVkunwzMXDNK56od8W2rKukYkH6mfh+CPqCUVZBQoFM3OjrntkQmuIPWaUzYwEbE26025EeptGeNaxWciujaCj39be39WDR3hxbLtByhUmchu1YnDbhM2T+0tGsOjLxQ0BZ2FXqW1AMxBkQSAHdoZWkexZwD7vK9P5wRhHM+TVELl0fE79DIfH9kSAGsOhXuWViXUUfZMpj6oKtdGYp/PZ827emvjWSWg75jnkfPN6zke4+VPCG4lIlHip21FFPV1STfaoeta6AeEYQmMz4fKIVtmNzJzzXTW99cffnaq7zKBwsXkuhYhofe1wGcEIg6KJAQ1t6JdiQYaNK4V4D2zlbVJuH7rTafOUORtfv+KVsONCoyIlK+Bn8pVDJ6Z8+tUH94HPNXl4JkDkaE7IROuQPh8JhKf4BAW3qEJsBGMXvyozxkdzWXd3ZG0CzKaBKl6DvUa5XujimDn+nXDU1gNj+D/CLJBYhlK3cEX87iImGy53cqJRoJDNU68ZKR4C9bhtAfZ+tDhUOmCJNHePquBRN+SY/cTKYwat9ejL9TTQeASj51tJ9Az50+dmB1ooU+LU4C6jF0hAeQ4ZcyKznUoxP+YubtDQdQqM4hKIUwIsXwy1k+ycWJhqFfSSsyTO6hEsiqHchSd6kGJhVskCIpJjxVhSwEW5sRPtcl9FOVpXufTEU2QlcbVT1Wwk4T5vIerYLTHPUS5xiPQX7WAsqImOXN0X/KwtIvwV5346R3vvFuvQ8DK0KeHLP4/sqo56HXG5xMGGk+VT/vEOOPQlWCgyA77ldBme89BUkIJpo6bZkwVZKpnU9Pco4SWUfD39R8r2VRLnFf4sUYYyx5iXckDoZUFFe65wfd+RadoqyZrMPVlhzoTQ6JazlSiqrRbZPNoPCenvtcfK9bOAxmF1bEpiQQSZORtV0+803M31yhjdT4RgLtcC5vY82ffTFxGqASaztuPwovj7P9GnlXT8Tkf+SsDV3Vws/qY2T5GlfuICs49r+wwivY/jgeEjMfdleTDV4FvUT2zLxR1hlqb83hf5ZmLrazmwEKWt4moPGJAnAZCyFiVA1jjmpISCGKA0Hf9DJ/WzR1JjRGn6/lEKRbKZvxX/ItE0GDkZ72aEA9jyVGco73XXduzKKO2yMfBT51Ao2Olf6y17ktKAVGZtt/r1p2oZvIDqlpoVHYmX1Ch3BXIKwUZDCudGHNV2PyGsGwokMq77Q6YtyT3KAYbHZMM+aBAiFGXjzW/si+WY+inKlzAwI/sew/Oy309FRalBDkPYRDPPRZN6GEfDilUQqOKkHWQI/iplBmzZ1gS57OSQjpZ1QVDuGFOGwNlpFHPDFt2sxqXcCVi3JS3ObFk6YRAPqwuhFCZ21uoZWDRFG+q2vdEqPK24+mPEtd72iclSjy5QrjsNiWMdGhTZu/neSNDmsZa9fAPnTnEmciohzgxw2IhpkLLsEynPCMtjf0D+dCIR5SQaFjsoJ3KrKeRqhjsTIA7m0hEDdzF+kZ7UogNIdSXAeAmbNSHIRP1HE40mS6CXaKYE04J15KBh0URfFLGNNMRpvDIyrCT9Gttzp1IGmw4eojCpA7Q0AhjXdck26wrXaLQ73+UefBJpsI5jwLO71TGhK4zZ94HqHl6C73rQ2yOoVcjak4oQ6Fto11KA4tTU04fFXSUIsPzwfEZJT8ljuYi8lppgLzoaMA+vKdYRC6VXKQMIyJLllBJi2FdnfD8eaaRNxwHsQ7MLRaTjXmvliwtW9EDWxxGGULW0QBZviCkqZm7ZFCEIxC6tZuyQHAlEOjMG7Czk14fFHEXoVbV9/Nvj/HxlqpWj84Usgzz1NYKiDKolum9YwmEiidco27IA7iAkPotja+M/PNZZ2db8B+B2pyQXQ1xgp5jxCg3846xOg0SicaoT6RtlIS7wgB4Be5IAIurqi4aiXB+S6P4Kp2JmsEOP5zaWvLoE/1U5Ya8F9dpX+c6BVxInAAY4/iZQZJxhjEXzevZQkuFEvHFBAMePVynj0SGzkawOF2Jj8pauwylpVstq51JV/WD4FB+9vgBez9GEgY41p4JN75t4BlzJ/FECpsMM3hlQYPOSLTfCnz4PjlsGftFeMxBc1QtWuJrFuolru/EjPkfELde8QDVoJfsPjJtRDYyGigYrWFlkkvsWUbQp1uCkq88w7l4Ko6OHmM5pNAr6+u5a7QU6ZzP3sI6NgCxMNQ0sh6e/m2N8T3nQhiZCUYkNl53AwIOQXMhkOWDyHnedwiYBXoHJUifCooofzVsNUBTQmw+zn5h8h/CUdQ7mxduUbTcZI2mvdZ3Weac0IXt2Bw3gHuWpYOfTKZQAvhlSAvfWig+w1bOH9RfZH1yFLL5umQo7xDSALgcBK5fBgPRw2Q2GF4JJBMTQaLj43ZkLXVqb0x0eO/dSNxxvXaIx48UqX1JPAvH1PLyg1NcfzbSYLSvUmmWfbvonzA4V2SCAe1WKZ4Mub9GF/JGlDHUSYhJHSVhyP3YXxpndlsKLOM1VhnT26CaelFK8EiFIGglny08vfzxYynX/BWokQFaDH4+Sk62pWycAuqWOYzTUvcfdCKnnHF/EIId8uU3PK+OBoxYt9A3qXuvaQ5CM4Ewguzhg9ZNFVoDx8WL7wy9c/vlRM7DSGB+PQ8V1I6smeViglkiEl102J+L7ijLcwtxGp07FDJr5e5DaIzX9CojOGfKYwQsg8fYukJwLhzwFFw3xk2h3OG+YT9nOK2XwNgota8IqK2b+XDJiKgT9U1PQdqN1Y6s6frxVsaG0oILKI3MvhEVMu75vmCvzIdQjHesw61R9ls3Ug8ehoEVRchdYezXrmKG2kANHRcpw46hD7VjGTZeOkv4MQxW4mFY73BPpek5GZQ6MdSSb7ken+Pp3dwwW807zWsiYPvKX2A8a1Zk007l+rCJk1rIikB2Qw1q06YglN93Dri2Le3PN0f2TEQvUjFo6utQKg0S9685PhmSFNNowzJBhCrXGdgcbv4EOPqqAqDosiMYKQZGIt65AAIVnfKHc3CB5e/379nwDWnlIuNBTeN6LcQlUmvTIdcFdtis0DK+mXltvHZ0RLj1jK1Qrnojt6RTrWZKTVQwL9xR9ubBi1LMibK4LZQwXz9lMK8CeJRbYZ5CeF1w3ZVFxNiBDHGYprczK4w5H9KxnTfFa4PF6x4+tXKOSFcickBxKmu9szOwa6d3rmfxDttYFqGxrtyGSyVmmqfkZ624Oi193R2O7AjZDm46DdvP4uytlfkdEcqncA+EA4bF8sFkffnWY/QYyYU1I8exLl7y96ADHteP7FD7moShM5rBB8OMowNRPqPBclQEGtz5gcMxS53OhwMQSdMsq8qAJcayjZszVf6OtB8jYQhuvVUCUEe9MAUhz4NVRxFRlH/2ox2UkTueVZOhl52672MILA5GJAGpUuzMPFg7nOT1duembh62b0aGj+aVTDPvdHHGZ73t833xwGVIrwihQRo/f3hDGsJGJcfYagpkfZ4IxQXkH35jwzf51w/qf27DVyK2bG1lx/mMBgqQaOvb+OFohbP1jTMSeaD1ROjiwyVcHi00Fr19PdhheGApUWu+MSRlQcrVKzm9X5FVmqftH/zkwCo9S55zp6xZPtkYlrfTYTEPTxb//Y0qzQL9FaQtRKxzvcqUcmx178GjCRv8pKweSt7F/ObReR4nhSePkVrpYP2NBwxdQNFiIO6t48otEf6rJzB679M+7PNmUn42NBG8t+5U/ikLCkcNla+MA0TDQBmT46jYGCURWx7TzWSDmIs24ou+QreVaQWCzs55eSIalI5tG5yqrAeaVjF7/VQqwNeRBLTLYC21brSxCZNOVAvIFUYPJwT6EE6OeLdjgzIOMHs5TPPGFxwzYzd5T4mxfyji3s3oCYjMbhGdW5v1njxV4UHNu/Q93z49Cej9/PMBQWJh5424EdtpC8HAsnZHpGjdj+jklDaOEhpHNDI3vYdOVbhIAq4L2+NDJj8FhF5hOKhdh0hHnnhMI8+Uw2EVSh6+D17kYf4ILYfMnUkkDD1043fvPIbi/VEiIbJpI8IcbQNFklh7bPxiKOj1Nxqr7ucTJwzme8vscLC2csi3SBlBwhS+16T+6THof+QM8sxCZRqhFEqURRGRHBB3HLEqPLvp4lw1X+ZORIMrXRDXR+b1LVMMbNl47Yt79O1TbMX7H4bYdjqWSdJXiKzyJUPXMiXaCsFJ41zx9bqXiIR1W+nO1NH8b3Ed5svk2eWuX0MnEikobf6OZ2lANErG8GjwaWf5QMU5H7KEcMiIHoY6TOzZeTbXnbfTeen9uc6/u4PHjLIClpEIlmI3vyLKsCyDEJJEL9D943hgEzgfQNpZK7zY9iCF7BQ2Wa6yQVtWoLyWoEfDODuJy1heZFQkl/etfln2I6//HtpRm+27czf5V9/BUUSeFc+XzR/NsQ7vGR5BaivTJj9IMK1DFOaG/er1XaWBBOzTxWlls4PK0+0xn1Vls6BQl8G4/1mI7V8ey6dqcfGpHkRAtAdT3kwwM/fuJ8Lp28ZsrBpQysPhz0mxkSB11lP+HicB65x9LGX0x97aCoVxji68J9auQGWbh+30XnTROa72fblz0gqcS4Cq33PnLFZBJKSC5bMKFtbvZI95ywhITgI2saYTeoWpIgJYyUO/1YkObiwfHKW7BG6NibWve4gbZfP+PZORDnBbLf58AbDcDSxvYWVG20Gro8Kb8fxBZvg2czGpLA6riihpGWolvciQrxHE2R+t572+51wULfS2DLoTzzi/HNoLjbJDcOLn+rsxFYPrsi+Nk9xxvBPoGI+uB0GX1XnpWWtJn1gJTDThAF2by3xy4ujwyAGLQuwp+K9D8X8+beFHVpgweb/q05C9h5n/0CQSrkM4bAqQoFF+uE845ojQrwj9TeC90SRdR9jvmUfKEeF17FdSPioYhdmiEPyjvIqQJCBIR9Q30ZrnTGkrjnNnG4GYqk20+gerlEleSEP9GDoMmqUG6UEGlPApzgid1FI2Rt1fTQNkwA6d/GenERz6yBAdSaflUGyGmzEdArpO7AheZeArhJN9aTBsklbJ4lXjX0Z7LX6rGKAkI30iOpgINLKuMJ8VPy74K8N4D/PcywO1nPiu0nRW7bGBzv8F6IHTe3nQVlIAAAAASUVORK5CYII=') var(--color--clay-100);
}
.category-list .category::after {
content: "";
display: block;
width: var(--category--icon-size);
height: var(--category--icon-size);
background: var(--color--clay-800);
mask-image: url("https://www.helpscout.com/icons/help-circle.svg");
mask-size: 100% 100%;
position: absolute;
top: calc(32px + (var(--spacing--base-2-5) - var(--category--icon-size)) / 2);
left: calc(50% - var(--category--icon-size) / 2);
}
.category-list .category#category-217::after {
mask-image: url("https://img.icons8.com/material-outlined/192/user--v1");
}
.category-list .category#category-219::after {
mask-image: url("https://img.icons8.com/material-outlined/192/face-id");
}
.category-list .category#category-218::after {
mask-image: url("https://img.icons8.com/material-outlined/192/lock--v1");
}
.category-list .category#category-223::after {
mask-image: url("https://img.icons8.com/material-outlined/192/restore-page.png");
}
.category-list .category#category-207::after {
mask-image: url("https://img.icons8.com/material-outlined/192/shopping-cart--v1.png");
}
.category-list .category#category-88::after {
mask-image: url("https://img.icons8.com/material-outlined/192/laptop.png");
}
.category-list .category#category-222::after {
mask-image: url("https://img.icons8.com/material-outlined/192/iphone-x.png");
}
.category-list .category#category-92::after {
mask-image: url("https://img.icons8.com/material-outlined/192/print.png");
}
.category-list .category#category-169::after {
mask-image: url("https://img.icons8.com/material-outlined/192/wifi--v1.png");
}
.category-list .category#category-143::after {
mask-image: url("https://img.icons8.com/material-outlined/192/meeting-room--v2.png");
}
.category-list .category#category-171::after {
mask-image: url("https://img.icons8.com/material-outlined/192/microsoft-teams-2019.png");
}
.category-list .category#category-205::after {
mask-image: url("https://img.icons8.com/material-outlined/192/video-call.png");
}
.category-list .category#category-76::after {
mask-image: url("https://img.icons8.com/material-outlined/192/ms-word.png");
}
.category-list .category#category-54::after {
mask-image: url("https://img.icons8.com/material-outlined/192/cloud--v1.png");
}
.category-list .category#category-53::after {
mask-image: url("https://img.icons8.com/material-outlined/192/new-post.png");
}
.category-list .category#category-55::after {
mask-image: url("https://img.icons8.com/material-outlined/192/microsoft-teams-2019.png");
}
.category-list .category#category-259::after {
mask-image: url("https://img.icons8.com/material-outlined/192/chatgpt.png");
}
.category-list .category#category-128::after {
mask-image: url("https://img.icons8.com/material-outlined/192/note.png");
}
.category-list .category#category-172::after {
mask-image: url("https://img.icons8.com/material-outlined/192/organization.png");
}
.category-list .category#category-173::after {
mask-image: url("https://img.icons8.com/material-outlined/192/layers.png");
}
.category-list .category#category-189::after {
mask-image: url("https://img.icons8.com/material-outlined/192/suv.png");
}
.category-list .category#category-270::after {
mask-image: url("https://img.icons8.com/material-outlined/192/home--v2.png");
}
.category-list .category#category-273::after {
mask-image: url("https://img.icons8.com/material-outlined/192/apple-app-store.png");
}
.category-list .category#category-275::after {
mask-image: url("https://img.icons8.com/material-outlined/192/phone.png");
}
.category-list .category:hover {
background: var(--color--basics-white);
box-shadow: var(--elevation--M);
}
.category-list .category h3,
.category-list .category p,
.category-list .category .article-count {
flex: 0 0 100%;
}
.category-list .category h3 {
margin: 0;
color: var(--color--text-headline);
font-weight: var(--font-weight--semibold);
font-size: var(--font-size--L);
line-height: var(--line-height--tight);
}
.category-list .category p,
.category-list .category .article-count {
margin: 0;
font-size: var(--font-size--S);
line-height: var(--line-height--relaxed);
color: var(--color--text-default);
}
.category-list .category p:first-of-type {
align-self: start;
}
.category-list .category .article-count {
align-self: end;
color: var(--color--action-default);
}
.category-list .category:hover .article-count {
color: var(--color--action-hovered);
}
@media (min-width: 768px) {
.category-list .category {
flex: 0 0 calc(50% - var(--spacing--base-1-5) / 2);
}
}
@media (min-width: 1024px) {
.category-list .category {
flex: 0 0 calc(25% - var(--spacing--base-1-5) * 3 / 4);
padding-left: var(--spacing--base-2-5);
padding-right: var(--spacing--base-2-5);
}
}
#sidebar {
margin: 0;
padding: 0;
}
#sidebar form .search-query {
border: 1px solid var(--color--charcoal-500);
border-radius: var(--border-radius--S);
font-size: var(--font-size--S);
height: var(--input--height-M);
line-height: var(--input--height-M);
padding: 0 var(--input--padding-x-M);
}
#sidebar form button,
#searchBar.sm button {
top: 0;
right: var(--spacing--XS);
height: 100%;
}
#sidebar form .icon-search {
background: var(--color--charcoal-600);
width: 26px;
height: 26px;
mask-image: url("https://www.helpscout.com/icons/search.svg");
mask-size: 100% 100%;
transition: background-color 0.3s;
}
#sidebar form button:hover .icon-search {
background: var(--color--text-headline);
}
#sidebar form .icon-search::before {
content: none;
}
#sidebar h3 {
color: var(--color--text-dark);
font-family: var(--font-family--mono);
font-size: var(--font-size--S);
font-weight: var(--font-weight--normal);
line-height: var(--line-height--relaxed);
text-transform: capitalize;
margin: 0 0 20px;
}
#sidebar .nav-list {
margin-bottom: 0;
}
#sidebar .nav-list li {
margin: 0;
}
#sidebar .nav-list a {
display: block;
font-size: var(--font-size--M);
line-height: var(--line-height--relaxed);
color: var(--color--text-default);
padding: var(--border-radius--S) 0;
}
#sidebar .nav-list a:hover,
#sidebar .nav-list li.active a:hover {
color: var(--color--action-default);
}
#sidebar .nav-list li.active a,
#sidebar .nav-list li.active a:hover {
color: var(--color--text-default);
font-weight: var(--font-weight--medium);
}
#sidebar .nav-list li.active a i {
color: var(--color--charcoal-200);
transition: translate 0.3s;
}
#sidebar .nav-list li.active a:hover i {
translate: 2px 0;
}
@media (max-width: 768px) {
#sidebar {
padding: 0;
}
}
#contentArea .row-fluid {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
padding-top: var(--spacing--M);
gap: var(--spacing--M);
margin-bottom: var(--spacing--L);
}
#contentArea .row-fluid::after,
#contentArea .row-fluid::before {
content: none;
}
@media (max-width: 768px) {
#contentArea .row-fluid {
flex-direction: column;
gap: var(--spacing--L);
padding-top: 0;
}
}
#main-content {
background: none;
padding: var(--spacing--M);
margin-bottom: 0;
box-shadow: var(--elevation--M);
border-radius: var(--border-radius--M);
background: var(--color--basics-white);
}
.contentWrapper {
border: none;
padding: 0;
color: var(--color--text-default);
}
.contentWrapper.withRelated {
padding-bottom: var(--spacing--S);
}
.contentWrapper h1 {
font-size: var(--font-size--2XL);
margin-bottom: var(--spacing--M);
}
#fullArticle,
#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
color: var(--color--text-default);
}
#fullArticle h1,
#fullArticle h2,
#fullArticle h3,
#fullArticle h4,
#fullArticle h5 {
color: var(--color--text-headline);
line-height: var(--line-height--tight);
}
#fullArticle,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle div,
#fullArticle li,
#fullArticle ol,
#fullArticle p,
#fullArticle table,
#fullArticle ul {
font-size: var(--font-size--M);
//line-height: var(--line-height--relaxed);
//margin: 0 0 var(--spacing--S);
}
#fullArticle {
margin: 0 0 var(--spacing--M);
}
#fullArticle .title {
font-size: var(--font-size--2XL);
font-weight: var(--font-weight--semibold);
margin: 0 0 var(--spacing--S);
padding-right: 22px;
}
.contentWrapper p.descrip {
font-size: var(--font-size--M);
margin: 0 0 var(--spacing--S);
color: var(--color--text-default);
}
#fullArticle h2 {
font-size: var(--font-size--L);
font-weight: var(--font-weight--semibold);
margin: 0 0 var(--headline-medium-L--margin-bottom);
}
#fullArticle h3 {
font-weight: 600;
margin: 0 0 var(--headline-medium-M--margin-bottom);
//font-family: var(--font-family--mono);
font-size: var(--font-size--S);
//color: #314351;
}
#fullArticle h4 {
font-size: var(--font-size--S);
font-weight: var(--font-weight--semibold);
margin: 0 0 var(--headline-medium-S--margin-bottom);
}
#fullArticle h5 {
font-size: var(--font-size--XS);
font-weight: var(--font-weight--semibold);
margin: 0 0 var(--headline-medium-XS--margin-bottom);
}
#fullArticle>br {
display: none;
}
#fullArticle>ul,
#fullArticle>ol {
padding-left: var(--spacing--XS);
}
#fullArticle>ul {
list-style: none;
}
#fullArticle>ol {
list-style: decimal;
}
#fullArticle>ul li,
#fullArticle>ol li {
position: relative;
margin: 0;
}
#fullArticle>ul li::before {
content: "•";
position: absolute;
top: -0.1em;
left: -0.8em;
display: block;
color: var(--color--text-light);
}
#fullArticle dt {
background: none;
color: var(--color--text-default);
font-size: var(--font-size--M);
display: inline-block;
padding: 0;
line-height: var(--line-height--relaxed);
vertical-align: middle;
margin: 0;
border-radius: 0;
font-weight: var(--font-weight--medium);
margin-right: 0;
}
#fullArticle dt::after {
content: ".";
translate: -0.25em 0;
display: inline-block;
}
#fullArticle dd {
padding: 0;
margin: 0 0 var(--spacing--S);
}
#fullArticle dd::after,
#fullArticle dd::before {
content: none;
}
#fullArticle dd p:last-child {
margin: 0;
}
#fullArticle .printArticle {
border: none;
top: 0;
right: 0;
}
#fullArticle table {
font-feature-settings: normal;
}
#fullArticle .printArticle .icon-print {
color: var(--color--text-light);
transition: color 0.3s;
}
#fullArticle .printArticle:hover .icon-print {
color: var(--color--action-hovered);
}
#fullArticle .index-list {
background: var(--color--slate-100);
border-top: 3px solid var(--color--slate-500);
padding: var(--spacing--base-0-5) var(--spacing--base-0-5) var(--spacing--base-1);
margin-bottom: var(--spacing--M);
}
#fullArticle .index-list h4,
#fullArticle .index-list ul li a {
display: block;
font-size: var(--font-size--M);
font-weight: var(--font-weight--normal);
line-height: var(--line-height--relaxed);
margin: 0;
padding: var(--spacing--base-0-5);
border: none;
}
#fullArticle .index-list ul li a {
color: var(--color--action-default);
}
#fullArticle .index-list ul li a:hover {
color: var(--color--action-hovered);
}
#fullArticle .index-list h4 {
font-family: var(--font-family--mono);
font-size: var(--font-size--S);
color: var(--color--text-dark);
text-transform: capitalize;
}
#fullArticle .index-list ul,
#fullArticle .index-list ul li {
margin: 0;
}
#fullArticle .index-list ul li a:hover {
color: var(--color--action-hovered);
}
#fullArticle .callout,
#fullArticle .callout-blue,
#fullArticle .callout-green,
#fullArticle .callout-red,
#fullArticle .callout-yellow,
#fullArticle .private-note {
padding: var(--spacing--base-1) var(--spacing--base-1) var(--spacing--base-1-5);
}
#fullArticle .callout p,
#fullArticle .callout-blue p,
#fullArticle .callout-green p,
#fullArticle .callout-red p,
#fullArticle .callout-yellow p,
#fullArticle .private-note p {
font-size: var(--font-size--M);
color: var(--color--text-default);
margin: 0;
}
#fullArticle .callout {
background: #F2F9FC;
border-top: 4px solid #82A7BA;
border-color: #82A7BA;
border-left: none;
}
#fullArticle .callout h3 {
font-family: var(--font-family--mono);
font-size: 14px;
color: var(--color--text-dark);
text-transform: capitalize;
}
#fullArticle .callout h3, #fullArticle .callout ul li a {
display: block;
font-size: var(--font-size--M);
font-weight: var(--font-weight--normal);
line-height: var(--line-height--relaxed);
margin: 0;
padding-bottom: 20px;
}
#fullArticle .callout a {
color: #304DDB;
border-bottom: none;
}
#fullArticle .callout-blue {
background: #D1E8FF;
border-left: 4px solid #66A3FF;
border-color: #66A3FF;
}
#fullArticle .callout-green {
background: #E0FCDE;
border-left: 4px solid #48C47D;
border-color: #48C47D;
}
#fullArticle .callout-red {
background: var(--color--red-100);
border-left:43px solid var(--color--red-300);
border-color: var(--color--red-300);
}
#fullArticle .callout-yellow {
background: #FEEECC;
border-left: 4px solid #E19C24;
border-color: #E19C24;
}
#fullArticle .private-note {
background: var(--color--purple-100);
border-left: 4px solid #E19C24;
border-color: var(--color--purple-300);
}
#fullArticle .badge {
background: var(--color--charcoal-600);
color: var(--color--basics-white);
}
#fullArticle .badge.info {
background: var(--color--cobalt-600);
}
#fullArticle .badge.success {
background: var(--color--green-600);
}
#fullArticle .badge.warning {
background: var(--color--yellow-600);
}
#fullArticle .badge.error {
background: var(--color--red-600);
}
#serp-dd .result a:hover,
#serp-dd .result>li.active,
#fullArticle strong a,
#fullArticle a strong,
.collection a,
.contentWrapper a,
.most-pop-articles .popArticles a,
.most-pop-articles .popArticles a:hover span,
.category-list .category .article-count,
.category-list .category:hover .article-count {
color: var(--color--action-default);
}
a:focus,
a:hover {
color: var(--color--action-hovered);
text-decoration: none;
}
#fullArticle a {
color: var(--color--text-dark);
border-bottom: 1px solid var(--color--text-light);
cursor: pointer;
}
#fullArticle a:hover {
color: var(--color--cobalt-600);
border-bottom-color: var(--color--cobalt-600);
}
#fullArticle strong {
color: var(--color--text-dark);
font-weight: var(--font-weight--medium);
}
.articleRatings {
margin-bottom: var(--spacing--M);
}
.articleFoot {
clear: none;
margin: 0;
}
.articleFoot::after,
.articleFoot::before {
display: table;
content: "";
line-height: 0;
}
.articleFoot::after {
clear: both;
}
.articleFoot p,
.articleFoot time {
font-family: var(--font-family--mono);
font-size: var(--font-size--XS);
line-height: var(--line-height--relaxed);
color: var(--color--text-light);
font-style: normal;
}
.articleFoot p.lu,
.articleFoot time.lu {
margin: 0;
}
@media (max-width: 768px) {
#main-content {
margin: 0 calc(var(--spacing--S) * -1);
padding-left: var(--spacing--S);
padding-right: var(--spacing--S);
}
.contentWrapper h1 {
font-size: var(--font-size--2XL);
}
#sidebar {
margin: 0;
}
}
.related {
background: transparent;
padding: var(--spacing--S) 0 0;
margin: 0;
border: none;
border-top: 1px solid var(--color--charcoal-300);
}
.related h3 {
margin: 0 0 var(--spacing--S);
color: var(--color--text-headline);
font-weight: var(--font-weight--semibold);
font-size: var(--font-size--M);
line-height: var(--line-height--tight);
text-transform: capitalize;
}
.related ul,
.related ul li {
padding: 0;
margin: 0;
}
.related ul li a {
font-size: var(--font-size--M);
line-height: var(--line-height--relaxed);
margin: 0;
}
.related ul li a i {
display: none;
}
@media (max-width: 768px) {
.related h3 {
padding: 0;
}
}
#categoryHead .sort {
top: 0;
}
#categoryHead .sort form {
margin: 0;
}
#categoryHead .sort select {
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDkgMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjUxMzAxIDRMNy43NTQ5NiA5LjI1SDEuMjcxMDZMNC41MTMwMSA0WiIgZmlsbD0iIzQwNTI2MSIvPgo8cGF0aCBkPSJNNC41MTI4NyAxOEwxLjI3MDkyIDEyLjc1TDcuNzU0ODIgMTIuNzVMNC41MTI4NyAxOFoiIGZpbGw9IiM0MDUyNjEiLz4KPC9zdmc+Cg==);
background-position: calc(100% - var(--input--padding-x-M)) 50%;
background-repeat: no-repeat;
background-color: var(--color--basics-white);
border-radius: var(--border-radius--S);
border: 1px solid var(--color--charcoal-500);
color: var(--color--text-default);
font-size: var(--font-size--S);
height: var(--input--height-M);
line-height: var(--input--height-M);
padding: 0 var(--input--padding-x-M);
transition: border-color 0.3s, box-shadow 0.3s;
width: 100%;
}
.articleList {
border-top: 1px solid var(--color--charcoal-300);
padding-top: var(--spacing--S);
display: flex;
flex-direction: column;
gap: var(--spacing--XS);
margin: 0;
font-size: var(--font-size--M);
}
.articleList li {
margin: 0;
padding: 0;
}
.articleList a {
font-size: var(--font-size--M);
line-height: var(--line-height--relaxed);
margin: 0;
}
.articleList a i {
display: none;
}
.articleList a:hover span {
text-decoration: none;
}
.appMessage {
top: calc(var(--spacing--M)* -1);
left: calc(var(--spacing--M)* -1);
width: calc(100% + var(--spacing--M)* 2);
}
.navbar .icon-private-w {
color: #556575;
}
.navbar a:hover .icon-private-w {
color: #556575;
}
#fullArticle table th {
background-color: #F9FAFA;
border-left: 1px solid #e2e2e2;
border-right: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
}
#fullArticle table td {
border-left: 1px solid #e2e2e2;
border-right: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
}
.btn {
background-color: #304DDB;
border: none;
border-color: #304DDB;
padding: 8px 12px;
background-image: none;
border-radius: 0px;
font-size: 14px;
text-shadow: none;
}
.btn:hover {
background-color: #304DDB;
border: none;
border-color: #304DDB;
padding: 8px 12px;
background-image: none;
border-radius: 0px;
font-size: 14px;
text-shadow: none;
}
.btn:active {
background-color: #304DDB;
border: none;
border-color: #304DDB;
padding: 8px 12px;
background-image: none;
border-radius: 0px;
font-size: 14px;
text-shadow: none;
}
.btn:link {
background-color: #304DDB;
border: none;
border-color: #304DDB;
padding: 8px 12px;
background-image: none;
border-radius: 0px;
font-size: 14px;
text-shadow: none;
}
#fullArticle .admin-edit {
color: #fff;
}
#fullArticle .admin-edit:hover {
color: #fff;
}
#fullArticle p {
margin-bottom: 12px !important;
}
#fullArticle p + ul,
#fullArticle p + ol {
margin-top: 0 !important;
}
#fullArticle ul,
#fullArticle ol {
margin-top: 0 !important;
margin-bottom: 16px !important;
}
#fullArticle li {
margin-bottom: 4px !important;
}
.category-list.two-col {
display: grid;
gap: 1em;
grid-template-columns: 1fr;
}
.category-list.two-col .category {
width: auto;
}
@media (min-width: 640px) {
.category-list.two-col {
grid-template-columns: 1fr 1fr;
}
}
:root {
--ic-1: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='7' fill='%232f8f9d'/%3E%3C/svg%3E");
--ic-2: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cline x1='15.5' y1='15.5' x2='21' y2='21'/%3E%3C/svg%3E");
--ic-3: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.2 9.3a2.8 2.8 0 1 1 3.6 2.7v1.6'/%3E%3Cline x1='12.7' y1='17' x2='12.7' y2='17'/%3E%3C/svg%3E");
--ic-4: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cline x1='19' y1='8' x2='19' y2='14'/%3E%3Cline x1='22' y1='11' x2='16' y2='11'/%3E%3C/svg%3E");
--ic-5: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 4.2-2.8 7.5-7 9-4.2-1.5-7-4.8-7-9V6z'/%3E%3Cpath d='M9.5 12.5l1.8 1.8 3.5-3.6'/%3E%3C/svg%3E");
--ic-6: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12a9 9 0 1 0 3-6.7'/%3E%3Cpolyline points='3 4 3 9 8 9'/%3E%3Cpath d='M12 8v4.5l3 1.8'/%3E%3C/svg%3E");
--ic-7: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='15' r='4'/%3E%3Cline x1='10.8' y1='12.2' x2='21' y2='2'/%3E%3Cline x1='17' y1='6' x2='20' y2='9'/%3E%3C/svg%3E");
--ic-8: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8l-9-5-9 5v8l9 5 9-5z'/%3E%3Cpolyline points='3 8 12 13 21 8'/%3E%3Cline x1='12' y1='13' x2='12' y2='21'/%3E%3C/svg%3E");
--ic-9: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='2'/%3E%3Cline x1='2' y1='20' x2='22' y2='20'/%3E%3C/svg%3E");
--ic-10: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='2' width='12' height='20' rx='2.5'/%3E%3Cline x1='10.5' y1='18.5' x2='13.5' y2='18.5'/%3E%3C/svg%3E");
--ic-11: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='7 8 7 3 17 3 17 8'/%3E%3Crect x='3' y='8' width='18' height='8' rx='2'/%3E%3Crect x='7' y='14' width='10' height='7'/%3E%3C/svg%3E");
--ic-12: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='17' rx='2'/%3E%3Cline x1='3' y1='9' x2='21' y2='9'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3C/svg%3E");
--ic-13: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='6' width='13' height='12' rx='2'/%3E%3Cpolygon points='15 10 22 6.5 22 17.5 15 14'/%3E%3C/svg%3E");
--ic-14: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.5' y='5' width='19' height='14' rx='2'/%3E%3Cpolyline points='3 7 12 13.5 21 7'/%3E%3C/svg%3E");
--ic-15: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7a2 2 0 0 1 2-2h4l2 2.5h8a2 2 0 0 1 2 2V18a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");
--ic-16: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a8 8 0 0 1-8 8H8l-4 3v-6.5A8 8 0 0 1 12 4h1a8 8 0 0 1 8 8z'/%3E%3C/svg%3E");
--ic-17: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cline x1='12' y1='11' x2='12' y2='16.5'/%3E%3Cline x1='12' y1='7.6' x2='12' y2='7.6'/%3E%3C/svg%3E");
--ic-18: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 4.5a4.5 4.5 0 0 0 5.9 5.9L21 11l-9.5 9.5a2.1 2.1 0 0 1-3-3L18 8z'/%3E%3C/svg%3E");
--ic-19: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='8.5' cy='7' r='4'/%3E%3Cpolyline points='16.5 11.5 18.8 13.8 22.5 9.5'/%3E%3C/svg%3E");
--ic-20: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h10'/%3E%3Cpath d='M7 21h10'/%3E%3Cpath d='M8 3v3.5c0 1.6 4 3.4 4 5.5s-4 3.9-4 5.5V21'/%3E%3Cpath d='M16 3v3.5c0 1.6-4 3.4-4 5.5s4 3.9 4 5.5V21'/%3E%3C/svg%3E");
--ic-21: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7.5' height='7.5' rx='1.5'/%3E%3Crect x='13.5' y='3' width='7.5' height='7.5' rx='1.5'/%3E%3Crect x='3' y='13.5' width='7.5' height='7.5' rx='1.5'/%3E%3Crect x='13.5' y='13.5' width='7.5' height='7.5' rx='1.5'/%3E%3C/svg%3E");
--ic-22: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='12.5' rx='2'/%3E%3Cline x1='12' y1='15.5' x2='12' y2='19'/%3E%3Cline x1='8' y1='21' x2='16' y2='21'/%3E%3Cline x1='7.5' y1='7.5' x2='13' y2='7.5'/%3E%3Cline x1='7.5' y1='11' x2='10.5' y2='11'/%3E%3C/svg%3E");
--ic-23: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='19' r='2.6'/%3E%3Ccircle cx='18' cy='5' r='2.6'/%3E%3Cpath d='M15.4 5H10a3.6 3.6 0 0 0 0 7.2h4a3.4 3.4 0 0 1 0 6.8H8.6'/%3E%3C/svg%3E");
--ic-24: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 6.5C10.5 5 8.5 4.3 3.5 4.3V18c5 0 7 .7 8.5 2.2'/%3E%3Cpath d='M12 6.5C13.5 5 15.5 4.3 20.5 4.3V18c-5 0-7 .7-8.5 2.2'/%3E%3Cline x1='12' y1='6.5' x2='12' y2='20.2'/%3E%3C/svg%3E");
--ic-25: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 3 14 8 19 8'/%3E%3Cline x1='8.5' y1='13' x2='15.5' y2='13'/%3E%3Cline x1='8.5' y1='17' x2='13' y2='17'/%3E%3C/svg%3E");
--ic-26: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l1.8 4.7L18.5 9.5 13.8 11.3 12 16l-1.8-4.7L5.5 9.5l4.7-1.8z'/%3E%3Cpath d='M18 16.5l.8 2 2 .8-2 .8-.8 2-.8-2-2-.8 2-.8z'/%3E%3C/svg%3E");
--ic-27: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.5 3.5h3l1.5 4-2 1.4a11 11 0 0 0 5.6 5.6l1.4-2 4 1.5v3A2 2 0 0 1 18 19 15 15 0 0 1 5 6a2 2 0 0 1 1.5-2.5z'/%3E%3C/svg%3E");
--ic-28: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 10.5L12 3.5l8.5 7'/%3E%3Cpath d='M5.5 9.5V20h13V9.5'/%3E%3Cpath d='M10 20v-5.5h4V20'/%3E%3C/svg%3E");
--ic-29: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='2.8 6.5 9 4 15 6.8 21.2 4.2 21.2 17.5 15 20 9 17.2 2.8 19.8'/%3E%3Cline x1='9' y1='4' x2='9' y2='17.2'/%3E%3Cline x1='15' y1='6.8' x2='15' y2='20'/%3E%3C/svg%3E");
--ic-30: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3.5' width='18' height='4.5' rx='1.2'/%3E%3Cpath d='M5 8v11.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V8'/%3E%3Cline x1='9.8' y1='12.5' x2='14.2' y2='12.5'/%3E%3C/svg%3E");
--ic-31: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 15.5l1.6-5a2 2 0 0 1 1.9-1.4h8a2 2 0 0 1 1.9 1.4l1.6 5'/%3E%3Cpath d='M3.5 15.5h17V19h-2.5v-1.5h-12V19H3.5z'/%3E%3Ccircle cx='7.5' cy='15.5' r='.6'/%3E%3Ccircle cx='16.5' cy='15.5' r='.6'/%3E%3C/svg%3E");
--ic-32: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='7 7 4 10 7 13'/%3E%3Cline x1='4' y1='10' x2='16' y2='10'/%3E%3Cpolyline points='17 11 20 14 17 17'/%3E%3Cline x1='20' y1='14' x2='8' y2='14'/%3E%3C/svg%3E");
--ic-33: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}
:root {
--kb-ink: #0e2a35;
--kb-teal: #2f8f9d;
--kb-teal-dark: #26788a;
--kb-teal-deep: #226673;
--kb-cream: #f6f3ec;
--kb-card: #fdfcf8;
--kb-border: #e4dece;
--kb-muted: #5a6b70;
--kb-faint: #8a9698;
--kb-font: Calibri, "Segoe UI", -apple-system, sans-serif;
--kb-mono: ui-monospace, "Cascadia Mono", Consolas, monospace;
}
html { overflow-x: clip; }
body {
background: var(--kb-cream);
font-family: var(--kb-font);
color: var(--kb-muted);
overflow-x: clip;
}
h1, h2, h3, h4, h5, h6, input, button, select, textarea {
font-family: var(--kb-font);
}
a { color: var(--kb-teal-deep); }
a:hover, a:focus { color: var(--kb-ink); text-decoration: none; }
#fullArticle a,
#main-content .contentWrapper p a,
footer a {
color: var(--kb-teal-deep);
border-bottom: 1px solid rgba(47, 143, 157, 0.4);
transition: color 0.15s, border-color 0.15s;
}
#fullArticle a:hover,
#main-content .contentWrapper p a:hover,
footer a:hover {
color: var(--kb-ink);
border-bottom-color: var(--kb-ink);
}
.collection-category h2 a,
.collection-category h2 a:hover,
#contentArea .collection-category h2 a,
#contentArea .collection-category h2 a:hover,
#contentArea .category, #contentArea .category:hover,
#contentArea .category h3, #contentArea .category p, #contentArea .category .article-count,
.articleList a {
border-bottom: none;
}
::selection { background: rgba(47, 143, 157, 0.25); }
a:focus-visible, button:focus-visible, input:focus-visible {
outline: 2px solid var(--kb-teal);
outline-offset: 2px;
}
.navbar,
#mainNav {
position: relative;
margin: 0;
}
.navbar::before {
content: "";
position: absolute;
top: 0; bottom: 0; left: -100vw; right: -100vw;
background:
var(--kb-ink);
z-index: -1;
}
body:has(#docsSearch) .navbar::before { background: transparent; }
.navbar, #mainNav { z-index: 10; }
body:has(#docsSearch) #docsSearch {
margin-top: calc(var(--main-nav-height, 88px) * -1) !important;
padding-top: calc(var(--main-nav-height, 88px) + 24px) !important;
}
.navbar .brand img { display: none; }
.navbar .brand {
text-indent: 0 !important;
width: auto !important;
height: auto !important;
min-height: 33px;
overflow: visible !important;
display: flex !important;
align-items: center;
gap: 12px;
visibility: visible !important;
opacity: 1 !important;
}
.navbar .brand::before {
content: "";
flex: none;
width: 26px;
height: 26px;
border: 3px solid var(--kb-teal);
border-radius: 50%;
}
.navbar .brand::after {
content: "HELP HUB";
font-family: var(--kb-font);
font-weight: 700;
font-size: 15px;
letter-spacing: 0.22em;
color: #f6f3ec;
white-space: nowrap;
}
.navbar .nav li a { color: #a9c4cc; font-family: var(--kb-font); }
.navbar .nav li a:hover,
.navbar .nav li a:focus { color: #f6f3ec; background: transparent; }
@media (min-width: 1140px) {
.nav-collapse.collapse { height: auto !important; overflow: visible !important; display: block !important; visibility: visible !important; }
.navbar .btn-navbar { display: none; }
.navbar .nav { display: flex !important; }
.navbar .nav li { display: block !important; opacity: 1 !important; visibility: visible !important; transform: none !important; }
.navbar .nav li.active a,
.navbar .nav li.active a:hover,
.navbar .nav li.active a:focus {
color: #f6f3ec;
}
.navbar .nav li a:hover,
.navbar .nav li a:focus { color: #f6f3ec; }
}
.navbar .btn-navbar { background: #f6f3ec; }
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus { background: var(--kb-teal); }
.nav-collapse.in .nav li a { color: var(--kb-muted); }
.nav-collapse.in .nav li a:hover,
.nav-collapse.in .nav li a:focus,
.nav-collapse.in .nav li.active a { color: var(--kb-ink); }
#docsSearch {
position: relative;
overflow: visible;
background:
radial-gradient(circle at calc(100% - 140px) -80px, transparent 219px, rgba(47, 143, 157, 0.5) 220px 232px, transparent 233px),
radial-gradient(circle at calc(100% - 140px) -80px, transparent 419px, rgba(47, 143, 157, 0.34) 420px 432px, transparent 433px),
radial-gradient(circle at calc(100% - 140px) -80px, transparent 639px, rgba(47, 143, 157, 0.2) 640px 652px, transparent 653px),
radial-gradient(circle at calc(100% - 140px) -80px, transparent 879px, rgba(47, 143, 157, 0.11) 880px 892px, transparent 893px),
var(--kb-ink);
}
#docsSearch h1 {
position: relative;
z-index: 1;
color: #f6f3ec;
font-weight: 700;
font-size: 56px;
letter-spacing: -0.02em;
text-align: left;
}
#docsSearch h1::before,
#docsSearch h1::after { content: none; display: none; }
#docsSearch {
text-align: left !important;
margin-top: 0 !important;
padding-top: 26px !important;
padding-bottom: 30px !important;
}
#searchBar { position: relative; z-index: 1; flex-wrap: wrap; display: flex; gap: 12px; margin-left: 0; margin-right: auto; }
#searchBar .search-query {
background: var(--kb-card);
border: 1px solid var(--kb-border);
border-radius: 8px;
color: var(--kb-ink);
flex: 1;
font-family: var(--kb-font);
}
#searchBar .search-query:hover,
#searchBar .search-query:active,
#searchBar .search-query:focus { border-color: var(--kb-teal); }
#searchBar button {
background: var(--kb-teal);
border-radius: 8px;
margin-left: 0;
position: static;
font-family: var(--kb-font);
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
font-size: 15px;
}
#searchBar button:hover { background: var(--kb-teal-dark); }
#docsSearch { z-index: 5; }
#searchBar { z-index: 6; }
#serp-dd {
border-radius: 8px;
z-index: 100;
background: #ffffff;
box-shadow: 0 12px 32px rgba(14, 42, 53, 0.25);
}
#serp-dd .result > li a:hover { color: var(--kb-teal-dark); }
.collection-category h2,
.collection-category h2 a,
.collection-category h2 a:hover {
color: var(--kb-ink);
font-weight: 700;
font-size: 34px;
letter-spacing: -0.015em;
}
#contentArea .collection-category h2 a,
#contentArea .collection-category h2 a:hover {
border-bottom: none;
}
#contentArea { display: flex; flex-direction: column; padding-top: 40px; }
#contentArea > *:not(.collection-category) { order: 99; }
.collection-category h2::before { content: none; display: none; }
.collection-category .kb-collection-desc {
display: flex;
align-items: center;
gap: 12px;
margin: 0 0 10px;
font-family: var(--kb-font);
font-size: 14px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--kb-teal);
text-align: left;
}
#contentArea > .collection-category { order: 3; }
.category-list .category {
background: #ffffff;
border: 1px solid var(--kb-border);
border-radius: 10px;
box-shadow: 0 3px 16px rgba(14, 42, 53, 0.06);
transition: box-shadow 0.25s, transform 0.25s;
}
.category-list .category:hover {
background: #ffffff;
box-shadow: 0 8px 24px rgba(14, 42, 53, 0.12);
transform: translateY(-2px);
}
.category-list .category {
padding: 86px 24px 24px;
text-align: left;
}
.category-list .category h3,
.category-list .category p,
.category-list .category .article-count {
text-align: left;
}
.category-list .category h3 {
text-decoration: underline;
text-decoration-color: rgba(47, 143, 157, 0.5);
text-decoration-thickness: 1px;
text-underline-offset: 4px;
}
.category-list .category h3 { color: var(--kb-ink); font-weight: 700; font-size: 20px; line-height: 1.15; }
.category-list.two-col {
display: flex;
flex-wrap: wrap;
gap: var(--spacing--base-1-5, 12px);
}
@media (min-width: 768px) {
.category-list.two-col .category { flex: 0 0 calc(50% - var(--spacing--base-1-5, 12px) / 2); }
}
@media (min-width: 1024px) {
.category-list.two-col .category { flex: 0 0 calc(25% - var(--spacing--base-1-5, 12px) * 3 / 4); }
}
#collection-category-19 .category-list #category-94,
#collection-category-19 .category-list #category-220 {
background-image: none;
background-color: #ffffff;
padding: 86px 24px 24px;
border-radius: 10px;
text-align: left;
}
.category-list .category#category-94::before,
.category-list .category#category-220::before,
.category-list .category#category-94::after,
.category-list .category#category-220::after {
display: block;
}
#collection-category-19 .category-list #category-94 h3,
#collection-category-19 .category-list #category-220 h3 {
margin-top: 0;
text-align: left;
}
#collection-category-19 .category-list #category-94 p,
#collection-category-19 .category-list #category-220 p,
#collection-category-19 .category-list #category-94 .article-count,
#collection-category-19 .category-list #category-220 .article-count {
text-align: left;
}
@media (max-width: 768px) {
#collection-category-19 .category-list #category-94,
#collection-category-19 .category-list #category-220 {
padding: 48px 18px 18px;
}
}
.category-list .category p:not(.article-count) {
display: block;
margin: 8px 0 0;
font-family: var(--kb-font);
font-size: 15.5px;
font-weight: 400;
line-height: 1.4;
color: var(--kb-muted);
text-align: left;
}
.category-list .category p.article-count { display: block; }
.category-list .category .article-count,
.category-list .category:hover .article-count {
color: var(--kb-teal);
font-weight: 700;
font-size: 12px;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.category-list .category .article-count::after { content: " →"; }
#main-content {
background: #ffffff;
border: 1px solid var(--kb-border);
border-radius: 10px;
box-shadow: 0 3px 16px rgba(14, 42, 53, 0.06);
}
#main-content .contentWrapper,
#fullArticle,
.articleFoot {
background: transparent;
}
.contentWrapper { padding: 48px 56px; }
.contentWrapper h1,
#fullArticle .title {
font-size: 34px;
line-height: 1.15;
letter-spacing: -0.015em;
margin-bottom: 14px;
}
.contentWrapper p.descrip {
font-size: 18px;
line-height: 1.55;
margin-bottom: 28px;
color: #3d4f56;
}
#fullArticle {
font-size: 12pt;
line-height: 1.7;
}
#fullArticle p, #fullArticle li, #fullArticle ul, #fullArticle ol,
#fullArticle p span, #fullArticle li span, #fullArticle p font, #fullArticle li font,
#fullArticle div:not(.callout):not([class*="callout"]) {
font-family: var(--kb-font) !important;
font-size: 12pt !important;
line-height: 1.7 !important;
}
#fullArticle p small, #fullArticle li small { font-size: 10pt !important; }
#fullArticle code, #fullArticle kbd, #fullArticle pre,
#fullArticle code span, #fullArticle pre span {
font-family: var(--kb-mono) !important;
font-size: 0.92em !important;
}
#fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle blockquote {
max-width: 100%;
}
#fullArticle p { margin: 0 0 18px; }
#fullArticle h2 {
font-size: 25px;
line-height: 1.2;
margin: 40px 0 14px;
}
#fullArticle h3 {
font-size: 20px;
line-height: 1.25;
margin: 32px 0 10px;
}
#fullArticle h4, #fullArticle h5 { margin: 26px 0 8px; }
#fullArticle ul, #fullArticle ol { margin: 0 0 18px; padding-left: 34px; }
#fullArticle li { margin-bottom: 8px; line-height: 1.65; }
#fullArticle li > ul, #fullArticle li > ol { margin: 8px 0 0; padding-left: 26px; }
#fullArticle > ol {
list-style: none;
counter-reset: kb-steps;
padding-left: 46px;
}
#fullArticle > ol > li {
counter-increment: kb-steps;
position: relative;
margin-bottom: 22px;
min-height: 28px;
}
#fullArticle > ol > li::before {
content: counter(kb-steps);
position: absolute;
left: -46px;
top: 0;
width: 28px;
height: 28px;
border-radius: 50%;
background: var(--kb-teal);
color: #ffffff;
font-family: var(--kb-font);
font-weight: 700;
font-size: 14px;
display: grid;
place-items: center;
}
#fullArticle kbd {
font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
font-size: 0.85em;
color: var(--kb-ink);
background: #ffffff;
border: 1px solid var(--kb-border);
border-bottom-width: 3px;
border-radius: 6px;
padding: 2px 8px;
white-space: nowrap;
}
#fullArticle img {
border-radius: 8px;
border: 1px solid var(--kb-border);
margin: 6px 0 18px;
max-width: 100%;
height: auto;
}
#fullArticle .callout, #fullArticle .index-list { margin: 26px 0; }
#fullArticle blockquote {
border-left: 3px solid var(--kb-teal);
margin: 22px 0;
padding: 4px 0 4px 20px;
color: var(--kb-muted);
}
#fullArticle table { margin: 22px 0; }
#fullArticle table th, #fullArticle table td { padding: 10px 14px; line-height: 1.5; }
#fullArticle code {
font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
font-size: 0.9em;
background: rgba(47, 143, 157, 0.09);
border-radius: 4px;
padding: 2px 6px;
color: var(--kb-ink);
}
#fullArticle pre {
background: var(--kb-ink);
color: #e6eef0;
border-radius: 8px;
padding: 18px 20px;
overflow-x: auto;
line-height: 1.55;
margin: 0 0 18px;
}
#fullArticle pre code { background: transparent; color: inherit; padding: 0; }
.articleFoot { margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--kb-border); }
.kb-contact-band {
position: relative;
overflow: hidden;
background:
radial-gradient(circle at calc(100% - 60px) -40px, transparent 89px, rgba(47, 143, 157, 0.45) 90px 98px, transparent 99px),
radial-gradient(circle at calc(100% - 60px) -40px, transparent 169px, rgba(47, 143, 157, 0.25) 170px 178px, transparent 179px),
var(--kb-ink);
border-radius: 12px;
padding: 24px 30px;
margin-top: 24px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
}
.kb-contact-band .kb-contact-copy { flex: 1 1 320px; }
.kb-contact-band span {
display: block;
font-family: var(--kb-font);
font-weight: 700;
font-size: 18px;
color: #f6f3ec;
}
.kb-contact-band small {
display: block;
margin-top: 6px;
font-family: var(--kb-font);
font-size: 14px;
color: #a9c4cc;
}
.kb-contact-band small a {
background: none;
color: #6fb3c0 !important;
font: inherit;
letter-spacing: normal;
text-transform: none;
padding: 0;
border-radius: 0;
border-bottom: 1px solid rgba(111, 179, 192, 0.5) !important;
}
.kb-contact-band small a:hover { background: none; color: #f6f3ec !important; border-bottom-color: #f6f3ec !important; }
.kb-contact-band a {
background: var(--kb-teal);
color: #ffffff !important;
font-family: var(--kb-font);
font-weight: 700;
font-size: 14px;
letter-spacing: 0.05em;
text-transform: uppercase;
text-decoration: none;
border-bottom: none !important;
border-radius: 8px;
padding: 10px 22px;
white-space: nowrap;
}
.kb-contact-band a:hover { background: var(--kb-teal-dark); color: #ffffff; }
.related { margin-top: 0; padding-top: 14px; }
.contentWrapper.withRelated { padding-bottom: 12px; }
.articleFoot { margin-bottom: 0; }
#main-content > .related { margin-left: 56px; margin-right: 56px; }
@media (max-width: 768px) {
#main-content > .related { margin-left: 20px; margin-right: 20px; }
}
.related ul li { margin-bottom: 10px; }
#sidebar h3 { margin: 26px 0 10px; }
#sidebar .nav-list li { margin-bottom: 2px; }
#sidebar .nav-list a { line-height: 1.5; }
@media (max-width: 768px) {
.contentWrapper { padding: 24px 20px; }
.contentWrapper h1, #fullArticle .title { font-size: 27px; }
.contentWrapper p.descrip { font-size: 16.5px; }
#fullArticle { font-size: 16px; }
#fullArticle h2 { font-size: 22px; margin-top: 32px; }
#fullArticle h3 { font-size: 18.5px; }
}
.contentWrapper h1,
#fullArticle .title,
#fullArticle h1, #fullArticle h2, #fullArticle h4, #fullArticle h5 {
color: var(--kb-ink);
font-weight: 700;
}
#fullArticle h3 { color: var(--kb-ink); font-weight: 700; }
.contentWrapper p.descrip { color: var(--kb-muted); }
#fullArticle, #fullArticle p, #fullArticle ul, #fullArticle ol,
#fullArticle li, #fullArticle div, #fullArticle blockquote,
#fullArticle dd, #fullArticle table { color: #1d2b31; }
#fullArticle strong { color: var(--kb-ink); }
#fullArticle a {
color: var(--kb-teal-deep);
border-bottom: 1px solid rgba(47, 143, 157, 0.4);
}
#fullArticle a:hover { color: var(--kb-ink); border-bottom-color: var(--kb-ink); }
#fullArticle > ul li::before { color: var(--kb-teal); }
#fullArticle .index-list {
background: rgba(47, 143, 157, 0.08);
border-top: 3px solid var(--kb-teal);
border-radius: 0 0 8px 8px;
}
#fullArticle .index-list h4 { font-family: var(--kb-font); color: var(--kb-ink); font-weight: 700; }
#fullArticle .index-list ul li a { color: var(--kb-teal-deep); }
#fullArticle .callout {
background: rgba(47, 143, 157, 0.08);
border-top: 4px solid var(--kb-teal);
border-color: var(--kb-teal);
border-radius: 0 0 8px 8px;
}
#fullArticle .callout h3 { font-family: var(--kb-font); color: var(--kb-ink); }
#fullArticle .callout a { color: var(--kb-teal-deep); }
#fullArticle .callout-blue,
#fullArticle .callout-green,
#fullArticle .callout-red,
#fullArticle .callout-yellow,
#fullArticle .private-note {
border-radius: 0 8px 8px 0;
padding: 16px 20px;
}
#fullArticle .callout-blue {
background: rgba(47, 143, 157, 0.09);
border-left: 4px solid var(--kb-teal);
}
#fullArticle .callout-green {
background: rgba(122, 156, 108, 0.14);
border-left: 4px solid #6d8a5e;
}
#fullArticle .callout-yellow {
background: rgba(196, 146, 58, 0.13);
border-left: 4px solid #c4923a;
}
#fullArticle .callout-red,
#fullArticle .private-note {
background: rgba(178, 82, 66, 0.11);
border-left: 4px solid #b25242;
}
#fullArticle .callout-blue a,
#fullArticle .callout-green a,
#fullArticle .callout-yellow a,
#fullArticle .callout-red a { color: var(--kb-teal-deep); }
#fullArticle .callout-blue strong,
#fullArticle .callout-green strong,
#fullArticle .callout-yellow strong,
#fullArticle .callout-red strong { color: var(--kb-ink); }
#fullArticle table th { background-color: var(--kb-cream); border-color: var(--kb-border); color: var(--kb-ink); }
#fullArticle table td { border-color: var(--kb-border); }
.articleFoot p, .articleFoot time {
font-family: var(--kb-font);
color: var(--kb-faint);
}
.articleRatings {
background: rgba(47, 143, 157, 0.08);
border-top: 3px solid var(--kb-teal);
border-radius: 0 0 8px 8px;
padding: 20px 24px;
margin-top: 32px;
font-family: var(--kb-font);
font-weight: 700;
font-size: 19px;
color: var(--kb-ink);
}
.articleRatings p,
.articleRatings .ratingText {
font-family: var(--kb-font);
font-weight: 700;
font-size: 19px;
color: var(--kb-ink);
}
#contentArea .row-fluid {
display: flex;
flex-direction: row !important;
gap: 40px;
align-items: flex-start;
}
#contentArea .row-fluid #main-content { order: 1; flex: 1 1 auto; min-width: 0; width: auto; }
#contentArea .row-fluid #sidebar { order: 2; flex: 0 0 280px; width: 280px; margin: 0; }
@media (max-width: 768px) {
#contentArea .row-fluid { display: flex; flex-direction: column !important; }
#contentArea .row-fluid #sidebar { width: auto; }
}
#searchBar.sm::after { content: none; }
#sidebar h3 {
font-family: var(--kb-font);
font-size: 13px;
font-weight: 700;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--kb-teal);
}
#sidebar .nav-list a {
color: var(--kb-muted);
display: inline-block;
border-bottom: 1px solid rgba(47, 143, 157, 0.4);
transition: color 0.15s, border-color 0.15s;
}
#sidebar .nav-list a:hover { color: var(--kb-teal-deep); border-bottom-color: var(--kb-teal-deep); }
#sidebar .nav-list li.active a,
#sidebar .nav-list li.active a:hover { color: var(--kb-ink); }
#sidebar form .search-query {
background: var(--kb-card);
border: 1px solid var(--kb-border);
border-radius: 8px;
font-family: var(--kb-font);
}
#sidebar form .search-query:focus { border-color: var(--kb-teal); }
#sidebar form .icon-search { background: var(--kb-faint); }
#sidebar form button:hover .icon-search { background: var(--kb-teal); }
.related { border-top: 1px solid var(--kb-border); }
.related h3 {
font-size: 13px;
font-weight: 700;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--kb-teal);
}
.related ul li a, .articleList a, .collection a { color: var(--kb-teal-deep); }
.related ul li a {
border-bottom: 1px solid rgba(47, 143, 157, 0.4);
transition: color 0.15s, border-color 0.15s;
}
.related ul li a:hover, .articleList a:hover {
color: var(--kb-ink);
border-bottom: 1px solid var(--kb-ink);
}
.articleList { border-top: 1px solid var(--kb-border); }
#categoryHead .sort select {
background-color: var(--kb-card);
border: 1px solid var(--kb-border);
border-radius: 8px;
font-family: var(--kb-font);
color: var(--kb-ink);
}
.btn, .btn:link, .btn:active {
background-color: var(--kb-teal);
border: none;
border-radius: 8px;
font-family: var(--kb-font);
font-weight: 700;
text-shadow: none;
}
.btn:hover { background-color: var(--kb-teal-dark); border: none; border-radius: 8px; }
#contentArea { padding-bottom: 0 !important; margin-bottom: 0 !important; }
footer {
display: block;
margin: 0 auto !important;
max-width: var(--container-width, 1140px);
padding: 12px 0 24px;
}
footer::before { display: none; }
#contentArea > footer {
width: 100%;
max-width: none;
margin: 0 !important;
align-self: stretch;
}
footer p { display: none; }
.navbar .nav li { display: none !important; }
.navbar .nav li:has(> a[href="/"]),
.navbar .nav li:has(> a[href$="help.kingborough.tas.gov.au"]),
.navbar .nav li:has(> a[href$="help.kingborough.tas.gov.au/"]),
.navbar .nav li:has(> a[href*="collection/230-"]),
.navbar .nav li:has(> a[href*="collection/243-"]),
.navbar .nav li:has(> a[href*="request" i]),
.navbar .nav li:has(> a[href*="helpscoutportal" i]) {
display: block !important;
}
.navbar .nav li:has(> a[href="/"]),
.navbar .nav li:has(> a[href$="help.kingborough.tas.gov.au"]),
.navbar .nav li:has(> a[href$="help.kingborough.tas.gov.au/"]) { order: 1; }
.navbar .nav li:has(> a[href*="collection/230-"]) { order: 2; }
.navbar .nav li:has(> a[href*="request" i]),
.navbar .nav li:has(> a[href*="helpscoutportal" i]) { order: 3; }
.navbar .nav li:has(> a[href*="collection/243-"]) { order: 4; }
footer::after {
content: "© Kingborough Council 2026";
display: block;
text-align: left;
color: var(--kb-faint);
font-family: var(--kb-font);
font-size: 13px;
}
@media (max-width: 768px) {
.navbar .navbar-inner { padding-left: 16px; padding-right: 16px; }
.navbar .btn-navbar { right: 16px; }
.container-fluid { width: auto; padding: 0 16px; }
#docsSearch { padding: 26px 24px 30px; }
#docsSearch h1 { font-size: 34px; }
#searchBar { gap: 0; flex-wrap: nowrap; }
#searchBar::after { position: absolute; top: 100%; left: 0; }
#searchBar { margin-bottom: 34px; }
#searchBar .search-query {
flex: 1 1 0;
width: auto;
min-width: 0;
min-height: 48px;
margin: 0;
font-size: 16px;
border-radius: 8px 0 0 8px;
border-right: none;
}
#searchBar { align-items: stretch; }
#searchBar button {
flex: 0 0 56px;
width: 56px;
height: auto;
min-height: 48px;
padding: 0;
border-radius: 0 8px 8px 0;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
font-size: 0;
}
#searchBar button * { display: none !important; }
#searchBar button {
background-image: var(--ic-2);
background-repeat: no-repeat;
background-position: center;
background-size: 20px 20px;
}
#searchBar button:hover { background-color: var(--kb-teal-dark); }
#searchBar::after { font-size: 13px; margin-top: 10px; }
#docsSearch {
background:
radial-gradient(circle at calc(100% - 60px) -40px, transparent 119px, rgba(47, 143, 157, 0.5) 120px 128px, transparent 129px),
radial-gradient(circle at calc(100% - 60px) -40px, transparent 239px, rgba(47, 143, 157, 0.32) 240px 248px, transparent 249px),
radial-gradient(circle at calc(100% - 60px) -40px, transparent 379px, rgba(47, 143, 157, 0.18) 380px 388px, transparent 389px),
var(--kb-ink);
}
.collection-category { text-align: left; }
.collection-category h2 { font-size: 26px; text-align: left; }
.category-list .category h3,
.category-list .category p,
.category-list .category .article-count { text-align: left; }
.navbar:has(.nav-collapse.in) .brand::after { color: var(--kb-ink); }
.category-list .category { padding: 48px 18px 18px; }
.category-list .category,
.category-list.two-col .category { margin-bottom: 12px !important; }
.category-list.two-col { gap: 0 12px; }
.category-list .category::before { top: 20px; left: 18px; }
.category-list .category h3 { font-size: 18px; }
#main-content { border-radius: 8px; }
.contentWrapper { padding-left: 16px; padding-right: 16px; }
.articleRatings { padding: 16px; }
#sidebar .nav-list a, .related ul li a, .articleList a { display: inline-block; padding: 6px 0; }
}
@media (max-width: 480px) {
#docsSearch h1 { font-size: 28px; }
.collection-category h2 { font-size: 23px; }
.collection-category .category-list { display: block; }
.category-list .category { width: auto; margin-bottom: 12px; }
.category-list.two-col { grid-template-columns: 1fr; }
}
.category-list .category { padding: 86px 24px 24px; }
.category-list .category::before {
content: "";
position: absolute;
top: 24px;
left: 24px;
width: 46px;
height: 46px;
border-radius: 8px;
background: rgba(47, 143, 157, 0.10);
mask-image: none;
-webkit-mask-image: none;
transition: background 0.25s;
}
.category-list .category::after {
content: "";
display: block;
position: absolute;
top: 35px;
left: 35px;
width: 24px;
height: 24px;
background: #226673;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
mask-size: contain;
-webkit-mask-size: contain;
mask-position: center;
-webkit-mask-position: center;
mask-image: var(--ic-3);
-webkit-mask-image: var(--ic-3);
transition: background 0.25s;
}
.category-list .category:hover::before { background: rgba(47, 143, 157, 0.18); }
.category-list .category:hover::after { background: var(--kb-teal); }
.category-list .category[href*="account-setup" i]::after { mask-image: var(--ic-4); -webkit-mask-image: var(--ic-4); }
.category-list .category[href*="account-information" i]::after { mask-image: var(--ic-4); -webkit-mask-image: var(--ic-4); }
.category-list .category[href*="security" i]::after { mask-image: var(--ic-5); -webkit-mask-image: var(--ic-5); }
.category-list .category[href*="recovery" i]::after { mask-image: var(--ic-6); -webkit-mask-image: var(--ic-6); }
.category-list .category[href*="password" i]::after { mask-image: var(--ic-7); -webkit-mask-image: var(--ic-7); }
.category-list .category[href*="passphrase" i]::after { mask-image: var(--ic-7); -webkit-mask-image: var(--ic-7); }
.category-list .category[href*="order-a-device" i]::after { mask-image: var(--ic-8); -webkit-mask-image: var(--ic-8); }
.category-list .category[href*="order" i]::after { mask-image: var(--ic-8); -webkit-mask-image: var(--ic-8); }
.category-list .category[href*="computer" i]::after { mask-image: var(--ic-9); -webkit-mask-image: var(--ic-9); }
.category-list .category[href*="laptop" i]::after { mask-image: var(--ic-9); -webkit-mask-image: var(--ic-9); }
.category-list .category[href*="phone" i]::after { mask-image: var(--ic-10); -webkit-mask-image: var(--ic-10); }
.category-list .category[href*="mobile" i]::after { mask-image: var(--ic-10); -webkit-mask-image: var(--ic-10); }
.category-list .category[href*="print" i]::after { mask-image: var(--ic-11); -webkit-mask-image: var(--ic-11); }
.category-list .category[href*="meeting-room" i]::after { mask-image: var(--ic-12); -webkit-mask-image: var(--ic-12); }
.category-list .category[href*="room" i]::after { mask-image: var(--ic-12); -webkit-mask-image: var(--ic-12); }
.category-list .category[href*="teams" i]::after { mask-image: var(--ic-13); -webkit-mask-image: var(--ic-13); }
.category-list .category[href*="zoom" i]::after { mask-image: var(--ic-13); -webkit-mask-image: var(--ic-13); }
.category-list .category[href*="outlook" i]::after { mask-image: var(--ic-14); -webkit-mask-image: var(--ic-14); }
.category-list .category[href*="mail" i]::after { mask-image: var(--ic-14); -webkit-mask-image: var(--ic-14); }
.category-list .category[href*="onedrive" i]::after { mask-image: var(--ic-15); -webkit-mask-image: var(--ic-15); }
.category-list .category[href*="sharepoint" i]::after { mask-image: var(--ic-15); -webkit-mask-image: var(--ic-15); }
.category-list .category[href*="365" i]::after { mask-image: var(--ic-14); -webkit-mask-image: var(--ic-14); }
.category-list .category[href*="contact" i]::after { mask-image: var(--ic-16); -webkit-mask-image: var(--ic-16); }
.category-list .category[href*="about" i]::after { mask-image: var(--ic-17); -webkit-mask-image: var(--ic-17); }
.category-list .category[href*="system" i]::after { mask-image: var(--ic-18); -webkit-mask-image: var(--ic-18); }
.category-list .category[href*="software" i]::after { mask-image: var(--ic-18); -webkit-mask-image: var(--ic-18); }
@media (max-width: 768px) {
.category-list .category { padding: 80px 18px 20px; }
}
.category-list .category[href*="new-to-the-council" i]::after { mask-image: var(--ic-19); -webkit-mask-image: var(--ic-19); }
.category-list .category[href*="new-to-council" i]::after { mask-image: var(--ic-19); -webkit-mask-image: var(--ic-19); }
.category-list .category[href*="new-starter" i]::after { mask-image: var(--ic-19); -webkit-mask-image: var(--ic-19); }
.category-list .category[href*="temporary" i]::after { mask-image: var(--ic-20); -webkit-mask-image: var(--ic-20); }
.category-list .category[href*="other-system" i]::after { mask-image: var(--ic-21); -webkit-mask-image: var(--ic-21); }
.category-list .category[href*="other-application" i]::after { mask-image: var(--ic-21); -webkit-mask-image: var(--ic-21); }
.category-list .category[href*="kiosk" i]::after { mask-image: var(--ic-22); -webkit-mask-image: var(--ic-22); }
.category-list .category[href*="pathway" i]::after { mask-image: var(--ic-23); -webkit-mask-image: var(--ic-23); }
.category-list .category[href*="help-hub" i]::after { mask-image: var(--ic-24); -webkit-mask-image: var(--ic-24); }
.category-list .category[href*="using" i]::after { mask-image: var(--ic-24); -webkit-mask-image: var(--ic-24); }
.category-list .category[href*="guide" i]::after { mask-image: var(--ic-24); -webkit-mask-image: var(--ic-24); }
.category-list .category[href*="temp" i]::after { mask-image: var(--ic-20); -webkit-mask-image: var(--ic-20); }
.category-list .category[href*="new-to-the-council" i]::after,
.category-list .category[href*="new-to-council" i]::after,
.category-list .category[href*="new-starter" i]::after { mask-image: var(--ic-4); -webkit-mask-image: var(--ic-4); }
.category-list .category[href*="94-support" i]::after { mask-image: var(--ic-24); -webkit-mask-image: var(--ic-24); }
.category-list .category[href*="-support" i]::after { mask-image: var(--ic-24); -webkit-mask-image: var(--ic-24); }
.category-list .category[href*="multifactor" i]::after { mask-image: var(--ic-5); -webkit-mask-image: var(--ic-5); }
.category-list .category[href*="mfa" i]::after { mask-image: var(--ic-5); -webkit-mask-image: var(--ic-5); }
.category-list .category[href*="office-apps" i]::after { mask-image: var(--ic-25); -webkit-mask-image: var(--ic-25); }
.category-list .category[href*="artificial-intelligence" i]::after { mask-image: var(--ic-26); -webkit-mask-image: var(--ic-26); }
.category-list .category[href*="mitel" i]::after { mask-image: var(--ic-27); -webkit-mask-image: var(--ic-27); }
.category-list .category[href*="micollab" i]::after { mask-image: var(--ic-27); -webkit-mask-image: var(--ic-27); }
.category-list .category[href*="working-from-home" i]::after { mask-image: var(--ic-28); -webkit-mask-image: var(--ic-28); }
.category-list .category[href*="-gis" i]::after { mask-image: var(--ic-29); -webkit-mask-image: var(--ic-29); }
.category-list .category[href*="ecm" i]::after { mask-image: var(--ic-30); -webkit-mask-image: var(--ic-30); }
.category-list .category[href*="car-booking" i]::after { mask-image: var(--ic-31); -webkit-mask-image: var(--ic-31); }
.category-list .category[href*="vecom" i]::after { mask-image: var(--ic-31); -webkit-mask-image: var(--ic-31); }
.category-list .category#category-300::after,
.category-list .category[href*="300-new-to-the-council" i]::after,
.category-list .category[href*="new-to-the-council" i]::after { mask-image: var(--ic-4); -webkit-mask-image: var(--ic-4); }
.category-list .category#category-beacon {
cursor: pointer;
order: -1;
background: #efe9dc;
border-color: #ddd3bd;
}
.category-list .category#category-beacon:hover { background: #eae2d1; }
.category-list .category#category-beacon::before { background: rgba(47, 143, 157, 0.14); }
.category-list .category .kb-desc {
display: block !important;
margin: 8px 0 0;
font-family: var(--kb-font);
font-size: 15.5px;
font-weight: 400;
line-height: 1.4;
color: var(--kb-muted);
text-align: left;
}
.category-list .category#category-beacon { background: #efe9dc; border-color: #ddd3bd; }
.category-list .category#category-beacon:hover { background: #eae2d1; }
.category-list .category#category-beacon::before,
.category-list .category#category-beacon::after { display: none; }
.category-list .category#category-beacon { padding: 86px 24px 24px; }
.kb-beacon-mark {
position: absolute;
top: 24px;
left: 24px;
width: 46px;
height: 46px;
border-radius: 8px;
background: rgba(47, 143, 157, 0.14);
display: grid;
place-items: center;
}
.category-list .category#category-beacon {
border: 1px solid #ddd3bd;
border-radius: 10px;
box-shadow: 0 3px 16px rgba(14, 42, 53, 0.06);
}
#fullArticle div ul,
#fullArticle blockquote ul,
#fullArticle td ul,
#fullArticle li ul,
#fullArticle ul ul {
list-style: disc outside !important;
padding-left: 24px;
margin: 10px 0;
}
#fullArticle div ul ul,
#fullArticle ul ul ul { list-style: circle outside !important; }
#fullArticle div ol,
#fullArticle blockquote ol,
#fullArticle td ol,
#fullArticle li ol {
list-style: decimal outside !important;
padding-left: 26px;
margin: 10px 0;
}
#fullArticle div ul li,
#fullArticle div ol li,
#fullArticle blockquote ul li,
#fullArticle td ul li,
#fullArticle li ul li,
#fullArticle li ol li {
position: static;
padding-left: 0;
margin-bottom: 6px;
}
#fullArticle div ul li::before,
#fullArticle blockquote ul li::before,
#fullArticle td ul li::before,
#fullArticle li ul li::before { content: none; }
#fullArticle div li::marker,
#fullArticle blockquote li::marker,
#fullArticle td li::marker,
#fullArticle li li::marker { color: var(--kb-teal); }
.category-list .category#category-300::after,
.category-list .category[href*="new-to-the-council" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/user--v1.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/user--v1.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category#category-301::after,
.category-list .category[href*="301-joining" i]::after,
.category-list .category[href*="request-an-account" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/badge.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/badge.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category#category-94::after,
.category-list .category[href*="94-support" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/browser-window.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/browser-window.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category#category-219::after,
.category-list .category#category-302::after,
.category-list .category[href*="multi-factor-authentication" i]::after,
.category-list .category[href*="multifactor" i]::after,
.category-list .category[href*="mfa" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/face-id.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/face-id.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category#category-308::after,
.category-list .category[href*="recover-a-lost-file" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/recycle-sign.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/recycle-sign.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category#category-303::after,
.category-list .category[href*="ai-and-software" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/chatgpt.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/chatgpt.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category#category-304::after,
.category-list .category[href*="staying-safe-online" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/internet.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/internet.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category#category-315::after,
.category-list .category[href*="315-pdfs" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/pdf-2.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/pdf-2.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category#category-323::after,
.category-list .category[href*="323-calendar" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/calendar--v1.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/calendar--v1.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category#category-322::after,
.category-list .category[href*="email-on-your-phone" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/mobile-email.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/mobile-email.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category#category-318::after,
.category-list .category[href*="where-to-save-your-work" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/cloud--v1.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/cloud--v1.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category#category-317::after,
.category-list .category[href*="word-excel-and-powerpoint" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/ms-word.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/ms-word.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category#category-316::after,
.category-list .category[href*="sharing-and-collaboration" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/share-3.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/share-3.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category,
.category-list.two-col .category {
box-sizing: border-box;
text-decoration: none;
}
.category-list .category p,
.category-list .category .article-count { text-decoration: none; }
.category-list .category#category-332::after,
.category-list .category[href*="332-the-list" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/map--v1.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/map--v1.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category#category-331::after,
.category-list .category[href*="info-council" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/conference-call.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/conference-call.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category#category-220::after,
.category-list .category[href*="220-contact-us" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/email.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/email.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
.category-list .category#category-beacon .kb-beacon-mark svg { display: none; }
.category-list .category#category-beacon .kb-beacon-mark::after {
content: "";
width: 24px;
height: 24px;
background: var(--kb-teal-deep);
mask-image: url("https://img.icons8.com/material-outlined/96/filled-topic.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/filled-topic.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
}
@media (max-width: 767px) {
.category-list.two-col { display: flex; flex-direction: column; gap: 0; }
.category-list.two-col .category,
#collection-category-19 .category-list #category-94,
#collection-category-19 .category-list #category-220 {
flex: 0 0 auto;
width: 100%;
max-width: 100%;
min-height: 0;
padding: 48px 18px 18px;
}
#collection-category-19 .category-list #category-94 h3,
#collection-category-19 .category-list #category-220 h3 { font-size: 18px; }
}
@media (max-width: 767px) {
.category-list .category,
.category-list.two-col .category,
#collection-category-19 .category-list #category-94,
#collection-category-19 .category-list #category-220 {
padding-top: 84px;
}
.category-list .category::before { top: 20px; left: 18px; }
.category-list .category::after { top: 31px; left: 29px; }
.category-list .category#category-beacon { padding-top: 84px; }
.category-list .category#category-beacon .kb-beacon-mark { top: 20px; left: 18px; }
}
.category-list .category#category-337::after,
.category-list .category[href*="vehicle-hub" i]::after {
mask-image: url("https://img.icons8.com/material-outlined/96/suv.png");
-webkit-mask-image: url("https://img.icons8.com/material-outlined/96/suv.png");
mask-size: 24px 24px;
-webkit-mask-size: 24px 24px;
}
#kb-crumbs { margin: 18px 0 0; padding: 0; }
body:has(#kb-crumbs) #contentArea { padding-top: 18px !important; }
#kb-crumbs a:hover { color: var(--kb-ink); }
@media (max-width: 640px) {
#kb-crumbs { font-size: 13px; margin-top: 14px; }
body:has(#kb-crumbs) #contentArea { padding-top: 14px !important; }
}
@media print { #kb-crumbs { display: none; } }
#docsSearch h1 {
display: block !important;
font-size: 30px !important;
line-height: 1.15;
letter-spacing: -0.01em;
margin: 0 0 16px !important;
}
@media (max-width: 767px) { #docsSearch h1 { font-size: 24px !important; margin-bottom: 12px !important; } }
#docsSearch { padding-top: 18px !important; padding-bottom: 24px !important; }
body:has(#docsSearch) #docsSearch {
padding-top: calc(var(--main-nav-height, 88px) + 18px) !important;
}
@media (max-width: 767px) {
#docsSearch { padding: 18px 24px 22px !important; }
}
body:has(#kb-crumbs) #contentArea { padding-top: 18px !important; }
body:has(#kb-crumbs) #contentArea > *:first-child { margin-top: 0 !important; }
body:has(#kb-crumbs) #contentArea > .row-fluid,
body:has(#kb-crumbs) #contentArea > .row { margin-top: 0 !important; padding-top: 0 !important; }
@media (max-width: 640px) {
body:has(#kb-crumbs) #contentArea { padding-top: 14px !important; }
}