@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/*

Theme Name: Parish
Text Domain: Zaltek Digital Parish
Version: 3.9.4
Description: Custom theme for Parish Online wordpress website
Author: Zaltek Digital
Author URI: https://zaltek.co.uk
GitHub Theme URI: https://github.com/zaltek-digital/parish-wordpress
*/

/*

! tailwindcss v3.1.8 | 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: #e5e7eb;
  /* 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     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 */
}

/*
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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 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;
}

*, ::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-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:  ;
}

::-webkit-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-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-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:  ;
}

#wpadminbar li#wp-admin-bar-kodeo-admin a:before {
  content: "\f349" !important;
  font-size: 16px !important;
  padding-top: 10px;
  padding-right: 4px;
}

#adminmenu #toplevel_page_wpseo_workouts {
  display: none !important;
}

.wpcf7 .govuk-button {
  background-color: #00703c;
}

.wpcf7 .govuk-button:hover {
  background-color: #005a30;
}

.search-button-closed{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.search-button-closed:hover{
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

#menu-toggle-button-mobile .menu-button-closed, 
  #menu-toggle-button .menu-button-closed{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#menu-toggle-button-mobile .menu-button-closed:hover, 
  #menu-toggle-button .menu-button-closed:hover{
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.footer-services .menu-item{
  padding-bottom: 0.75rem;
}

.header-links .menu-item{
  padding-bottom: 0.75rem;
  font-weight: 700;
}

.pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.pagination .page-numbers:not(.prev):not(.next):not(.dots){
  border-radius: 9999px;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pagination .page-numbers:not(.prev):not(.next):not(.dots):hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
}

.pagination .page-numbers:not(.prev):not(.next):not(.dots):focus{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}

.pagination .page-numbers:not(.prev):not(.next):not(.dots):focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(255 221 0 / var(--tw-bg-opacity));
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.pagination .page-numbers:not(.prev):not(.next):not(.dots):active{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}

@media only screen and (max-width: 600px) {
  .pagination .page-numbers:not(.prev):not(.next){
    display: none;
  }

  .pagination{
    justify-content: space-between;
  }
}

.pagination .prev, 
  .pagination .next{
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pagination .prev:hover, 
  .pagination .next:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
}

.pagination .prev:focus, 
  .pagination .next:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}

.pagination .prev:focus-visible, 
  .pagination .next:focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(255 221 0 / var(--tw-bg-opacity));
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.pagination .prev:active, 
  .pagination .next:active{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}

.cms-content p{
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(11 12 12 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px){
  .cms-content p{
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 25px;
  }
}

.cms-content h1{
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.04167;
  --tw-text-opacity: 1;
  color: rgb(11 12 12 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px){
  .cms-content h1{
    margin-bottom: 30px;
    font-size: 2.25rem;
    line-height: 1.11111;
  }
}

.cms-content h2{
  margin-bottom: 18.3333333333px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.06481666666;
  --tw-text-opacity: 1;
  color: rgb(11 12 12 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px){
  .cms-content h2{
    margin-bottom: 26.67px;
    font-size: 2rem;
    line-height: 1.15740666666;
  }
}

.cms-content h3{
  margin-bottom: 16.6666666666px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.08796333332;
  --tw-text-opacity: 1;
  color: rgb(11 12 12 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px){
  .cms-content h3{
    margin-bottom: 23.34px;
    font-size: 1.75rem;
    line-height: 1.20370333332;
  }
}

.cms-content h4{
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.11111;
  --tw-text-opacity: 1;
  color: rgb(11 12 12 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px){
  .cms-content h4{
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.cms-content h5{
  margin-bottom: 13.3333333332px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.13425666664;
  --tw-text-opacity: 1;
  color: rgb(11 12 12 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px){
  .cms-content h5{
    margin-bottom: 16.68px;
    font-size: 1.25rem;
    line-height: 1.29629666666;
  }
}

.cms-content h6{
  margin-bottom: 11.6666666665px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1574033333;
  --tw-text-opacity: 1;
  color: rgb(11 12 12 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px){
  .cms-content h6{
    margin-bottom: 13.35px;
    font-size: 1.125rem;
    line-height: 1.34259333332;
  }
}

.cms-content ul{
  margin-bottom: 15px;
  list-style-position: outside;
  list-style-type: disc;
  text-indent: 0.125rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(11 12 12 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 0.9rem;
}

@media (min-width: 640px){
  .cms-content ul{
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 25px;
  }
}

.cms-content ol{
  margin-bottom: 15px;
  margin-left: 1.5rem;
  list-style-position: outside;
  list-style-type: decimal;
  text-indent: 0.125rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(11 12 12 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px){
  .cms-content ol{
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 25px;
  }
}

.cms-content ol::marker{
  font-weight: 700;
}

.cms-content ol > li{
  padding-bottom: 1rem;
}

.cms-content ol > li > ol{
  margin-bottom: 0px;
  padding-top: 2rem;
}

.cms-content ol > ol{
  padding-bottom: 1rem;
}

.cms-content ol ol{
  margin-bottom: 15px;
  margin-left: 1.5rem;
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1rem;
  text-indent: 0.125rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(11 12 12 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px){
  .cms-content ol ol{
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 25px;
  }
}

.cms-content a {
  text-decoration: underline;
}

.cms-content a:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

.cms-content a:link {
  color: #1d70b8;
}

.cms-content a:visited {
  color: #4c2c92;
}

.cms-content a:hover {
  color: #003078;
}

.cms-content a:active {
  color: #0b0c0c;
}

.cms-content a:focus {
  color: #0b0c0c;
}

.govuk-notification-banner__heading a {
  text-decoration: underline;
}

.govuk-notification-banner__heading a:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #ffdd00;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  text-decoration: none;
}

.govuk-notification-banner__heading a:link {
  color: #1d70b8;
}

.govuk-notification-banner__heading a:visited {
  color: #4c2c92;
}

.govuk-notification-banner__heading a:hover {
  color: #003078;
}

.govuk-notification-banner__heading a:active {
  color: #0b0c0c;
}

.govuk-notification-banner__heading a:focus {
  color: #0b0c0c;
}

.contact-form .wpcf7-response-output{
  color: #fff;
  background: #00703c;
  font-family: GDS Transport, arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.0416666667;
  box-sizing: border-box;
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  padding: 35px !important;
  border: 5px solid transparent !important;
  text-align: center;
}

.cms-content ul li{
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.cms-content table{
  margin-bottom: 20px;
  width: 100%;
  table-layout: auto;
  border-style: none;
}

.cms-content table thead{
  margin-bottom: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(11 12 12 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px){
  .cms-content table thead{
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 25px;
  }
}

.cms-content table thead tr th{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.cms-content table tbody{
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(11 12 12 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 640px){
  .cms-content table tbody{
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 25px;
  }
}

.cms-content table tbody tr td{
  border-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(177 180 182 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 0px;
}

.cms-content iframe:not(.zoho-iframe){
  pointer-events: none;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  aspect-ratio: 3/2;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.cms-content .wp-caption-text{
  position: absolute;
  bottom: 0px;
  left: 0px;
  max-height: 30px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.737rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .cms-content .wp-caption-text{
    max-width: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.cms-content .wp-caption{
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cms-content .wp-caption img{
  height: auto;
  width: 100%;
  max-width: 300px;
}

@media (min-width: 640px){
  .cms-content .wp-caption img{
    max-width: 100%;
  }
}

.cms-content .wp-caption:hover {
  .wp-caption-text{
    position: absolute;
  }
  .wp-caption-text{
    bottom: 0px;
  }
  .wp-caption-text{
    left: 0px;
  }
  .wp-caption-text{
    max-height: 525px;
  }
  .wp-caption-text{
    max-width: 300px;
  }
  .wp-caption-text{
    white-space: normal;
  }
  .wp-caption-text{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .wp-caption-text{
    --tw-bg-opacity: 0.8;
  }
  .wp-caption-text{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .wp-caption-text{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .wp-caption-text{
    font-size: 0.737rem;
  }
  .wp-caption-text{
    line-height: 1rem;
  }
  .wp-caption-text{
    --tw-text-opacity: 1;
    color: rgb(246 246 246 / var(--tw-text-opacity));
  }
  .wp-caption-text{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .wp-caption-text{
    transition-duration: 1000ms;
  }
  .wp-caption-text{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  @media (min-width: 640px){
    .wp-caption-text{
      max-width: 100%;
    }
  }
  @media (min-width: 640px){
    .wp-caption-text{
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
  }
  @media (min-width: 640px){
    .wp-caption-text{
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
  }
  @media (min-width: 640px){
    .wp-caption-text{
      font-size: 0.875rem;
    }
  }
  @media (min-width: 640px){
    .wp-caption-text{
      line-height: 1.5;
    }
  }
}

.contact-form .wpcf7-spinner{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 640px){
  .contact-form .wpcf7-spinner{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    display: inline-block;
  }
}

.styled-caption{
  margin-top: 0.375rem;
  margin-left: 0.75rem;
  max-width: 350px;
  overflow-wrap: break-word;
  border-left-width: 1.5px;
  --tw-border-opacity: 1;
  border-left-color: rgb(168 162 158 / var(--tw-border-opacity));
  padding-left: 0.25rem;
  font-size: 0.737rem;
  line-height: 1.02857142857;
  --tw-text-opacity: 1;
  color: rgb(84 86 88 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .styled-caption{
    margin-top: 0.5rem;
    margin-left: 1rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-left-width: 2px;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.2857142857142858;
  }
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-\[15px\]{
  top: 15px;
}

.left-\[13px\]{
  left: 13px;
}

.z-10{
  z-index: 10;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-start-1{
  grid-column-start: 1;
}

.m-auto{
  margin: auto;
}

.m-0{
  margin: 0px;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mr-5{
  margin-right: 1.25rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-8{
  margin-top: 2rem;
}

.mb-\[5px\]{
  margin-bottom: 5px;
}

.mb-0{
  margin-bottom: 0px;
}

.mt-\[3px\]{
  margin-top: 3px;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.\!mb-0{
  margin-bottom: 0px !important;
}

.mt-4{
  margin-top: 1rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.\!mb-10{
  margin-bottom: 2.5rem !important;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-\[50px\]{
  height: 50px;
}

.h-\[400px\]{
  height: 400px;
}

.h-\[200px\]{
  height: 200px;
}

.h-\[500px\]{
  height: 500px;
}

.h-\[24px\]{
  height: 24px;
}

.h-\[70px\]{
  height: 70px;
}

.h-\[60\%\]{
  height: 60%;
}

.h-\[25px\]{
  height: 25px;
}

.h-\[50vh\]{
  height: 50vh;
}

.h-\[140px\]{
  height: 140px;
}

.h-\[60px\]{
  height: 60px;
}

.\!max-h-\[200px\]{
  max-height: 200px !important;
}

.max-h-\[350px\]{
  max-height: 350px;
}

.min-h-\[calc\(100vh_-_500px\)\]{
  min-height: calc(100vh - 500px);
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.\!w-auto{
  width: auto !important;
}

.w-\[24px\]{
  width: 24px;
}

.w-\[80\%\]{
  width: 80%;
}

.w-\[60px\]{
  width: 60px;
}

.w-\[170px\]{
  width: 170px;
}

.w-\[1px\]{
  width: 1px;
}

.w-\[50px\]{
  width: 50px;
}

.w-\[25px\]{
  width: 25px;
}

.min-w-full{
  min-width: 100%;
}

.min-w-0{
  min-width: 0px;
}

.max-w-\[180px\]{
  max-width: 180px;
}

.max-w-full{
  max-width: 100%;
}

.max-w-\[550px\]{
  max-width: 550px;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.cursor-pointer{
  cursor: pointer;
}

.list-inside{
  list-style-position: inside;
}

.list-decimal{
  list-style-type: decimal;
}

.list-disc{
  list-style-type: disc;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.content-center{
  align-content: center;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.items-stretch{
  align-items: stretch;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-4{
  gap: 1rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-6{
  gap: 1.5rem;
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.justify-self-center{
  justify-self: center;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.text-ellipsis{
  text-overflow: ellipsis;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.border-2{
  border-width: 2px;
}

.border{
  border-width: 1px;
}

.border-x-2{
  border-left-width: 2px;
  border-right-width: 2px;
}

.border-y-2{
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-t-\[10px\]{
  border-top-width: 10px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-r-0{
  border-right-width: 0px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-b-4{
  border-bottom-width: 4px;
}

.border-t-4{
  border-top-width: 4px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-solid{
  border-style: solid;
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-\[\#F3F2F1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#141412\]{
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 18 / var(--tw-bg-opacity));
}

.bg-\[\#00703c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 60 / var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-\[\#01573c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 87 60 / var(--tw-bg-opacity));
}

.bg-\[\#263135\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 49 53 / var(--tw-bg-opacity));
}

.bg-\[\#6a6a6a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(106 106 106 / var(--tw-bg-opacity));
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.p-\[100px\]{
  padding: 100px;
}

.p-6{
  padding: 1.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}

.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pt-8{
  padding-top: 2rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-4{
  padding-top: 1rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pl-4{
  padding-left: 1rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pl-\[15px\]{
  padding-left: 15px;
}

.pr-2\.5{
  padding-right: 0.625rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pt-0{
  padding-top: 0px;
}

.pr-\[1px\]{
  padding-right: 1px;
}

.pl-2{
  padding-left: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[26px\]{
  font-size: 26px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-\[17px\]{
  font-size: 17px;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.font-\[700\]{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-bold{
  font-weight: 700;
}

.font-\[600\]{
  font-weight: 600;
}

.font-\[500\]{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.text-\[\#505A5F\]{
  --tw-text-opacity: 1;
  color: rgb(80 90 95 / var(--tw-text-opacity));
}

.text-\[\#505a5f\]{
  --tw-text-opacity: 1;
  color: rgb(80 90 95 / var(--tw-text-opacity));
}

.text-\[\#1D70B8\]{
  --tw-text-opacity: 1;
  color: rgb(29 112 184 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#1d70b8\]{
  --tw-text-opacity: 1;
  color: rgb(29 112 184 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-md{
  --tw-blur: blur(12px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-6{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

*:not(.ab-icon):not(.fas):not(.fa):not(.fa-solid):not(.fab):not(
    [class^="am-"]
  ) {
  font-family: 'Open Sans', sans-serif !important;
}

.first\:border-0:first-child{
  border-width: 0px;
}

.first\:border-none:first-child{
  border-style: none;
}

.first\:pt-0:first-child{
  padding-top: 0px;
}

.even\:bg-gray-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-black\/25:hover{
  background-color: rgb(0 0 0 / 0.25);
}

.hover\:brightness-125:hover{
  --tw-brightness: brightness(1.25);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus-visible\:\!border-black:focus-visible{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.focus-visible\:\!bg-\[\#ffdd00\]:focus-visible{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 221 0 / var(--tw-bg-opacity)) !important;
}

.focus-visible\:bg-\[\#ffdd00\]:focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(255 221 0 / var(--tw-bg-opacity));
}

.focus-visible\:\!text-black:focus-visible{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.focus-visible\:\!outline-none:focus-visible{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus-visible\:ring-2:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-4:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-\[\#ffdd00\]:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 221 0 / var(--tw-ring-opacity));
}

.active\:border-4:active{
  border-width: 4px;
}

.active\:\!border-\[\#ffdd00\]:active{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 221 0 / var(--tw-border-opacity)) !important;
}

.active\:px-2:active{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.active\:outline:active{
  outline-style: solid;
}

.active\:outline-2:active{
  outline-width: 2px;
}

.active\:outline-\[\#ffdd00\]:active{
  outline-color: #ffdd00;
}

.group:focus-visible .group-focus-visible\:bg-\[\#ffdd00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 221 0 / var(--tw-bg-opacity));
}

.group:focus-visible .group-focus-visible\:\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.group:focus-visible .group-focus-visible\:ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group:focus-visible .group-focus-visible\:ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group:focus-visible .group-focus-visible\:ring-\[\#ffdd00\]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 221 0 / var(--tw-ring-opacity));
}

@media (min-width: 640px){
  .sm\:h-\[400px\]{
    height: 400px;
  }

  .sm\:\!max-h-\[400px\]{
    max-height: 400px !important;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }
}

@media (min-width: 768px){
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:col-start-1{
    grid-column-start: 1;
  }

  .md\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .md\:row-start-1{
    grid-row-start: 1;
  }

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-\[5\/2\]{
    aspect-ratio: 5/2;
  }

  .md\:h-\[500px\]{
    height: 500px;
  }

  .md\:h-\[564px\]{
    height: 564px;
  }

  .md\:h-\[630px\]{
    height: 630px;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-\[180px\]{
    height: 180px;
  }

  .md\:max-h-\[500px\]{
    max-height: 500px;
  }

  .md\:min-h-\[400px\]{
    min-height: 400px;
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:justify-self-end{
    justify-self: end;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px){
  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }
} 
