@charset "UTF-8";
/*!
Theme Name: MITC
Theme URI: 
Author: ddm marketing + communications
Author URI: https://teamddm.com/
Description: A base block theme built for the basics
Requires at least: 5.8
Tested up to: 6.2
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: 
Text Domain: mitc-theme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
 * https://necolas.github.io/normalize.css 
 */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* _print.scss
 * Description: styles for print that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/* _elements.scss
 * Description: styles for elements that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* _variables.scss
 * Description: variable definitions to be used in sass partials and in theme.json
 * Author: Caroline Ferraby
 * Date: 30 March 2024
 */
/* ---------------------------------------------------
	Defining colors
--------------------------------------------------- */
:root {
  --tf--color--0: #000000;
  --tf--color--1: #505050;
  --tf--color--2: #274374;
  --tf--color--3: #5979A2;
  --tf--color--4: #C1A01F;
  --tf--color--5: #828282;
  --tf--color--6: #536122;
  --tf--color--f: #FFFFFF;
}

/* ---------------------------------------------------
	Assigning colors
	[background]--[foreground element]:[foreground color]
--------------------------------------------------- */
/*
	// assumes different settings for a black background,
	// please uate values as needed
	//
	$black-bg--primary:                 $color-4;
	$black-bg--body:                    $color-f;
	$black-bg--heading:                 $color-f;
	$black-bg--caption:                 $color-4;
	$black-bg--divider:                 $color-4;
	$black-bg--link:                    $color-4;
	$black-bg--primary-btn:             $color-4;
	$black-bg--secondary-btn:           $color-4;
	$black-bg--minimal-btn:             $color-4;
	$black-bg--primary-btn-hover:       color.adjust($black-bg--primary-btn, $lightness: -6%);
	$black-bg--secondary-btn-hover:     color.adjust($black-bg--secondary-btn, $lightness: -15%);
	$black-bg--minimal-btn-hover:       color.adjust($black-bg--minimal-btn, $lightness: -15%);
	$black-bg--form-field:              rgba(255, 255, 255, 0.2);

	// assumes color 1 is a dark color and has similar settings
	// to a black background, please update as needed
	//
	$color1-bg--primary:                $black-bg--primary;
	$color1-bg--body:                   $black-bg--body;
	$color1-bg--heading:                $black-bg--heading;
	$color1-bg--caption:                $black-bg--caption;
	$color1-bg--divider:                $black-bg--divider;
	$color1-bg--link:                   $black-bg--link;
	$color1-bg--primary-btn:            $black-bg--primary-btn;
	$color1-bg--secondary-btn:          $black-bg--secondary-btn;
	$color1-bg--minimal-btn:            $black-bg--minimal-btn;
	$color1-bg--primary-btn-hover:      $black-bg--primary-btn-hover;
	$color1-bg--secondary-btn-hover:    $black-bg--secondary-btn-hover;
	$color1-bg--minimal-btn-hover:      $black-bg--minimal-btn-hover;
	$color1-bg--form-field:             $black-bg--form-field;

	// assumes color 2 is a dark color and has similar settings
	// to a black background, please update as needed
	//
	$color2-bg--primary:                $black-bg--primary;
	$color2-bg--body:                   $black-bg--body;
	$color2-bg--heading:                $black-bg--heading;
	$color2-bg--caption:                $black-bg--caption;
	$color2-bg--divider:                $black-bg--divider;
	$color2-bg--link:                   $black-bg--link;
	$color2-bg--primary-btn:            $black-bg--primary-btn;
	$color2-bg--secondary-btn:          $black-bg--secondary-btn;
	$color2-bg--minimal-btn:            $black-bg--minimal-btn;
	$color2-bg--primary-btn-hover:      $black-bg--primary-btn-hover;
	$color2-bg--secondary-btn-hover:    $black-bg--secondary-btn-hover;
	$color2-bg--minimal-btn-hover:      $black-bg--minimal-btn-hover;
	$color2-bg--form-field:             $black-bg--form-field;

	// assumes color 3 is a light color and has similar settings
	// to a white background, please update as needed
	//
	$color3-bg--primary:                $white-bg--primary;
	$color3-bg--body:                   $white-bg--body;
	$color3-bg--heading:                $white-bg--heading;
	$color3-bg--caption:                $white-bg--caption;
	$color3-bg--divider:                $white-bg--divider;
	$color3-bg--link:                   $white-bg--link;
	$color3-bg--primary-btn:            $white-bg--primary-btn;
	$color3-bg--secondary-btn:          $white-bg--secondary-btn;
	$color3-bg--minimal-btn:            $white-bg--minimal-btn;
	$color3-bg--primary-btn-hover:      $white-bg--primary-btn-hover;
	$color3-bg--secondary-btn-hover:    $white-bg--secondary-btn-hover;
	$color3-bg--minimal-btn-hover:      $white-bg--minimal-btn-hover;
	$color3-bg--form-field:             $white-bg--form-field;

	// assumes color 4 is a light color and has similar settings
	// to a white background, please update as needed
	//
	$color4-bg--primary:                $white-bg--primary;
	$color4-bg--body:                   $white-bg--body;
	$color4-bg--heading:                $white-bg--heading;
	$color4-bg--caption:                $white-bg--caption;
	$color4-bg--divider:                $white-bg--divider;
	$color4-bg--link:                   $white-bg--link;
	$color4-bg--primary-btn:            $white-bg--primary-btn;
	$color4-bg--secondary-btn:          $white-bg--secondary-btn;
	$color4-bg--minimal-btn:            $white-bg--minimal-btn;
	$color4-bg--primary-btn-hover:      $white-bg--primary-btn-hover;
	$color4-bg--secondary-btn-hover:    $white-bg--secondary-btn-hover;
	$color4-bg--minimal-btn-hover:      $white-bg--minimal-btn-hover;
	$color4-bg--form-field:             $white-bg--form-field;

	// assumes color 5 is a light color and has similar settings
	// to a white background, please update as needed
	//
	$color5-bg--primary:                $white-bg--primary;
	$color5-bg--body:                   $white-bg--body;
	$color5-bg--heading:                $white-bg--heading;
	$color5-bg--caption:                $white-bg--caption;
	$color5-bg--divider:                $white-bg--divider;
	$color5-bg--link:                   $white-bg--link;
	$color5-bg--primary-btn:            $white-bg--primary-btn;
	$color5-bg--secondary-btn:          $white-bg--secondary-btn;
	$color5-bg--minimal-btn:            $white-bg--minimal-btn;
	$color5-bg--primary-btn-hover:      $white-bg--primary-btn-hover;
	$color5-bg--secondary-btn-hover:    $white-bg--secondary-btn-hover;
	$color5-bg--minimal-btn-hover:      $white-bg--minimal-btn-hover;
	$color5-bg--form-field:             $white-bg--form-field;

	// assumes color 2 is a dark color and has similar settings
	// to a black background, please update as needed
	//
	$color6-bg--primary:                $black-bg--primary;
	$color6-bg--body:                   $black-bg--body;
	$color6-bg--heading:                $black-bg--heading;
	$color6-bg--caption:                $black-bg--caption;
	$color6-bg--divider:                $black-bg--divider;
	$color6-bg--link:                   $black-bg--link;
	$color6-bg--primary-btn:            $black-bg--primary-btn;
	$color6-bg--secondary-btn:          $black-bg--secondary-btn;
	$color6-bg--minimal-btn:            $black-bg--minimal-btn;
	$color6-bg--primary-btn-hover:      $black-bg--primary-btn-hover;
	$color6-bg--secondary-btn-hover:    $black-bg--secondary-btn-hover;
	$color6-bg--minimal-btn-hover:      $black-bg--minimal-btn-hover;
	$color6-bg--form-field:             $black-bg--form-field;
*/
/* ---------------------------------------------------
	Font family and weight
--------------------------------------------------- */
/* ---------------------------------------------------
	Spacing Definitions
--------------------------------------------------- */
/* ---------------------------------------------------
   HTML elements

   Gutenberg targets block classes instead of elements 
   (with only a few exceptions), but we still want the 
   elements to be styled. Headers are defined here so h1 
   and .is-style-h1 can be defined in the same place. The
   mixin lets styles be wrapped in .editor-styles-wrapper 
   in the editor, without affecting other admin areas.
--------------------------------------------------- */
/* _elements.scss
 * Description: styles for elements that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* button.scss
 * Description: styles for buttons (not just the button block but ALSO the button element)
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* ---------------------------------------------------
   Button mixins
--------------------------------------------------- */
/* ---------------------------------------------------
   Default styles for default, primary, secondary,
   and minimal buttons

   For colors, the color-bg css custom properties are
   used if defined (see _containers.scss), otherwise
   the $white-bg variables are a fallback
--------------------------------------------------- */
.wpcf7 [type=submit] {
  cursor: pointer;
}

.wpcf7 [type=submit],
.wp-element-button,
button:where(:not(.components-button)) {
  padding: 0.125rem 1rem;
  border-radius: 999px;
  border: 2px solid;
  text-transform: uppercase;
  font-weight: 600;
}
.wpcf7 [type=submit]:focus-visible,
.wp-element-button:focus-visible,
button:where(:not(.components-button)):focus-visible {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 3px 5px #5979A2;
  outline: 0;
}

.wpcf7 [type=submit],
.wp-block-button:not(.is-style-secondary, .is-style-tertiary) .wp-block-button__link,
.wp-element-button:not(.wp-block-button__link),
button:where(:not(.components-button)) {
  color: var(--color-bg--primary-btn-txt, #FFFFFF) !important;
  background-color: var(--color-bg--primary-btn, #5979A2);
  border-color: var(--color-bg--primary-btn, #5979A2);
}
.wpcf7 [type=submit]:hover,
.wp-block-button:not(.is-style-secondary, .is-style-tertiary) .wp-block-button__link:hover,
.wp-element-button:not(.wp-block-button__link):hover,
button:where(:not(.components-button)):hover {
  background-color: var(--color-bg--primary-btn-hover, #274374);
  border-color: var(--color-bg--primary-btn-hover, #274374);
}

.wp-block-button.is-style-secondary > .wp-block-button__link {
  color: var(--color-bg--secondary-btn, #274374);
  background-color: transparent;
}
.wp-block-button.is-style-secondary > .wp-block-button__link:hover {
  color: var(--color-bg--secondary-btn-hover, rgb(19.7516129032, 33.9322580645, 58.7483870968));
}

.wp-block-button.is-style-tertiary > .wp-block-button__link,
.wp-block-post-excerpt__more-link,
.wp-block-read-more {
  color: var(--color-bg--minimal-btn, #5979A2);
  background-color: transparent;
  border-color: transparent;
}
.wp-block-button.is-style-tertiary > .wp-block-button__link:hover,
.wp-block-post-excerpt__more-link:hover,
.wp-block-read-more:hover {
  color: var(--color-bg--minimal-btn-hover, rgb(61.874501992, 84.1215139442, 112.625498008));
}

/* ---------------------------------------------------
   Additional styles for applying specific brand
   colors to buttons. By default, button text color
   is turned off in the theme.json, but if it is
   turned on, uncomment and add to the below styles.
--------------------------------------------------- */
/* _elements.scss
 * Description: styles for elements that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* _spacing.scss
 * Description: styles for spacing that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* ---------------------------------------------------
   Horizontal spacing ( gap )
--------------------------------------------------- */
:where(.is-layout-flex) {
  gap: 0;
}

.wp-block-buttons.is-layout-flex {
  --wp--style--block-gap: 1rem;
  gap: 1rem;
}

@media screen and (min-width: 782px) {
  .wp-block-columns.is-layout-flex {
    gap: 1.5rem;
  }
}

.wp-block-gallery.is-layout-flex {
  --wp--style--block-gap: 0.75rem;
  gap: 0.75rem;
}

.wp-block-group.is-nowrap:not(.is-vertical) {
  gap: 1.5rem;
}

.wp-block-post-template:where(.is-layout-grid) {
  gap: 1.25rem;
}

/* ---------------------------------------------------
   Vertical spacing ( margin top )

   The styles below define default margin top values
   that will provide consistent vertical spacing, 
   regardless of whether or not container blocks are 
   used, and can easily be overriden as necessary.
--------------------------------------------------- */
[class^=wp-block-custom-],
.is-layout-flex > * + [class^=wp-block-custom-] {
  margin-top: 1.5rem;
}

[class*=wp-block-custom-],
.is-layout-flex > * + [class*=wp-block-custom-] {
  margin-top: 1.5rem;
}

blockquote,
.is-layout-flex > * + blockquote {
  margin-top: 2rem;
}

blocks-gallery-caption,
.is-layout-flex > * + blocks-gallery-caption {
  margin-top: 0rem;
}

details,
.is-layout-flex > * + details {
  margin-top: 1rem;
}

figcaption:not(.blocks-gallery-caption),
.is-layout-flex > * + figcaption:not(.blocks-gallery-caption) {
  margin-top: 0.5rem;
}

figure,
.is-layout-flex > * + figure {
  margin-top: 1.5rem;
}

h1,
.is-layout-flex > * + h1 {
  margin-top: 2.5rem;
}

.is-style-h1,
.is-layout-flex > * + .is-style-h1 {
  margin-top: 2.5rem;
}

h2,
.is-layout-flex > * + h2 {
  margin-top: 1.875rem;
}

.is-style-h2,
.is-layout-flex > * + .is-style-h2 {
  margin-top: 1.875rem;
}

h3,
.is-layout-flex > * + h3 {
  margin-top: 1.625rem;
}

.is-style-h3,
.is-layout-flex > * + .is-style-h3 {
  margin-top: 1.625rem;
}

h4,
.is-layout-flex > * + h4 {
  margin-top: 1.5rem;
}

.is-style-h4,
.is-layout-flex > * + .is-style-h4 {
  margin-top: 1.5rem;
}

h5,
.is-layout-flex > * + h5 {
  margin-top: 1.375rem;
}

.is-style-h5,
.is-layout-flex > * + .is-style-h5 {
  margin-top: 1.375rem;
}

h6,
.is-layout-flex > * + h6 {
  margin-top: 1.25rem;
}

.is-style-h6,
.is-layout-flex > * + .is-style-h6 {
  margin-top: 1.25rem;
}

hr,
.is-layout-flex > * + hr {
  margin-top: 1rem;
}

ol,
.is-layout-flex > * + ol {
  margin-top: 0.5rem;
}

p,
.is-layout-flex > * + p {
  margin-top: 1rem;
}

pre,
.is-layout-flex > * + pre {
  margin-top: 1rem;
}

ul,
.is-layout-flex > * + ul {
  margin-top: 0.5rem;
}

.wp-block-buttons,
.is-layout-flex > * + .wp-block-buttons {
  margin-top: 1rem;
}

.wp-block-file,
.is-layout-flex > * + .wp-block-file {
  margin-top: 1rem;
}

.wp-block-media-text__content,
.is-layout-flex > * + .wp-block-media-text__content {
  margin-top: 1rem;
}

.wp-block-query-pagination,
.is-layout-flex > * + .wp-block-query-pagination {
  margin-top: 0.5rem;
}

.wp-block-post-date,
.is-layout-flex > * + .wp-block-post-date {
  margin-top: 0.5rem;
}

.wp-block-post-excerpt,
.is-layout-flex > * + .wp-block-post-excerpt {
  margin-top: 0.75rem;
}

.wp-block-post-terms,
.is-layout-flex > * + .wp-block-post-terms {
  margin-top: 0.5rem;
}

.wp-block-pullquote,
.is-layout-flex > * + .wp-block-pullquote {
  margin-top: 2rem;
}

.wp-block-table,
.is-layout-flex > * + .wp-block-table {
  margin-top: 1.5rem;
}

.wpcf7,
.is-layout-flex > * + .wpcf7 {
  margin-top: 2rem;
}

:where(.wp-block-group:has(> [class^=wp-block-custom-]:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> [class^=wp-block-custom-])),
:where(.wp-block-group.isnowrap:not(.vertical):has(> [class^=wp-block-custom-].first)),
:where(.wp-block-columns:has(> div > [class^=wp-block-custom-]:first-child)),
:where(.wp-block-columns:has(> div > [class^=wp-block-custom-].first:first-child)) {
  margin-top: 1.5rem;
}

:where(.wp-block-columns:has(> div.has-background > [class^=wp-block-custom-]:first-child)),
:where(.wp-block-columns:has(> div.has-background > [class^=wp-block-custom-].first:first-child)) {
  row-gap: 1.5rem;
}

:where(.wp-block-group:has(> [class*=wp-block-custom-]:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> [class*=wp-block-custom-])),
:where(.wp-block-group.isnowrap:not(.vertical):has(> [class*=wp-block-custom-].first)),
:where(.wp-block-columns:has(> div > [class*=wp-block-custom-]:first-child)),
:where(.wp-block-columns:has(> div > [class*=wp-block-custom-].first:first-child)) {
  margin-top: 1.5rem;
}

:where(.wp-block-columns:has(> div.has-background > [class*=wp-block-custom-]:first-child)),
:where(.wp-block-columns:has(> div.has-background > [class*=wp-block-custom-].first:first-child)) {
  row-gap: 1.5rem;
}

:where(.wp-block-group:has(> blockquote:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> blockquote)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> blockquote.first)),
:where(.wp-block-columns:has(> div > blockquote:first-child)),
:where(.wp-block-columns:has(> div > blockquote.first:first-child)) {
  margin-top: 2rem;
}

:where(.wp-block-columns:has(> div.has-background > blockquote:first-child)),
:where(.wp-block-columns:has(> div.has-background > blockquote.first:first-child)) {
  row-gap: 2rem;
}

:where(.wp-block-group:has(> blocks-gallery-caption:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> blocks-gallery-caption)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> blocks-gallery-caption.first)),
:where(.wp-block-columns:has(> div > blocks-gallery-caption:first-child)),
:where(.wp-block-columns:has(> div > blocks-gallery-caption.first:first-child)) {
  margin-top: 0rem;
}

:where(.wp-block-columns:has(> div.has-background > blocks-gallery-caption:first-child)),
:where(.wp-block-columns:has(> div.has-background > blocks-gallery-caption.first:first-child)) {
  row-gap: 0rem;
}

:where(.wp-block-group:has(> details:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> details)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> details.first)),
:where(.wp-block-columns:has(> div > details:first-child)),
:where(.wp-block-columns:has(> div > details.first:first-child)) {
  margin-top: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > details:first-child)),
:where(.wp-block-columns:has(> div.has-background > details.first:first-child)) {
  row-gap: 1rem;
}

:where(.wp-block-group:has(> figcaption:not(.blocks-gallery-caption):first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> figcaption:not(.blocks-gallery-caption))),
:where(.wp-block-group.isnowrap:not(.vertical):has(> figcaption:not(.blocks-gallery-caption).first)),
:where(.wp-block-columns:has(> div > figcaption:not(.blocks-gallery-caption):first-child)),
:where(.wp-block-columns:has(> div > figcaption:not(.blocks-gallery-caption).first:first-child)) {
  margin-top: 0.5rem;
}

:where(.wp-block-columns:has(> div.has-background > figcaption:not(.blocks-gallery-caption):first-child)),
:where(.wp-block-columns:has(> div.has-background > figcaption:not(.blocks-gallery-caption).first:first-child)) {
  row-gap: 0.5rem;
}

:where(.wp-block-group:has(> figure:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> figure)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> figure.first)),
:where(.wp-block-columns:has(> div > figure:first-child)),
:where(.wp-block-columns:has(> div > figure.first:first-child)) {
  margin-top: 1.5rem;
}

:where(.wp-block-columns:has(> div.has-background > figure:first-child)),
:where(.wp-block-columns:has(> div.has-background > figure.first:first-child)) {
  row-gap: 1.5rem;
}

:where(.wp-block-group:has(> h1:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h1)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h1.first)),
:where(.wp-block-columns:has(> div > h1:first-child)),
:where(.wp-block-columns:has(> div > h1.first:first-child)) {
  margin-top: 2.5rem;
}

:where(.wp-block-columns:has(> div.has-background > h1:first-child)),
:where(.wp-block-columns:has(> div.has-background > h1.first:first-child)) {
  row-gap: 2.5rem;
}

:where(.wp-block-group:has(> .is-style-h1:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h1)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h1.first)),
:where(.wp-block-columns:has(> div > .is-style-h1:first-child)),
:where(.wp-block-columns:has(> div > .is-style-h1.first:first-child)) {
  margin-top: 2.5rem;
}

:where(.wp-block-columns:has(> div.has-background > .is-style-h1:first-child)),
:where(.wp-block-columns:has(> div.has-background > .is-style-h1.first:first-child)) {
  row-gap: 2.5rem;
}

:where(.wp-block-group:has(> h2:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h2)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h2.first)),
:where(.wp-block-columns:has(> div > h2:first-child)),
:where(.wp-block-columns:has(> div > h2.first:first-child)) {
  margin-top: 1.875rem;
}

:where(.wp-block-columns:has(> div.has-background > h2:first-child)),
:where(.wp-block-columns:has(> div.has-background > h2.first:first-child)) {
  row-gap: 1.875rem;
}

:where(.wp-block-group:has(> .is-style-h2:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h2)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h2.first)),
:where(.wp-block-columns:has(> div > .is-style-h2:first-child)),
:where(.wp-block-columns:has(> div > .is-style-h2.first:first-child)) {
  margin-top: 1.875rem;
}

:where(.wp-block-columns:has(> div.has-background > .is-style-h2:first-child)),
:where(.wp-block-columns:has(> div.has-background > .is-style-h2.first:first-child)) {
  row-gap: 1.875rem;
}

:where(.wp-block-group:has(> h3:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h3)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h3.first)),
:where(.wp-block-columns:has(> div > h3:first-child)),
:where(.wp-block-columns:has(> div > h3.first:first-child)) {
  margin-top: 1.625rem;
}

:where(.wp-block-columns:has(> div.has-background > h3:first-child)),
:where(.wp-block-columns:has(> div.has-background > h3.first:first-child)) {
  row-gap: 1.625rem;
}

:where(.wp-block-group:has(> .is-style-h3:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h3)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h3.first)),
:where(.wp-block-columns:has(> div > .is-style-h3:first-child)),
:where(.wp-block-columns:has(> div > .is-style-h3.first:first-child)) {
  margin-top: 1.625rem;
}

:where(.wp-block-columns:has(> div.has-background > .is-style-h3:first-child)),
:where(.wp-block-columns:has(> div.has-background > .is-style-h3.first:first-child)) {
  row-gap: 1.625rem;
}

:where(.wp-block-group:has(> h4:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h4)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h4.first)),
:where(.wp-block-columns:has(> div > h4:first-child)),
:where(.wp-block-columns:has(> div > h4.first:first-child)) {
  margin-top: 1.5rem;
}

:where(.wp-block-columns:has(> div.has-background > h4:first-child)),
:where(.wp-block-columns:has(> div.has-background > h4.first:first-child)) {
  row-gap: 1.5rem;
}

:where(.wp-block-group:has(> .is-style-h4:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h4)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h4.first)),
:where(.wp-block-columns:has(> div > .is-style-h4:first-child)),
:where(.wp-block-columns:has(> div > .is-style-h4.first:first-child)) {
  margin-top: 1.5rem;
}

:where(.wp-block-columns:has(> div.has-background > .is-style-h4:first-child)),
:where(.wp-block-columns:has(> div.has-background > .is-style-h4.first:first-child)) {
  row-gap: 1.5rem;
}

:where(.wp-block-group:has(> h5:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h5)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h5.first)),
:where(.wp-block-columns:has(> div > h5:first-child)),
:where(.wp-block-columns:has(> div > h5.first:first-child)) {
  margin-top: 1.375rem;
}

:where(.wp-block-columns:has(> div.has-background > h5:first-child)),
:where(.wp-block-columns:has(> div.has-background > h5.first:first-child)) {
  row-gap: 1.375rem;
}

:where(.wp-block-group:has(> .is-style-h5:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h5)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h5.first)),
:where(.wp-block-columns:has(> div > .is-style-h5:first-child)),
:where(.wp-block-columns:has(> div > .is-style-h5.first:first-child)) {
  margin-top: 1.375rem;
}

:where(.wp-block-columns:has(> div.has-background > .is-style-h5:first-child)),
:where(.wp-block-columns:has(> div.has-background > .is-style-h5.first:first-child)) {
  row-gap: 1.375rem;
}

:where(.wp-block-group:has(> h6:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h6)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> h6.first)),
:where(.wp-block-columns:has(> div > h6:first-child)),
:where(.wp-block-columns:has(> div > h6.first:first-child)) {
  margin-top: 1.25rem;
}

:where(.wp-block-columns:has(> div.has-background > h6:first-child)),
:where(.wp-block-columns:has(> div.has-background > h6.first:first-child)) {
  row-gap: 1.25rem;
}

:where(.wp-block-group:has(> .is-style-h6:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h6)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .is-style-h6.first)),
:where(.wp-block-columns:has(> div > .is-style-h6:first-child)),
:where(.wp-block-columns:has(> div > .is-style-h6.first:first-child)) {
  margin-top: 1.25rem;
}

:where(.wp-block-columns:has(> div.has-background > .is-style-h6:first-child)),
:where(.wp-block-columns:has(> div.has-background > .is-style-h6.first:first-child)) {
  row-gap: 1.25rem;
}

:where(.wp-block-group:has(> hr:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> hr)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> hr.first)),
:where(.wp-block-columns:has(> div > hr:first-child)),
:where(.wp-block-columns:has(> div > hr.first:first-child)) {
  margin-top: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > hr:first-child)),
:where(.wp-block-columns:has(> div.has-background > hr.first:first-child)) {
  row-gap: 1rem;
}

:where(.wp-block-group:has(> ol:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> ol)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> ol.first)),
:where(.wp-block-columns:has(> div > ol:first-child)),
:where(.wp-block-columns:has(> div > ol.first:first-child)) {
  margin-top: 0.5rem;
}

:where(.wp-block-columns:has(> div.has-background > ol:first-child)),
:where(.wp-block-columns:has(> div.has-background > ol.first:first-child)) {
  row-gap: 0.5rem;
}

:where(.wp-block-group:has(> p:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> p)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> p.first)),
:where(.wp-block-columns:has(> div > p:first-child)),
:where(.wp-block-columns:has(> div > p.first:first-child)) {
  margin-top: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > p:first-child)),
:where(.wp-block-columns:has(> div.has-background > p.first:first-child)) {
  row-gap: 1rem;
}

:where(.wp-block-group:has(> pre:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> pre)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> pre.first)),
:where(.wp-block-columns:has(> div > pre:first-child)),
:where(.wp-block-columns:has(> div > pre.first:first-child)) {
  margin-top: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > pre:first-child)),
:where(.wp-block-columns:has(> div.has-background > pre.first:first-child)) {
  row-gap: 1rem;
}

:where(.wp-block-group:has(> ul:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> ul)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> ul.first)),
:where(.wp-block-columns:has(> div > ul:first-child)),
:where(.wp-block-columns:has(> div > ul.first:first-child)) {
  margin-top: 0.5rem;
}

:where(.wp-block-columns:has(> div.has-background > ul:first-child)),
:where(.wp-block-columns:has(> div.has-background > ul.first:first-child)) {
  row-gap: 0.5rem;
}

:where(.wp-block-group:has(> .wp-block-buttons:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-buttons)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-buttons.first)),
:where(.wp-block-columns:has(> div > .wp-block-buttons:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-buttons.first:first-child)) {
  margin-top: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-buttons:first-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-buttons.first:first-child)) {
  row-gap: 1rem;
}

:where(.wp-block-group:has(> .wp-block-file:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-file)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-file.first)),
:where(.wp-block-columns:has(> div > .wp-block-file:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-file.first:first-child)) {
  margin-top: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-file:first-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-file.first:first-child)) {
  row-gap: 1rem;
}

:where(.wp-block-group:has(> .wp-block-media-text__content:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-media-text__content)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-media-text__content.first)),
:where(.wp-block-columns:has(> div > .wp-block-media-text__content:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-media-text__content.first:first-child)) {
  margin-top: 1rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-media-text__content:first-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-media-text__content.first:first-child)) {
  row-gap: 1rem;
}

:where(.wp-block-group:has(> .wp-block-query-pagination:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-query-pagination)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-query-pagination.first)),
:where(.wp-block-columns:has(> div > .wp-block-query-pagination:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-query-pagination.first:first-child)) {
  margin-top: 0.5rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-query-pagination:first-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-query-pagination.first:first-child)) {
  row-gap: 0.5rem;
}

:where(.wp-block-group:has(> .wp-block-post-date:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-post-date)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-post-date.first)),
:where(.wp-block-columns:has(> div > .wp-block-post-date:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-post-date.first:first-child)) {
  margin-top: 0.5rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-post-date:first-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-post-date.first:first-child)) {
  row-gap: 0.5rem;
}

:where(.wp-block-group:has(> .wp-block-post-excerpt:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-post-excerpt)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-post-excerpt.first)),
:where(.wp-block-columns:has(> div > .wp-block-post-excerpt:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-post-excerpt.first:first-child)) {
  margin-top: 0.75rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-post-excerpt:first-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-post-excerpt.first:first-child)) {
  row-gap: 0.75rem;
}

:where(.wp-block-group:has(> .wp-block-post-terms:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-post-terms)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-post-terms.first)),
:where(.wp-block-columns:has(> div > .wp-block-post-terms:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-post-terms.first:first-child)) {
  margin-top: 0.5rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-post-terms:first-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-post-terms.first:first-child)) {
  row-gap: 0.5rem;
}

:where(.wp-block-group:has(> .wp-block-pullquote:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-pullquote)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-pullquote.first)),
:where(.wp-block-columns:has(> div > .wp-block-pullquote:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-pullquote.first:first-child)) {
  margin-top: 2rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-pullquote:first-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-pullquote.first:first-child)) {
  row-gap: 2rem;
}

:where(.wp-block-group:has(> .wp-block-table:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-table)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wp-block-table.first)),
:where(.wp-block-columns:has(> div > .wp-block-table:first-child)),
:where(.wp-block-columns:has(> div > .wp-block-table.first:first-child)) {
  margin-top: 1.5rem;
}

:where(.wp-block-columns:has(> div.has-background > .wp-block-table:first-child)),
:where(.wp-block-columns:has(> div.has-background > .wp-block-table.first:first-child)) {
  row-gap: 1.5rem;
}

:where(.wp-block-group:has(> .wpcf7:first-child)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wpcf7)),
:where(.wp-block-group.isnowrap:not(.vertical):has(> .wpcf7.first)),
:where(.wp-block-columns:has(> div > .wpcf7:first-child)),
:where(.wp-block-columns:has(> div > .wpcf7.first:first-child)) {
  margin-top: 2rem;
}

:where(.wp-block-columns:has(> div.has-background > .wpcf7:first-child)),
:where(.wp-block-columns:has(> div.has-background > .wpcf7.first:first-child)) {
  row-gap: 2rem;
}

blockquote > :first-child,
.wp-block-cover__inner-container > :first-child,
.wp-block-group > :first-child,
.wp-block-group.is-nowrap:not(.is-vertical) > * {
  margin-top: 0;
}

@media screen and (max-width: 781px) {
  .wp-block-column:first-child > :first-child,
  .wp-block-column.has-background > :first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-column > :first-child,
  .wp-block-media-text__content > :first-child {
    margin-top: 0;
  }
}
/* _templates.scss
 * Description: styles for templates and template parts
 * Author: Caroline Ferraby
 * Date: 06 November 2023
 */
/* ---------------------------------------------------
   All templates
--------------------------------------------------- */
body .wp-site-blocks {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body .wp-site-blocks > main {
  flex-grow: 1;
}

/* ---------------------------------------------------
   Header template part
--------------------------------------------------- */
header.wp-block-template-part > .wp-block-group {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
header.wp-block-template-part .wp-block-site-logo img {
  max-height: 60px;
  width: auto;
}

/* ---------------------------------------------------
   Footer template part
--------------------------------------------------- */
footer.wp-block-template-part > :first-child {
  margin-top: 0;
}

/* ---------------------------------------------------
   Search results template
--------------------------------------------------- */
.search-results .wp-block-search__input[type=search] {
  max-width: none;
}
.search-results .wp-block-query {
  margin-bottom: 2.5rem;
}

/* _elements.scss
 * Description: styles for elements that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* _containers.scss
 * Description: styles for container blocks that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* ---------------------------------------------------
   Groups with a background color
--------------------------------------------------- */
.wp-block-group.has-background {
  padding: 2rem;
}

:where(main :not(.has-background)) + .has-background {
  margin-top: 1.5rem;
}

.wp-block-group.has-background + .wp-block-group.has-background {
  margin-top: 0;
}

.has-white-background-color + .wp-block-group.has-background.has-white-background-color,
.has-first-background-color + .wp-block-group.has-background.has-first-background-color,
.has-second-background-color + .wp-block-group.has-background.has-second-background-color,
.has-third-background-color + .wp-block-group.has-background.has-third-background-color,
.has-fourth-background-color + .wp-block-group.has-background.has-fourth-background-color,
.has-fifth-background-color + .wp-block-group.has-background.has-fifth-background-color,
.has-sixth-background-color + .wp-block-group.has-background.has-sixth-background-color,
.has-black-background-color + .wp-block-group.has-background.has-black-background-color {
  padding-top: 0;
}

.wp-block-post-content > :last-child {
  padding-bottom: 2rem;
}

/* ---------------------------------------------------
   Columns with a background color
--------------------------------------------------- */
.wp-block-column.has-background {
  align-self: auto;
  padding: 2rem;
}
.wp-block-column.has-background.is-vertically-aligned-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-column.has-background.is-vertically-aligned-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* ---------------------------------------------------
   Setting foreground colors for colored backgrounds
--------------------------------------------------- */
.has-white-background-color {
  color: #000000;
  --color-bg--primary: initial;
  --color-bg--heading: initial;
  --color-bg--caption: initial;
  --color-bg--divider: initial;
  --color-bg--link: initial;
  --color-bg--primary-btn-txt: initial;
  --color-bg--primary-btn: initial;
  --color-bg--primary-btn-hover: initial;
  --color-bg--secondary-btn: initial;
  --color-bg--secondary-btn-hover: initial;
  --color-bg--minimal-btn: initial;
  --color-bg--minimal-btn-hover: initial;
  --color-bg--form-field: initial;
}

.has-gray-background-color {
  color: #000000;
  --color-bg--primary: initial;
  --color-bg--heading: initial;
  --color-bg--caption: initial;
  --color-bg--divider: initial;
  --color-bg--link: initial;
  --color-bg--primary-btn-txt: initial;
  --color-bg--primary-btn: initial;
  --color-bg--primary-btn-hover: initial;
  --color-bg--secondary-btn: initial;
  --color-bg--secondary-btn-hover: initial;
  --color-bg--minimal-btn: initial;
  --color-bg--minimal-btn-hover: initial;
  --color-bg--form-field: initial;
}
.has-gray-background-color strong {
  color: #274374;
}

/* _elements.scss
 * Description: styles for elements that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* _navigation.scss
 * Description: styles for the navigation block
 * Author: Caroline Ferraby
 * Date: 06 November 2023
 */
/* ---------------------------------------------------
   All navigation blocks
--------------------------------------------------- */
.wp-block-template-part .wp-block-group {
  flex-wrap: wrap;
}
.wp-block-template-part .wp-block-group .wp-block-navigation__container {
  gap: 5px;
}
@media all and (max-width: 1350px) {
  .wp-block-template-part .wp-block-group .wp-block-navigation {
    width: 100%;
  }
}

.wp-block-navigation {
  column-gap: 1.25rem;
}
.wp-block-navigation .wp-block-navigation-item.contact .wp-block-navigation-item__content {
  color: white;
  background: #C1A01F;
}
.wp-block-navigation .wp-block-navigation-item.contact .wp-block-navigation-item__content:hover, .wp-block-navigation .wp-block-navigation-item.contact .wp-block-navigation-item__content:active {
  color: white;
  background: rgb(149.0580357143, 123.5714285714, 23.9419642857);
}
.wp-block-navigation .wp-block-navigation-item.contact.current-menu-item .wp-block-navigation-item__content {
  color: white;
  background: rgb(149.0580357143, 123.5714285714, 23.9419642857);
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  padding: 1px 10px 0 10px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:hover, .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:active {
  color: white;
  background: #5979A2;
}
.wp-block-navigation .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  color: white;
  background: #5979A2;
}

/* ---------------------------------------------------
   Mobile overlay menu is not visible
--------------------------------------------------- */
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
  min-width: 300px;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: none !important;
}

.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-icon {
  color: #000 !important;
  font-size: 1.5rem;
  margin-left: 0;
  display: none;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-icon:hover {
  background: transparent;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-icon svg {
  margin-top: 0;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container {
  padding: 0;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container > .wp-block-navigation-item {
  padding: 0;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  padding: 10px 15px;
  font-size: 1rem;
  margin-top: 1px;
  border: 1px solid #E6EBF1;
  background: #E6EBF1;
  border-radius: 0;
  font-weight: 300;
  color: #000;
  text-transform: none;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover {
  background: white;
  border-color: #5979A2;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-page-list > .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container {
  left: -1rem;
}
.wp-block-navigation > :not(.is-menu-open) .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation > :not(.is-menu-open) .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: 100%;
}

/* ---------------------------------------------------
   Mobile overlay menu
--------------------------------------------------- */
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  color: #000 !important;
}
.wp-block-navigation__responsive-container-close:hover,
.wp-block-navigation__responsive-container-open:hover {
  background: transparent;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  width: 43px;
  height: 43px;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: white;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
  color: #000 !important;
}

.wp-block-navigation .is-menu-open .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
.wp-block-navigation .is-menu-open .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
.wp-block-navigation .is-menu-open .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
  min-width: 200px;
}

.wp-block-navigation__responsive-container.is-menu-open {
  padding-top: 2.375rem;
  width: 50%;
  right: 0;
  left: auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.contact .wp-block-navigation-item__content {
  color: #000;
  background: white;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.contact .wp-block-navigation-item__content:hover, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.contact .wp-block-navigation-item__content:active {
  color: #000;
  background: white;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.contact.current-menu-item .wp-block-navigation-item__content {
  color: #000;
  background: white;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
  color: #000 !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: flex-start;
  gap: 0.75rem;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > * {
  order: 1;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  width: 100%;
  gap: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  box-sizing: border-box;
  font-size: 1.125rem;
  padding: 0.25rem 0;
  width: 100%;
  color: #000;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:hover, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:active {
  background: white;
  color: #000;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  width: 100%;
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  padding-left: 1.25rem;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  padding-left: 2.5rem;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  border: none;
  background: white;
  text-transform: none;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover {
  background: white;
  border-color: transparent;
}

/* ---------------------------------------------------
   Navigation block styles based on location
--------------------------------------------------- */
.wp-block-post-content .wp-block-navigation__container,
.wp-block-post-content .wp-block-navigation .wp-block-page-list {
  column-gap: 0;
  flex-grow: 1;
}
.wp-block-post-content .wp-block-navigation__container > .wp-block-navigation-item,
.wp-block-post-content .wp-block-navigation .wp-block-page-list > .wp-block-navigation-item {
  justify-content: center;
  border-bottom: 2px solid var(--color-bg--link, #5979A2);
}
.wp-block-post-content .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content,
.wp-block-post-content .wp-block-navigation .wp-block-page-list > .wp-block-navigation-item > .wp-block-navigation-item__content {
  width: 100%;
  padding: 0.325rem 1rem;
  border-bottom: 4px solid transparent;
  margin-bottom: -3px;
  text-align: center;
}
.wp-block-post-content .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover,
.wp-block-post-content .wp-block-navigation .wp-block-page-list > .wp-block-navigation-item > .wp-block-navigation-item__content:hover {
  color: inherit;
  border-bottom: 4px solid;
}

@media (min-width: 1025px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
}
@media all and (max-width: 1024px) {
  .wp-block-template-part .wp-block-group .wp-block-navigation {
    width: auto;
  }
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
/* _elements.scss
 * Description: styles for elements that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* _pagination.scss
 * Description: styles for pagination that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* ---------------------------------------------------
   Pagination styles for the following blocks:
   * pagination block
   * comments pagination block
   * page break block
--------------------------------------------------- */
.post-page-numbers,
.page-numbers {
  padding: 0.3125rem 0.4rem;
  margin-left: 0.25rem;
  border: 1px solid #cacacc;
  border-radius: 3px;
}
.post-page-numbers.current,
.page-numbers.current {
  background-color: var(--color-bg--primary-btn, #5979A2);
  border-color: var(--color-bg--primary-btn, #5979A2);
  color: var(--color-bg--primary-btn-txt, #FFFFFF);
}
.post-page-numbers:hover,
.page-numbers:hover {
  border-color: #5979A2;
}

.post-page-numbers,
.wp-block-query-pagination a,
.wp-block-query-pagination-numbers a {
  text-decoration: none;
}

.wp-block-query-pagination-numbers:first-child .page-numbers:first-child {
  margin-left: 0;
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  margin-left: 5px;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  margin-right: 5px;
}

.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin-top: 0.5em;
}

/* _elements.scss
 * Description: styles for elements that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* _forms.scss
 * Description: styles for forms created with the Contact Form 7 plugin
 * Author: Caroline Ferraby
 * Date: 19 April 2024
 */
/* -----------------------------------
   Form styles
----------------------------------- */
.wpcf7 form p {
  margin-top: 0.75rem;
}

.wpcf7 label {
  font-weight: 700;
}
.wpcf7 label .wpcf7-list-item-label {
  font-weight: 300;
}

p:has(.wpcf7-validates-as-required) label::after {
  content: " *";
  position: relative;
  color: #dc3232;
}

.wpcf7-form-control {
  display: inline-block;
}
.wpcf7-form-control:last-child {
  margin-bottom: 1.625rem;
}

.wpcf7 textarea,
.wpcf7 [type=text],
.wpcf7 [type=date],
.wpcf7 [type=datetime],
.wpcf7 [type=datetime-local],
.wpcf7 [type=month],
.wpcf7 [type=time],
.wpcf7 [type=week],
.wpcf7 [type=number],
.wpcf7 [type=search],
.wpcf7 [type=password],
.wpcf7 [type=email],
.wpcf7 [type=url],
.wpcf7 [type=tel],
.wpcf7 [type=file],
.wpcf7 select {
  box-sizing: border-box;
  width: 100%;
  padding: 0.625rem 0.75rem;
  margin: 0.5rem 0 0;
  border: 0;
  outline: 0.06rem solid transparent;
  outline-offset: -0.06rem;
  background-color: var(--color-bg--form-field, rgba(0, 0, 0, 0.05));
  color: inherit;
}
.wpcf7 textarea:focus,
.wpcf7 [type=text]:focus,
.wpcf7 [type=date]:focus,
.wpcf7 [type=datetime]:focus,
.wpcf7 [type=datetime-local]:focus,
.wpcf7 [type=month]:focus,
.wpcf7 [type=time]:focus,
.wpcf7 [type=week]:focus,
.wpcf7 [type=number]:focus,
.wpcf7 [type=search]:focus,
.wpcf7 [type=password]:focus,
.wpcf7 [type=email]:focus,
.wpcf7 [type=url]:focus,
.wpcf7 [type=tel]:focus,
.wpcf7 [type=file]:focus,
.wpcf7 select:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px var(--color-bg--primary, #505050);
  outline-color: var(--color-bg--primary, #505050);
}
.wpcf7 [type=checkbox],
.wpcf7 [type=radio] {
  margin: 0 0.5rem 0 -1.375rem;
  accent-color: var(--color-bg--primary, #505050);
}
.wpcf7 [type=checkbox]:focus-visible,
.wpcf7 [type=radio]:focus-visible {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px var(--color-bg--primary, #505050);
  outline: 0;
}
.wpcf7 .wpcf7-list-item {
  display: block;
  margin: 0.5rem 0 0 0;
}
.wpcf7 .wpcf7-list-item label {
  margin: 0;
  padding-left: 1.375rem;
}

/* -----------------------------------
   Validation
----------------------------------- */
.wpcf7 select:invalid,
.wpcf7 input:not([type=search]):invalid,
.wpcf7 textarea:invalid,
.wpcf7-not-valid {
  outline-color: #dc3232;
}
.wpcf7 select:invalid:focus,
.wpcf7 input:not([type=search]):invalid:focus,
.wpcf7 textarea:invalid:focus,
.wpcf7-not-valid:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px #dc3232;
  outline-color: #dc3232;
}

.wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 0.875rem;
  padding: 0;
  margin: 1rem 0;
  border-width: 0;
}
.wpcf7 form .wpcf7-response-output::before {
  content: "×";
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  line-height: 1;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-color: #dc3232;
  color: #FFFFFF;
}

.wpcf7 form.spam .wpcf7-response-output::before {
  background-color: #f56e28;
}

.wpcf7 form.sent .wpcf7-response-output::before {
  content: "✓";
  padding: 1 3px;
  background-color: #46b450;
}

/* _elements.scss
 * Description: styles for elements that can't be defined in theme.json
 * Author: Caroline Ferraby
 * Date: 01 August 2023
 */
/* _utilities.scss
 * Description: styles for utilities that can be used as helper classes
 * Author: Caroline Ferraby
 * Date: 07 September 2023
 */
/* ---------------------------------------------------
   For Administrators (use all caps)
--------------------------------------------------- */
.FLAG {
  color: #FF00FF;
}

/* ---------------------------------------------------
   For Developers
--------------------------------------------------- */
.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.frame {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.mt-0 {
  margin-top: 0;
}

.mt-quarter,
.mt-quarter:first-child {
  margin-top: 0.25rem;
}

.mt-half,
.mt-half:first-child {
  margin-top: 0.5rem;
}

.mt-1,
.mt-1:first-child {
  margin-top: 1rem;
}

.mt-2 .mt-2:first-child {
  margin-top: 2rem;
}

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

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

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

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

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

.page-header {
  margin-bottom: 4rem;
}

.biography {
  padding-bottom: 4rem;
  border-bottom: 1px solid black;
  margin-bottom: 4rem;
}
.biography:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.is-layout-constrained.hero-dots > .alignfull.wp-block-cover {
  box-sizing: border-box;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.hero-dots.wp-block-group.has-background {
  padding: 0;
}
.hero-dots .wp-block-cover {
  position: relative;
}
.hero-dots .wp-block-cover:before, .hero-dots .wp-block-cover:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-dots .wp-block-cover:before {
  background-image: url("/wp-content/themes/mitc-theme/resources/images/mitc-dots-l.png");
  background-position: left center;
}
.hero-dots .wp-block-cover:after {
  background-image: url("/wp-content/themes/mitc-theme/resources/images/mitc-dots-r.png");
  background-position: right center;
}
.hero-dots .wp-block-cover .wp-block-cover__inner-container {
  position: relative;
  z-index: 10;
  max-width: 51%;
}
.hero-dots .wp-block-cover .wp-block-cover__inner-container h1 {
  font-weight: 300;
}
.hero-dots .wp-block-cover .wp-block-cover__inner-container h1 strong {
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .hero-dots .wp-block-cover:before, .hero-dots .wp-block-cover:after {
    display: none;
  }
  .hero-dots .wp-block-cover .wp-block-cover__inner-container {
    max-width: 90%;
  }
  .hero-dots .wp-block-cover .wp-block-cover__inner-container h1 {
    font-size: 2.2rem;
  }
}

/* ---------------------------------------------------
   Frontend styles only
--------------------------------------------------- */
html {
  font-size: 16px;
}
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

a:where(:not(.wp-element-button)) {
  color: var(--color-bg--link, #5979A2);
}
a:where(:not(.wp-element-button)):hover, a:where(:not(.wp-element-button)):active {
  color: var(--color-bg--link, rgb(137.2111553785, 160.4780876494, 190.2888446215));
}

.has-inline-color > a:where(:not(.wp-element-button)),
.has-text-color > a:where(:not(.wp-element-button)) {
  color: inherit;
}
.has-inline-color > a:where(:not(.wp-element-button)):hover, .has-inline-color > a:where(:not(.wp-element-button)):active,
.has-text-color > a:where(:not(.wp-element-button)):hover,
.has-text-color > a:where(:not(.wp-element-button)):active {
  color: inherit;
}

body {
  font-family: "urbane-rounded", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
body ul, body ol,
body p {
  text-align: justify;
}

blockquote {
  margin-left: 0;
  margin-bottom: 2rem;
  padding-left: 2.5rem;
}

figure > blockquote {
  margin-right: 2.5rem;
}

figcaption {
  font-size: 0.9rem;
  color: var(--color-bg--caption, #274374);
}

figure:has(figcaption) {
  margin-bottom: 0;
}
figure:not(:has(figcaption)) {
  margin-bottom: 1.5rem;
}

img {
  width: 100%;
}

hr,
.wp-block-separator {
  width: 100%;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: var(--color-bg--divider, #536122);
  padding-top: 0.75rem;
  margin-bottom: 0.75rem;
}

h1, .is-style-h1,
h2, .is-style-h2,
h3, .is-style-h3,
h4, .is-style-h4,
h5, .is-style-h5,
h6, .is-style-h6 {
  font-family: "urbane-rounded", sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.1;
  margin-bottom: 0;
  color: var(--color-bg--heading, #505050);
}

h1, .is-style-h1,
h2, .is-style-h2,
h3, .is-style-h3,
h5, .is-style-h5 {
  color: #274374;
}

h4, .is-style-h4 {
  color: #C1A01F;
}

h3, .is-style-h3,
h5, .is-style-h5,
h6, .is-style-h6 {
  text-transform: uppercase;
}

h1, .is-style-h1 {
  font-size: 3rem;
}

h2, .is-style-h2 {
  font-size: 1.875rem;
}

h3, .is-style-h3 {
  font-size: 1.5rem;
}

h4, .is-style-h4 {
  font-size: 1.25rem;
}

h5, .is-style-h5 {
  font-size: 1.125rem;
}

h6, .is-style-h6 {
  font-size: 1rem;
  font-weight: 300;
}

.is-style-subtitle {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  color: var(--color-bg--caption, #274374);
}

li > ol,
li > ul {
  margin-top: 0;
}

ul {
  list-style-type: disc;
  margin-bottom: 0;
}
ul > li::marker {
  color: var(--tf--color--3, #505050);
}

p.is-style-lead {
  font-size: 1.125rem;
}
p:empty {
  margin-top: 0;
}

pre {
  margin-bottom: 0;
}
