/*
! tailwindcss v3.0.18 | 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: Montserrat, sans-serif;
  /* 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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

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

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-1\/2 {
  left: 50%;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

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

.top-1\/2 {
  top: 50%;
}

.right-0 {
  right: 0px;
}

.left-8 {
  left: 2rem;
}

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

.left-auto {
  left: auto;
}

.top-full {
  top: 100%;
}

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

.z-\[-10\] {
  z-index: -10;
}

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

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

.float-left {
  float: left;
}

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

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

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

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

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

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

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

.mr-\[-6px\] {
  margin-right: -6px;
}

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

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

.mr-2 {
  margin-right: 0.5rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

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

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

.h-3 {
  height: 0.75rem;
}

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

.h-4 {
  height: 1rem;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-10 {
  height: 2.5rem;
}

.h-8 {
  height: 2rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-screen {
  width: 100vw;
}

.w-full {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}

.w-3 {
  width: 0.75rem;
}

.w-auto {
  width: auto;
}

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

.w-4 {
  width: 1rem;
}

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

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

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-10 {
  width: 2.5rem;
}

.w-8 {
  width: 2rem;
}

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

.max-w-none {
  max-width: none;
}

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

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

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

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

.flex-grow {
  flex-grow: 1;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.transform {
  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;
}

.resize {
  resize: both;
}

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

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-7 {
  gap: 1.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-bl-\[3px\] {
  border-bottom-left-radius: 3px;
}

.rounded-br-\[3px\] {
  border-bottom-right-radius: 3px;
}

.border-\[2px_2px_0_0\] {
  border-width: 2px 2px 0 0;
}

.border-\[4px_4px_0_0\] {
  border-width: 4px 4px 0 0;
}

.border-l-\[3px\] {
  border-left-width: 3px;
}

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

.bg-brand-sunsetOrange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 101 80 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-brand-steelBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(60 137 161 / var(--tw-bg-opacity));
}

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

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

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

.p-0 {
  padding: 0px;
}

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

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

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

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

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

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

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

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.pt-36 {
  padding-top: 9rem;
}

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

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

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

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

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

.font-sans {
  font-family: Montserrat, sans-serif;
}

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

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

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

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

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.normal-case {
  text-transform: none;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.08\] {
  line-height: 1.08;
}

.leading-none {
  line-height: 1;
}

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

.text-brand-steelBlue {
  --tw-text-opacity: 1;
  color: rgb(60 137 161 / var(--tw-text-opacity));
}

.text-brand-nickel {
  --tw-text-opacity: 1;
  color: rgb(106 116 122 / var(--tw-text-opacity));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-100 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: [object Object] !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: [object Object]) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
  }

  .alignleft:not(.wp-block-button) {
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
  }

  .alignright:not(.wp-block-button) {
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
  }

  .wp-block-button.alignleft a {
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
  }

  .wp-block-button.alignright a {
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

body {
  overflow-x: hidden;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(106 116 122 / var(--tw-text-opacity));
}

@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}

body h1 {
    margin-left: auto;
    margin-right: auto;
  }

body h1 {
    max-width: 750px;
  }

body h1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

body h1 {
    text-align: center;
  }

body h1 {
    font-size: 60px;
  }

body h1 {
    font-weight: 800;
  }

body h1 {
    line-height: 1.08;
  }

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

@media (max-width: 1400px) {
    body h1 {
      font-size: 46px;
    }
  }

@media (max-width: 1023px) {
    body h1 {
      font-size: 32px;
    }
  }

body h2, body h3, body h4, body h5, body h6 {
    font-weight: 700;
  }

body h2, body h3, body h4, body h5, body h6 {
    line-height: 1.3;
  }

body h2 strong, body h3 strong, body h4 strong, body h5 strong, body h6 strong {
      font-weight: 700;
    }

body h2 .icon, body h3 .icon, body h4 .icon, body h5 .icon, body h6 .icon {
      float: left;
    }

body h2 .icon, body h3 .icon, body h4 .icon, body h5 .icon, body h6 .icon {
      margin-top: -0.25rem;
    }

body h2 .icon, body h3 .icon, body h4 .icon, body h5 .icon, body h6 .icon {
      margin-right: 0.5rem;
    }

body h2 .icon, body h3 .icon, body h4 .icon, body h5 .icon, body h6 .icon {
      height: 2rem;
    }

body h2 .icon, body h3 .icon, body h4 .icon, body h5 .icon, body h6 .icon {
      width: 2rem;
    }

body h2 .icon, body h3 .icon, body h4 .icon, body h5 .icon, body h6 .icon {
      background-color: currentColor;
    }

body h2 {
    font-size: 30px;
  }

@media (max-width: 1023px) {
    body h2 {
      font-size: 26px;
    }
  }

body h3 {
    font-size: 24px;
  }

@media (max-width: 1023px) {
    body h3 {
      font-size: 22px;
    }
  }

body a.button {
      border-radius: 9999px;
    }

body a.button {
      --tw-bg-opacity: 1;
      background-color: rgb(60 137 161 / var(--tw-bg-opacity));
    }

body a.button {
      padding-left: 2rem;
      padding-right: 2rem;
    }

body a.button {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }

body a.button {
      text-align: center;
    }

body a.button {
      font-size: 15px;
    }

body a.button {
      font-weight: 700;
    }

body a.button {
      text-transform: uppercase;
    }

body a.button {
      line-height: 1;
    }

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

body a.button {
      transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

body a.button {
      transition-duration: 200ms;
    }

body a.button:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(73 161 189 / var(--tw-bg-opacity));
    }

body blockquote {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

body blockquote {
    border-left-width: 3px !important;
  }

body blockquote p {
      font-size: 22px;
    }

body blockquote p {
      text-transform: uppercase;
    }

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1204px;
  padding-left: 1rem;
  padding-right: 1rem;
}

#masthead {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: flex;
  height: 60px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(36,67,83,0.6);
  padding: 0px;
}

@media (max-width: 1023px) {
  #masthead {
    position: fixed;
  }
}

#masthead .container {
    display: flex;
  }

#masthead .container {
    height: 100%;
  }

#masthead .container {
    width: 100%;
  }

#masthead .container {
    align-items: center;
  }

#masthead .container {
    justify-content: space-between;
  }

#masthead .container .site-branding {
      margin-top: 20px;
    }

#masthead .container .site-branding .custom-logo-link {
        display: flex;
      }

#masthead .container .site-branding .custom-logo-link {
        height: 80px;
      }

#masthead .container .site-branding .custom-logo-link {
        width: 180px;
      }

#masthead .container .site-branding .custom-logo-link {
        align-items: center;
      }

#masthead .container .site-branding .custom-logo-link {
        justify-content: center;
      }

#masthead .container .site-branding .custom-logo-link {
        border-bottom-left-radius: 3px;
      }

#masthead .container .site-branding .custom-logo-link {
        border-bottom-right-radius: 3px;
      }

#masthead .container .site-branding .custom-logo-link {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      }

#masthead .container .site-branding .custom-logo-link {
        --tw-shadow: 0 2px 50px 0 rgba(42,47,50,0.4);
        --tw-shadow-colored: 0 2px 50px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      }

#masthead .container .site-branding .custom-logo-link img {
          height: 50px;
        }

#masthead .container .site-branding .custom-logo-link img {
          width: 140px;
        }

#masthead .container .menu-wrapper {
      display: flex;
    }

#masthead .container .menu-wrapper {
      width: 100%;
    }

#masthead .container .menu-wrapper {
      align-items: center;
    }

#masthead .container .menu-wrapper {
      justify-content: flex-end;
    }

#masthead .container .menu-wrapper {
      gap: 1.25rem;
    }

@media (max-width: 1400px) {
      #masthead .container .menu-wrapper {
        gap: 1rem;
      }
    }

#masthead .container .menu-wrapper .menu {
        display: flex;
      }

#masthead .container .menu-wrapper .menu {
        align-items: center;
      }

@media (max-width: 1023px) {
        #masthead .container .menu-wrapper .menu {
          position: fixed;
        }
      }

@media (max-width: 1023px) {
        #masthead .container .menu-wrapper .menu {
          top: 0px;
        }
      }

@media (max-width: 1023px) {
        #masthead .container .menu-wrapper .menu {
          left: 0px;
        }
      }

@media (max-width: 1023px) {
        #masthead .container .menu-wrapper .menu {
          display: none;
        }
      }

@media (max-width: 1023px) {
        #masthead .container .menu-wrapper .menu {
          height: 100%;
        }
      }

@media (max-width: 1023px) {
        #masthead .container .menu-wrapper .menu {
          width: 100%;
        }
      }

@media (max-width: 1023px) {
        #masthead .container .menu-wrapper .menu {
          flex-direction: column;
        }
      }

@media (max-width: 1023px) {
        #masthead .container .menu-wrapper .menu {
          align-items: flex-start;
        }
      }

@media (max-width: 1023px) {
        #masthead .container .menu-wrapper .menu {
          justify-content: flex-start;
        }
      }

@media (max-width: 1023px) {
        #masthead .container .menu-wrapper .menu {
          overflow-y: scroll;
        }
      }

@media (max-width: 1023px) {
        #masthead .container .menu-wrapper .menu {
          background-color: rgba(36,67,83,0.95);
        }
      }

@media (max-width: 1023px) {
        #masthead .container .menu-wrapper .menu {
          padding-top: 60px;
        }
      }

@media (max-width: 1023px) {
        #masthead .container .menu-wrapper .menu {
          padding-bottom: 20px;
        }
      }

@media (max-width: 1023px) {
          #masthead .container .menu-wrapper .menu.menu-open {
            display: flex;
          }
        }

#masthead .container .menu-wrapper .menu-item {
          position: relative;
        }

@media (max-width: 1023px) {
          #masthead .container .menu-wrapper .menu-item {
            width: 100%;
          }
        }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children {
            position: relative;
          }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children {
            display: flex;
          }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children {
            align-items: center;
          }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children {
            justify-content: space-between;
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item.menu-item-has-children {
              display: block;
            }
          }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children:hover > a {
                --tw-bg-opacity: 1;
                background-color: rgb(255 255 255 / var(--tw-bg-opacity));
              }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children:hover > a {
                --tw-text-opacity: 1;
                color: rgb(60 137 161 / var(--tw-text-opacity));
              }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children:hover > a {
                transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
                transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
                transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
              }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children:hover > a {
                transition-duration: 200ms;
              }

@media (max-width: 1023px) {
                #masthead .container .menu-wrapper .menu-item.menu-item-has-children:hover > a {
                  background-color: transparent;
                }
              }

@media (max-width: 1023px) {
                #masthead .container .menu-wrapper .menu-item.menu-item-has-children:hover > a {
                  --tw-text-opacity: 1;
                  color: rgb(255 255 255 / var(--tw-text-opacity));
                }
              }

@media (max-width: 1023px) {
                #masthead .container .menu-wrapper .menu-item.menu-item-has-children:hover > a {
                  transition-property: none;
                }
              }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children:hover .sub-menu {
                left: 0px;
              }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children:hover .sub-menu {
                display: flex;
              }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children:hover .sub-menu {
                flex-direction: column;
              }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children:hover .sub-menu {
                row-gap: 0.5rem;
              }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children:hover .sub-menu {
                opacity: 1;
              }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children:hover .sub-menu {
                transition-property: opacity;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
              }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children:hover .sub-menu {
                transition-duration: 200ms;
              }

@media (max-width: 1023px) {
                #masthead .container .menu-wrapper .menu-item.menu-item-has-children:hover .sub-menu {
                  display: none;
                }
              }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children.right:hover .sub-menu {
                  left: auto;
                }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children.right:hover .sub-menu {
                  right: 0px;
                }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children.col-2 .sub-menu, #masthead .container .menu-wrapper .menu-item.menu-item-has-children.col-3 .sub-menu, #masthead .container .menu-wrapper .menu-item.menu-item-has-children.col-4 .sub-menu {
                  display: grid;
                }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children.col-2 .sub-menu, #masthead .container .menu-wrapper .menu-item.menu-item-has-children.col-3 .sub-menu, #masthead .container .menu-wrapper .menu-item.menu-item-has-children.col-4 .sub-menu {
                  -moz-column-gap: 2rem;
                       column-gap: 2rem;
                }

@media (max-width: 1023px) {
                  #masthead .container .menu-wrapper .menu-item.menu-item-has-children.col-2 .sub-menu, #masthead .container .menu-wrapper .menu-item.menu-item-has-children.col-3 .sub-menu, #masthead .container .menu-wrapper .menu-item.menu-item-has-children.col-4 .sub-menu {
                    display: none;
                  }
                }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children.col-4 .sub-menu {
                  grid-template-columns: auto auto auto auto;
                }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children.sub-menu-open > a {
                --tw-bg-opacity: 1;
                background-color: rgb(255 255 255 / var(--tw-bg-opacity));
              }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children.sub-menu-open > a {
                --tw-text-opacity: 1;
                color: rgb(60 137 161 / var(--tw-text-opacity));
              }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children.sub-menu-open > a .caret {
                  margin-top: -4px;
                }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children.sub-menu-open > a .caret {
                  --tw-rotate: 180deg;
                  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));
                }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children.sub-menu-open > a .caret {
                  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));
                }

#masthead .container .menu-wrapper .menu-item.menu-item-has-children.sub-menu-open > a .caret {
                  --tw-bg-opacity: 1;
                  background-color: rgb(60 137 161 / var(--tw-bg-opacity));
                }

@media (max-width: 1023px) {
                #masthead .container .menu-wrapper .menu-item.menu-item-has-children.sub-menu-open .sub-menu {
                  display: block;
                }
              }

@media (max-width: 1023px) {
              #masthead .container .menu-wrapper .menu-item:last-of-type a {
                border-style: none;
              }
            }

#masthead .container .menu-wrapper .menu-item a {
            display: flex;
          }

#masthead .container .menu-wrapper .menu-item a {
            height: 60px;
          }

#masthead .container .menu-wrapper .menu-item a {
            cursor: pointer;
          }

#masthead .container .menu-wrapper .menu-item a {
            align-items: center;
          }

#masthead .container .menu-wrapper .menu-item a {
            justify-content: center;
          }

#masthead .container .menu-wrapper .menu-item a {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
          }

#masthead .container .menu-wrapper .menu-item a {
            font-size: 14px;
          }

#masthead .container .menu-wrapper .menu-item a {
            font-weight: 700;
          }

#masthead .container .menu-wrapper .menu-item a {
            text-transform: uppercase;
          }

#masthead .container .menu-wrapper .menu-item a {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }

@media (max-width: 1400px) {
            #masthead .container .menu-wrapper .menu-item a {
              padding-left: 1rem;
              padding-right: 1rem;
            }
          }

@media (max-width: 1100px) {
            #masthead .container .menu-wrapper .menu-item a {
              font-size: 13px;
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item a {
              display: flex;
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item a {
              height: auto;
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item a {
              width: 100%;
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item a {
              justify-content: space-between;
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item a {
              border-bottom-width: 1px;
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item a {
              --tw-border-opacity: 1;
              border-color: rgb(255 255 255 / var(--tw-border-opacity));
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item a {
              padding-top: 1rem;
              padding-bottom: 1rem;
            }
          }

#masthead .container .menu-wrapper .menu-item a .caret {
              margin-top: -8px;
            }

#masthead .container .menu-wrapper .menu-item a .caret {
              margin-right: -6px;
            }

#masthead .container .menu-wrapper .menu-item a .caret {
              margin-bottom: -4px;
            }

#masthead .container .menu-wrapper .menu-item a .caret {
              display: none;
            }

#masthead .container .menu-wrapper .menu-item a .caret {
              height: 28px;
            }

#masthead .container .menu-wrapper .menu-item a .caret {
              width: 28px;
            }

#masthead .container .menu-wrapper .menu-item a .caret {
              --tw-bg-opacity: 1;
              background-color: rgb(255 255 255 / var(--tw-bg-opacity));
            }

@media (max-width: 1023px) {
              #masthead .container .menu-wrapper .menu-item a .caret {
                display: block;
              }
            }

#masthead .container .menu-wrapper .menu-item a .caret {
              -webkit-mask: url(/wp-content/themes/schools/img/icons/sidebar-caret.svg);
                      mask: url(/wp-content/themes/schools/img/icons/sidebar-caret.svg);
              -webkit-mask-size: contain;
                      mask-size: contain;
              -webkit-mask-position: center;
                      mask-position: center;
              -webkit-mask-repeat: no-repeat;
                      mask-repeat: no-repeat;
            }

#masthead .container .menu-wrapper .menu-item .sub-menu {
            position: absolute;
          }

#masthead .container .menu-wrapper .menu-item .sub-menu {
            top: 100%;
          }

#masthead .container .menu-wrapper .menu-item .sub-menu {
            left: -9999px;
          }

#masthead .container .menu-wrapper .menu-item .sub-menu {
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
          }

#masthead .container .menu-wrapper .menu-item .sub-menu {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }

#masthead .container .menu-wrapper .menu-item .sub-menu {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
          }

#masthead .container .menu-wrapper .menu-item .sub-menu {
            padding-top: 1rem;
            padding-bottom: 1rem;
          }

#masthead .container .menu-wrapper .menu-item .sub-menu {
            opacity: 0;
          }

@media (max-width: 1400px) {
            #masthead .container .menu-wrapper .menu-item .sub-menu {
              padding-left: 1rem;
              padding-right: 1rem;
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item .sub-menu {
              position: relative;
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item .sub-menu {
              top: auto;
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item .sub-menu {
              left: auto;
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item .sub-menu {
              display: none;
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item .sub-menu {
              width: 100%;
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item .sub-menu {
              border-bottom-width: 1px;
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item .sub-menu {
              --tw-border-opacity: 1;
              border-color: rgb(255 255 255 / var(--tw-border-opacity));
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item .sub-menu {
              background-color: transparent;
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item .sub-menu {
              padding: 0px;
            }
          }

@media (max-width: 1023px) {
            #masthead .container .menu-wrapper .menu-item .sub-menu {
              opacity: 1;
            }
          }

#masthead .container .menu-wrapper .menu-item .sub-menu .menu-item a {
                display: block;
              }

#masthead .container .menu-wrapper .menu-item .sub-menu .menu-item a {
                height: auto;
              }

#masthead .container .menu-wrapper .menu-item .sub-menu .menu-item a {
                padding: 0px;
              }

#masthead .container .menu-wrapper .menu-item .sub-menu .menu-item a {
                font-size: 12px;
              }

#masthead .container .menu-wrapper .menu-item .sub-menu .menu-item a {
                text-transform: none;
              }

#masthead .container .menu-wrapper .menu-item .sub-menu .menu-item a {
                --tw-text-opacity: 1;
                color: rgb(60 137 161 / var(--tw-text-opacity));
              }

@media (max-width: 1023px) {
                #masthead .container .menu-wrapper .menu-item .sub-menu .menu-item a {
                  width: 100%;
                }
              }

@media (max-width: 1023px) {
                #masthead .container .menu-wrapper .menu-item .sub-menu .menu-item a {
                  padding-left: 1.75rem;
                  padding-right: 1.75rem;
                }
              }

@media (max-width: 1023px) {
                #masthead .container .menu-wrapper .menu-item .sub-menu .menu-item a {
                  padding-top: 1rem;
                  padding-bottom: 1rem;
                }
              }

@media (max-width: 1023px) {
                #masthead .container .menu-wrapper .menu-item .sub-menu .menu-item a {
                  --tw-text-opacity: 1;
                  color: rgb(255 255 255 / var(--tw-text-opacity));
                }
              }

#masthead .container .menu-wrapper .menu-item .sub-menu .menu-item a:hover {
                  -webkit-text-decoration-line: underline;
                          text-decoration-line: underline;
                }

@media (max-width: 1023px) {
                  #masthead .container .menu-wrapper .menu-item .sub-menu .menu-item a:hover {
                    --tw-bg-opacity: 1;
                    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
                  }
                }

@media (max-width: 1023px) {
                  #masthead .container .menu-wrapper .menu-item .sub-menu .menu-item a:hover {
                    --tw-text-opacity: 1;
                    color: rgb(60 137 161 / var(--tw-text-opacity));
                  }
                }

@media (max-width: 1023px) {
                  #masthead .container .menu-wrapper .menu-item .sub-menu .menu-item a:hover {
                    -webkit-text-decoration-line: none;
                            text-decoration-line: none;
                  }
                }

@media (max-width: 1023px) {
        #masthead .container .menu-wrapper .search {
          display: none;
        }
      }

#masthead .container .menu-wrapper .mobile-trigger {
        position: relative;
      }

#masthead .container .menu-wrapper .mobile-trigger {
        display: none;
      }

#masthead .container .menu-wrapper .mobile-trigger {
        height: 2.5rem;
      }

#masthead .container .menu-wrapper .mobile-trigger {
        width: 2.5rem;
      }

#masthead .container .menu-wrapper .mobile-trigger {
        --tw-bg-opacity: 1;
        background-color: rgb(60 137 161 / var(--tw-bg-opacity));
      }

@media (max-width: 1023px) {
        #masthead .container .menu-wrapper .mobile-trigger {
          display: block;
        }
      }

#masthead .container .menu-wrapper .mobile-trigger.menu-open::before {
            -webkit-mask: url(/wp-content/themes/schools/img/icons/menu-close.svg);
                    mask: url(/wp-content/themes/schools/img/icons/menu-close.svg);
            -webkit-mask-size: 32px;
                    mask-size: 32px;
            -webkit-mask-position: center;
                    mask-position: center;
            -webkit-mask-repeat: no-repeat;
                    mask-repeat: no-repeat;
          }

#masthead .container .menu-wrapper .mobile-trigger::before {
          position: absolute;
        }

#masthead .container .menu-wrapper .mobile-trigger::before {
          top: 0px;
        }

#masthead .container .menu-wrapper .mobile-trigger::before {
          left: 0px;
        }

#masthead .container .menu-wrapper .mobile-trigger::before {
          height: 100%;
        }

#masthead .container .menu-wrapper .mobile-trigger::before {
          width: 100%;
        }

#masthead .container .menu-wrapper .mobile-trigger::before {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }

#masthead .container .menu-wrapper .mobile-trigger::before {
          content: "";
          -webkit-mask: url(/wp-content/themes/schools/img/icons/menu-open.svg);
                  mask: url(/wp-content/themes/schools/img/icons/menu-open.svg);
          -webkit-mask-size: 32px;
                  mask-size: 32px;
          -webkit-mask-position: center;
                  mask-position: center;
          -webkit-mask-repeat: no-repeat;
                  mask-repeat: no-repeat;
        }

.archive .entry__content {
      max-width: none;
    }

.archive .entry__content .featured-rankings {
        margin-top: 2rem;
      }

.archive .entry__content .featured-rankings {
        padding-left: 0px;
        padding-right: 0px;
      }

.archive .entry__content .featured-rankings__ranking:hover {
          -webkit-text-decoration-line: none;
                  text-decoration-line: none;
        }

article {
  position: relative;
  z-index: 10;
}

.site-content:not(.front) {
    background: linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 100%);
  }

.entry__header {
    position: relative;
  }

.entry__header {
    left: 50%;
  }

.entry__header {
    width: 100vw;
  }

.entry__header {
    --tw-translate-x: -50%;
    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));
  }

.entry__header {
    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));
  }

.entry__header::after {
      position: absolute;
    }

.entry__header::after {
      top: 0px;
    }

.entry__header::after {
      left: 0px;
    }

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

.entry__header::after {
      height: 100%;
    }

.entry__header::after {
      width: 100%;
    }

.entry__header::after {
      --tw-bg-opacity: 1;
      background-color: rgb(36 67 83 / var(--tw-bg-opacity));
    }

.entry__header::after {
      content: "";
    }

.entry__header__content {
      position: relative;
    }

.entry__header__content {
      z-index: 10;
    }

.entry__header__content {
      padding-top: 9rem;
    }

.entry__header__content {
      padding-bottom: 5rem;
    }

@media (max-width: 1400px) {
      .entry__header__content {
        padding-top: 8rem;
      }
    }

@media (max-width: 1400px) {
      .entry__header__content {
        padding-bottom: 4rem;
      }
    }

@media (max-width: 1023px) {
      .entry__header__content {
        padding-top: 9rem;
      }
    }

@media (max-width: 1023px) {
      .entry__header__content {
        padding-bottom: 3rem;
      }
    }

.entry__header__content.front {
        padding-bottom: 1.5rem;
      }

.entry__header__content .subhead {
        margin-left: auto;
        margin-right: auto;
      }

.entry__header__content .subhead {
        margin-top: 1.5rem;
      }

.entry__header__content .subhead {
        max-width: 850px;
      }

.entry__header__content .subhead {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }

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

.entry__header__content .subhead {
        font-size: 24px;
      }

.entry__header__content .subhead {
        font-weight: 500;
      }

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

@media (max-width: 1023px) {
        .entry__header__content .subhead {
          font-size: 20px;
        }
      }

@media (max-width: 767px) {
        .entry__header__content .subhead {
          font-size: 18px;
        }
      }

.entry__header__content + .wp-post-image {
        position: absolute;
      }

.entry__header__content + .wp-post-image {
        top: 0px;
      }

.entry__header__content + .wp-post-image {
        height: 100%;
      }

.entry__header__content + .wp-post-image {
        width: 100%;
      }

.entry__header__content + .wp-post-image {
        max-width: none;
      }

.entry__header__content + .wp-post-image {
        -o-object-fit: cover;
           object-fit: cover;
      }

.entry__header__content + .wp-post-image {
        -o-object-position: top;
           object-position: top;
      }

.entry__header__content + .wp-post-image {
        opacity: 0.8;
      }

.entry__header__content + .wp-post-image {
        mix-blend-mode: soft-light;
      }

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

.entry__content {
    max-width: 900px;
  }

.entry__content {
    padding-top: 2.5rem;
  }

.entry__content {
    padding-bottom: 3rem;
  }

.entry__content.front {
      max-width: 1204px;
    }

.entry__content h2, .entry__content h3, .entry__content h4, .entry__content h5, .entry__content h6 {
      --tw-text-opacity: 1;
      color: rgb(42 47 50 / var(--tw-text-opacity));
    }

.entry__content h2, .entry__content h3 {
      margin-top: 2.5rem;
    }

.entry__content h2, .entry__content h3 {
      margin-bottom: 1.5rem;
    }

.entry__content h2, .entry__content h3 {
      line-height: 1.1;
    }

.entry__content p {
      margin-bottom: 1.5rem;
    }

.entry__content p:last-of-type {
        margin-bottom: 0px;
      }

.entry__content a {
      --tw-text-opacity: 1;
      color: rgb(60 137 161 / var(--tw-text-opacity));
    }

.entry__content a:hover {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
    }

.entry__content a.fasc-button {
        margin-top: 0.25rem;
      }

.entry__content a.fasc-button {
        margin-right: 0.25rem;
      }

.entry__content a.fasc-button {
        display: inline-flex;
      }

.entry__content a.fasc-button {
        height: 26px;
      }

.entry__content a.fasc-button {
        align-items: center;
      }

.entry__content a.fasc-button {
        justify-content: center;
      }

.entry__content a.fasc-button {
        border-radius: 0.125rem;
      }

.entry__content a.fasc-button {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

.entry__content a.fasc-button {
        font-size: 12px;
      }

.entry__content a.fasc-button {
        font-weight: 700;
      }

.entry__content ul {
      margin-top: 0.5rem;
    }

.entry__content ul {
      margin-bottom: 1.5rem;
    }

.entry__content ul:last-of-type {
        margin-bottom: 0px;
      }

.entry__content ul li {
        position: relative;
      }

.entry__content ul li {
        padding-left: 2rem;
      }

.entry__content ul li::before {
          position: absolute;
        }

.entry__content ul li::before {
          top: 12px;
        }

.entry__content ul li::before {
          left: 0px;
        }

.entry__content ul li::before {
          height: 2px;
        }

.entry__content ul li::before {
          width: 1.25rem;
        }

.entry__content ul li::before {
          --tw-bg-opacity: 1;
          background-color: rgb(60 137 161 / var(--tw-bg-opacity));
        }

.entry__content ul li::before {
          content: "";
        }

.entry__content .breadcrumbs {
      margin-bottom: 1.5rem;
    }

.entry__content .breadcrumbs__breadcrumb li {
          display: inline-block;
        }

.entry__content .breadcrumbs__breadcrumb li {
          font-size: 14px;
        }

.entry__content .breadcrumbs__breadcrumb li::after {
            content: "/";
          }

.entry__content .breadcrumbs__breadcrumb li:last-of-type::after {
              display: none;
            }

.featured-rankings {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  display: grid;
  max-width: 1204px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0px;
  padding-bottom: 2rem;
}

@media (max-width: 1023px) {
  .featured-rankings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .featured-rankings {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.featured-rankings__ranking {
    position: relative;
  }

.featured-rankings__ranking {
    display: flex;
  }

.featured-rankings__ranking {
    height: 230px;
  }

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

.featured-rankings__ranking {
    justify-content: flex-start;
  }

.featured-rankings__ranking::after {
      position: absolute;
    }

.featured-rankings__ranking::after {
      top: 0px;
    }

.featured-rankings__ranking::after {
      left: 0px;
    }

.featured-rankings__ranking::after {
      z-index: 10;
    }

.featured-rankings__ranking::after {
      height: 100%;
    }

.featured-rankings__ranking::after {
      width: 100%;
    }

.featured-rankings__ranking::after {
      background-color: rgba(0,0,0,0.4);
    }

.featured-rankings__ranking::after {
      content: "";
    }

.featured-rankings__ranking p {
      position: relative;
    }

.featured-rankings__ranking p {
      z-index: 20;
    }

.featured-rankings__ranking p {
      width: calc(100% - 2rem);
    }

.featured-rankings__ranking p {
      padding-left: 2rem;
      padding-right: 2rem;
    }

.featured-rankings__ranking p {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

.featured-rankings__ranking p {
      font-size: 22px;
    }

.featured-rankings__ranking p {
      font-weight: 800;
    }

.featured-rankings__ranking p {
      text-transform: uppercase;
    }

.featured-rankings__ranking p {
      line-height: 1.3;
    }

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

.featured-rankings__ranking p::after {
        position: absolute;
      }

.featured-rankings__ranking p::after {
        top: 50%;
      }

.featured-rankings__ranking p::after {
        right: 0px;
      }

.featured-rankings__ranking p::after {
        height: 0.75rem;
      }

.featured-rankings__ranking p::after {
        width: 0.75rem;
      }

.featured-rankings__ranking p::after {
        --tw-translate-y: -50%;
        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));
      }

.featured-rankings__ranking p::after {
        --tw-rotate: 45deg;
        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));
      }

.featured-rankings__ranking p::after {
        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));
      }

.featured-rankings__ranking p::after {
        border-width: 2px 2px 0 0;
      }

.featured-rankings__ranking p::after {
        --tw-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity));
      }

.featured-rankings__ranking p::after {
        opacity: 0.5;
      }

.featured-rankings__ranking p::after {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }

.featured-rankings__ranking p::after {
        transition-duration: 200ms;
      }

.featured-rankings__ranking p::after {
        content: "";
      }

.featured-rankings__ranking p:hover::after {
          opacity: 1;
        }

.featured-rankings__ranking p.listings {
        position: absolute;
      }

.featured-rankings__ranking p.listings {
        top: 0px;
      }

.featured-rankings__ranking p.listings {
        left: 2rem;
      }

.featured-rankings__ranking p.listings {
        width: auto;
      }

.featured-rankings__ranking p.listings {
        border-bottom-left-radius: 3px;
      }

.featured-rankings__ranking p.listings {
        border-bottom-right-radius: 3px;
      }

.featured-rankings__ranking p.listings {
        --tw-bg-opacity: 1;
        background-color: rgb(255 101 80 / var(--tw-bg-opacity));
      }

.featured-rankings__ranking p.listings {
        padding-left: 14px;
        padding-right: 14px;
      }

.featured-rankings__ranking p.listings {
        padding-top: 8px;
        padding-bottom: 8px;
      }

.featured-rankings__ranking p.listings {
        font-size: 14px;
      }

.featured-rankings__ranking p.listings {
        font-weight: 700;
      }

.featured-rankings__ranking p.listings {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

.featured-rankings__ranking p.listings {
        --tw-shadow: 0 2px 4px rgba(0,0,0,0.5);
        --tw-shadow-colored: 0 2px 4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      }

.featured-rankings__ranking p.listings::after {
          display: none;
        }

.featured-rankings__ranking .wp-post-image {
      position: absolute;
    }

.featured-rankings__ranking .wp-post-image {
      top: 0px;
    }

.featured-rankings__ranking .wp-post-image {
      left: 0px;
    }

.featured-rankings__ranking .wp-post-image {
      height: 100%;
    }

.featured-rankings__ranking .wp-post-image {
      width: 100%;
    }

.featured-rankings__ranking .wp-post-image {
      -o-object-fit: cover;
         object-fit: cover;
    }

.featured-rankings__ranking .wp-post-image {
      -o-object-position: center;
         object-position: center;
    }

.featured-rankings + .button {
    position: absolute;
  }

.featured-rankings + .button {
    left: 50%;
  }

.featured-rankings + .button {
    margin-left: auto;
    margin-right: auto;
  }

.featured-rankings + .button {
    display: block;
  }

.featured-rankings + .button {
    width: 100%;
  }

.featured-rankings + .button {
    max-width: 280px;
  }

.featured-rankings + .button {
    --tw-translate-x: -50%;
    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));
  }

.featured-rankings + .button {
    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));
  }

.site-footer {
  position: relative;
  z-index: 10;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.site-footer__scroll-top {
    position: absolute;
  }

.site-footer__scroll-top {
    top: -27px;
  }

.site-footer__scroll-top {
    left: 50%;
  }

.site-footer__scroll-top {
    display: flex;
  }

.site-footer__scroll-top {
    height: 56px;
  }

.site-footer__scroll-top {
    width: 56px;
  }

.site-footer__scroll-top {
    --tw-translate-x: -50%;
    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));
  }

.site-footer__scroll-top {
    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));
  }

.site-footer__scroll-top {
    cursor: pointer;
  }

.site-footer__scroll-top {
    align-items: center;
  }

.site-footer__scroll-top {
    justify-content: center;
  }

.site-footer__scroll-top {
    border-radius: 9999px;
  }

.site-footer__scroll-top {
    --tw-bg-opacity: 1;
    background-color: rgb(60 137 161 / var(--tw-bg-opacity));
  }

.site-footer__scroll-top {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.site-footer__scroll-top {
    transition-duration: 200ms;
  }

.site-footer__scroll-top:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(73 161 189 / var(--tw-bg-opacity));
  }

.site-footer__scroll-top::before {
      margin-top: 0.25rem;
    }

.site-footer__scroll-top::before {
      display: block;
    }

.site-footer__scroll-top::before {
      height: 1rem;
    }

.site-footer__scroll-top::before {
      width: 1rem;
    }

.site-footer__scroll-top::before {
      --tw-rotate: -45deg;
      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));
    }

.site-footer__scroll-top::before {
      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));
    }

.site-footer__scroll-top::before {
      border-width: 4px 4px 0 0;
    }

.site-footer__scroll-top::before {
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity));
    }

.site-footer__scroll-top::before {
      content: "";
    }

.site-footer .container {
    display: flex;
  }

.site-footer .container {
    align-items: center;
  }

.site-footer .container {
    justify-content: space-between;
  }

.site-footer .container .branding-copyright {
      display: flex;
    }

.site-footer .container .branding-copyright {
      align-items: center;
    }

.site-footer .container .branding-copyright {
      justify-content: flex-start;
    }

.site-footer .container .branding-copyright {
      gap: 0.75rem;
    }

.site-footer .container .branding-copyright p {
        font-size: 12px;
      }

.wp-block-buttons {
  margin-top: 2rem;
}

.wp-block-button {
  margin-bottom: 2rem;
}

.wp-block-button__link {
    border-radius: 0.125rem;
  }

.wp-block-button__link {
    padding-left: 3rem;
    padding-right: 3rem;
  }

.wp-block-button__link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

.wp-block-button__link {
    text-align: center;
  }

.wp-block-button__link {
    font-size: 15px;
  }

.wp-block-button__link {
    font-weight: 700;
  }

.wp-block-button__link {
    text-transform: uppercase;
  }

.wp-block-button__link {
    line-height: 1;
  }

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

.wp-block-button__link {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.wp-block-button__link {
    transition-duration: 200ms;
  }

.wp-block-button__link:hover {
    -webkit-text-decoration-line: none !important;
            text-decoration-line: none !important;
  }

.wp-block-button__link.has-steel-blue-background-color, .wp-block-button__link[style*="#3c89a1"] {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.wp-block-button__link.has-steel-blue-background-color:hover, .wp-block-button__link[style*="#3c89a1"]:hover {
      --tw-bg-opacity: 1 !important;
      background-color: rgb(73 161 189 / var(--tw-bg-opacity)) !important;
    }

.wp-block-latest-posts.wp-block-latest-posts__list {
    display: flex;
  }

.wp-block-latest-posts.wp-block-latest-posts__list {
    align-items: center;
  }

.wp-block-latest-posts.wp-block-latest-posts__list {
    justify-content: center;
  }

.wp-block-latest-posts.wp-block-latest-posts__list {
    gap: 1.5rem;
  }

@media (max-width: 767px) {
    .wp-block-latest-posts.wp-block-latest-posts__list {
      flex-direction: column;
    }
  }

.wp-block-latest-posts.wp-block-latest-posts__list li {
      position: relative;
    }

.wp-block-latest-posts.wp-block-latest-posts__list li {
      height: 230px;
    }

.wp-block-latest-posts.wp-block-latest-posts__list li {
      width: 100%;
    }

.wp-block-latest-posts.wp-block-latest-posts__list li {
      padding: 0px;
    }

@media (max-width: 1023px) {
        .wp-block-latest-posts.wp-block-latest-posts__list li:last-of-type {
          display: none;
        }
      }

@media (max-width: 767px) {
        .wp-block-latest-posts.wp-block-latest-posts__list li:last-of-type {
          display: block;
        }
      }

.wp-block-latest-posts.wp-block-latest-posts__list li::before {
        display: none;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
        position: absolute;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
        top: 0px;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
        left: 0px;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
        height: 100%;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
        width: 100%;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image::before {
          position: absolute;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image::before {
          top: 0px;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image::before {
          left: 0px;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image::before {
          height: 100%;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image::before {
          width: 100%;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image::before {
          background-color: rgba(0,0,0,0.4);
        }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image::before {
          content: "";
        }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
          height: 100%;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
          width: 100%;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
          -o-object-fit: cover;
             object-fit: cover;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
          -o-object-position: center;
             object-position: center;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li a {
        position: absolute;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li a {
        top: 0px;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li a {
        left: 0px;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li a {
        z-index: 10;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li a {
        display: flex;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li a {
        height: 100%;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li a {
        width: calc(100% - 2rem);
      }

.wp-block-latest-posts.wp-block-latest-posts__list li a {
        align-items: center;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li a {
        padding-left: 2rem;
        padding-right: 2rem;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li a {
        font-size: 22px;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li a {
        font-weight: 800;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li a {
        text-transform: uppercase;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li a {
        line-height: 1.3;
      }

.wp-block-latest-posts.wp-block-latest-posts__list li a {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

.wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
          -webkit-text-decoration-line: none;
                  text-decoration-line: none;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li a:hover::after {
            opacity: 1;
          }

.wp-block-latest-posts.wp-block-latest-posts__list li a::after {
          position: absolute;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li a::after {
          top: 50%;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li a::after {
          right: 0px;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li a::after {
          height: 0.75rem;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li a::after {
          width: 0.75rem;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li a::after {
          --tw-translate-y: -50%;
          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));
        }

.wp-block-latest-posts.wp-block-latest-posts__list li a::after {
          --tw-rotate: 45deg;
          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));
        }

.wp-block-latest-posts.wp-block-latest-posts__list li a::after {
          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));
        }

.wp-block-latest-posts.wp-block-latest-posts__list li a::after {
          border-width: 2px 2px 0 0;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li a::after {
          --tw-border-opacity: 1;
          border-color: rgb(255 255 255 / var(--tw-border-opacity));
        }

.wp-block-latest-posts.wp-block-latest-posts__list li a::after {
          opacity: 0.5;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li a::after {
          transition-property: opacity;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li a::after {
          transition-duration: 200ms;
        }

.wp-block-latest-posts.wp-block-latest-posts__list li a::after {
          content: "";
        }

.wp-block-gallery {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
      padding-left: 0px;
    }

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item::before {
        display: none;
      }

body:not(.home):not(.archive) .entry__content img.aligncenter, body:not(.home):not(.archive) .entry__content img:not(.alignright):not(alignleft) {
            margin-left: auto;
            margin-right: auto;
          }

body:not(.home):not(.archive) .entry__content img.aligncenter, body:not(.home):not(.archive) .entry__content img:not(.alignright):not(alignleft) {
            margin-top: 3rem;
            margin-bottom: 3rem;
          }

body:not(.home):not(.archive) .entry__content img.aligncenter, body:not(.home):not(.archive) .entry__content img:not(.alignright):not(alignleft) {
            max-width: calc(100% - 8rem);
          }

@media (max-width: 1023px) {
            body:not(.home):not(.archive) .entry__content img.aligncenter, body:not(.home):not(.archive) .entry__content img:not(.alignright):not(alignleft) {
              margin-top: 2.5rem;
              margin-bottom: 2.5rem;
            }
          }

@media (max-width: 1023px) {
            body:not(.home):not(.archive) .entry__content img.aligncenter, body:not(.home):not(.archive) .entry__content img:not(.alignright):not(alignleft) {
              max-width: calc(100% - 4rem);
            }
          }

@media (max-width: 767px) {
            body:not(.home):not(.archive) .entry__content img.aligncenter, body:not(.home):not(.archive) .entry__content img:not(.alignright):not(alignleft) {
              margin-top: 2rem;
              margin-bottom: 2rem;
            }
          }

@media (max-width: 767px) {
            body:not(.home):not(.archive) .entry__content img.aligncenter, body:not(.home):not(.archive) .entry__content img:not(.alignright):not(alignleft) {
              max-width: calc(100% - 2rem);
            }
          }

body:not(.home):not(.archive) .entry__content img.alignright, body:not(.home):not(.archive) .entry__content img.alignleft {
            margin-bottom: 3rem;
          }

@media (max-width: 1023px) {
            body:not(.home):not(.archive) .entry__content img.alignright, body:not(.home):not(.archive) .entry__content img.alignleft {
              float: none;
            }
          }

@media (max-width: 1023px) {
            body:not(.home):not(.archive) .entry__content img.alignright, body:not(.home):not(.archive) .entry__content img.alignleft {
              margin-left: auto;
              margin-right: auto;
            }
          }

@media (max-width: 1023px) {
            body:not(.home):not(.archive) .entry__content img.alignright, body:not(.home):not(.archive) .entry__content img.alignleft {
              margin-bottom: 2rem;
            }
          }

body:not(.home):not(.archive) .entry__content img.alignright {
            margin-left: 3rem;
          }

@media (max-width: 1023px) {
            body:not(.home):not(.archive) .entry__content img.alignright {
              margin-left: auto;
            }
          }

body:not(.home):not(.archive) .entry__content img.alignleft {
            margin-right: 3rem;
          }

@media (max-width: 1023px) {
            body:not(.home):not(.archive) .entry__content img.alignleft {
              margin-right: auto;
            }
          }

body:not(.home):not(.archive) .entry__content .wp-block-image {
          margin-bottom: 0px;
        }

body:not(.home):not(.archive) .entry__content .wp-block-image figure.aligncenter img, body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignright img, body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignleft img {
                margin: 0px;
              }

body:not(.home):not(.archive) .entry__content .wp-block-image figure.aligncenter img, body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignright img, body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignleft img {
                max-width: none;
              }

body:not(.home):not(.archive) .entry__content .wp-block-image figure.aligncenter {
              margin-left: auto;
              margin-right: auto;
            }

body:not(.home):not(.archive) .entry__content .wp-block-image figure.aligncenter {
              margin-top: 3rem;
              margin-bottom: 3rem;
            }

body:not(.home):not(.archive) .entry__content .wp-block-image figure.aligncenter {
              max-width: calc(100% - 8rem);
            }

@media (max-width: 1023px) {
              body:not(.home):not(.archive) .entry__content .wp-block-image figure.aligncenter {
                margin-top: 2.5rem;
                margin-bottom: 2.5rem;
              }
            }

@media (max-width: 1023px) {
              body:not(.home):not(.archive) .entry__content .wp-block-image figure.aligncenter {
                max-width: calc(100% - 4rem);
              }
            }

@media (max-width: 767px) {
              body:not(.home):not(.archive) .entry__content .wp-block-image figure.aligncenter {
                margin-top: 2rem;
                margin-bottom: 2rem;
              }
            }

@media (max-width: 767px) {
              body:not(.home):not(.archive) .entry__content .wp-block-image figure.aligncenter {
                max-width: calc(100% - 2rem);
              }
            }

body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignright, body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignleft {
              margin-bottom: 3rem;
            }

@media (max-width: 1023px) {
              body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignright, body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignleft {
                float: none;
              }
            }

@media (max-width: 1023px) {
              body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignright, body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignleft {
                margin-left: auto;
                margin-right: auto;
              }
            }

@media (max-width: 1023px) {
              body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignright, body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignleft {
                margin-bottom: 2rem;
              }
            }

body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignright {
              margin-left: 3rem;
            }

@media (max-width: 1023px) {
              body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignright {
                margin-left: auto;
              }
            }

body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignleft {
              margin-right: 3rem;
            }

@media (max-width: 1023px) {
              body:not(.home):not(.archive) .entry__content .wp-block-image figure.alignleft {
                margin-right: auto;
              }
            }

.wp-block-separator {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(60 137 161 / var(--tw-border-opacity));
  opacity: 1;
}

.rankings-controls {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.rankings-controls .schools-controls {
    display: flex;
  }

.rankings-controls .schools-controls {
    align-items: center;
  }

.rankings-controls .schools-controls {
    justify-content: flex-end;
  }

.rankings-controls .schools-controls {
    gap: 0.5rem;
  }

.rankings-controls .schools-controls li {
      padding: 0px;
    }

.rankings-controls .schools-controls li::before {
        display: none;
      }

.rankings-controls .schools-controls li button {
        border-radius: 9999px;
      }

.rankings-controls .schools-controls li button {
        --tw-bg-opacity: 1;
        background-color: rgb(60 137 161 / var(--tw-bg-opacity));
      }

.rankings-controls .schools-controls li button {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
      }

.rankings-controls .schools-controls li button {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }

.rankings-controls .schools-controls li button {
        font-size: 12px;
      }

.rankings-controls .schools-controls li button {
        font-weight: 700;
      }

.rankings-controls .schools-controls li button {
        text-transform: uppercase;
      }

.rankings-controls .schools-controls li button {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

.rankings-controls .schools-controls li button {
        transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }

.rankings-controls .schools-controls li button {
        transition-duration: 200ms;
      }

.rankings-controls .schools-controls li button:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(73 161 189 / var(--tw-bg-opacity));
      }

.rankings-table {
  margin-bottom: 1.5rem;
}

.rankings-table thead {
    display: none;
  }

.rankings-table tbody tr {
      margin-bottom: 1.75rem;
    }

.rankings-table tbody tr {
      display: inline-block;
    }

.rankings-table tbody tr {
      width: 100%;
    }

.rankings-table tbody tr {
      border-top-left-radius: 40px;
    }

.rankings-table tbody tr {
      --tw-bg-opacity: 1;
      background-color: rgb(248 248 248 / var(--tw-bg-opacity));
    }

.rankings-table tbody tr.is-open td.item-name h3::after {
                content: "\2013";
              }

.rankings-table tbody tr.is-open td.item-desc {
            display: block;
          }

.rankings-table tbody tr td.item-rank, .rankings-table tbody tr td.item-name {
          display: inline-flex;
        }

.rankings-table tbody tr td.item-rank, .rankings-table tbody tr td.item-name {
          height: 70px;
        }

.rankings-table tbody tr td.item-rank, .rankings-table tbody tr td.item-name {
          cursor: pointer;
        }

.rankings-table tbody tr td.item-rank, .rankings-table tbody tr td.item-name {
          align-items: center;
        }

.rankings-table tbody tr td.item-rank, .rankings-table tbody tr td.item-name {
          line-height: 1;
        }

.rankings-table tbody tr td.item-rank {
          float: left;
        }

.rankings-table tbody tr td.item-rank {
          width: 70px;
        }

.rankings-table tbody tr td.item-rank {
          justify-content: center;
        }

.rankings-table tbody tr td.item-rank {
          border-top-left-radius: 40px;
        }

.rankings-table tbody tr td.item-rank {
          --tw-bg-opacity: 1;
          background-color: rgb(36 67 83 / var(--tw-bg-opacity));
        }

.rankings-table tbody tr td.item-rank {
          font-size: 28px;
        }

.rankings-table tbody tr td.item-rank {
          font-weight: 400;
        }

.rankings-table tbody tr td.item-rank {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }

.rankings-table tbody tr td.item-name {
          width: calc(100% - 70px);
        }

.rankings-table tbody tr td.item-name {
          justify-content: flex-start;
        }

.rankings-table tbody tr td.item-name {
          --tw-bg-opacity: 1;
          background-color: rgb(60 137 161 / var(--tw-bg-opacity));
        }

.rankings-table tbody tr td.item-name h3 {
            margin: 0px;
          }

.rankings-table tbody tr td.item-name h3 {
            display: flex;
          }

.rankings-table tbody tr td.item-name h3 {
            width: 100%;
          }

.rankings-table tbody tr td.item-name h3 {
            align-items: center;
          }

.rankings-table tbody tr td.item-name h3 {
            justify-content: space-between;
          }

.rankings-table tbody tr td.item-name h3 {
            padding-left: 1.5rem;
          }

.rankings-table tbody tr td.item-name h3 {
            padding-right: 1.5rem;
          }

.rankings-table tbody tr td.item-name h3 {
            font-size: 18px;
          }

.rankings-table tbody tr td.item-name h3 {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }

.rankings-table tbody tr td.item-name h3::after {
              display: block;
            }

.rankings-table tbody tr td.item-name h3::after {
              font-size: 35px;
            }

.rankings-table tbody tr td.item-name h3::after {
              font-weight: 500;
            }

.rankings-table tbody tr td.item-name h3::after {
              line-height: 1;
            }

.rankings-table tbody tr td.item-name h3::after {
              --tw-text-opacity: 1;
              color: rgb(255 255 255 / var(--tw-text-opacity));
            }

.rankings-table tbody tr td.item-name h3::after {
              content: "+";
            }

.rankings-table tbody tr td.item-desc {
          display: none;
        }

.rankings-table tbody tr td.item-desc {
          border-width: 1px;
        }

.rankings-table tbody tr td.item-desc {
          border-top-width: 0px;
        }

.rankings-table tbody tr td.item-desc {
          --tw-border-opacity: 1;
          border-color: rgb(225 226 227 / var(--tw-border-opacity));
        }

.rankings-table tbody tr td.item-desc {
          padding-left: 1.5rem;
          padding-right: 1.5rem;
        }

.rankings-table tbody tr td.item-desc {
          padding-top: 1.25rem;
          padding-bottom: 1.25rem;
        }

.rankings-table tbody tr td.item-desc .stat-list {
            margin-top: 1.5rem;
          }

.rankings-table tbody tr td.item-desc .stat-list {
            margin-bottom: 0px;
          }

.rankings-table tbody tr td.item-desc .stat-list li {
              border-top-width: 1px;
            }

.rankings-table tbody tr td.item-desc .stat-list li {
              border-color: transparent;
            }

.rankings-table tbody tr td.item-desc .stat-list li {
              padding-top: 1rem;
            }

.rankings-table tbody tr td.item-desc .stat-list li {
              padding-left: 0px;
            }

.rankings-table tbody tr td.item-desc .stat-list li {
              -o-border-image: linear-gradient(90deg,rgba(165,179,186,0),#a5b3ba,rgba(165,179,186,0)) 1;
                 border-image: linear-gradient(90deg,rgba(165,179,186,0),#a5b3ba,rgba(165,179,186,0)) 1;
            }

.rankings-table tbody tr td.item-desc .stat-list li::before {
                display: none;
              }

.rankings-table tbody tr td.item-desc .stat-list li:last-of-type {
                display: none;
              }

.rankings-table tbody tr td.item-desc .stat-list li span {
                font-size: 13px;
              }

.rankings-table tbody tr td.item-desc .stat-list li span {
                text-transform: uppercase;
              }

.rankings-table tbody tr td.item-desc .stat-list li strong {
                margin-left: 1rem;
              }

.rankings-table tbody tr td.item-desc .stat-list li strong {
                font-weight: 800;
              }

.rankings-table tbody tr td.item-desc .stat-list li strong {
                --tw-text-opacity: 1;
                color: rgb(255 101 80 / var(--tw-text-opacity));
              }

.rankings-table tbody tr td.item-desc .stat-list li strong b {
                  --tw-text-opacity: 1;
                  color: rgb(165 179 186 / var(--tw-text-opacity));
                }

.entry__content .item-rank-text, .entry__content .item-name-text {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }

.entry__content .item-rank-text, .entry__content .item-name-text {
      display: inline-flex;
    }

.entry__content .item-rank-text, .entry__content .item-name-text {
      height: 70px;
    }

.entry__content .item-rank-text, .entry__content .item-name-text {
      cursor: pointer;
    }

.entry__content .item-rank-text, .entry__content .item-name-text {
      align-items: center;
    }

.entry__content .item-rank-text, .entry__content .item-name-text {
      line-height: 1;
    }

.entry__content .item-rank-text {
      float: left;
    }

.entry__content .item-rank-text {
      width: 70px;
    }

.entry__content .item-rank-text {
      justify-content: center;
    }

.entry__content .item-rank-text {
      border-top-left-radius: 40px;
    }

.entry__content .item-rank-text {
      --tw-bg-opacity: 1;
      background-color: rgb(36 67 83 / var(--tw-bg-opacity));
    }

.entry__content .item-rank-text {
      font-size: 28px;
    }

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

.entry__content .item-name-text {
      float: right;
    }

.entry__content .item-name-text {
      display: flex;
    }

.entry__content .item-name-text {
      width: calc(100% - 70px);
    }

.entry__content .item-name-text {
      align-items: center;
    }

.entry__content .item-name-text {
      justify-content: space-between;
    }

.entry__content .item-name-text {
      --tw-bg-opacity: 1;
      background-color: rgb(60 137 161 / var(--tw-bg-opacity));
    }

.entry__content .item-name-text {
      padding-left: 1.5rem;
    }

.entry__content .item-name-text {
      padding-right: 1.5rem;
    }

.entry__content .item-name-text {
      font-size: 18px;
    }

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

@media (max-width: 1400px) {
  .\32xl\:pt-32 {
    padding-top: 8rem;
  }
}

@media (max-width: 1023px) {
  .lg\:fixed {
    position: fixed;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

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

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }

  .lg\:pb-\[20px\] {
    padding-bottom: 20px;
  }

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

  .lg\:text-brand-steelBlue {
    --tw-text-opacity: 1;
    color: rgb(60 137 161 / var(--tw-text-opacity));
  }

  .lg\:no-underline {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }
}
