/*
! tailwindcss v3.2.7 | 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.
*/

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: Roboto, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

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

[hidden] {
  display: none;
}

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

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

html,
body {
  font-size: 17px;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(44 36 41 / var(--tw-text-opacity));
}

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

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

h2,
h3,
h4,
h5,
h6 {
  margin-top: 2rem;
  margin-bottom: -0.25rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
}

@media (max-width: 1024px) {
  h2,
h3,
h4,
h5,
h6 {
    margin-top: 1.5rem;
  }
}

h1 {
  font-size: 40px;
  line-height: 1.3;
}

@media (max-width: 1280px) {
  h1 {
    font-size: 36px;
  }
}

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

@media (max-width: 768px) {
  h1 {
    font-size: 29px;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 32px;
}

@media (max-width: 1280px) {
  h2 {
    font-size: 28px;
  }
}

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

@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  h2 {
    font-size: 22px;
  }
}

p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 1024px) {
  p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

p.intro,
    p.highlight {
    font-size: 13px;
  }

p.intro,
    p.highlight {
    font-weight: 600;
  }

p.intro,
    p.highlight {
    text-transform: uppercase;
  }

p.intro,
    p.highlight {
    letter-spacing: 0.05em;
  }

p.intro::before, p.highlight::before {
      display: block;
    }

p.intro::before, p.highlight::before {
      height: 3px;
    }

p.intro::before, p.highlight::before {
      width: 3rem;
    }

p.intro::before, p.highlight::before {
      border-radius: 9999px;
    }

p.intro::before, p.highlight::before {
      --tw-bg-opacity: 1;
      background-color: rgb(0 134 117 / var(--tw-bg-opacity));
    }

p.intro::before, p.highlight::before {
      content: "";
    }

p.intro {
    margin-top: 0px;
  }

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

p.intro {
    display: flex;
  }

p.intro {
    align-items: center;
  }

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

p.intro {
    gap: 0.75rem;
  }

p.highlight::before {
      margin-bottom: 0.5rem;
    }

p.highlight::before {
      width: 2.5rem;
    }

a {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: currentColor;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: currentColor;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 134 117 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-size: 0% 1px;
}

a:hover {
    background-size: 100% 1px;
  }

.btn,
.button {
  max-width: -moz-max-content;
  max-width: max-content;
  --tw-border-opacity: 1;
  border-color: rgb(0 134 117 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 134 117 / var(--tw-bg-opacity));
  background-image: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn:hover,
.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 160 140 / var(--tw-bg-opacity));
}

input,
textarea,
select {
  display: flex;
  height: 44px;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

input[type="submit"] {
    justify-content: center;
  }

input[type="submit"] {
    border-style: none;
  }

input[type="submit"] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 134 117 / var(--tw-bg-opacity));
  }

input[type="submit"] {
    font-weight: 500;
  }

input[type="submit"] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

input[type="submit"] {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

input[type="submit"] {
    transition-duration: 200ms;
  }

input[type="submit"]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 160 140 / var(--tw-bg-opacity));
  }

figcaption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

@media (max-width: 1024px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.category #masthead {
    border-bottom-width: 1px;
  }

.category #masthead {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

main.archive .main-wrapper {
      margin-top: 2.5rem;
    }

main.archive .main-wrapper {
      display: flex;
    }

main.archive .main-wrapper {
      align-items: flex-start;
    }

main.archive .main-wrapper {
      justify-content: space-between;
    }

main.archive .main-wrapper {
      gap: 4rem;
    }

@media (max-width: 1024px) {
      main.archive .main-wrapper {
        margin-top: 2rem;
      }
    }

@media (max-width: 768px) {
      main.archive .main-wrapper {
        margin-top: 1.5rem;
      }
    }

@media (max-width: 768px) {
      main.archive .main-wrapper {
        gap: 3rem;
      }
    }

main.archive .main-wrapper__content .posts {
          margin-top: 0.5rem;
        }

main.archive .main-wrapper__content .posts .container {
            padding-left: 0px;
            padding-right: 0px;
          }

main.archive .main-wrapper__content .posts .wp-block-post-template {
              gap: 2rem;
            }

@media (max-width: 1024px) {
              main.archive .main-wrapper__content .posts .wp-block-post-template {
                grid-template-columns: repeat(1, minmax(0, 1fr));
              }
            }

main.archive .main-wrapper__content .posts .wp-block-post-terms {
              display: none;
            }

main.archive .main-wrapper__content .posts .wp-block-post-title {
              font-size: 20px;
            }

main.archive .main-wrapper__content .posts .wp-block-post-title {
              line-height: 1.4;
            }

main.archive .main-wrapper__content .posts .wp-block-post-excerpt {
              font-size: 16px;
            }

main.archive .main-wrapper__content .posts .wp-block-post-excerpt__more-text {
                margin-top: 0.75rem;
              }

@media (max-width: 1024px) {
              main.archive .main-wrapper__content .posts .wp-block-query-pagination {
                justify-content: center;
              }
            }

@media (max-width: 1024px) {
                    main.archive .main-wrapper__content .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"],
                                    main.archive .main-wrapper__content .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"],
                                    main.archive .main-wrapper__content .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="next"],
                                    main.archive .main-wrapper__content .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"] {
                      display: none;
                    }
                  }

main.archive .main-wrapper__content .posts .post__content {
              margin-top: 0.75rem;
            }

main.archive .main-wrapper__content .posts .post__content {
              gap: 0.75rem;
            }

@media (max-width: 1280px) {
              main.archive .main-wrapper__content .posts .post__content {
                margin-top: 0.5rem;
              }
            }

@media (max-width: 1280px) {
              main.archive .main-wrapper__content .posts .post__content {
                gap: 0.5rem;
              }
            }

main.single .wp-block-post-featured-image .wp-post-image {
            aspect-ratio: 2.2/1;
          }

main.single .wp-block-post-featured-image .wp-post-image {
            -o-object-fit: cover;
               object-fit: cover;
          }

main.single .wp-block-post-featured-image .wp-post-image {
            -o-object-position: center;
               object-position: center;
          }

main.single .main-wrapper {
      margin-top: 2.5rem;
    }

main.single .main-wrapper {
      display: flex;
    }

main.single .main-wrapper {
      align-items: flex-start;
    }

main.single .main-wrapper {
      justify-content: space-between;
    }

main.single .main-wrapper {
      gap: 4rem;
    }

@media (max-width: 1024px) {
      main.single .main-wrapper {
        margin-top: 2rem;
      }
    }

main.single .main-wrapper__content date {
          margin-bottom: 1rem;
        }

main.single .main-wrapper__content date {
          display: block;
        }

main.single .main-wrapper__content date {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }

main.single .main-wrapper__content date {
          text-transform: uppercase;
        }

main.single .main-wrapper__content .wp-block-image {
            margin-top: 2.5rem;
            margin-bottom: 2.5rem;
          }

@media (max-width: 768px) {
            main.single .main-wrapper__content .wp-block-image {
              margin-top: 2rem;
              margin-bottom: 2rem;
            }
          }

main.single .main-wrapper__content__social {
          margin-top: 3rem;
        }

main.single .main-wrapper__content__social {
          margin-bottom: 1.5rem;
        }

main.single .main-wrapper__content__social {
          display: flex;
        }

main.single .main-wrapper__content__social {
          align-items: center;
        }

main.single .main-wrapper__content__social {
          justify-content: flex-start;
        }

main.single .main-wrapper__content__social {
          gap: 0.5rem;
        }

main.single .main-wrapper__content__social p {
            margin: 0px;
          }

main.single .main-wrapper__content__social p {
            margin-right: 0.25rem;
          }

main.single .main-wrapper__content__social p {
            text-align: center;
          }

main.single .main-wrapper__content__social p {
            font-size: 1rem;
            line-height: 1.5rem;
          }

main.single .main-wrapper__content__social p {
            font-weight: 500;
          }

main.single .main-wrapper__content__social p {
            text-transform: uppercase;
          }

main.single .main-wrapper__content__social a {
            height: 34px;
          }

main.single .main-wrapper__content__social a {
            width: 34px;
          }

main.single .main-wrapper__content__social a {
            background-image: none;
          }

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

main.single .main-wrapper__content__social a {
            transition-duration: 200ms;
          }

main.single .main-wrapper__content__social a:hover {
            opacity: 0.6;
          }

@media (max-width: 768px) {
        main.single .main-wrapper__sidebar {
          display: none;
        }
      }

.headshot-quote {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 1024px) {
  .headshot-quote {
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .headshot-quote {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.headshot-quote__headshot {
    width: 33.333333%;
  }

.headshot-quote__headshot {
    overflow: hidden;
  }

.headshot-quote__headshot {
    border-radius: 1rem;
  }

@media (max-width: 1280px) {
    .headshot-quote__headshot {
      width: 40%;
    }
  }

@media (max-width: 1280px) {
    .headshot-quote__headshot {
      border-radius: 0.75rem;
    }
  }

@media (max-width: 1024px) {
    .headshot-quote__headshot {
      width: 100%;
    }
  }

@media (max-width: 1024px) {
    .headshot-quote__headshot {
      max-width: 200px;
    }
  }

@media (max-width: 640px) {
    .headshot-quote__headshot {
      max-width: 160px;
    }
  }

.headshot-quote__blockquote {
    display: flex;
  }

.headshot-quote__blockquote {
    width: 66.666667%;
  }

.headshot-quote__blockquote {
    flex-direction: column;
  }

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

@media (max-width: 1024px) {
    .headshot-quote__blockquote {
      margin-left: auto;
      margin-right: auto;
    }
  }

@media (max-width: 1024px) {
    .headshot-quote__blockquote {
      width: 100%;
    }
  }

@media (max-width: 1024px) {
    .headshot-quote__blockquote {
      max-width: 440px;
    }
  }

@media (max-width: 1024px) {
      .headshot-quote__blockquote__quote,
        .headshot-quote__blockquote__author,
        .headshot-quote__blockquote__role {
        margin-left: auto;
        margin-right: auto;
      }
    }

@media (max-width: 1024px) {
      .headshot-quote__blockquote__quote,
        .headshot-quote__blockquote__author,
        .headshot-quote__blockquote__role {
        text-align: center;
      }
    }

.headshot-quote__blockquote__quote {
      margin-bottom: 1.5rem;
    }

.headshot-quote__blockquote__quote {
      font-size: 1.5rem;
      line-height: 2rem;
    }

.headshot-quote__blockquote__quote {
      font-weight: 500;
    }

.headshot-quote__blockquote__quote {
      line-height: 1.6;
    }

@media (max-width: 1280px) {
      .headshot-quote__blockquote__quote {
        font-size: 1.25rem;
        line-height: 1.75rem;
      }
    }

@media (max-width: 1280px) {
      .headshot-quote__blockquote__quote {
        line-height: 1.6;
      }
    }

.headshot-quote__blockquote__author,
        .headshot-quote__blockquote__role {
      line-height: 1.6;
    }

.headshot-quote__blockquote__author {
      font-weight: 500;
    }

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

#masthead {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#masthead .container {
    display: flex;
  }

#masthead .container {
    width: 100%;
  }

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

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

#masthead .container .site-title {
      font-size: 1.5rem;
      line-height: 2rem;
    }

#masthead .container .site-title {
      font-weight: 700;
    }

@media (max-width: 768px) {
      #masthead .container .site-title {
        font-size: 1.25rem;
        line-height: 1.75rem;
      }
    }

@media (max-width: 640px) {
      #masthead .container .site-title {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
    }

@media (max-width: 480px) {
      #masthead .container .site-title {
        display: none;
      }
    }

#masthead .container .site-title__brand {
        pointer-events: none;
      }

#masthead .container .site-title__brand img {
          display: block;
        }

#masthead .container .site-title__brand img {
          width: 120px;
        }

#masthead .container .site-logo .custom-logo-link {
        background-image: none;
      }

#masthead .container .site-logo .custom-logo-link img {
          display: block;
        }

#masthead .container .site-logo .custom-logo-link img {
          width: 100%;
        }

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

#masthead .container .site-logo .custom-logo-link img {
          padding-left: 1rem;
          padding-right: 1rem;
        }

#masthead .container .site-logo .custom-logo-link img {
          transition-property: none;
        }

@media (max-width: 1024px) {
          #masthead .container .site-logo .custom-logo-link img {
            max-width: 300px;
          }
        }

@media (max-width: 640px) {
          #masthead .container .site-logo .custom-logo-link img {
            max-width: 200px;
          }
        }

@media (max-width: 480px) {
          #masthead .container .site-logo .custom-logo-link img {
            padding-left: 0px;
            padding-right: 0px;
          }
        }

.hero-front {
  margin-bottom: 3rem;
}

@media (max-width: 1024px) {
  .hero-front {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-front {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 1.5rem;
  }
}

.hero-front::after {
    position: relative;
  }

.hero-front::after {
    left: 50%;
  }

.hero-front::after {
    margin-top: 1.5rem;
  }

.hero-front::after {
    display: none;
  }

.hero-front::after {
    height: 1px;
  }

.hero-front::after {
    width: 100vw;
  }

.hero-front::after {
    --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));
  }

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

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

@media (max-width: 640px) {
    .hero-front::after {
      display: block;
    }
  }

.hero-front::after {
    content: "";
  }

.hero-front__inner .wp-block-post {
        display: flex;
      }

.hero-front__inner .wp-block-post {
        height: 100%;
      }

.hero-front__inner .wp-block-post {
        width: 100%;
      }

.hero-front__inner .wp-block-post {
        align-items: center;
      }

.hero-front__inner .wp-block-post {
        justify-content: center;
      }

@media (max-width: 1024px) {
        .hero-front__inner .wp-block-post {
          aspect-ratio: 2.8/1;
        }
      }

@media (max-width: 1024px) {
        .hero-front__inner .wp-block-post {
          height: auto;
        }
      }

@media (max-width: 768px) {
        .hero-front__inner .wp-block-post {
          aspect-ratio: 2.2/1;
        }
      }

.hero-front__inner .wp-block-post-template {
          position: relative;
        }

.hero-front__inner .wp-block-post-template {
          aspect-ratio: 2.2/1;
        }

@media (max-width: 1024px) {
          .hero-front__inner .wp-block-post-template {
            aspect-ratio: auto;
          }
        }

@media (max-width: 1024px) {
          .hero-front__inner .wp-block-post-template {
            padding-top: 5rem;
            padding-bottom: 5rem;
          }
        }

@media (max-width: 768px) {
          .hero-front__inner .wp-block-post-template {
            padding-top: 4rem;
            padding-bottom: 4rem;
          }
        }

@media (max-width: 640px) {
          .hero-front__inner .wp-block-post-template {
            padding-top: 3rem;
            padding-bottom: 3rem;
          }
        }

.hero-front__inner .wp-block-post-featured-image {
          position: absolute;
        }

.hero-front__inner .wp-block-post-featured-image {
          top: 0px;
        }

.hero-front__inner .wp-block-post-featured-image {
          left: 0px;
        }

.hero-front__inner .wp-block-post-featured-image {
          z-index: -1;
        }

.hero-front__inner .wp-block-post-featured-image {
          height: 100%;
        }

.hero-front__inner .wp-block-post-featured-image {
          width: 100%;
        }

.hero-front__inner .wp-block-post-featured-image::before {
            position: absolute;
          }

.hero-front__inner .wp-block-post-featured-image::before {
            top: 0px;
          }

.hero-front__inner .wp-block-post-featured-image::before {
            left: 0px;
          }

.hero-front__inner .wp-block-post-featured-image::before {
            height: 100%;
          }

.hero-front__inner .wp-block-post-featured-image::before {
            width: 100%;
          }

.hero-front__inner .wp-block-post-featured-image::before {
            background-color: rgba(0,0,0,0.5);
          }

.hero-front__inner .wp-block-post-featured-image::before {
            content: "";
          }

.hero-front__inner .wp-block-post-featured-image .wp-post-image {
            height: 100%;
          }

.hero-front__inner .wp-block-post-featured-image .wp-post-image {
            width: 100%;
          }

.hero-front__inner .wp-block-post-featured-image .wp-post-image {
            -o-object-fit: cover;
               object-fit: cover;
          }

.hero-front__inner .wp-block-post-featured-image .wp-post-image {
            -o-object-position: center;
               object-position: center;
          }

.hero-front__inner__content {
      margin-top: -0.5rem;
    }

.hero-front__inner__content {
      display: flex;
    }

.hero-front__inner__content {
      flex-direction: column;
    }

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

.hero-front__inner__content {
      gap: 4rem;
    }

.hero-front__inner__content {
      padding-left: 5rem;
      padding-right: 5rem;
    }

@media (max-width: 1280px) {
      .hero-front__inner__content {
        gap: 3rem;
      }
    }

@media (max-width: 1280px) {
      .hero-front__inner__content {
        padding-left: 4rem;
        padding-right: 4rem;
      }
    }

@media (max-width: 1024px) {
      .hero-front__inner__content {
        gap: 2.5rem;
      }
    }

@media (max-width: 1024px) {
      .hero-front__inner__content {
        padding-left: 3rem;
        padding-right: 3rem;
      }
    }

@media (max-width: 768px) {
      .hero-front__inner__content {
        padding-left: 1rem;
        padding-right: 1rem;
      }
    }

.hero-front__inner__content .wp-block-post-title {
          margin-top: 0px;
        }

.hero-front__inner__content .wp-block-post-title {
          max-width: 900px;
        }

.hero-front__inner__content .wp-block-post-title {
          text-align: center;
        }

.hero-front__inner__content .wp-block-post-title {
          font-size: 50px;
        }

.hero-front__inner__content .wp-block-post-title {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }

@media (max-width: 1280px) {
          .hero-front__inner__content .wp-block-post-title {
            font-size: 46px;
          }
        }

@media (max-width: 1024px) {
          .hero-front__inner__content .wp-block-post-title {
            font-size: 38px;
          }
        }

@media (max-width: 768px) {
          .hero-front__inner__content .wp-block-post-title {
            font-size: 34px;
          }
        }

@media (max-width: 640px) {
          .hero-front__inner__content .wp-block-post-title {
            font-size: 30px;
          }
        }

.hero-front__inner__content .wp-block-more a {
            max-width: -moz-max-content;
            max-width: max-content;
          }

.hero-front__inner__content .wp-block-more a {
            --tw-border-opacity: 1;
            border-color: rgb(0 134 117 / var(--tw-border-opacity));
          }

.hero-front__inner__content .wp-block-more a {
            --tw-bg-opacity: 1;
            background-color: rgb(0 134 117 / var(--tw-bg-opacity));
          }

.hero-front__inner__content .wp-block-more a {
            background-image: none;
          }

.hero-front__inner__content .wp-block-more a {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
          }

.hero-front__inner__content .wp-block-more a {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
          }

.hero-front__inner__content .wp-block-more a {
            text-align: center;
          }

.hero-front__inner__content .wp-block-more a {
            font-size: 1.125rem;
            line-height: 1.75rem;
          }

.hero-front__inner__content .wp-block-more a {
            font-weight: 500;
          }

.hero-front__inner__content .wp-block-more a {
            line-height: 1;
          }

.hero-front__inner__content .wp-block-more a {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }

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

.hero-front__inner__content .wp-block-more a {
            transition-duration: 200ms;
          }

.hero-front__inner__content .wp-block-more a:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(0 160 140 / var(--tw-bg-opacity));
          }

.hero {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(44 36 41 / var(--tw-bg-opacity));
}

.hero__inner {
    position: relative;
  }

.hero__inner {
    z-index: 10;
  }

.hero__inner {
    width: 50%;
  }

.hero__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

.hero__inner {
    padding-right: 3.5rem;
  }

@media (max-width: 1280px) {
    .hero__inner {
      width: 60%;
    }
  }

@media (max-width: 1280px) {
    .hero__inner {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }

@media (max-width: 1024px) {
    .hero__inner {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  }

@media (max-width: 768px) {
    .hero__inner {
      width: 100%;
    }
  }

@media (max-width: 768px) {
    .hero__inner {
      padding-right: 0px;
    }
  }

@media (max-width: 640px) {
    .hero__inner {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  }

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

.hero__inner h1 {
      font-size: 42px;
    }

.hero__inner h1 {
      letter-spacing: 0.025em;
    }

@media (max-width: 1280px) {
      .hero__inner h1 {
        font-size: 38px;
      }
    }

@media (max-width: 1024px) {
      .hero__inner h1 {
        font-size: 34px;
      }
    }

@media (max-width: 768px) {
      .hero__inner h1 {
        font-size: 32px;
      }
    }

@media (max-width: 640px) {
      .hero__inner h1 {
        font-size: 30px;
      }
    }

.hero__inner a.btn {
        margin-top: 2.5rem;
      }

.hero__inner a.btn {
        display: flex;
      }

.hero__inner a.btn {
        height: 50px;
      }

.hero__inner a.btn {
        align-items: center;
      }

.hero__inner a.btn {
        justify-content: center;
      }

.hero__inner a.btn {
        gap: 0.5rem;
      }

.hero__inner a.btn {
        padding-left: 2rem;
        padding-right: 2rem;
      }

.hero__inner a.btn::after {
          margin-top: -0.5rem;
        }

.hero__inner a.btn::after {
          height: 1.5rem;
        }

.hero__inner a.btn::after {
          width: 1.5rem;
        }

.hero__inner a.btn::after {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }

.hero__inner a.btn::after {
          content: "";
          -webkit-mask: url(/wp-content/themes/djg/assets/img/icons/download.svg);
                  mask: url(/wp-content/themes/djg/assets/img/icons/download.svg);
          -webkit-mask-size: contain;
                  mask-size: contain;
          -webkit-mask-position: center;
                  mask-position: center;
          -webkit-mask-repeat: no-repeat;
                  mask-repeat: no-repeat;
        }

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

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

.hero .wp-block-post-featured-image {
        right: 0px;
      }

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

.hero .wp-block-post-featured-image {
        width: 50%;
      }

@media (max-width: 1280px) {
        .hero .wp-block-post-featured-image {
          width: 40%;
        }
      }

@media (max-width: 768px) {
        .hero .wp-block-post-featured-image {
          left: 0px;
        }
      }

@media (max-width: 768px) {
        .hero .wp-block-post-featured-image {
          right: auto;
        }
      }

@media (max-width: 768px) {
        .hero .wp-block-post-featured-image {
          width: 100%;
        }
      }

@media (max-width: 768px) {
        .hero .wp-block-post-featured-image {
          opacity: 0.4;
        }
      }

.hero .wp-block-post-featured-image img {
          height: 100%;
        }

.hero .wp-block-post-featured-image img {
          width: 100%;
        }

.hero .wp-block-post-featured-image img {
          -o-object-fit: cover;
             object-fit: cover;
        }

.hero .wp-block-post-featured-image img {
          -o-object-position: center;
             object-position: center;
        }

.landing-page {
  margin-top: 3rem;
}

.landing-page__inner {
    display: flex;
  }

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

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

.landing-page__inner {
    gap: 4rem;
  }

@media (max-width: 768px) {
    .landing-page__inner {
      flex-direction: column;
    }
  }

@media (max-width: 768px) {
    .landing-page__inner {
      gap: 0px;
    }
  }

@media (max-width: 768px) {
      .landing-page__inner__content {
        order: 2;
      }
    }

.landing-page__inner__sidebar {
      min-width: 360px;
    }

@media (max-width: 1280px) {
      .landing-page__inner__sidebar {
        min-width: 320px;
      }
    }

@media (max-width: 1024px) {
      .landing-page__inner__sidebar {
        min-width: 280px;
      }
    }

@media (max-width: 768px) {
      .landing-page__inner__sidebar {
        order: 1;
      }
    }

@media (max-width: 768px) {
      .landing-page__inner__sidebar {
        margin-bottom: 1.5rem;
      }
    }

@media (max-width: 768px) {
      .landing-page__inner__sidebar {
        width: 100%;
      }
    }

@media (max-width: 768px) {
      .landing-page__inner__sidebar {
        border-bottom-width: 1px;
      }
    }

@media (max-width: 768px) {
      .landing-page__inner__sidebar {
        --tw-border-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-border-opacity));
      }
    }

@media (max-width: 768px) {
      .landing-page__inner__sidebar {
        padding-bottom: 2.5rem;
      }
    }

.landing-page__inner__sidebar .download-cover {
        margin-left: auto;
        margin-right: auto;
      }

.landing-page__inner__sidebar .download-cover {
        margin-top: 1.5rem;
      }

.landing-page__inner__sidebar .download-cover {
        display: block;
      }

.landing-page__inner__sidebar .download-cover {
        max-width: 300px;
      }

.landing-page__inner__sidebar h2 {
        margin-top: 1.25rem;
      }

.landing-page__inner__sidebar h2 {
        margin-bottom: 0px;
      }

.landing-page__inner__sidebar h2 {
        text-align: center;
      }

.landing-page__inner__sidebar h2 {
        font-size: 1rem;
        line-height: 1.5rem;
      }

.landing-page__inner__sidebar h2 {
        font-weight: 500;
      }

.landing-page__inner__sidebar h2 {
        text-transform: uppercase;
      }

.landing-page__inner__sidebar p.highlight {
          margin-bottom: 1rem;
        }

.landing-page__inner__sidebar ul {
        display: flex;
      }

.landing-page__inner__sidebar ul {
        flex-direction: column;
      }

.landing-page__inner__sidebar ul {
        gap: 0.75rem;
      }

.landing-page__inner__sidebar ul {
        padding-left: 1rem;
      }

@media (max-width: 768px) {
        .landing-page__inner__sidebar ul {
          gap: 0.5rem;
        }
      }

.landing-page__inner__sidebar ul li {
          list-style-type: disc;
        }

.landing-page__inner__sidebar ul li {
          font-size: 15px;
        }

@media (max-width: 768px) {
          .landing-page__inner__sidebar ul li {
            font-size: 16px;
          }
        }

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

.posts.loading {
    pointer-events: none;
  }

.posts.loading {
    opacity: 0.5;
  }

.posts .wp-block-post-template {
      display: grid;
    }

.posts .wp-block-post-template {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

.posts .wp-block-post-template {
      gap: 3rem;
    }

@media (max-width: 1024px) {
      .posts .wp-block-post-template {
        gap: 2rem;
      }
    }

@media (max-width: 768px) {
      .posts .wp-block-post-template {
        -moz-column-gap: 1.5rem;
             column-gap: 1.5rem;
      }
    }

@media (max-width: 768px) {
      .posts .wp-block-post-template {
        row-gap: 2rem;
      }
    }

@media (max-width: 640px) {
      .posts .wp-block-post-template {
        grid-template-columns: repeat(1, minmax(0, 1fr));
      }
    }

.posts .wp-block-post-template + .pagination-placeholder {
        height: 1rem;
      }

.posts .wp-block-post-featured-image {
      overflow: hidden;
    }

.posts .wp-block-post-featured-image:hover img {
          --tw-scale-x: 1.05;
          --tw-scale-y: 1.05;
          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));
        }

.posts .wp-block-post-featured-image img {
        aspect-ratio: 1.5/1;
      }

.posts .wp-block-post-featured-image img {
        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));
      }

.posts .wp-block-post-featured-image img {
        -o-object-fit: cover;
           object-fit: cover;
      }

.posts .wp-block-post-featured-image img {
        -o-object-position: center;
           object-position: center;
      }

.posts .wp-block-post-featured-image img {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }

.posts .wp-block-post-featured-image img {
        transition-duration: 300ms;
      }

@media (max-width: 1024px) {
        .posts .wp-block-post-featured-image img {
          aspect-ratio: 1.75/1;
        }
      }

@media (max-width: 768px) {
        .posts .wp-block-post-featured-image img {
          aspect-ratio: 2/1;
        }
      }

.posts .wp-block-post .post__content {
          margin-top: 1rem;
        }

.posts .wp-block-post .post__content {
          display: flex;
        }

.posts .wp-block-post .post__content {
          flex-direction: column;
        }

.posts .wp-block-post .post__content {
          gap: 0.75rem;
        }

.posts .wp-block-post .post__content {
          text-align: center;
        }

@media (max-width: 1024px) {
          .posts .wp-block-post .post__content {
            margin-top: 0.75rem;
          }
        }

@media (max-width: 1024px) {
          .posts .wp-block-post .post__content {
            gap: 0.75rem;
          }
        }

@media (max-width: 768px) {
          .posts .wp-block-post .post__content {
            margin-top: 0.5rem;
          }
        }

@media (max-width: 768px) {
          .posts .wp-block-post .post__content {
            gap: 0.5rem;
          }
        }

.posts .wp-block-post .post__content .wp-block-post-terms {
                margin-bottom: -0.25rem;
              }

.posts .wp-block-post .post__content .wp-block-post-terms__separator {
                  display: none;
                }

.posts .wp-block-post .post__content .wp-block-post-terms a[rel="tag"] {
                    display: none;
                  }

.posts .wp-block-post .post__content .wp-block-post-terms a[rel="tag"] {
                    font-size: 0.875rem;
                    line-height: 1.25rem;
                  }

.posts .wp-block-post .post__content .wp-block-post-terms a[rel="tag"] {
                    font-weight: 400;
                  }

.posts .wp-block-post .post__content .wp-block-post-terms a[rel="tag"] {
                    text-transform: uppercase;
                  }

.posts .wp-block-post .post__content .wp-block-post-terms a[rel="tag"]:nth-of-type(1) {
                      display: inline-block;
                    }

.posts .wp-block-post .post__content .wp-block-post-title {
                margin-top: 0px;
              }

.posts .wp-block-post .post__content .wp-block-post-title {
                font-size: 24px;
              }

@media (max-width: 1024px) {
                .posts .wp-block-post .post__content .wp-block-post-title {
                  font-size: 22px;
                }
              }

@media (max-width: 768px) {
                .posts .wp-block-post .post__content .wp-block-post-title {
                  font-size: 20px;
                }
              }

.posts .wp-block-post .post__content .wp-block-post-title a {
                  background-image: none;
                }

.posts .wp-block-post .post__content .wp-block-post-title a {
                  --tw-text-opacity: 1;
                  color: rgb(44 36 41 / var(--tw-text-opacity));
                }

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

.posts .wp-block-post .post__content .wp-block-post-title a {
                  transition-duration: 300ms;
                }

.posts .wp-block-post .post__content .wp-block-post-title a:hover {
                  --tw-text-opacity: 1;
                  color: rgb(0 134 117 / var(--tw-text-opacity));
                }

.posts .wp-block-post .post__content .wp-block-post-excerpt {
                line-height: 1.6;
              }

.posts .wp-block-post .post__content .wp-block-post-excerpt__more-text {
                  margin-left: auto;
                  margin-right: auto;
                }

.posts .wp-block-post .post__content .wp-block-post-excerpt__more-text {
                  margin-top: 1rem;
                }

.posts .wp-block-post .post__content .wp-block-post-excerpt__more-text {
                  display: block;
                }

@media (max-width: 1024px) {
                  .posts .wp-block-post .post__content .wp-block-post-excerpt__more-text {
                    margin-top: 0.75rem;
                  }
                }

@media (max-width: 768px) {
                  .posts .wp-block-post .post__content .wp-block-post-excerpt__more-text {
                    margin-top: 0.5rem;
                  }
                }

.posts .wp-block-query-pagination {
      margin-top: 3rem;
    }

.posts .wp-block-query-pagination {
      display: flex;
    }

.posts .wp-block-query-pagination {
      align-items: center;
    }

.posts .wp-block-query-pagination {
      justify-content: space-between;
    }

.posts .wp-block-query-pagination {
      border-top-width: 1px;
    }

.posts .wp-block-query-pagination {
      --tw-border-opacity: 1;
      border-color: rgb(229 231 235 / var(--tw-border-opacity));
    }

.posts .wp-block-query-pagination {
      padding-top: 0px;
      padding-bottom: 0px;
    }

@media (max-width: 640px) {
      .posts .wp-block-query-pagination {
        justify-content: center;
      }
    }

.posts .wp-block-query-pagination-numbers {
        display: flex;
      }

.posts .wp-block-query-pagination-numbers {
        align-items: center;
      }

.posts .wp-block-query-pagination-numbers {
        justify-content: center;
      }

.posts .wp-block-query-pagination-numbers .page-numbers {
          margin-top: -1px;
        }

.posts .wp-block-query-pagination-numbers .page-numbers {
          display: block;
        }

.posts .wp-block-query-pagination-numbers .page-numbers {
          border-top-width: 1px;
        }

.posts .wp-block-query-pagination-numbers .page-numbers {
          background-image: none;
        }

.posts .wp-block-query-pagination-numbers .page-numbers {
          padding-left: 1rem;
          padding-right: 1rem;
        }

.posts .wp-block-query-pagination-numbers .page-numbers {
          padding-top: 1.25rem;
          padding-bottom: 1.25rem;
        }

.posts .wp-block-query-pagination-numbers .page-numbers {
          line-height: 1;
        }

.posts .wp-block-query-pagination-numbers .page-numbers {
          transition-property: none;
        }

.posts .wp-block-query-pagination-numbers a {
          --tw-border-opacity: 1;
          border-color: rgb(229 231 235 / var(--tw-border-opacity));
        }

.posts .wp-block-query-pagination-numbers a {
          --tw-text-opacity: 1;
          color: rgb(156 163 175 / var(--tw-text-opacity));
        }

.posts .wp-block-query-pagination-numbers a:hover {
          --tw-border-opacity: 1;
          border-color: rgb(107 114 128 / var(--tw-border-opacity));
        }

.posts .wp-block-query-pagination-numbers a:hover {
          --tw-text-opacity: 1;
          color: rgb(75 85 99 / var(--tw-text-opacity));
        }

.posts .wp-block-query-pagination-numbers span {
          --tw-border-opacity: 1;
          border-color: rgb(0 134 117 / var(--tw-border-opacity));
        }

.posts .wp-block-query-pagination-numbers span {
          --tw-text-opacity: 1;
          color: rgb(0 134 117 / var(--tw-text-opacity));
        }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"], .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"] {
          margin: 0px;
        }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"], .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"] {
          display: flex;
        }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"], .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"] {
          align-items: center;
        }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"], .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"] {
          gap: 0.5rem;
        }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"], .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"] {
          background-image: none;
        }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"], .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"] {
          padding-top: 0px;
        }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"], .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"] {
          padding-bottom: 0.5rem;
        }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"], .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"] {
          line-height: 1;
        }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"], .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"] {
          --tw-text-opacity: 1;
          color: rgb(156 163 175 / var(--tw-text-opacity));
        }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"], .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"] {
          transition-property: none;
        }

@media (max-width: 640px) {
            .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"],
                    .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"],
                    .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="next"],
                    .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"] {
              display: none;
            }
          }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]::before,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]::after,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::before,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::after,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="next"]::before,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="next"]::after,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"]::before,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"]::after {
              margin-top: -2px;
            }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]::before,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]::after,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::before,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::after,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="next"]::before,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="next"]::after,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"]::before,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"]::after {
              display: block;
            }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]::before,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]::after,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::before,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::after,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="next"]::before,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="next"]::after,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"]::before,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"]::after {
              height: 16px;
            }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]::before,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]::after,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::before,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::after,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="next"]::before,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="next"]::after,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"]::before,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"]::after {
              width: 16px;
            }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]::before,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]::after,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::before,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::after,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="next"]::before,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="next"]::after,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"]::before,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"]::after {
              --tw-bg-opacity: 1;
              background-color: rgb(156 163 175 / var(--tw-bg-opacity));
            }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]::before,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]::after,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::before,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::after,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="next"]::before,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="next"]::after,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"]::before,
                        .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"]::after {
              -webkit-mask: url(/wp-content/themes/djg/assets/img/icons/arrow.svg);
                      mask: url(/wp-content/themes/djg/assets/img/icons/arrow.svg);
              -webkit-mask-size: contain;
                      mask-size: contain;
              -webkit-mask-position: center;
                      mask-position: center;
              -webkit-mask-repeat: no-repeat;
                      mask-repeat: no-repeat;
            }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]::after, .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="next"]::after {
              content: "";
            }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::before, .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"]::before {
              --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));
            }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::before, .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"]::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));
            }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::before, .posts .wp-block-query-pagination span[class*="wp-block-query-pagination"][class*="previous"]::before {
              content: "";
            }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"] {
          --tw-text-opacity: 1;
          color: rgb(75 85 99 / var(--tw-text-opacity));
        }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]::before,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]::after,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::before,
                        .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]::after {
              --tw-bg-opacity: 1;
              background-color: rgb(75 85 99 / var(--tw-bg-opacity));
            }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]:hover, .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]:hover {
              --tw-text-opacity: 1;
              color: rgb(0 134 117 / var(--tw-text-opacity));
            }

.posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]:hover::before,
                            .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="next"]:hover::after,
                            .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]:hover::before,
                            .posts .wp-block-query-pagination a[class*="wp-block-query-pagination"][class*="previous"]:hover::after {
                --tw-bg-opacity: 1;
                background-color: rgb(0 134 117 / var(--tw-bg-opacity));
              }

.main-wrapper__sidebar {
    position: sticky;
  }

.main-wrapper__sidebar {
    top: 1.5rem;
  }

.main-wrapper__sidebar {
    margin-bottom: 1.5rem;
  }

.main-wrapper__sidebar {
    min-width: 340px;
  }

.main-wrapper__sidebar {
    max-width: 340px;
  }

@media (max-width: 1280px) {
    .main-wrapper__sidebar {
      min-width: 300px;
    }
  }

@media (max-width: 1280px) {
    .main-wrapper__sidebar {
      max-width: 300px;
    }
  }

@media (max-width: 768px) {
    .main-wrapper__sidebar {
      min-width: 260px;
    }
  }

@media (max-width: 768px) {
    .main-wrapper__sidebar {
      max-width: 260px;
    }
  }

@media (max-width: 640px) {
    .main-wrapper__sidebar {
      display: none;
    }
  }

.main-wrapper__sidebar .sidebar {
      display: flex;
    }

.main-wrapper__sidebar .sidebar {
      flex-direction: column;
    }

.main-wrapper__sidebar .sidebar {
      gap: 3rem;
    }

.main-wrapper__sidebar .sidebar__section h2 {
          margin-top: 0px;
        }

.main-wrapper__sidebar .sidebar__section h2 {
          margin-bottom: 1rem;
        }

.main-wrapper__sidebar .sidebar__section h2 {
          text-align: center;
        }

.main-wrapper__sidebar .sidebar__section h2 {
          font-size: 1rem;
          line-height: 1.5rem;
        }

.main-wrapper__sidebar .sidebar__section h2 {
          font-weight: 500;
        }

.main-wrapper__sidebar .sidebar__section h2 {
          text-transform: uppercase;
        }

.main-wrapper__sidebar .sidebar__section .download-cover {
          margin-left: auto;
          margin-right: auto;
        }

.main-wrapper__sidebar .sidebar__section .download-cover {
          margin-top: 0.5rem;
        }

.main-wrapper__sidebar .sidebar__section .download-cover {
          margin-bottom: -1.5rem;
        }

.main-wrapper__sidebar .sidebar__section .download-cover {
          display: block;
        }

.main-wrapper__sidebar .sidebar__section .download-cover {
          max-width: 260px;
        }

.main-wrapper__sidebar .sidebar__section .wp-block-post-template {
            display: flex;
          }

.main-wrapper__sidebar .sidebar__section .wp-block-post-template {
            flex-direction: column;
          }

.main-wrapper__sidebar .sidebar__section .wp-block-post-template {
            gap: 0.75rem;
          }

.main-wrapper__sidebar .sidebar__section .wp-block-post-template li {
              display: flex;
            }

.main-wrapper__sidebar .sidebar__section .wp-block-post-template li {
              align-items: center;
            }

.main-wrapper__sidebar .sidebar__section .wp-block-post-template li {
              justify-content: flex-start;
            }

.main-wrapper__sidebar .sidebar__section .wp-block-post-template li {
              gap: 1rem;
            }

.main-wrapper__sidebar .sidebar__section .wp-block-post-template li img {
                max-height: 75px;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-post-template li img {
                min-height: 75px;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-post-template li img {
                min-width: 75px;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-post-template li img {
                max-width: 75px;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-post-template li img {
                -o-object-fit: cover;
                   object-fit: cover;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-post-template li img {
                -o-object-position: center;
                   object-position: center;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-post-title {
            margin-top: -4px;
          }

.main-wrapper__sidebar .sidebar__section .wp-block-post-title a {
              background-image: none;
            }

.main-wrapper__sidebar .sidebar__section .wp-block-post-title a {
              font-size: 0.875rem;
              line-height: 1.25rem;
            }

.main-wrapper__sidebar .sidebar__section .wp-block-post-title a {
              --tw-text-opacity: 1;
              color: rgb(75 85 99 / var(--tw-text-opacity));
            }

.main-wrapper__sidebar .sidebar__section .wp-block-post-title a:hover {
              --tw-text-opacity: 1;
              color: rgb(0 134 117 / var(--tw-text-opacity));
            }

.main-wrapper__sidebar .sidebar__section .wp-block-categories {
            display: flex;
          }

.main-wrapper__sidebar .sidebar__section .wp-block-categories {
            flex-direction: column;
          }

.main-wrapper__sidebar .sidebar__section .wp-block-categories {
            gap: 0.5rem;
          }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item-1 {
                display: none;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a {
                display: flex;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a {
                height: 2.5rem;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a {
                width: 100%;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a {
                align-items: center;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a {
                justify-content: center;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a {
                border-radius: 4px;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a {
                border-width: 1px;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a {
                --tw-border-opacity: 1;
                border-color: rgb(209 213 219 / var(--tw-border-opacity));
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a {
                --tw-bg-opacity: 1;
                background-color: rgb(255 255 255 / var(--tw-bg-opacity));
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a {
                background-image: none;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a {
                text-align: center;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a {
                --tw-text-opacity: 1;
                color: rgb(75 85 99 / var(--tw-text-opacity));
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a {
                transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a {
                transition-duration: 200ms;
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a:hover {
                --tw-border-opacity: 1;
                border-color: rgb(0 134 117 / var(--tw-border-opacity));
              }

.main-wrapper__sidebar .sidebar__section .wp-block-categories .cat-item a:hover {
                --tw-text-opacity: 1;
                color: rgb(0 134 117 / var(--tw-text-opacity));
              }

.site-contact {
  margin-top: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 1024px) {
  .site-contact {
    margin-top: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .site-contact {
    margin-top: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.site-contact .site-contact-form {
    margin-left: auto;
    margin-right: auto;
  }

.site-contact .site-contact-form {
    max-width: 500px;
  }

.site-contact .site-contact-form h2,
        .site-contact .site-contact-form p {
      text-align: center;
    }

.site-contact .site-contact-form h2 {
      margin: 0px;
    }

.site-contact .site-contact-form h2 {
      font-size: 24px;
    }

.site-contact .site-contact-form p {
      margin-top: 0.75rem;
    }

.site-contact .site-contact-form form {
      margin-top: 2rem;
    }

.site-contact .site-contact-form form .row {
        margin-bottom: 0.75rem;
      }

.site-contact .site-contact-form form .row {
        display: flex;
      }

.site-contact .site-contact-form form .row {
        align-items: center;
      }

.site-contact .site-contact-form form .row {
        justify-content: space-between;
      }

.site-contact .site-contact-form form .row {
        gap: 0.75rem;
      }

@media (max-width: 480px) {
        .site-contact .site-contact-form form .row {
          margin-bottom: 0px;
        }
      }

@media (max-width: 480px) {
        .site-contact .site-contact-form form .row {
          display: block;
        }
      }

.site-contact .site-contact-form form .row:last-of-type {
          margin-bottom: 0px;
        }

.site-contact .site-contact-form form .row label {
          display: none;
        }

.site-contact .site-contact-form form .row input,
                .site-contact .site-contact-form form .row select {
          width: 100%;
        }

.site-contact .site-contact-form form .row input,
                .site-contact .site-contact-form form .row select {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
        }

.site-contact .site-contact-form form .row input,
                .site-contact .site-contact-form form .row select {
          padding-left: 8px;
          padding-right: 8px;
        }

.site-contact .site-contact-form form .row input,
                .site-contact .site-contact-form form .row select {
          font-size: 15px;
        }

@media (max-width: 480px) {
          .site-contact .site-contact-form form .row input,
                .site-contact .site-contact-form form .row select {
            margin-bottom: 0.75rem;
          }
        }

.site-contact .site-contact-form form .row input[type="submit"] {
            font-size: 17px;
          }

@media (max-width: 480px) {
            .site-contact .site-contact-form form .row input[type="submit"] {
              margin-bottom: 0px;
            }
          }

.site-contact .site-contact-form form .row select {
          background-repeat: no-repeat;
        }

.site-contact .site-contact-form form .row select {
          background-image: url(/wp-content/themes/djg/assets/img/icons/chevron-down.svg);
          background-size: 17px;
          background-position: center right 8px;
        }

#colophon {
  --tw-bg-opacity: 1;
  background-color: rgb(44 36 41 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 1.25rem;
}

#colophon .site-footer {
      display: flex;
    }

#colophon .site-footer {
      width: 100%;
    }

#colophon .site-footer {
      align-items: flex-start;
    }

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

#colophon .site-footer {
      gap: 3rem;
    }

@media (max-width: 640px) {
      #colophon .site-footer {
        flex-direction: column;
      }
    }

@media (max-width: 640px) {
      #colophon .site-footer {
        gap: 2rem;
      }
    }

#colophon .site-footer__description {
        max-width: 600px;
      }

#colophon .site-footer__description {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

@media (max-width: 640px) {
        #colophon .site-footer__description {
          text-align: center;
        }
      }

#colophon .site-footer__description a {
          padding-bottom: 4px;
        }

@media (max-width: 640px) {
        #colophon .site-footer__nav {
          margin-left: auto;
          margin-right: auto;
        }
      }

#colophon .site-footer__nav a {
          width: 100%;
        }

#colophon .site-footer__nav a {
          white-space: nowrap;
        }

#colophon .site-footer__nav a {
          padding-bottom: 4px;
        }

#colophon .site-footer__nav a {
          line-height: 1.4;
        }

#colophon .site-footer__nav a {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }

@media (max-width: 640px) {
          #colophon .site-footer__nav a {
            margin-left: auto;
            margin-right: auto;
          }
        }

#colophon .site-copyright {
      margin-top: 3rem;
    }

#colophon .site-copyright {
      text-align: center;
    }

#colophon .site-copyright {
      font-size: 0.75rem;
      line-height: 1rem;
    }

#colophon .site-copyright {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

@media (max-width: 640px) {
      #colophon .site-copyright {
        margin-top: 2rem;
      }
    }
