/*
Theme Name: Frost
Theme URI: https://frostwp.com/
Author: WP Engine
Author URI: https://wpengine.com/
Description: An experimental block theme for designers, developers, and creators.
Tags: accessibility-ready, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 0.9.2.7
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: frost

Frost WordPress Theme, (C) 2022 WP Engine.
Frost is distributed under the terms of the GNU GPL.
*/

/* Defaults
---------------------------------------------------------------------------- */

html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-block-button__link {
  transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: var(--wp--custom--font-weight--bold);
}

blockquote {
  margin: 0;
}

/*
 * Alignment Styles - Originally from TT2.
 * These rules are temporary, and should not
 * be relied on or modified too heavily by
 * themes or plugins that build on Frost.
 * These are meant to be a precursor to a
 * global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
---------------------------------------------*/

body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-cover.alignfull,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-site-blocks {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
}

.block-editor-block-list__layout.is-root-container > .alignfull,
.is-root-container > .wp-block-cover,
.is-root-container > .wp-block-group.has-background,
.is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background {
  margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  width: unset;
}

main a {
  text-decoration: none;
  color: var(--wp--preset--color--blue);
  border-bottom: 2px solid var(--wp--preset--color--blue);
  font-weight: var(--wp--custom--font-weight--semi-bold);
}

.wp-block-image a {
  border-bottom: none;
}

main a:focus,
main a:hover {
  border-bottom: 0;
  text-decoration: none;
}

footer a:focus,
footer a:hover {
  text-decoration: none;
  border-bottom-color: var(--wp--preset--color--blue);
}

/* Blocks
---------------------------------------------------------------------------- */

/* Button
--------------------------------------------- */

input[type="button"],
input[type="submit"],
.wp-block-post-comments input[type="submit"],
.wp-block-search__button {
  border: 1px solid var(--wp--preset--color--black);
  border-radius: 0;
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--font-weight--medium);
  padding: 10px 25px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-search__button:focus,
.wp-block-search__button:hover {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.mc-main input[type="submit"]:hover {
  background-color: #196ab1;
  border-color: #196ab1;
}
.mc-main input[type="submit"] {
  word-break: normal;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  color: var(--wp--preset--color--blue);
  background: var(--wp--preset--color--yellow);
}

.wp-block-button__link.has-background:focus,
.wp-block-button__link.has-background:hover {
  color: var(--wp--preset--color--white);
  filter: brightness(110%);
}

.wp-block-button__link.has-black-color.has-background:focus,
.wp-block-button__link.has-black-color.has-background:hover {
  color: var(--wp--preset--color--black);
}

/* Button - Fill White
--------------------------------------------- */

.wp-block-button.is-style-fill-white .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}

.wp-block-button.is-style-fill-white .wp-block-button__link:focus,
.wp-block-button.is-style-fill-white .wp-block-button__link:hover {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}

.wp-block-button.is-style-fill-red .wp-block-button__link {
  background-color: var(--wp--preset--color--blue);
  border: 1px solid var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white);
}

.wp-block-button.is-style-fill-red .wp-block-button__link:focus,
.wp-block-button.is-style-fill-red .wp-block-button__link:hover {
  background-color: #f78e96;
  border-color: #f78e96;
}

.wp-block-button.is-style-fill-yellow .wp-block-button__link {
  background-color: var(--wp--preset--color--yellow);
  border: 1px solid var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--black);
}

.wp-block-button.is-style-fill-yellow .wp-block-button__link:focus,
.wp-block-button.is-style-fill-yellow .wp-block-button__link:hover {
  background-color: #ffe492;
  border-color: #ffe492;
}

.wp-block-button.is-style-fill-mint .wp-block-button__link {
  background-color: var(--wp--preset--color--mint);
  border: 1px solid var(--wp--preset--color--mint);
  color: var(--wp--preset--color--black);
}

.wp-block-button.is-style-fill-mint .wp-block-button__link:focus,
.wp-block-button.is-style-fill-mint .wp-block-button__link:hover {
  background-color: #a2eee4;
  border-color: #a2eee4;
}

/* Button - Outline
--------------------------------------------- */

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 1px solid;
  border-color: currentColor;
  color: var(--wp--preset--color--black);
  padding: 10px 25px;
}

.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

/* Button - Outline White
--------------------------------------------- */

.wp-block-button.is-style-outline-white .wp-block-button__link {
  background-color: transparent;
  border: 1px solid;
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}

.wp-block-button.is-style-outline-white .wp-block-button__link:focus,
.wp-block-button.is-style-outline-white .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}

/* Calendar
--------------------------------------------- */

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: var(--wp--preset--color--black);
}

.wp-block-calendar table th {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  border: 1px solid var(--wp--preset--color--black);
  padding: 10px;
}

/* Caption
--------------------------------------------- */

.wp-block-embed figcaption,
.wp-block-gallery figcaption,
.wp-block-image figcaption,
.wp-block-table figcaption {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.wp-block-gallery figcaption {
  margin-top: 0;
}

/* Code
--------------------------------------------- */

.wp-block-code {
  border: none;
}

.wp-block-code code {
  border: none;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--monospace);
  overflow-wrap: normal;
  overflow-x: scroll;
  padding: 0;
  white-space: pre;
}

*:not(.wp-block-code) > code,
kbd {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--small);
  padding: 5px 8px;
  position: relative;
  top: -1px;
}

/*
 * When inline code is selected, the Editor applies contextual styling. Since
 * our code color is near white, we need to reset to the default text color.
 */
.rich-text:focus > code[data-rich-text-format-boundary],
.rich-text:focus > kbd[data-rich-text-format-boundary] {
  color: currentColor;
}

/* Comments
--------------------------------------------- */

.wp-block-post-comments input:not([type="submit"]),
.wp-block-post-comments textarea {
  border-color: var(--wp--preset--color--black);
}

.wp-block-post-comments .commentlist {
  margin-bottom: 40px;
  margin-top: 40px;
}

.wp-block-post-comments .commentlist .comment p {
  line-height: var(--wp--custom--line-height--body);
}

.wp-block-post-comments .form-submit {
  margin-bottom: 0;
}

.wp-block-post-comments .comment-form-cookies-consent {
  font-size: var(--wp--preset--font-size--small);
}

/* Comment Author Avatar
--------------------------------------------- */

.wp-block-post-comments .comment-author .avatar {
  height: 48px;
  margin-top: 2px;
  width: 48px;
}

/* Heading
--------------------------------------------- */

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 20px 30px;
}

/* Image
--------------------------------------------- */

.wp-block-image.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-image.alignleft {
  margin-right: 30px !important;
}

.wp-block-image.alignright {
  margin-left: 30px !important;
}

/* List
--------------------------------------------- */

ol li:where(:not([class*="wp-block"])),
ol li:where(.wp-block-list),
ul li:where(:not([class*="wp-block"])),
ul li:where(.wp-block-list) {
  margin-left: 30px;
}

.site-content .wp-block-column > ul,
.site-content .wp-block-column > ol,
.site-content .wp-block-media-text__content > ul,
.site-content .wp-block-media-text__content > ol,
.site-content .gb-accordion-text > ul,
.site-content .gb-accordion-text > ol {
  margin-bottom: 20px;
}

/* Navigation
--------------------------------------------- */

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container {
  gap: 5px 20px;
}

.wp-block-navigation__responsive-container.is-menu-open {
  padding: 30px var(--wp--custom--spacing--outer);
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  border: 1px solid var(--wp--preset--color--black);
  padding: 7px;
}

.has-background .wp-block-navigation__responsive-container-open {
  border: 1px solid var(--wp--preset--color--white);
}

.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
  color: var(--wp--preset--color--blue);
}

header .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  color: var(--wp--preset--color--yellow);
}

header .wp-block-navigation-item.is-style-fill a {
  background-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white);
  padding: 10px 15px !important;
  border-color: var(--wp--preset--color--blue);
  border-radius: 6px;
  text-transform: uppercase;
}

header .wp-block-navigation-item__label {
  color: var(--wp--preset--color--blue);
}

header .wp-block-navigation-item.is-style-fill a:focus,
header .wp-block-navigation-item.is-style-fill a:hover {
  background-color: #196ab1;
  border-color: #196ab1;
  color: var(--wp--preset--color--white);
}

/* wip style */
.header-wrap {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 6px solid #279989;
}

.header-wrap .wp-block-site-logo {
  flex-basis: 209px;
  margin-top: 30px;
}

.header-wrap .header-utility-wrap {
  padding-top: 20px;
}

.header-wrap .header-utility-wrap input {
  text-transform: uppercase;
}
.header-wrap
  .header-utility-wrap
  .is-style-fill
  .wp-block-navigation-item__label {
  color: var(--wp--preset--color--white);
}

.header-wrap .header-utility-wrap,
.header-wrap .header-nav-wrap {
  margin-right: 0 !important;
}

@media only screen and (max-width: 1047px) {
  .header-wrap .header-utility-wrap nav,
  .header-wrap .header-nav-wrap nav {
    justify-content: flex-start;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-justify: flex-start;
  }
  .header-wrap .header-utility-wrap,
  .header-wrap .header-nav-wrap {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 599px) {
  .header-wrap .wp-block-site-logo {
    margin-inline-end: 1em !important;
  }

  .header-wrap .header-utility-wrap {
    order: 3;
  }

  .header-wrap .header-utility-wrap nav {
    justify-content: flex-start;
  }
  .header-wrap .header-nav-wrap {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .header-wrap .header-nav-wrap nav {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1700px) {
  .header-wrap {
    display: block;
  }
}

.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item {
  padding-bottom: 15px;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container {
  gap: 0;
}

button.wp-block-navigation__responsive-container-open::before {
  content: "Menu";
  font-weight: 600;
  font-family: var(--wp--preset--font-family--primary);
  margin: auto;
  text-transform: uppercase;
}

button.wp-block-navigation__responsive-container-close {
  display: flex;
  align-items: center;
  border-color: var(--wp--preset--color--white);
}
button.wp-block-navigation__responsive-container-close:before {
  content: "Close";
  font-weight: 600;
  font-family: var(--wp--preset--font-family--primary);
  margin: auto;
  text-transform: uppercase;
}

.wp-block-navigation:not(.has-background)
  .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--blue);
  --navigation-layout-justification-setting: flex-start;
}

footer > div {
  border-top: 6px solid #279989;
}

footer .wp-block-navigation-item__content {
  border-bottom: 2px solid;
}

footer .wp-block-column h2 {
  color: #aeaeae;
  text-transform: UpperCase;
}

@media only screen and (max-width: 782px) {
  footer .footer-nav {
    justify-content: flex-start;
  }
}

footer.site-footer {
  margin-block-start: 0;
}

/* Navigation Submenu
--------------------------------------------- */

.wp-block-navigation:not(.has-background)
  .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--white);
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: var(--wp--preset--color--blue);
  padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
  padding: 2px 10px;
}

/* Paragraph
--------------------------------------------- */

p.has-background {
  padding: 20px 30px;
}

/* Preformatted
--------------------------------------------- */

.wp-block-preformatted {
  overflow-wrap: normal;
  overflow-x: scroll;
  white-space: pre;
}

/* Pullquote
--------------------------------------------- */

.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height--medium);
  margin-bottom: 0;
}

.wp-block-pullquote cite,
.wp-block-pullquote__citation {
  display: block;
  font-size: var(--wp--preset--font-size--small);
  font-style: inherit;
  margin-top: 10px;
  text-transform: inherit;
}

/* Quote
--------------------------------------------- */

.wp-block-quote {
  box-shadow: 5px 5px var(--wp--preset--color--black);
}

.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote cite {
  display: block;
  font-size: var(--wp--preset--font-size--small);
  font-style: inherit;
  margin-top: 10px;
  text-align: inherit;
}

/* Separator
--------------------------------------------- */

.wp-block-separator {
  opacity: 1;
}

.wp-block-separator:not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: 1px solid currentColor;
  height: 1px;
}

.wp-block-separator.is-style-dots:before {
  font-family: inherit;
  font-size: var(--wp--preset--font-size--large);
  letter-spacing: 10px;
  padding-left: 10px;
}

/* Site Title
--------------------------------------------- */

.wp-block-site-title a {
  text-decoration: none;
}

/* Table
--------------------------------------------- */

.wp-block-table.is-style-stripes {
  border-bottom: none;
}

.wp-block-table table {
  border-collapse: collapse;
}

.wp-block-table thead {
  border-bottom: 3px solid var(--wp--preset--color--black);
}

.wp-block-table tfoot {
  border-top: 3px solid var(--wp--preset--color--black);
}

.wp-block-table td,
.wp-block-table th,
.wp-block-table tr,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes tr {
  border: 1px solid var(--wp--preset--color--black);
}

.wp-block-table th {
  font-weight: var(--wp--custom--font-weight--medium);
}

.wp-block-table td,
.wp-block-table th {
  padding: 5px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #e5e5e5;
}

/* Custom
---------------------------------------------------------------------------- */

.support-center-breadcrumb {
  font-size: var(--wp--preset--font-size--a-small);
  font-weight: var(--wp--custom--font-weight--bold);
  line-height: var(--wp--preset--line-height--heading);
  color: var(--wp--preset--color--yellow);
}

.support-center-breadcrumb a {
  margin: 0 16px;
  border-bottom: 2px solid var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--yellow);
}

.wp-block-media-text figure.wp-block-media-text__media {
  margin-bottom: 20px;
}

.gb-block-accordion .gb-accordion-title {
  cursor: pointer;
  margin-bottom: 20px;
}

.facetwp-facet[data-name="advanced_placement"],
.facetwp-facet[data-name="credit_recovery"],
.facetwp-facet[data-name="ncaa_eligible"],
.facetwp-facet[data-name="qm_certified"],
.facetwp-facet[data-name="grade_level"],
.facetwp-facet[data-name="dual_enrollment"],
.facetwp-facet[data-name="new_course"] {
  margin: 0;
}

.facetwp-facet input.facetwp-search,
.facetwp-facet input.facetwp-search::placeholder {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--ax-small);
  font-weight: var(--wp--custom--font-weight--semi-bold);
  text-transform: uppercase;
}
.facetwp-facet input.facetwp-search {
  border: 1px solid #e5e5e5;
}

.facetwp-type-search .facetwp-icon {
  background-color: var(--wp--preset--color--blue);
  width: 38px;
  opacity: 1;
  text-align: center;
}
.facetwp-type-search .facetwp-icon:hover,
.facetwp-type-search .facetwp-icon:focus {
  background-color: #196ab1;
}

.facetwp-type-search .facetwp-icon:before {
  filter: invert(1);
}

.facet-label,
.facetwp-facet.facetwp-facet-pager_result {
  font-size: var(--wp--preset--font-size--m-large);
  font-weight: var(--wp--custom--font-weight--semi-bold);
  margin-bottom: 16px;
  line-height: var(--wp--custom--line-height--medium);
}

.facetwp-facet .facetwp-checkbox {
  color: var(--wp--preset--color--blue);
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 10px;
  padding-left: 25px;
}
.facetwp-facet .facetwp-checkbox.checked {
  font-weight: var(--wp--custom--font-weight--semi-bold);
}

.course_catalog {
  margin-bottom: 40px;
}

.course_catalog .course {
  padding: 40px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.course_catalog .course:nth-of-type(2n) {
  background-color: #e5e5e5;
  background-color: rgba(229, 229, 229, 0.5);
}
.course_catalog .course:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.course span.chip {
  background-color: var(--wp--preset--color--mint);
  border-radius: 8px;
  padding: 8px;
  font-size: var(--wp--preset--font-size--ax-small);
  font-weight: var(--wp--custom--font-weight--semi-bold);
  margin-right: 10px;
}

.yoast-breadcrumbs {
  font-size: var(--wp--preset--font-size--a-small);
  font-weight: var(--wp--custom--font-weight--bold);
  line-height: var(--wp--preset--line-height--heading);
  color: var(--wp--preset--color--yellow);
}
.yoast-breadcrumbs a {
  color: var(--wp--preset--color--yellow);
  border-bottom: 2px solid var(--wp--preset--color--yellow);
}

.yoast-breadcrumbs > span a {
  margin: 0 16px;
}
.yoast-breadcrumbs > span > span:first-of-type > a {
  margin-left: 0;
}
.yoast-breadcrumbs .breadcrumb_last {
  color: var(--wp--preset--color--white);
  margin-left: 16px;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea,
.wp-block-search__input {
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--black);
  border-radius: 0;
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--regular);
  line-height: var(--wp--custom--line-height--body);
  padding: 10px 20px;
  width: 100%;
}

.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  padding: 0;
  border: 1px solid var(--wp--preset--color--blue);
}

.wp-block-search__input {
  font-size: var(--wp--preset--font-size--ax-small);
  font-weight: var(--wp--preset--font-weight--semi-bold);
  padding: 10px !important;
}

.wp-block-search__button {
  background-color: var(--wp--preset--color--blue);
  border-color: var(--wp--preset--color--blue);
  margin: 0;
}

.wp-block-search__button:hover,
.wp-block-search__button:focus {
  background-color: #196ab1;
  border-color: #196ab1;
}

.wp-block-search__button svg {
  fill: var(--wp--preset--color--white);
  transform: scaleX(-1);
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}

::placeholder {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--small);
  opacity: 0.6;
}

.nf-field-container {
  margin-bottom: 10px;
}

/* Styles
--------------------------------------------- */

.is-style-boxshadow,
.is-style-boxshadow-media img {
  box-shadow: 0 0 50px rgb(0 0 0 / 10%);
}

.is-style-full-height {
  align-items: center;
  display: grid;
  min-height: 100vh;
}

/* Experimental Styles
--------------------------------------------- */

.columns-green .wp-block-column {
  box-shadow: 10px 10px #279989;
}

.columns-green + div {
  margin-top: 0;
}

/*
 * Remove bottom margin when blocks are placed in container blocks that do not
 * support blockGap (i.e. Column, Cover, Media & Text)
 */
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
.wp-block-image:last-child {
  margin-bottom: 0;
}

.is-root-container h1 + *,
.is-root-container h2 + *,
.is-root-container h3 + *,
.is-root-container h4 + *,
.is-root-container h5 + *,
.is-root-container h6 + *,
.wp-block-post-content h1 + *,
.wp-block-post-content h2 + *,
.wp-block-post-content h3 + *,
.wp-block-post-content h4 + *,
.wp-block-post-content h5 + *,
.wp-block-post-content h6 + * {
  margin-top: 20px !important;
}

.wp-block-spacer + * {
  margin-top: 0 !important;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 800px) {
  /* Navigation
	--------------------------------------------- */

  .wp-block-navigation-item.is-style-fill a,
  .wp-block-navigation-item.is-style-outline a {
    border: 1px solid var(--wp--preset--color--blue);
    padding: 5px 15px;
  }

  .wp-block-navigation-item.is-style-fill,
  .wp-block-navigation-item.is-style-outline a:focus,
  .wp-block-navigation-item.is-style-outline a:hover {
    background-color: var(--wp--preset--color--blue);
    color: var(--wp--preset--color--white);
    border-radius: 6px;
  }

  .wp-block-navigation-item.is-style-fill a:focus,
  .wp-block-navigation-item.is-style-fill a:hover,
  .wp-block-navigation-item.is-style-outline a {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--blue);
  }

  .wp-block-navigation-item.is-style-fill-white a,
  .wp-block-navigation-item.is-style-outline-white a {
    border: 1px solid var(--wp--preset--color--white);
    padding: 5px 15px;
  }

  .wp-block-navigation-item.is-style-fill-white,
  .wp-block-navigation-item.is-style-outline-white a:focus,
  .wp-block-navigation-item.is-style-outline-white a:hover {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--blue);
  }

  .wp-block-navigation-item.is-style-fill-white a:focus,
  .wp-block-navigation-item.is-style-fill-white a:hover,
  .wp-block-navigation-item.is-style-outline-white a {
    background-color: var(--wp--preset--color--blue);
    color: var(--wp--preset--color--white);
  }

  /* Pullquote
	--------------------------------------------- */

  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    max-width: 300px;
  }

  .wp-block-pullquote.alignleft {
    float: left;
    margin-right: 30px !important;
  }

  .wp-block-pullquote.alignright {
    float: right;
    margin-left: 30px !important;
  }

  header nav.utility {
    padding-top: 0;
  }

  header nav.utility .wp-block-navigation-link:not(.is-style-fill) {
    padding: 0;
  }
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
  header,
  footer {
    display: none;
  }
}
