/*
Theme Name: Provider Appreciation Day
Theme URI: https://www.childcareaware.org/
Author: Child Care Aware of America
Author URI: https://www.childcareaware.org/
Description: Description
Version: 0.0.1
Tested up to: 5.8.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pad
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
! tailwindcss v3.0.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

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: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[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-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}
.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;
  }
}
@media (min-width: 1628px) {

  .container {
    max-width: 1628px;
  }
}
.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;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.top-12 {
  top: 3rem;
}
.-top-16 {
  top: -4rem;
}
.-top-12 {
  top: -3rem;
}
.z-\[999\] {
  z-index: 999;
}
.z-\[99999\] {
  z-index: 99999;
}
.row-start-1 {
  grid-row-start: 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-8 {
  margin-right: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-8 {
  height: 2rem;
}
.h-full {
  height: 100%;
}
.h-12 {
  height: 3rem;
}
.h-0 {
  height: 0px;
}
.h-4 {
  height: 1rem;
}
.max-h-\[128px\] {
  max-height: 128px;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-\[4rem\] {
  min-height: 4rem;
}
.w-full {
  width: 100%;
}
.w-8 {
  width: 2rem;
}
.w-\[75vw\] {
  width: 75vw;
}
.w-12 {
  width: 3rem;
}
.w-4 {
  width: 1rem;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.max-w-screen-padxl {
  max-width: 1628px;
}
.max-w-prose {
  max-width: 65ch;
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}
.cursor-default {
  cursor: default;
}
.resize {
  resize: both;
}
.auto-cols-auto {
  grid-auto-columns: auto;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.gap-8 {
  gap: 2rem;
}
.self-end {
  align-self: flex-end;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-xl {
  border-radius: 4rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-pad-gray {
  --tw-border-opacity: 1;
  border-color: rgb(155 155 155 / var(--tw-border-opacity));
}
.bg-pad-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 99 / var(--tw-bg-opacity));
}
.bg-pad-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(155 155 155 / var(--tw-bg-opacity));
}
.bg-pad-red\/20 {
  background-color: rgb(209 40 40 / 0.2);
}
.bg-pad-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(184 149 26 / var(--tw-bg-opacity));
}
.bg-pad-bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 253 / var(--tw-bg-opacity));
}
.bg-pad-bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(223 226 233 / 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-center {
  -o-object-position: center;
     object-position: center;
}
.p-16 {
  padding: 4rem;
}
.p-8 {
  padding: 2rem;
}
.p-12 {
  padding: 3rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-serif {
  font-family: "DM Serif Text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-pad-blue {
  --tw-text-opacity: 1;
  color: rgb(28 53 99 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}

/* Typography
--------------------------------------------- */
@font-face {
	font-family: "DM Serif Text";
	src: local("DM Serif Text Regular"), local("DMSerifText-Regular"),
		url("/wp-content/themes/pad/fonts/dm-serif-text/DMSerifText-Regular.woff2") format("woff2"),
		url("/wp-content/themes/pad/fonts/dm-serif-text/DMSerifText-Regular.woff") format("woff"),
		url("/wp-content/themes/pad/fonts/dm-serif-text/DMSerifText-Regular.ttf") format("truetype");
	font-display:auto; font-style:normal; font-weight:400 700;
}

@font-face {
	font-family: "DM Serif Text";
	src: local("DM Serif Text Italic"), local("DMSerifText-Italic"),
		url("/wp-content/themes/pad/fonts/dm-serif-text/DMSerifText-Italic.woff2") format("woff2"),
		url("/wp-content/themes/pad/fonts/dm-serif-text/DMSerifText-Italic.woff") format("woff"),
		url("/wp-content/themes/pad/fonts/dm-serif-text/DMSerifText-Italic.ttf") format("truetype");
	font-display:auto; font-style:italic; font-weight:400 700;
}

@font-face {
	font-family: "Lato";
	src: local("LatoLatin Regular"), local("LatoLatin-Regular"),
		url("/wp-content/themes/pad/fonts/lato/LatoLatin-Regular.woff2") format("woff2"),
		url("/wp-content/themes/pad/fonts/lato/LatoLatin-Regular.woff") format("woff"),
		url("/wp-content/themes/pad/fonts/lato/LatoLatin-Regular.ttf") format("truetype");
	font-display:auto; font-style:normal; font-weight:400;
}

@font-face {
	font-family: "Lato";
	src: local("LatoLatin Italic"), local("LatoLatin-Italic"),
		url("/wp-content/themes/pad/fonts/lato/LatoLatin-Italic.woff2") format("woff2"),
		url("/wp-content/themes/pad/fonts/lato/LatoLatin-Italic.woff") format("woff"),
		url("/wp-content/themes/pad/fonts/lato/LatoLatin-Italic.ttf") format("truetype");
	font-display:auto; font-style:italic; font-weight:400;
}

@font-face {
	font-family: "Lato";
	src: local("LatoLatin Bold"), local("LatoLatin-Bold"),
		url("/wp-content/themes/pad/fonts/lato/LatoLatin-Bold.woff2") format("woff2"),
		url("/wp-content/themes/pad/fonts/lato/LatoLatin-Bold.woff") format("woff"),
		url("/wp-content/themes/pad/fonts/lato/LatoLatin-Bold.ttf") format("truetype");
	font-display:auto; font-style:normal; font-weight:700;
}

@font-face {
	font-family: "Lato";
	src: local("LatoLatin Bold Italic"), local("LatoLatin-BoldItalic"),
		url("/wp-content/themes/pad/fonts/lato/LatoLatin-BoldItalic.woff2") format("woff2"),
		url("/wp-content/themes/pad/fonts/lato/LatoLatin-BoldItalic.woff") format("woff"),
		url("/wp-content/themes/pad/fonts/lato/LatoLatin-BoldItalic.ttf") format("truetype");
	font-display:auto; font-style:italic; font-weight:700;
}

html {
	scroll-behavior: smooth;
}

/* Don't allow inputs and iframes to overflow screen width, such as the form in the footer */
iframe,
input {
	max-width: 100%;
}

.entry-content ol, .entry-content ul {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content ul {
	list-style: circle;
}

ol > li, .entry-content ul > li {
  margin-bottom: 0.5rem;
  margin-left: 1.25rem;
}

.entry-content > :not(.w-full) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1628px;
}

.entry-content .w-full > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1628px;
}

.wp-block-group.w-full {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  .wp-block-group.w-full {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

/* .alignfull, */
.wp-block-group.w-full > .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
}

/* Set paragraphs to max character count for readability */
li, p, .entry-content p {
  max-width: 65ch;
}

p {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h1, h2, .h1, .h2 {
  margin-bottom: 2rem;
  max-width: 65ch;
  font-family: "DM Serif Text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 4.5rem;
  line-height: 1;
}

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

@media (min-width: 768px) {

  h2, .h2 {
    font-size: 4.5rem;
    line-height: 1;
  }
}

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

@media (min-width: 768px) {

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

h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  max-width: 65ch;
}

.header-prefix {
  margin-bottom: 0.5rem;
  display: block;
  font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
}

@media ( min-width: 768px ) {

	.menu-headernav .menu-item-has-children a {
		padding-right: 1.25em;
		position: relative;
	}

	.menu-item-has-children:hover > .sub-menu {
    display: block;
  }

	.headernav-submenu {
		box-shadow: 0 4px 16px -4px rgba(0,0,0,.1);
	}
}

/* In the header nav, add dropdown indicator to items with children, only going down one level.
	This prevents submenu items from being affected, in case someone accidentally children within the submenu items.  */
.menu-item-has-children > .menu-headernav-a::after {
	content: "";
	border: .25em solid transparent;
	border-top-color: #1C3563;
	position: absolute;
	bottom: 1rem;
	right: 0.5em;
}

body .weglot-dropdown {
  margin-top: 10px;
}
body .weglot-dropdown > ul {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .country-selector.weglot-dropdown .wgcurrent {
  border-radius: 3px;
  position: relative;
}
body .country-selector.weglot-dropdown a,
body .country-selector.weglot-dropdown span {
  height: 24px;
  padding: 0.313rem 0.75rem 0.187rem 0.75rem;
  line-height: 1;
  font-size: 1rem;
}
body .country-selector.weglot-dropdown .wgcurrent a,
body .country-selector.weglot-dropdown .wgcurrent span {
  padding-right: 60px;
}
body .country-selector.weglot-dropdown .wgcurrent::after {
  top: 43%;
}
body .country-selector.weglot-dropdown .nav-menu a:hover {
  color: #003eaa;
}

@media (min-width: 768px) {

  .menu-item-top-level {
    display: inline-block;
  }
}

.dismiss-mobile-nav {
	left: calc( 75vw - 1.5rem );
}

.dismiss-mobile-nav:after {

	background-image: url('img/close-icon-white.svg');
	background-repeat: no-repeat;
	content: " ";
	top: calc( 50% - 11px );
	left: calc( 50% - 10px );
	position: absolute;
	width: 20px;
	height: 22px;

	/* content: "x";
	top: 50%;
	left: 50%;
	transform: translate(-50%,-55%);
	line-height: 1em;
	position: absolute; */
}

@media (prefers-reduced-motion: no-preference) {
	.menu-headernav-container {
		-webkit-animation: slidein-mobile-menu 0.3s 1 ease-in-out forwards;
		        animation: slidein-mobile-menu 0.3s 1 ease-in-out forwards;
	}
	.dismiss-mobile-nav {
		-webkit-animation: slidein-mobile-menu-dismiss 0.3s 1 ease-in-out forwards;
		        animation: slidein-mobile-menu-dismiss 0.3s 1 ease-in-out forwards;
	}
}

@-webkit-keyframes slidein-mobile-menu {
	from {
		left: -20px;
		opacity: 0.8;
	}
	to {
		opacity: 1;
	}
}

@keyframes slidein-mobile-menu {
	from {
		left: -20px;
		opacity: 0.8;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes slidein-mobile-menu-dismiss {
	from {
		left: calc( 70vw - 1.5rem );
		opacity: 0.8;
	}
	to {
		opacity: 1;
	}
}

@keyframes slidein-mobile-menu-dismiss {
	from {
		left: calc( 70vw - 1.5rem );
		opacity: 0.8;
	}
	to {
		opacity: 1;
	}
}


/**
 * Sliders and Embed Containers
 */

 .slider-block {
  margin-bottom: 5rem;
}

.video-slides .slick-slide,
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

/* Small black bars, but more space between */
/* .video-slides .slick-slide {
	@apply lg:mx-4;
}
.video-slides iframe {
	background-color: #999;
} */

/* No bars, but less space between */
.video-slides iframe {
	background-color: #c1c1c1;
}
@media (min-width: 1024px) {

  .video-slides iframe {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
	.video-slides .slick-track {
		margin-left: -0.5rem;
	}
}
/*  */

.slick-slide iframe,
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/** end sliders and embeds **/

/* Accessibility setting: Only animate if the visitor hasn't reduced motion */
@media (prefers-reduced-motion: no-preference) {
	.home-header-bg-animation {
		background: linear-gradient( to right, rgb(209, 40, 40, 0.2) 50%, transparent 50% );
		background-size: 200% 100%;
		background-position: 100% 0;
		-webkit-animation: animateHeaderBg .7s 1 ease-out forwards 1s;
		        animation: animateHeaderBg .7s 1 ease-out forwards 1s;
	}

	@-webkit-keyframes animateHeaderBg {
		0% {
			background-position: 100% 0;
		}
		100% {
			background-position: 0 0;
		}
	}

	@keyframes animateHeaderBg {
		0% {
			background-position: 100% 0;
		}
		100% {
			background-position: 0 0;
		}
	}
}

/* Apply custom button styling as a default */
.wp-block-button__link {
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 768px) {

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

/* Fix a problem on smaller viewports where the home hero H1 header would have an excessive line height by default */
.home-hero--lineheight-fix {
	line-height: 0;
}

/* Remove arbitrary 360px max-width that the block library would normally apply. */
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
	max-width: inherit;
}

/* Alignment defaults */

.aligncenter > .wp-block-embed__wrapper > iframe, .has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

/* .alignright > .wp-block-embed__wrapper > iframe {
	margin-left: auto;
}

.alignleft > .wp-block-embed__wrapper > iframe {
	margin-right: auto;
} */

/* On slick slider sliders, vertically center items by default */
.home-image-slider .slick-track {
  display: flex;
  align-items: center;
}

.slider.aligncenter iframe {
  margin-left: auto;
  margin-right: auto;
}

.slick-prev:before, .slick-next:before {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

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

  .sm\:flex {
    display: flex;
  }

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

@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

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

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

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

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

  .md\:block {
    display: block;
  }

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

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

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

  .md\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

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

  .md\:content-end {
    align-content: flex-end;
  }

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

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

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

  .md\:rounded-xl {
    border-radius: 4rem;
  }

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

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

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

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

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

  .md\:border-pad-blue {
    --tw-border-opacity: 1;
    border-color: rgb(28 53 99 / var(--tw-border-opacity));
  }

  .md\:border-inherit {
    border-color: inherit;
  }

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

  .md\:bg-pad-gold {
    --tw-bg-opacity: 1;
    background-color: rgb(184 149 26 / var(--tw-bg-opacity));
  }

  .md\:bg-pad-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(28 53 99 / var(--tw-bg-opacity));
  }

  .md\:bg-pad-bg-beige {
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  }

  .md\:p-16 {
    padding: 4rem;
  }

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

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

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

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

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

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

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

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

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

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

  .md\:text-inherit {
    color: inherit;
  }

  .md\:text-pad-blue {
    --tw-text-opacity: 1;
    color: rgb(28 53 99 / var(--tw-text-opacity));
  }

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

  .md\:first-of-type\:mr-4:first-of-type {
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {

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

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:block {
    display: block;
  }

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

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

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

@media (min-width: 1280px) {

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

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

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

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

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

  .xl\:grid {
    display: grid;
  }

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

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