/* css/tailwind.css */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

.float-right {
  float: right;
}

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

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

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

.mb-12 {
  margin-bottom: 3rem;
}

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

.ml-0 {
  margin-left: 0px;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

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

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

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

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

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

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

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

.grow {
  flex-grow: 1;
}

.grow-\[2\] {
  flex-grow: 2;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

.grid-rows-\[1fr_1fr\] {
  grid-template-rows: 1fr 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-l {
  border-left-width: 1px;
}

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

.\!border-none {
  border-style: none !important;
}

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

.border-bayofmany-100 {
  --tw-border-opacity: 1;
  border-color: rgb(188 201 216 / var(--tw-border-opacity, 1));
}

.border-bayofmany-500 {
  --tw-border-opacity: 1;
  border-color: rgb(33 75 126 / var(--tw-border-opacity, 1));
}

.border-navyblue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 153 / var(--tw-border-opacity, 1));
}

.bg-bayofmany-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 237 242 / var(--tw-bg-opacity, 1));
}

.bg-bayofmany-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 75 126 / var(--tw-bg-opacity, 1));
}

.bg-navyblue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 153 / var(--tw-bg-opacity, 1));
}

.bg-navyblue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 122 / var(--tw-bg-opacity, 1));
}

.bg-swirl-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 242 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

.\!p-4 {
  padding: 1rem !important;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-domine {
  font-family: Domine, Georgia, serif;
}

.font-gibson {
  font-family: Gibson, Arial, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

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

.italic {
  font-style: italic;
}

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

.\!leading-\[4rem\] {
  line-height: 4rem !important;
}

.\!leading-relaxed {
  line-height: 1.625 !important;
}

.\!leading-snug {
  line-height: 1.375 !important;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

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

.text-bayofmany-500 {
  --tw-text-opacity: 1;
  color: rgb(33 75 126 / var(--tw-text-opacity, 1));
}

.text-bayofmany-600 {
  --tw-text-opacity: 1;
  color: rgb(26 60 101 / var(--tw-text-opacity, 1));
}

.text-bayofmany-800 {
  --tw-text-opacity: 1;
  color: rgb(20 45 76 / var(--tw-text-opacity, 1));
}

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

.text-mineshaft-500 {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity, 1));
}

.text-navyblue-500 {
  --tw-text-opacity: 1;
  color: rgb(0 0 153 / var(--tw-text-opacity, 1));
}

.text-navyblue-900 {
  --tw-text-opacity: 1;
  color: rgb(0 0 92 / var(--tw-text-opacity, 1));
}

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

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

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

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

.bg-blend-multiply {
  background-blend-mode: multiply;
}

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}

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

.outline {
  outline-style: solid;
}

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

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* :root {
    --white: #ffffff;
    --black: #000000;
    --mineshaft: #3D3D3D;
    --navyblue: #000099;
    --swirl: #cfc7bd;
    --brickred: #cd273c;
    --ebb: #EFECEA;
    --squirrel: #978B82;
    --darknavy: #00006A;
    --americano: #85776C;
    --deepcerulean: #0270af;

} */

/* ********************** */

/* FONTS AND HEADINGS */

/* ********************** */

/* Font Faces */

/* Fonts
   ==================================== */

/* Gibson Regular */

@font-face {
  font-family: 'Gibson';

  src: url('../../fuqua-case/fonts/gibson/31B142_2_0.eot');

  src: url('../../fuqua-case/fonts/gibson/31B142_2_0.eot?#iefix')
      format('embedded-opentype'),
    url('../../fuqua-case/fonts/gibson/31B142_2_0.woff2') format('woff2'),
    url('../../fuqua-case/fonts/gibson/31B142_2_0.woff') format('woff'),
    url('../../fuqua-case/fonts/gibson/31B142_2_0.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'Gibson';

  src: url('../../fuqua-case/fonts/gibson/31B142_4_0.eot');

  src: url('../../fuqua-case/fonts/gibson/31B142_4_0.eot?#iefix')
      format('embedded-opentype'),
    url('../../fuqua-case/fonts/gibson/31B142_4_0.woff2') format('woff2'),
    url('../../fuqua-case/fonts/gibson/31B142_4_0.woff') format('woff'),
    url('../../fuqua-case/fonts/gibson/31B142_4_0.ttf') format('truetype');

  font-weight: 400;

  font-style: italic;
}

/* Gibson Semibold */

@font-face {
  font-family: 'Gibson';

  src: url('../../fuqua-case/fonts/gibson/31B142_3_0.eot');

  src: url('../../fuqua-case/fonts/gibson/31B142_3_0.eot?#iefix')
      format('embedded-opentype'),
    url('../../fuqua-case/fonts/gibson/31B142_3_0.woff2') format('woff2'),
    url('../../fuqua-case/fonts/gibson/31B142_3_0.woff') format('woff'),
    url('../../fuqua-case/fonts/gibson/31B142_3_0.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Gibson';

  src: url('../../fuqua-case/fonts/gibson/31B142_0_0.eot');

  src: url('../../fuqua-case/fonts/gibson/31B142_0_0.eot?#iefix')
      format('embedded-opentype'),
    url('../../fuqua-case/fonts/gibson/31B142_0_0.woff2') format('woff2'),
    url('../../fuqua-case/fonts/gibson/31B142_0_0.woff') format('woff'),
    url('../../fuqua-case/fonts/gibson/31B142_0_0.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'Domine';

  src: url('../../fuqua-case/fonts/domine/domine-regular-webfont.woff2')
      format('woff2'),
    url('../../fuqua-case/fonts/domine-regular-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Domine';

  src: url('../../fuqua-case/fonts/domine/domine-bold-webfont.woff2')
      format('woff2'),
    url('../../fuqua-case/fonts/domine-bold-webfont.woff') format('woff');

  font-weight: bold;

  font-style: normal;
}

/* Headings*/

h1,
.header-h1 {
  margin-bottom: 0.625rem;
  font-family: Domine, Georgia, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 153 / var(--tw-text-opacity, 1));
  letter-spacing: -0.02em;
}

h2,
.header-h2 {
  margin-bottom: 1rem;
  font-family: Domine, Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(33 75 126 / var(--tw-text-opacity, 1));
  letter-spacing: -0.02em;
}

h3,
.header-h3 {
  margin-bottom: 1rem;
  font-family: Domine, Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(13 30 50 / var(--tw-text-opacity, 1));
  letter-spacing: -0.02em;
}

h4,
.header-h4 {
  margin-bottom: 1rem;
  font-family: Domine, Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 153 / var(--tw-text-opacity, 1));
}

h5,
.header-5,
.h-caps {
  margin-bottom: 1.25rem;
  font-family: Gibson, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity, 1));
  letter-spacing: 0.08em;
}

h6 {
  margin-bottom: 1.25rem;
  font-family: Domine, Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity, 1));
}

/* ********************** */

/* Wordpress Block Overrides */

/* ********************** */

.knowledge-latest-posts ul {
  /*  margin-left: 0 !important; */
}

.knowledge-latest-posts ul li {
  /*   list-style-type: none !important; */
  padding-bottom: 3rem;
}

/* Block spacing */

/* Example: https://centers.fuqua.duke.edu/case-new/impact-at-scale/ */

.wp-block-columns .wp-block-column p {
  margin-bottom: 0.5rem !important;
}

/* ********************** */

/* COMMON */

/* ********************** */

/* Paragraph Basics */

p {
  margin-bottom: 1.5rem;
}

/* Bold and Italics Styling */

b,
strong {
  font-weight: 500;
}

i,
em {
  font-style: italic;
}

strong em,
em strong,
i b,
b i {
  font-style: italic;
}

/* Lists */

.entry-content ul {
  margin-left: 2rem;
  margin-bottom: 2rem;
  list-style-type: disc;
}

/* Buttons */

.outlinedBtn,
.wp-block-button.is-style-outline .wp-block-button__link {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(33 75 126 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(33 75 126 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.outlinedBtn:visited,
.wp-block-button.is-style-outline .wp-block-button__link:visited {
  color: rgb(33 75 126 );
}

.outlinedBtn:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: rgb(33 75 126 / var(--tw-bg-opacity, 1)) !important;
  --tw-bg-opacity: 0.9 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1280px) {
  .outlinedBtn,
.wp-block-button.is-style-outline .wp-block-button__link {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .outlinedBtn,
.wp-block-button.is-style-outline .wp-block-button__link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.filledBtn,
.wp-block-button.is-style-fill .wp-block-button__link {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(33 75 126 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(33 75 126 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.filledBtn:visited,
.wp-block-button.is-style-fill .wp-block-button__link:visited {
  color: rgb(255 255 255 );
}

.filledBtn:hover,
.wp-block-button.is-style-fill .wp-block-button__link:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(33 75 126 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1280px) {
  .filledBtn,
.wp-block-button.is-style-fill .wp-block-button__link {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .filledBtn,
.wp-block-button.is-style-fill .wp-block-button__link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Latest Posts, Categories and Archive Block */

.wp-block-latest-posts.wp-block-latest-posts__list li,
.wp-block-categories-list li,
.wp-block-archives-list li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* MK Add space after image in the media and text block*/

.wp-block-media-text__media img {
  padding-bottom: 1.5rem !important;
}

/* Add a background color to caption */

.wp-block-image figcaption {
  margin-top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 237 242 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

/* Links */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration-line: none !important;
}

main a {
  --tw-text-opacity: 1;
  color: rgb(33 75 126 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 92 / var(--tw-text-opacity, 1));
  outline-width: 0px;
}

a:focus {
  outline: thin dotted;
}

a:active {
  outline: 0;
}

/* ********************** */

/* ACCESSIBILITY */

/* ********************** */

/* catch all links when a user is using keyboard focus. It is a little more pronounced than the default one that is visible on most buttons/links. Result should be that links/buttons that get keyboard focus will have a nice blue outline with a white box-shadow. */

div a:focus {
  /*originally used outline but couldn't see bottom line */
  border: 1px solid #6c8afc !important;
  box-shadow: 0 0 7px #6c8afc !important;
}

/* Do not change background color on hover of links on homepage but every other page */

body:not(.home) main#primary a:hover {
  text-decoration: none;
  background: #fff;
}

main#primary h2 a:hover {
  text-decoration: underline;
  background: #fff;
}

.fa-bars::before,
.fa-search::before {
  margin-left: 0px !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 5px;
}

/* ********************** */

/* LAYOUT */

/* ********************** */

/* Height of 100vh to make footer stick to bottom of page for short pages */

html,
body {
  height: 100vh;
  font-size: 18px !important;
}

/*Use display grid on the page and a min height of 100vh to extend footer to bottom of the page. The middle row is 1fr to allow it to grow according to it's contents */

#page {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1280px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.entry-title,
.page-title {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 153 / var(--tw-border-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* Gridfuqua-case-hsm used on pages */

.clsContent {
  grid-area: contentArea;
}

.clsSideMenuOrImage {
  grid-area: menuOrImageArea;
}

.clsSidebar {
  grid-area: sideArea;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/*MK: Using the gridfuqua-case-hsm assigned create a layout */

.grid-container {
  display: grid;
  grid-template-areas:
    ' menuOrImageArea '
    ' contentArea '
    ' sideArea';
}

.grid-container-full {
  display: grid;
  grid-template-areas: ' contentArea ';
}

.grid-container-nosidebar {
  display: grid;
  grid-template-areas:
    ' menuOrImageArea '
    ' contentArea ';
}

/* ********************** */

/* Page Specific */

/* ********************** */

.career-resources-feed-page ul {
  margin-left: 0px;
  list-style-type: none;
}

/* ********************** */

/* HEADER and NAVIGATION */

/* ********************** */

/* MK: NOTE: Many of the Navigation styles are in the functions.php and navigation.js files */

/*MK: Admin bar has a fixed height of 32px and the height of header is around 68px. */

.admin-bar #site-navigation {
  top: 119px;
}

.site-branding img {
  width: auto;
  height: 70px;
}

h1.site-title {
  text-transform: none;
}

/*When hamburger clicked display navigation menu */

.toggled #site-navigation {
  display: initial;
  z-index: 10;
  left: 0;
}

/* When a li has the focus class, make it visible */

ul li:focus-within > ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

/* Change to minus when sidebar focused (keyboard accessibility) */

ul li:focus-within .clsPlusMinus i::before {
  content: '\f068';
}

/*MK: We apply hover styles in css so that we can style them according to menu level */

/*Top level hover */

#primary-menu > li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 153 / var(--tw-bg-opacity, 1));
}

/*Top Level menu link change to white on hover */

#primary-menu > li:hover > a {
  color: white;
}

.sub-menu a:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 107 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

/*Third Level hover */

#primary-menu .sub-menu .menu-item-has-children li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(77 111 152 / var(--tw-bg-opacity, 1));
}

/*Can't apply this via function so using css to change icon color white on hover */

#primary-menu li:hover i {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* When the plus is clicked on then show the submenu */

#navWrap ul li.showsub ul.sub-menu {
  display: initial !important;
}

/* when user click li gets focus so change + to - */

li.showsub .mainMenu-toggle i::before {
  content: '\f068';
}

/*When the menu is opened change icon to X */

.toggled .menu-toggle .fa-bars::before {
  /* Add close icon when menu open */
  content: '\f00d';
}

/*MK: In navigation.js we add .focus class when user tabs through.
    If we want to see sub-menu when a parent li is focused then display it  */

#navWrap ul li.focus ul.sub-menu {
  display: initial !important;
}

#navWrap ul li.showsub ul.sub-menu {
  display: initial !important;
}

/* ********************** */

/* SEARCH STYLES */

/* ********************** */

.admin-bar .widget_search {
  margin-top: 30px;
}

.widget_search form {
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.widget_search {
  display: none;
  background: rgba(0, 0, 153, 0.9);
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 100px 10px 50px 10px;
}

/* Search widget within page */

.page-content #searchsubmit span i {
  color: rgba(0, 0, 153, 0.8);
  font-size: 1.5rem;
}

/* For search that appears with in page */

.page-content .search-form {
  padding: 40px 0px;
}

.widget_search input[type='search'] {
  -moz-appearance: none;
  /* older firefox */
  -webkit-appearance: none;
  /* safari, chrome, edge and ie mobile */
  appearance: none;
  /* rest */
  background-color: transparent !important;
}

.search-field:focus-visible {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.widget_search input.search-field:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.widget_search input.search-field:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.widget_search input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  cursor: pointer;
}

.widget_search input:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.showsearch {
  display: flex;
}

#searchClose i {
  font-size: 3rem;
}

/* ********************** */

/* Sidebar Menu Styles*/

/* ********************** */

.Sidebar-Menu ul.menu li.depth-0 {
  grid-template-areas:
    ' parentLink  plusMinus '
    ' subMenu  subMenu ';
  display: grid;
}

.Sidebar-Menu ul.menu li.depth-0 a {
  grid-area: parentLink;
}

.Sidebar-Menu .clsPlusMinus {
  grid-area: plusMinus;
}

.Sidebar-Menu ul.menu li.depth-0 ul {
  grid-area: subMenu;
}

/*MK when .showsub class display submenu items */

.Sidebar-Menu .showsub ul {
  display: block;
}

.Sidebar-Menu ul.menu li a {
  text-decoration: none;
}

.Sidebar-Menu ul.menu li.current-menu-item {
  --tw-bg-opacity: 1;
  background-color: rgb(188 201 216 / var(--tw-bg-opacity, 1));
}

.Sidebar-Menu ul.menu li.depth-0 {
  border-top: none;
}

.Sidebar-Menu ul.menu li.depth-0 > a {
  font-family: Domine, Georgia, serif;
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-right: 3rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(2 112 175 / var(--tw-text-opacity));
  letter-spacing: -0.02em;
}

.Sidebar-Menu ul.menu li.depth-0 > a::before {
  content: 'Section: ';
}

.Sidebar-Menu ul.menu li.depth-0.current-menu-item {
  background-color: transparent;
}

/* ********************** */

/* HOMEPAGE SPECIFIC STYLES */

/* ********************** */

/* Call out boxes */

.calloutBoxes:hover h3 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

/*Target just the percentages */

.demographics-table tbody tr td:not(:first-child) {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(33 75 126 / var(--tw-text-opacity, 1));
}

/* ********************** */

/* FOOTER STYLES */

/* ********************** */

footer.site-footer img.custom-logo {
  width: 150px;
  height: 150px;
  margin: 0px !important;
  margin-bottom: 10px;
}

footer.site-footer a,
footer.site-footer h2,
footer.site-footer button.wp-block-search__button {
  color: white;
}

footer.site-footer a:hover {
  text-decoration-line: underline;
}

footer.site-footer > .wp-block-button__link {
  border-radius: 0;
}

footer.site-footer h2 {
  font-family: Gibson, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}

footer.site-footer .widget {
  margin-top: 0px;
}

footer.site-footer .logo {
  flex-grow: 1;
  flex-basis: 100px;
}

footer.site-footer .widgets {
  flex-grow: 3;
  place-content: end;
}

/* ********************** */

/* MEDIUM SCREEN STYLES */

/* ********************** */

@media (min-width: 768px) {
  .widget_search {
    padding: 100px;
  }

  .widget_search input {
    font-size: 4rem;
  }

  #searchClose {
    top: 2rem;
    right: 2rem;
  }

  footer.site-footer .widgets {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  h1,
  .header-h1 {
    font-size: 3rem;
    line-height: 1;
  }

  h2,
  .header-h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  h3,
  .header-h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  h4,
  .header-h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h5,
  .header-5,
  .h-caps {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* ********************** */

/* LARGE SCREEN STYLES */

/* ********************** */

@media (min-width: 1024px) {
  .Sidebar-Menu ul.menu li.depth-0 > a {
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding-right: 1.25rem;
  }

  .Sidebar-Menu ul.sub-menu {
    display: block;
  }

  .Sidebar-Menu .clsPlusMinus {
    display: none;
  }

  .Sidebar-Menu ul.menu li.depth-0 {
    grid-template-areas:
      ' parentLink '
      ' subMenu ';
  }

  .grid-container {
    grid-template-areas:
      ' contentArea  menuOrImageArea '
      ' contentArea sideArea ';
    /*by default it is auto width but added 2fr and 1fr to constrain sizes of columns */
    grid-template-columns: 2fr 1fr;
    /*first row should be auto and second row should be 1 fraction of entire height and take remaining height */
    grid-template-rows: minmax(1px, auto) 1fr;
  }

  .grid-container-nosidebar {
    display: grid;
    grid-template-areas: 'contentArea menuOrImageArea ';
    /*by default it is auto width but added 2fr and 1fr to constrain sizes of columns */
    grid-template-columns: 2fr 1fr;
  }

  /*MK did not add grid-container-full here because it is stacked on mobile and will keep same layout in larger screens since just one content area */
}

/* ********************** */

/* XL SCREEN STYLES */

/* ********************** */

@media (min-width: 1280px) {
  .clsSidebar {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  footer.site-footer .widgets {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  h1,
  .header-h1 {
    font-size: 3rem;
    line-height: 1;
  }

  h2,
  .header-h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  h3,
  .header-h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h4,
  .header-h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  h5,
  .header-5,
  .h-caps {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.before\:ml-4::before {
  content: var(--tw-content);
  margin-left: 1rem;
}

.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}

.before\:text-3xl::before {
  content: var(--tw-content);
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.before\:text-navyblue-500::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(0 0 153 / var(--tw-text-opacity, 1));
}

.before\:antialiased::before {
  content: var(--tw-content);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.visited\:text-bayofmany-500:visited {
  color: rgb(33 75 126 );
}

.visited\:text-white:visited {
  color: rgb(255 255 255 );
}

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

.hover\:\!bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-bayofmany-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 75 126 / var(--tw-bg-opacity, 1));
}

.hover\:\!bg-opacity-90:hover {
  --tw-bg-opacity: 0.9 !important;
}

.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-bayofmany-200:hover {
  --tw-text-opacity: 1;
  color: rgb(122 147 178 / var(--tw-text-opacity, 1));
}

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

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

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

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

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

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

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

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

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

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

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

  .md\:ml-4 {
    margin-left: 1rem;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

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

  .md\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

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

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

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

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

  .md\:p-6 {
    padding: 1.5rem;
  }

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

  .md\:pr-0 {
    padding-right: 0px;
  }

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

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

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:-ml-4 {
    margin-left: -1rem;
  }

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

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

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

  .lg\:grid-cols-\[auto_2fr\] {
    grid-template-columns: auto 2fr;
  }

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

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

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

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

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

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:block {
    display: block;
  }

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

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

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

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

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:pt-0 {
    padding-top: 0px;
  }

  .\32xl\:pt-12 {
    padding-top: 3rem;
  }
}
