/*!
Theme Name: NHS WP
Theme URI: http://underscores.me/
Author: Studio16 WP Devs
Author URI: http://underscores.me/
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nhs-wp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

NHS WP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Custom
	- header
# Frontend
	- frontend style
## Layouts


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
/*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #BDBDBD; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
html {
    font-family: Frutiger, Arial, sans-serif;
  }
a:focus,
  a:focus-visible {
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
    outline: 4px solid transparent;
    text-decoration: none;
    color: #212b32;
    background-color: #ffeb3b;
  }
p:focus {
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
    outline: 4px solid transparent;
    text-decoration: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 235 59 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(33 43 50 / var(--tw-text-opacity));
  }
input:focus {
    border: 2px solid #212b32;
    box-shadow: inset 0 0 0 2px;
    outline: 4px solid #ffeb3b; /* 1 */
    outline-offset: 0;
  }
input[type=radio]:focus {
    border: 4px solid #212b32;
    box-shadow: 0 0 0 4px #ffeb3b;
  }
input[type=checkbox]:focus {
    border: 4px solid #212b32;
    box-shadow: 0 0 0 4px #ffeb3b;
  }
button:focus-visible {
    background-color: #ffeb3b;
    border: 0;
    box-shadow: 0 4px 0 0 #212b32;
    color: #212b32;
    outline: 4px solid transparent; /* 1 */
    outline-offset: 4px;
  }
button:focus-visible svg {
    fill: #212b32;
  }
strong,
  b {
    font-size: inherit;
  }
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
help-category {
  width: 100%;
  flex: 1 1 0%;
}
@media (min-width: 1024px) {
  help-category {
    max-width: 17.0625rem;
  }
}
@font-face {
  font-family: "Frutiger";
  src: url("/assets/fonts/Frutiger.woff2") format("woff2"), url("/assets/fonts/Frutiger.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger";
  src: url("/assets/fonts/Frutiger-UltraBlack.woff2") format("woff2"), url("/assets/fonts/Frutiger-UltraBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger";
  src: url("/assets/fonts/Frutiger-LightCn.woff2") format("woff2"), url("/assets/fonts/Frutiger-LightCn.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger";
  src: url("/assets/fonts/Frutiger-Bold.woff2") format("woff2"), url("/assets/fonts/Frutiger-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
html,
body {
  font-size: 15px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  *,
  html,
  body {
    font-size: 16px;
  }
}
body {
  font-size: 1em;
  overflow-x: hidden;
  font-family: "Frutiger", Arial, sans-serif;
  width: 100%;
}
/*
0-640px: Phone
640 - 768px: Tablet portrait
768 - 1024px: Tablet landscape
1024 - px: Small desktop styles
$breakpoint arguments choices:
-sm
-md
-lg
-xl
1em = 16px
*/
.young-person-summary__main .young-person__hero {
  padding-top: 2.0625rem;
  padding-bottom: 3.6875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .young-person-summary__main .young-person__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .young-person-summary__main .young-person__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.young-person-summary__main .young-person__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {
  .young-person-summary__main .young-person__hero {
    padding-top: 4.8125rem;
    padding-bottom: 5rem;
  }
}
.young-person-summary__main .young-person__hero__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .young-person-summary__main .young-person__hero__title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
.young-person-summary__main .young-person__hero__title {
  margin-bottom: 1.375rem;
}
@media (min-width: 1024px) {
  .young-person-summary__main .young-person__hero__title {
    margin-bottom: 3rem;
  }
}
.young-person-summary__main .young-person__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.young-person-summary__main .young-person-help__wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 113 188 / var(--tw-bg-opacity));
}
.young-person-summary__main .young-person-help__wrapper::before {
  position: absolute;
  top: -1.25rem;
  display: block;
  height: 4.85rem;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url("/assets/images/blue-mask-mobile.svg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .young-person-summary__main .young-person-help__wrapper::before {
    background-image: url("/assets/images/blue-mask.svg");
  }
}
.young-person-summary__main .young-person-help__section {
  padding-top: 4.0625rem;
  padding-bottom: 9.3125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .young-person-summary__main .young-person-help__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .young-person-summary__main .young-person-help__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.young-person-summary__main .young-person-help__section {
  max-width: 83.125rem;
}
.young-person-summary__main .young-person-help__title {
  margin-bottom: 2rem;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.99px;
}
@media (min-width: 1024px) {
  .young-person-summary__main .young-person-help__title {
    font-size: 2rem;
  }
}
.young-person-summary__main .young-person-help__title {
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .young-person-summary__main .young-person-help__title {
    line-height: 2.1875rem;
  }
}
.young-person-summary__main .young-person-help__subtitle {
  margin-bottom: 3.25rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media (min-width: 1024px) {
  .young-person-summary__main .young-person-help__subtitle {
    line-height: 1.25rem;
  }
}
.young-person-summary__main .young-person-help__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 1.5rem;
  row-gap: 1.875rem;
}
@media (min-width: 640px) {
  .young-person-summary__main .young-person-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .young-person-summary__main .young-person-help__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .young-person-summary__main .young-person-help__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.parent-carer__hero {
  padding-top: 2.0625rem;
  padding-bottom: 3.6875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .parent-carer__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .parent-carer__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.parent-carer__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {
  .parent-carer__hero {
    padding-top: 4.8125rem;
    padding-bottom: 5rem;
  }
}
.parent-carer__hero__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .parent-carer__hero__title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
.parent-carer__hero__title {
  margin-bottom: 1.375rem;
}
@media (min-width: 1024px) {
  .parent-carer__hero__title {
    margin-bottom: 3rem;
  }
}
.parent-carer__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .parent-carer__hero__subtext {
    font-size: 1.125rem;
  }
  .parent-carer__hero__subtext + p {
    margin-top: 1.5rem;
  }
}
.parent-carer-help__wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(187 14 130 / var(--tw-bg-opacity));
}
.parent-carer-help__wrapper::before {
  position: absolute;
  display: block;
  background-image: url("/assets/images/violet-mask.svg");
  background-position: left top;
  background-repeat: no-repeat;
  top: -1.25rem;
  height: 4.85rem;
  width: 100%;
  background-size: cover;
  --tw-content: "";
  content: var(--tw-content);
}
.parent-carer-help__section {
  padding-top: 4.0625rem;
  padding-bottom: 9.3125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .parent-carer-help__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .parent-carer-help__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.parent-carer-help__section {
  max-width: 83.125rem;
}
.parent-carer-help__title {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.99px;
}
@media (min-width: 1024px) {
  .parent-carer-help__title {
    font-size: 2rem;
  }
}
.parent-carer-help__title {
  margin-bottom: 2rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .parent-carer-help__title {
    line-height: 2.1875rem;
  }
}
.parent-carer-help__subtitle {
  margin-bottom: 5.3125rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media (min-width: 1024px) {
  .parent-carer-help__subtitle {
    margin-bottom: 3.25rem;
  }
}
.parent-carer-help__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .parent-carer-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .parent-carer-help__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .parent-carer-help__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media not all and (min-width: 1024px) {
  .parent-carer-help__grid > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .parent-carer-help__grid {
    column-gap: 0.9375rem;
    row-gap: 1.0625rem;
  }
}
.work-young-people__hero {
  padding-top: 2.0625rem;
  padding-bottom: 3.6875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .work-young-people__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .work-young-people__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.work-young-people__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {
  .work-young-people__hero {
    padding-top: 4.8125rem;
    padding-bottom: 5rem;
  }
}
.work-young-people__hero__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .work-young-people__hero__title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
.work-young-people__hero__title {
  margin-bottom: 1.375rem;
}
@media (min-width: 1024px) {
  .work-young-people__hero__title {
    margin-bottom: 3rem;
  }
}
.work-young-people__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .work-young-people__hero__subtext {
    font-size: 1.125rem;
  }
  .work-young-people__hero__subtext + p {
    margin-top: 1.5rem;
  }
}
.work-young-people-help__wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(96 187 70 / var(--tw-bg-opacity));
}
.work-young-people-help__wrapper::before {
  position: absolute;
  display: block;
  background-image: url("/assets/images/green-mask.svg");
  background-position: left top;
  background-repeat: no-repeat;
  top: -1.25rem;
  height: 4.85rem;
  width: 100%;
  background-size: cover;
  --tw-content: "";
  content: var(--tw-content);
}
.work-young-people-help__section {
  padding-top: 4.0625rem;
  padding-bottom: 9.3125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .work-young-people-help__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .work-young-people-help__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.work-young-people-help__section {
  max-width: 83.125rem;
}
.work-young-people-help__title {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.99px;
}
@media (min-width: 1024px) {
  .work-young-people-help__title {
    font-size: 2rem;
  }
}
.work-young-people-help__title {
  margin-bottom: 2rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .work-young-people-help__title {
    line-height: 2.1875rem;
  }
}
.work-young-people-help__subtitle {
  margin-bottom: 5.3125rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media (min-width: 1024px) {
  .work-young-people-help__subtitle {
    margin-bottom: 3.25rem;
  }
}
.work-young-people-help__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .work-young-people-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .work-young-people-help__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .work-young-people-help__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media not all and (min-width: 1024px) {
  .work-young-people-help__grid > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .work-young-people-help__grid {
    column-gap: 0.9375rem;
    row-gap: 1.0625rem;
  }
}
.resources__hero {
  padding-top: 2.0625rem;
  padding-bottom: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .resources__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .resources__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.resources__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {
  .resources__hero {
    padding-top: 4.8125rem;
    padding-bottom: 2.5625rem;
  }
}
.resources__hero__title {
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .resources__hero__title {
    line-height: 2.625rem;
  }
}
.resources__hero__title {
  margin-bottom: 1.125rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {
  .resources__hero__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.resources__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .resources__hero__subtext {
    width: 60%;
    line-height: 1.875rem;
  }
}
.resources-filters {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .resources-filters {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .resources-filters {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.resources-filters {
  max-width: 83.125rem;
}
.resources-filters__wrapper {
  background-image: url("/assets/images/yellow-mask-alt.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3.6875rem;
  padding-bottom: 3.5625rem;
}
@media (min-width: 1024px) {
  .resources-filters__wrapper {
    padding-top: 4.0625rem;
    padding-bottom: 4.5rem;
  }
}
.resources-filters__title {
  margin-bottom: 1.8125rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.59375rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.resources-filters__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media not all and (min-width: 1024px) {
  .resources-filters__row > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .resources-filters__row {
    flex-direction: row;
  }
}
.resources-filters__filters {
  display: flex;
  flex-direction: column;
}
@media not all and (min-width: 1024px) {
  .resources-filters__filters > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.9375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.9375rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {
  .resources-filters__filters {
    flex-direction: row;
  }
  .resources-filters__filters > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.9375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.9375rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.resources-filters__select-filter, .resources-filters__select-sort {
  position: relative;
  appearance: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.65625rem;
  padding-right: 3.125rem;
  max-width: 19.6875rem;
  background-image: url("/assets/arrow.svg");
  background-repeat: no-repeat;
  background-position-x: 89%;
  background-position-y: 50%;
}
.resources-filters__select-filter {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.resources-filters__select-sort {
  background-color: transparent;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}
.resources-filters__select-sort:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.resources-filters__select-sort__label {
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(31 31 31 / var(--tw-border-opacity));
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-right: 1.125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.resources-help__section {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .resources-help__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .resources-help__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.resources-help__section {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {
  .resources-help__section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.resources-help__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 0.9375rem;
  row-gap: 1.0625rem;
}
@media (min-width: 640px) {
  .resources-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .resources-help__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .resources-help__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.resources-help__grid .help-guide__card {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity));
}
.resources-help__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.625rem;
  display: flex;
  align-items: center;
  column-gap: 0.4375rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7812rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}
.resources-inner__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.0625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .resources-inner__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .resources-inner__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.resources-inner__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {
  .resources-inner__hero {
    padding-top: 4.8125rem;
  }
}
.resources-inner__hero__wrapper {
  margin-bottom: 9rem;
}
.resources-inner__hero__title {
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .resources-inner__hero__title {
    line-height: 2.625rem;
  }
}
.resources-inner__hero__title {
  margin-bottom: 1.125rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {
  .resources-inner__hero__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.resources-inner__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .resources-inner__hero__subtext {
    line-height: 1.875rem;
  }
}
.resources-inner__hero__subtext + p {
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {
  .resources-inner__hero__subtext + p {
    margin-top: 1.5rem;
  }
}
.resources-inner__hero__media {
  height: 13rem;
  width: 23.125rem;
}
@media (min-width: 1024px) {
  .resources-inner__hero__media {
    height: 30.5rem;
    width: 54.1875rem;
  }
}
.resources-inner__download {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(120 189 31 / var(--tw-bg-opacity));
  padding-left: 3.875rem;
  padding-right: 3.875rem;
  padding-top: 1.103rem;
  padding-bottom: 1.103rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.resources-inner__download:hover {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.resources-inner__download svg {
  margin-left: 0.8125rem;
  object-fit: contain;
  object-position: center;
}
.contact__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.0625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .contact__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .contact__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.contact__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {
  .contact__hero {
    padding-top: 4.8125rem;
  }
}
.contact__hero__wrapper {
  background-image: url("/assets/images/grey-mask-alt.svg");
  background-size: cover;
  background-position: bottom;
  padding-bottom: 9rem;
}
.contact__hero__title {
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .contact__hero__title {
    line-height: 2.625rem;
  }
}
.contact__hero__title {
  margin-bottom: 1.125rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {
  .contact__hero__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.contact__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .contact__hero__subtext {
    line-height: 1.875rem;
  }
}
.contact__hero__subtext + p {
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {
  .contact__hero__subtext + p {
    margin-top: 1.5rem;
  }
}
.contact__hero-helpline {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 114 188 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.contact__hero-alt__helpline {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(233 46 39 / var(--tw-text-opacity));
}
.contact__faqs {
  padding-top: 2.0625rem;
  padding-bottom: 6.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .contact__faqs {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .contact__faqs {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.contact__faqs {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {
  .contact__faqs {
    padding-top: 3.9375rem;
  }
}
.contact__faqs-title {
  margin-bottom: 4rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.59375rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .contact__faqs-title {
    font-size: 2rem;
  }
}
.contact__faqs-tabs__list {
  margin-bottom: 3.5625rem;
  display: flex;
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
}
.contact__faqs-tabs__list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.875rem * var(--tw-space-x-reverse));
  margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.contact__faqs-tabs__list {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.contact__faqs-tabs__tab {
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.78125rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 97 / var(--tw-text-opacity));
  position: relative;
  display: inline-block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.8125rem;
}
.contact__faqs-tabs__tab:hover {
  --tw-text-opacity: 1;
  color: rgb(124 40 85 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.contact__faqs-tabs__tab[aria-selected=true]::after {
  position: absolute;
  bottom: -0.0625rem;
  left: 0px;
  height: 0.3125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 187 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.contact__faqs-tabs__content > div {
  display: flex;
  flex-direction: column;
}
.contact__faqs-tabs__content > div > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.6875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.6875rem * var(--tw-space-y-reverse));
}
.contact__faqs-tabs__content > div[role=tabpanel][aria-hidden=true] {
  display: none;
}
@media not all and (min-width: 1024px) {
  .contact__faqs-tabs__content > div .custom-accordion {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.urgent-help__header .banner-title::after {
  background-size: cover;
}
@media (min-width: 1024px) {
  .urgent-help__header .banner-title-text {
    max-width: 46ch;
  }
}
.urgent-help__main__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .urgent-help__main__wrapper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .urgent-help__main__wrapper {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.urgent-help__main__wrapper {
  max-width: 83.125rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .urgent-help__main__wrapper {
    flex-direction: row;
  }
  .urgent-help__main__wrapper > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5.6875rem * var(--tw-space-x-reverse));
    margin-left: calc(5.6875rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.urgent-help__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.0625rem;
}
@media (min-width: 1024px) {
  .urgent-help__hero {
    padding-top: 4.8125rem;
  }
}
.urgent-help__hero__wrapper {
  margin-bottom: 9rem;
  display: flex;
  max-width: 41.6875rem;
  flex-direction: column;
}
.urgent-help__hero__wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {
  .urgent-help__hero__wrapper > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }
}
.urgent-help__hero__title {
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .urgent-help__hero__title {
    line-height: 2.625rem;
  }
}
.urgent-help__hero__title {
  margin-bottom: 1.4375rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {
  .urgent-help__hero__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.urgent-help__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .urgent-help__hero__subtext {
    line-height: 1.875rem;
  }
}
.urgent-help__hero__subtext {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.urgent-help__hero__subtext + p {
  margin-top: 1.9375rem;
}
.urgent-help-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.0625rem;
}
@media (min-width: 1024px) {
  .urgent-help-services {
    padding-top: 4.8125rem;
  }
}
.urgent-help-services__title {
  font-weight: 700;
  line-height: 2.625rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .urgent-help-services__title {
    line-height: 2.625rem;
  }
}
.urgent-help-services__title {
  margin-bottom: 3.1875rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {
  .urgent-help-services__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.urgent-help-services__list {
  display: flex;
  flex-direction: column;
}
.urgent-help-services__list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
}
.urgent-help__aside {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.0625rem;
}
@media (min-width: 1024px) {
  .urgent-help__aside {
    display: flex;
    padding-top: 4.8125rem;
  }
}
.urgent-help__aside-text {
  background-image: url("/assets/images/paint-red.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 2.5625rem;
  padding-bottom: 2.5625rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mental-health__hero {
  padding-top: 2.0625rem;
  padding-bottom: 5.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .mental-health__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .mental-health__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.mental-health__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {
  .mental-health__hero {
    padding-top: 4.8125rem;
    padding-bottom: 6.875rem;
  }
}
.mental-health__hero-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(40 51 58 / var(--tw-bg-opacity));
}
.mental-health__hero__title {
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .mental-health__hero__title {
    line-height: 2.625rem;
  }
}
.mental-health__hero__title {
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {
  .mental-health__hero__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.mental-health__hero p, .mental-health__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .mental-health__hero p, .mental-health__hero__subtext {
    width: 75%;
    line-height: 1.875rem;
  }
  .mental-health__hero p + p, .mental-health__hero__subtext + p {
    margin-top: 1.5rem;
  }
}
.mental-health-help__wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity));
}
.mental-health-help__wrapper::before {
  position: absolute;
  display: block;
  background-image: url("/assets/images/white-mask.svg");
  background-position: center;
  background-repeat: no-repeat;
  top: -1.25rem;
  height: 4.85rem;
  width: 100%;
  background-size: cover;
  --tw-content: "";
  content: var(--tw-content);
}
.mental-health-help__section {
  padding-top: 2.25rem;
  padding-bottom: 6.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .mental-health-help__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .mental-health-help__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.mental-health-help__section {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {
  .mental-health-help__section {
    padding-top: 4.375rem;
  }
}
.mental-health-help__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 0.9375rem;
  row-gap: 1.0625rem;
}
@media (min-width: 640px) {
  .mental-health-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .mental-health-help__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .mental-health-help__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.mental-health__hero {
  padding-top: 2.0625rem;
  padding-bottom: 5.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .mental-health__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .mental-health__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.mental-health__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {
  .mental-health__hero {
    padding-top: 4.8125rem;
    padding-bottom: 6.875rem;
  }
}
.mental-health__hero-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(40 51 58 / var(--tw-bg-opacity));
}
.mental-health__hero__title {
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .mental-health__hero__title {
    line-height: 2.625rem;
  }
}
.mental-health__hero__title {
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {
  .mental-health__hero__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.mental-health__hero p, .mental-health__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .mental-health__hero p, .mental-health__hero__subtext {
    width: 75%;
    line-height: 1.875rem;
  }
  .mental-health__hero p + p, .mental-health__hero__subtext + p {
    margin-top: 1.5rem;
  }
}
.mental-health-help__wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity));
}
.mental-health-help__wrapper::before {
  position: absolute;
  display: block;
  background-image: url("/assets/images/white-mask.svg");
  background-position: center;
  background-repeat: no-repeat;
  top: -1.25rem;
  height: 4.85rem;
  width: 100%;
  background-size: cover;
  --tw-content: "";
  content: var(--tw-content);
}
.mental-health-help__section {
  padding-top: 2.25rem;
  padding-bottom: 6.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .mental-health-help__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .mental-health-help__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.mental-health-help__section {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {
  .mental-health-help__section {
    padding-top: 4.375rem;
  }
}
.mental-health-help__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 0.9375rem;
  row-gap: 1.0625rem;
}
@media (min-width: 640px) {
  .mental-health-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .mental-health-help__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .mental-health-help__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.mental-health-inner__header .banner-title::after {
  background-size: cover;
}
@media (min-width: 1024px) {
  .mental-health-inner__header .banner-title-text {
    max-width: 46ch;
  }
}
.mental-health-inner__main__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .mental-health-inner__main__wrapper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .mental-health-inner__main__wrapper {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.mental-health-inner__main__wrapper {
  max-width: 83.125rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .mental-health-inner__main__wrapper {
    flex-direction: row;
  }
  .mental-health-inner__main__wrapper > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5.6875rem * var(--tw-space-x-reverse));
    margin-left: calc(5.6875rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.mental-health-inner__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.875rem;
}
@media (min-width: 1024px) {
  .mental-health-inner__hero {
    padding-top: 2.5rem;
  }
}
.mental-health-inner__hero__wrapper {
  margin-bottom: 4rem;
  max-width: 41.6875rem;
}
@media (min-width: 1024px) {
  .mental-health-inner__hero__wrapper {
    margin-bottom: 9rem;
  }
}
.mental-health-inner__hero__wrapper {
  display: flex;
  flex-direction: column;
}
.mental-health-inner__hero__wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {
  .mental-health-inner__hero__wrapper > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }
}
.mental-health-inner__hero__title {
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .mental-health-inner__hero__title {
    line-height: 2.625rem;
  }
}
.mental-health-inner__hero__title {
  margin-bottom: 1.4375rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {
  .mental-health-inner__hero__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.mental-health-inner__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .mental-health-inner__hero__subtext {
    line-height: 1.875rem;
  }
}
.mental-health-inner__hero__subtext {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mental-health-inner__hero__subtext + p {
  margin-top: 1.9375rem;
}
.mental-health-inner__aside {
  position: relative;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 4.8125rem;
}
@media (min-width: 1024px) {
  .mental-health-inner__aside {
    position: sticky;
    top: 18%;
    width: auto;
    padding-bottom: 0px;
  }
}
.mental-health-inner__aside .other-issues-menu {
  width: 100%;
}
.mental-health-inner__aside .other-issues-menu-title {
  margin-bottom: 2.5rem;
  width: 75%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .mental-health-inner__aside .other-issues-menu-title {
    width: 80%;
  }
}
.mental-health-inner__aside .other-issues-menu-list {
  margin-right: 2.5rem;
}
.mental-health-inner__aside .other-issues-menu-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.mental-health-inner__aside .other-issues-menu-item {
  display: flex;
  align-items: center;
}
.mental-health-inner__aside .other-issues-menu-item > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.mental-health-inner__aside .other-issues-menu-item a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.mental-health-inner__aside .other-issues-menu-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 113 188 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.mental-health-inner__aside .other-issues-menu-icon {
  max-height: 2.75rem;
  object-fit: cover;
  object-position: center;
}
.mental-health-inner__aside .other-issues-menu-icon__wrapper {
  display: flex;
  aspect-ratio: 1 / 1;
  height: 2.75rem;
  width: 2.875rem;
  justify-content: center;
}
@media not all and (min-width: 1024px) {
  .young-person-aside .mental-health-inner__aside .other-issues-menu__wrapper {
    display: none;
  }
}
.young-person-faq__wrapper.mental-health-inner__aside .other-issues-menu__wrapper {
  margin-top: 4rem;
  margin-bottom: 5rem;
  width: 100%;
}
@media not all and (min-width: 1024px) {
  .young-person-faq__wrapper.mental-health-inner__aside .other-issues-menu__wrapper {
    padding-left: 1rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .young-person-faq__wrapper.mental-health-inner__aside .other-issues-menu__wrapper {
    margin-top: 5rem;
    max-width: 42.175rem;
  }
}
.mental-health-inner__aside .other-issues-menu__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2.75rem;
  padding-top: 2rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 1024px) {
  .mental-health-inner__aside .other-issues-menu__wrapper {
    padding-top: 3rem;
  }
}
.mental-health-inner__aside .other-issues-menu__wrapper {
  flex-direction: column;
}
.mental-health-inner__aside .other-issues-menu__wrapper::before {
  position: absolute;
  top: -5px;
  left: 0px;
  z-index: 2;
  display: flex;
  height: 5px;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {
  .mental-health-inner__aside .other-issues-menu__wrapper::before {
    left: 0.5%;
    width: 99%;
  }
}
.mental-health-inner__aside .other-issues-menu__wrapper::before {
    background-image: url(/assets/paint-smear-orange1.png);
  background-image: url("../nhs-wp/nhs-frontend/public/assets/paint-smear-orange1.png");
  }
.mental-health-inner__aside .other-issues-menu__wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  .mental-health-inner__aside .other-issues-menu__wrapper {
    position: relative;
    top: -8rem;
  }
}
.mental-health-inner__aside .other-issues-menu-link {
  margin-left: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 2rem;
}
.mental-health-inner__aside .other-issues-menu-link > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.mental-health-inner__aside .other-issues-menu-link {
  font-weight: 700;
}
.mental-health-inner__aside .other-issues-menu-link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 113 188 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.not-found {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .not-found {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .not-found {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.not-found {
  max-width: 83.125rem;
  padding-top: 0.75rem;
  padding-bottom: 6rem;
}
.not-found__wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.not-found-title {
  margin-bottom: 3rem;
  max-width: 47rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .not-found-title {
    font-size: 3rem;
    line-height: 1.16667;
  }
}
.not-found-text {
  max-width: 47rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.not-found-text a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 113 188 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.not-found-text a:hover {
  --tw-text-opacity: 1;
  color: rgb(124 40 85 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.banner-title::after {
  background-image: url("../assets/text-bg.png") !important;
}
.impact__wrapper::before {
  background-image: url("../assets/images/dark-mask.svg") !important;
}
ul#secondary-menu .current_page_item a {
  --tw-text-opacity: 1;
  color: rgb(0 113 188/var(--tw-text-opacity));
}
ul#primary-menu .current_page_item {
  text-decoration-line: underline;
}
.help-organisation__card-text p {
  margin-bottom: 1.125rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34/var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .custom-footer__wrapper::before {
    background-image: url("../nhs-wp/nhs-frontend/public/assets/images/blue-mask.svg") !important;
  }
}
@media (max-width: 1023px) {
  .custom-footer__wrapper::before {
    background-image: url("../nhs-wp/nhs-frontend/public/assets/images/blue-mask-mobile.svg") !important;
  }
}
section.young-person__hero p a,
section.young-person__hero li a,
.young-person-content p a,
.young-person-content li a {
  color: rgb(0 113 188/var(--tw-text-opacity));
  text-decoration-line: underline;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
p:empty {
  height: 30px;
}
p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
section.young-person__hero ul {
  margin: 20px 20px;
  list-style-type: disc;
  line-height: 1.75rem;
}
section.young-person__hero ul li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
}
.parent-carer__hero h1,
.parent-carer__hero h2,
.parent-carer__hero h3,
.parent-carer__hero h4,
.parent-carer__hero h5 {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
  margin-bottom: 3rem;
}
.parent-carer__hero p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
  margin-top: 1.5rem;
}
.parent-carer-help__wrapper::before {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/images/violet-mask.svg") !important;
}
custom-banner[banner-color=violet] .banner-title-violet::after {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/banner-title-bg-violet.png") !important;
}
.young-person-summary__main .young-person-help__wrapper::before {
  position: absolute;
  top: -1.25rem;
  display: block;
  height: 4.85rem;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url("../assets/images/blue-mask-mobile.svg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .young-person-summary__main .young-person-help__wrapper::before {
    background-image: url("../assets/images/blue-mask.svg");
  }
}
.nhs-contents ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  list-style-type: disc;
}
.nhs-contents p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
}
.do-item::after {
  position: absolute;
  top: 0.25rem;
  left: -0.75rem;
  display: flex;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: url("../assets/tick.svg") !important;
  content: var(--tw-content);
}
.dont-item__2::after {
  --tw-content: url("../assets/cancel.svg") !important;
  content: var(--tw-content);
}
.styled-text::after {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url("../nhs-wp/nhs-frontend/public/assets/text-bg-blue-large.png") !important;
  background-repeat: round;
}
.nhs-card::before {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/paint-smear-orange1.png") !important;
}
.help-organisation__card-icon {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/images/orange-mask.svg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  padding-top: 1rem;
  padding-bottom: 1.3125rem;
}
@media (min-width: 1024px) {
  .nav-items {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0px !important;
    border-bottom-width: 0px !important;
  }
}
.young-person__hero p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .young-person__hero h2 {
    font-size: 2rem;
    line-height: 2.625rem;
    font-weight: 700;
    margin-bottom: 3rem;
  }
  .young-person__hero h1,
  .young-person__hero h2,
  .young-person__hero h3,
  .young-person__hero h4,
  .young-person__hero h5,
  .young-person__hero h6 {
    margin-bottom: 3rem;
    font-weight: 700;
  }
}
.young-person-content p,
.young-person-content li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
}
.help-info__card-image {
  height: 123px !important;
}
.getting-help__wrapper::before {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/images/blue-mask-mobile.svg") !important;
}
@media (min-width: 1024px) {
  .getting-help__wrapper::before {
    background-image: url("../nhs-wp/nhs-frontend/public/assets/images/blue-mask-alt.svg") !important;
  }
  .young-person-summary__main .young-person-help__wrapper::before {
    background-image: url("../nhs-wp/nhs-frontend/public/assets/images/blue-mask.svg") !important;
  }
}
.young-person-summary__main .young-person-help__wrapper::before {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/images/blue-mask-mobile.svg") !important;
}
@media (min-width: 1024px) {
  .mental-health__hero h2 {
    font-size: 2rem !important;
  }
  .mental-health__hero h1,
  .mental-health__hero h2,
  .mental-health__hero h3,
  .mental-health__hero h4,
  .mental-health__hero h5,
  .mental-health__hero h6 {
    margin-bottom: 2.25rem !important;
  }
  .mental-health-inner__hero__wrapper h2 {
    line-height: 2.625rem !important;
  }
  .mental-health-inner__hero__wrapper p {
    line-height: 1.875rem;
  }
}
.mental-health__hero {
  color: #fff;
}
@media (min-width: 1024px) {
  .help-organisation__title {
    font-size: 2rem;
  }
}
.mental-health-inner__aside .other-issues-menu__wrapper::before {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/paint-smear-orange1.png") !important;
}
.mental-health-help__wrapper::before {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/images/white-mask.svg") !important;
}
@media (min-width: 1024px) {
  .custom-footer__wrapper::before {
    background-image: url("../nhs-wp/nhs-frontend/public/assets/images/blue-mask.svg") !important;
  }
  .mental-health-inner__hero__wrapper p {
    font-size: 1.125rem;
  }
  .mental-health-inner__hero__wrapper h2 {
    font-size: 2rem;
    padding-top: 2.5rem;
    font-weight: 700;
  }
  .mental-health__hero p {
    font-size: 1.125rem;
    width: 75%;
    line-height: 1.875rem;
  }
}
.mental-health__hero p, .mental-health__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}
.work-young-people__hero h1,
.work-young-people__hero h2,
.work-young-people__hero h3,
.work-young-people__hero h4,
.work-young-people__hero h5 {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
  margin-bottom: 3rem;
}
.work-young-people__hero p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
  margin-top: 1.5rem;
}
.work-young-people-help__wrapper::before {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/images/green-mask.svg") !important;
}
custom-banner[banner-color=green] .banner-title-green::after {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/banner-title-bg-green.png") !important;
}
.resources__hero h1,
.resources__hero h2,
.resources__hero h3,
.resources__hero h4,
.resources__hero h5 {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
  margin-bottom: 3rem;
}
.resources__hero p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
  margin-top: 1.5rem;
}
.banner-title::after {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/banner-title-bg-blue.png") !important;
}
.resources-filters__wrapper {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/images/yellow-mask-alt.svg") !important;
}
.no-resources {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 20px;
  font-weight: 600;
}
/* Resources Single CSS */
@media (min-width: 1024px) {
  .resources-inner__hero h1,
  .resources-inner__hero h2,
  .resources-inner__hero h3,
  .resources-inner__hero h4,
  .resources-inner__hero h5,
  .resources-inner__hero h6 {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
  .resources-inner__hero p {
    line-height: 1.875rem;
  }
  .resources-inner__hero__subtext + p {
    margin-top: 1.5rem;
  }
}
.resources-inner__hero p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
}
.resources-inner__hero p:empty {
  margin-top: 20px;
}
.resources-inner__hero h1,
.resources-inner__hero h2,
.resources-inner__hero h3,
.resources-inner__hero h4,
.resources-inner__hero h5,
.resources-inner__hero h6 {
  margin-bottom: 1.125rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
}
.resources-filters__select-filter, .resources-filters__select-sort {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/arrow.svg") !important;
}
.resources-filters__select-filter {
  line-height: 1.29rem !important;
}
.urgent-help__header .banner-title::after {
  background-size: cover !important;
}
.urgent-help__aside-text {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/images/paint-red.svg") !important;
}
.contact__hero h1,
.contact__hero h2,
.contact__hero h3,
.contact__hero h4,
.contact__hero h5 {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
}
.contact__hero p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .contact-inner__hero h1,
  .contact-inner__hero h2,
  .contact-inner__hero h3,
  .contact-inner__hero h4,
  .contact-inner__hero h5,
  .contact-inner__hero h6 {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
  .contact-inner__hero p {
    line-height: 1.875rem;
  }
  .contact-inner__hero__subtext + p {
    margin-top: 1.5rem;
  }
}
.contact-inner__hero p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
}
.contact-inner__hero p:empty {
  margin-top: 20px;
}
.contact-inner__hero h1,
.contact-inner__hero h2,
.contact-inner__hero h3,
.contact-inner__hero h4,
.contact-inner__hero h5,
.contact-inner__hero h6 {
  margin-bottom: 1.125rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
}
.contact__hero__wrapper {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/images/grey-mask-alt.svg") !important;
}
details.custom-accordion p a {
  text-decoration: underline;
}
details.custom-accordion p a:focus {
  background-color: yellow;
}
details.custom-accordion p a:hover {
  background-color: yellow;
}
.nhs-card::before {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/paint-smear-orange1.png") !important;
}
.related-menu__wrapper::before {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/paint-smear-orange1.png") !important;
}
html {
  scroll-behavior: smooth;
}
.feeling-summary h1 {
  font-size: 32px;
}
.feeling-summary h2 {
  font-size: 24px;
}
.feeling-summary h3 {
  font-size: 18.72px;
}
.feeling-summary h4 {
  font-size: 16px;
}
.feeling-summary h5 {
  font-size: 14px;
}
.feeling-summary h6 {
  font-size: 12px;
}
.custom-accordion-answer ul li {
  list-style: disc !important;
}
.banner-title-yellow::after {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/banner-title-bg-orange.png") !important;
}
.we_do_section ul li {
  list-style: disc;
  font-size: 1.125rem !important;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
}
.about-content-main p {
  max-width: 46ch;
  font-size: 1.125rem !important;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
}
.support-access-description p {
  margin-bottom: 10px;
}
.styled-text::after {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/text-bg-blue.png") !important;
}
.styled-text--large::after {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/text-bg-blue-large.png") !important;
}
.styled-text-green::after {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/text-bg-green.png") !important;
}
.styled-text-violet::after {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/text-bg-violet.png") !important;
}
select.gt_selector {
  position: relative;
  margin-right: 0.5rem;
  appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241/var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-repeat: no-repeat;
  padding: 0.25rem;
  background-image: url("../nhs-wp/nhs-frontend/public/assets/arrow.svg");
  background-position-x: 92%;
  background-position-y: 0.625rem;
}
.help-categories::before {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/paint-smear-orange1.png") !important;
}
.banner-title font font {
  font-size: 2.25rem !important;
}
.about-content-img::before {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/paint-smear-orange1.png") !important;
}
.custom-accordion-answer a,
.custom-accordion-answer p {
  font-size: 18px !important;
}
.situation-img {
  object-fit: contain !important;
}
@media (min-width: 1024px) {
  .help-category-title {
    height: auto !important;
  }
  .mental-health__hero p {
    font-weight: 400;
    font-size: 18px;
  }
  .about__hero-title {
    padding-left: 0px !important;
  }
}
.home-about__wrapper::after {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/home-about-border.svg") !important;
}
.impact__wrapper::before {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/images/dark-mask.svg") !important;
}
.custom-accordion-answer ul {
  padding-left: 15px !important;
}
.main-navigation li a {
  text-transform: inherit !important;
}
.custom-footer__sub_content p {
  font-size: 14px !important;
}
body h1,
.resources-inner__hero__subtext h1,
.resources-inner__hero__subtext h1 strong {
  font-size: 32px !important;
  margin-bottom: 10px;
}
.we_do_section ul {
  padding-left: 18px !important;
}
.cky-notice p, .cky-notice-des p {
  font-size: 16px !important;
}
.mental-health__hero h2 {
  margin-bottom: 1.125rem;
  font-size: 1.625rem;
}
.situation-control.disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 130/var(--tw-bg-opacity));
}
.situation-control {
  top: 20%;
}
.about-header .banner-title-text {
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
}
@media (max-width: 320px) {
  .help-category-title .styled-text {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto !important;
  }
  p.custom-footer__sub_content__text {
    font-size: 0.875rem !important;
    line-height: 0.8125rem;
  }
}
.support-access__wrapper::before {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/support-access-divider.svg") !important;
}
.styled-text--large::after {
  background-image: url("../nhs-wp/nhs-frontend/public/assets/text-bg-blue-large.png") !important;
}
.support-access-title {
  margin-bottom: 1.5rem;
  text-align: left;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}
@media (max-width: 768px) {
  .banner-title-text {
    font-weight: 400 !important;
  }
}
.support-access-description p {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}
.about-content-description p {
  max-width: 46ch;
  font-size: 1.125rem !important;
  --tw-text-opacity: 1;
  color: rgb(33 43 50/var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .support-access-description p {
    text-align: left;
  }
}
div.nhs-contents p strong {
  font-size: 18px !important;
}
.resources-inner__hero__subtext p strong {
  font-size: 18px;
}
/* Frontend Style
--------------------------------------------- */
