/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
.post-summary, a svg, a {
  transition: all 0.1s ease-in-out;
}

:root {
  --cwp-primary: #417C95;
  --cwp-primary-darken: #325E71;
  --cwp-primary-lighten: #5498B5;
  --cwp-primary-bg: #ECF1F4;
  --cwp-secondary: #355460;
  --cwp-secondary-darken: #23373F;
  --cwp-secondary-lighten: #477181;
  --cwp-secondary-bg: #EAEDEF;
  --cwp-tertiary: #783E2B;
  --cwp-tertiary-darken: #522B1E;
  --cwp-tertiary-lighten: #9E5138;
  --cwp-tertiary-bg: #F1EBE9;
  --cwp-quaternary: #F0EEE8;
  --cwp-quaternary-darken: #DCD7C9;
  --cwp-quaternary-lighten: #FAF9F7;
  --cwp-quaternary-bg: #FDFDFC;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

figure {
  margin: 0;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 359px) {
  .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.content .site-inner > .wrap {
  max-width: 768px;
}
@media (max-width: 767px) {
  .site-inner {
    padding: 11px 0 80px;
  }
}
@media (min-width: 768px) {
  .site-inner {
    padding: 16px 0 80px;
  }
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
.sidebar-primary .widget + .widget {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .site-main {
    float: left;
    width: 65.7534246575%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 28.6815068493%;
  }
  @supports (display: grid) {
    .content-sidebar .content-area {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-column-gap: 32px;
    }
    .content-sidebar .site-main {
      float: none;
      width: 100%;
      max-width: 736px;
    }
    .content-sidebar .sidebar-primary {
      float: none;
      width: 100%;
    }
  }
}
/* Typographical Elements
--------------------------------------------- */
body {
  color: #111111;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}

/**
 * Make sure links are accessible
 * @link https://webaim.org/resources/linkcontrastchecker/
 */
a {
  color: #783E2B;
  text-decoration: underline;
  text-decoration-color: rgba(156, 102, 99, 0.5);
}
a:hover {
  text-decoration-color: rgba(156, 102, 99, 0.75);
}
.entry-content p a:hover,
.entry-content ul a:hover,
.entry-content ol a:hover,
.block-area p a:hover,
.block-area ul a:hover,
.block-area ol a:hover {
  box-shadow: inset 0 -12px 0 0 var(--cwp-tertiary-bg);
}

strong {
  font-weight: 700;
}

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

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 20px;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 22px;
  }
}
p.has-normal-font-size {
  font-size: 18px;
}
@media (min-width: 768px) {
  p.has-normal-font-size {
    font-size: 20px;
  }
}
p.small, p.has-small-font-size {
  font-size: 14px;
}
@media (min-width: 768px) {
  p.small, p.has-small-font-size {
    font-size: 16px;
  }
}

/* Headings : =headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1.1363636364;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #111111;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--cwp-tertiary);
  text-decoration: none;
}

h1 {
  color: #111111;
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1.1363636364;
  font-size: 34px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-size: 31px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 28px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 34px;
  }
}

h4 {
  font-size: 25px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-size: 22px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 26px;
  }
}

h6 {
  font-size: 22px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  h6 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 22px;
  }
}

/* Button : =buttons
--------------------------------------------- */
.wp-block-button__link {
  font-size: 16px;
  background-color: var(--cwp-secondary);
  border: none;
  border-radius: 3px;
  text-decoration: none;
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .wp-block-button__link {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wp-block-button__link {
    padding: 14px 33px;
  }
}
@media (min-width: 768px) {
  .wp-block-button__link {
    padding: 14px 33px;
  }
}
.wp-block-button__link svg {
  margin-left: 8px;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
  background-color: var(--cwp-secondary-darken);
}
.wp-block-button__link.has-primary-background-color:hover, .wp-block-button__link.has-primary-background-color:focus {
  background-color: var(--cwp-primary-darken);
}
.wp-block-button__link.has-primary-bg-background-color:hover, .wp-block-button__link.has-primary-bg-background-color:focus {
  background-color: var(--cwp-primary_bg-darken);
}
.wp-block-button__link.has-secondary-background-color:hover, .wp-block-button__link.has-secondary-background-color:focus {
  background-color: var(--cwp-secondary-darken);
}
.wp-block-button__link.has-secondary-bg-background-color:hover, .wp-block-button__link.has-secondary-bg-background-color:focus {
  background-color: var(--cwp-secondary_bg-darken);
}
.wp-block-button__link.has-tertiary-background-color:hover, .wp-block-button__link.has-tertiary-background-color:focus {
  background-color: var(--cwp-tertiary-darken);
}
.wp-block-button__link.has-tertiary-bg-background-color:hover, .wp-block-button__link.has-tertiary-bg-background-color:focus {
  background-color: var(--cwp-tertiary_bg-darken);
}
.wp-block-button__link.has-quaternary-background-color:hover, .wp-block-button__link.has-quaternary-background-color:focus {
  background-color: var(--cwp-quaternary-darken);
}
.wp-block-button__link.has-quaternary-bg-background-color:hover, .wp-block-button__link.has-quaternary-bg-background-color:focus {
  background-color: var(--cwp-quaternary_bg-darken);
}
.wp-block-button__link.has-primary-bg-background-color, .wp-block-button__link.has-secondary-bg-background-color {
  color: var(--cwp-secondary);
}
.wp-block-button__link.has-primary-bg-background-color:hover, .wp-block-button__link.has-secondary-bg-background-color:hover {
  color: var(--cwp-secondary);
}
.wp-block-button__link.has-tertiary-bg-background-color, .wp-block-button__link.has-quaternary-background-color, .wp-block-button__link.has-quaternary-bg-background-color, .wp-block-button__link.has-grey-background-color, .wp-block-button__link.has-white-background-color {
  color: #111111;
}
.wp-block-button__link.has-tertiary-bg-background-color:hover, .wp-block-button__link.has-quaternary-background-color:hover, .wp-block-button__link.has-quaternary-bg-background-color:hover, .wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-white-background-color:hover {
  color: #111111;
}

@media (max-width: 767px) {
  .wp-block-button.is-style-small .wp-block-button__link {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media (min-width: 768px) {
  .wp-block-button.is-style-small .wp-block-button__link {
    font-size: 16px;
    padding: 17px 37px;
  }
}
.wp-block-button.is-style-extra-small .wp-block-button__link {
  font-size: 14px;
}
@media (max-width: 767px) {
  .wp-block-button.is-style-extra-small .wp-block-button__link {
    padding: 15px 31px;
  }
}
@media (min-width: 768px) {
  .wp-block-button.is-style-extra-small .wp-block-button__link {
    padding: 15px 35px;
  }
}

/* Blockquote : =blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  text-align: left;
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  color: var(--cwp-primary);
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 16px;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative;
}
.wp-block-separator::before,
hr::before {
  background: #EEEEEE;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
}
img.alignleft {
  float: left;
  margin: 0 24px 24px 0;
}
img.alignright {
  float: right;
  margin: 0 0 24px 24px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .wp-block-image.alignwide figcaption,
.wp-block-video.alignwide figcaption,
.wp-block-table.alignwide figcaption {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wp-block-image.alignfull figcaption,
.wp-block-video.alignfull figcaption,
.wp-block-table.alignfull figcaption {
  padding-left: 16px;
  padding-right: 16px;
}

.wp-block-gallery ul {
  flex-grow: 1;
}

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

/* Color Options : =colors
--------------------------------------------- */
.has-primary-color {
  color: var(--cwp-primary);
}
.has-primary-color:hover {
  color: var(--cwp-primary);
}

.has-primary-bg-color {
  color: var(--cwp-primary-bg);
}

.has-primary-background-color {
  background-color: var(--cwp-primary);
  color: #FFFFFF;
}
.has-primary-background-color h1, .has-primary-background-color h2, .has-primary-background-color h3, .has-primary-background-color h4, .has-primary-background-color h5, .has-primary-background-color h6, .has-primary-background-color p {
  color: #FFFFFF;
}

.has-primary-bg-background-color {
  background-color: var(--cwp-primary-bg);
}

.has-primary-fill {
  fill: var(--cwp-primary);
}

.has-secondary-color {
  color: var(--cwp-secondary);
}
.has-secondary-color:hover {
  color: var(--cwp-secondary);
}

.has-secondary-bg-color {
  color: var(--cwp-secondary-bg);
}

.has-secondary-background-color {
  background-color: var(--cwp-secondary);
  color: #FFFFFF;
}
.has-secondary-background-color h1, .has-secondary-background-color h2, .has-secondary-background-color h3, .has-secondary-background-color h4, .has-secondary-background-color h5, .has-secondary-background-color h6, .has-secondary-background-color p {
  color: #FFFFFF;
}

.has-secondary-bg-background-color {
  background-color: var(--cwp-secondary-bg);
}

.has-secondary-fill {
  fill: var(--cwp-secondary);
}

.has-tertiary-color {
  color: var(--cwp-tertiary);
}
.has-tertiary-color:hover {
  color: var(--cwp-tertiary);
}

.has-tertiary-bg-color {
  color: var(--cwp-tertiary-bg);
}

.has-tertiary-background-color {
  background-color: var(--cwp-tertiary);
  color: #FFFFFF;
}
.has-tertiary-background-color h1, .has-tertiary-background-color h2, .has-tertiary-background-color h3, .has-tertiary-background-color h4, .has-tertiary-background-color h5, .has-tertiary-background-color h6, .has-tertiary-background-color p {
  color: #FFFFFF;
}

.has-tertiary-bg-background-color {
  background-color: var(--cwp-tertiary-bg);
}

.has-tertiary-fill {
  fill: var(--cwp-tertiary);
}

.has-quaternary-color {
  color: var(--cwp-quaternary);
}
.has-quaternary-color:hover {
  color: var(--cwp-quaternary);
}

.has-quaternary-bg-color {
  color: var(--cwp-quaternary-bg);
}

.has-quaternary-background-color {
  background-color: var(--cwp-quaternary);
  color: #FFFFFF;
}
.has-quaternary-background-color h1, .has-quaternary-background-color h2, .has-quaternary-background-color h3, .has-quaternary-background-color h4, .has-quaternary-background-color h5, .has-quaternary-background-color h6, .has-quaternary-background-color p {
  color: #FFFFFF;
}

.has-quaternary-bg-background-color {
  background-color: var(--cwp-quaternary-bg);
}

.has-quaternary-fill {
  fill: var(--cwp-quaternary);
}

.has-quaternary-background-color {
  color: #111111;
}
.has-quaternary-background-color h1, .has-quaternary-background-color h2, .has-quaternary-background-color h3, .has-quaternary-background-color h4, .has-quaternary-background-color h5, .has-quaternary-background-color h6, .has-quaternary-background-color p {
  color: #111111;
}

.has-black-background-color {
  color: #FFFFFF;
}
.has-black-background-color h1, .has-black-background-color h2, .has-black-background-color h3, .has-black-background-color h4, .has-black-background-color h5, .has-black-background-color h6, .has-black-background-color p {
  color: #FFFFFF;
}

.has-grey-background-color {
  background-color: #FAFAFA;
}

.has-white-background-color {
  background-color: #fff;
}

/* Group : =groups
--------------------------------------------- */
.wp-block-group.alignfull, .wp-block-group.alignwide {
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-group.has-background {
  padding: 20px 16px;
}
.wp-block-group.has-background.alignfull {
  padding: 40px 16px;
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 736px;
  margin: 0 auto;
}
.wp-block-group .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.full-width-content .wp-block-group .wp-block-group__inner-container {
  max-width: 1168px;
}
.wp-block-group.aligncenter .wp-block-group__inner-container {
  max-width: 736px;
}
.wp-block-group.alignwide .wp-block-group__inner-container {
  max-width: 1168px;
}
.wp-block-group.alignfull .alignwide {
  margin-left: -216px;
  margin-right: -216px;
}

/* Gallery Shortcode Output : =gallery
 * inline CSS was not outputting properly
--------------------------------------------- */
.gallery {
  margin-bottom: 24px;
}
.gallery .gallery-icon {
  margin-bottom: 4px;
}
.gallery .gallery-icon img {
  margin: 0 auto;
}
.gallery .gallery-caption {
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .gallery .gallery-caption {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .gallery.gallery-columns-2 > figure {
    float: left;
    margin-left: 1.3698630137%;
    width: 49.3150684932%;
  }
  .gallery.gallery-columns-2 > figure:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .gallery.gallery-columns-2 {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .gallery.gallery-columns-2 > figure {
      margin-left: 0;
      width: 100%;
    }
    .gallery.gallery-columns-2 header, .gallery.gallery-columns-2 nav, .gallery.gallery-columns-2 aside, .gallery.gallery-columns-2 footer {
      grid-column: 1/-1;
    }
  }
  .gallery.gallery-columns-3 > figure {
    float: left;
    margin-left: 1.3698630137%;
    width: 32.4200913242%;
  }
  .gallery.gallery-columns-3 > figure:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .gallery.gallery-columns-3 {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .gallery.gallery-columns-3 > figure {
      margin-left: 0;
      width: 100%;
    }
    .gallery.gallery-columns-3 header, .gallery.gallery-columns-3 nav, .gallery.gallery-columns-3 aside, .gallery.gallery-columns-3 footer {
      grid-column: 1/-1;
    }
  }
  .gallery.gallery-columns-4 > figure {
    float: left;
    margin-left: 0.6849315068%;
    width: 24.4863013699%;
  }
  .gallery.gallery-columns-4 > figure:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .gallery.gallery-columns-4 {
      display: grid;
      grid-column-gap: 8px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .gallery.gallery-columns-4 > figure {
      margin-left: 0;
      width: 100%;
    }
    .gallery.gallery-columns-4 header, .gallery.gallery-columns-4 nav, .gallery.gallery-columns-4 aside, .gallery.gallery-columns-4 footer {
      grid-column: 1/-1;
    }
  }
  .gallery.gallery-columns-5 > figure {
    float: left;
    margin-left: 0.6849315068%;
    width: 19.4520547945%;
  }
  .gallery.gallery-columns-5 > figure:nth-of-type(5n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .gallery.gallery-columns-5 {
      display: grid;
      grid-column-gap: 8px;
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .gallery.gallery-columns-5 > figure {
      margin-left: 0;
      width: 100%;
    }
    .gallery.gallery-columns-5 header, .gallery.gallery-columns-5 nav, .gallery.gallery-columns-5 aside, .gallery.gallery-columns-5 footer {
      grid-column: 1/-1;
    }
  }
  .gallery.gallery-columns-6 > figure {
    float: left;
    margin-left: 0.6849315068%;
    width: 16.095890411%;
  }
  .gallery.gallery-columns-6 > figure:nth-of-type(6n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .gallery.gallery-columns-6 {
      display: grid;
      grid-column-gap: 8px;
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .gallery.gallery-columns-6 > figure {
      margin-left: 0;
      width: 100%;
    }
    .gallery.gallery-columns-6 header, .gallery.gallery-columns-6 nav, .gallery.gallery-columns-6 aside, .gallery.gallery-columns-6 footer {
      grid-column: 1/-1;
    }
  }
}

/* see gallery_shortcode() in wp-includes/media.php */
/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  font-size: 14px;
  color: rgba(var(--cwp-tertiary-bg), 0.75);
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive .breadcrumb {
  text-align: center;
}
.breadcrumb .breadcrumb_last {
  color: #737373;
}
.breadcrumb .sep {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 5px;
  }
}

.wp-block-yoast-faq-block {
  background: var(--cwp-primary);
  padding: 16px;
}

.schema-faq-section {
  background: #ECF1F4;
  padding: 16px 16px 16px 56px;
  position: relative;
}

.schema-faq-toggle {
  background: transparent url(../icons/color/arrow-down-circle-blue.svg) no-repeat center;
  background-size: contain;
  border: none;
  box-shadow: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 16px;
  top: 16px;
}

p.schema-faq-answer {
  margin: 0;
}

.schema-faq-section:not(.active) .schema-faq-toggle {
  transform: rotate(-90deg);
}

.schema-faq-answer {
  font-size: 18px;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 16px;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-required-label {
  color: inherit;
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}
div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
div.wpforms-container.save-recipe {
  background: #355460;
  color: #fff;
  padding: 30px 32px;
  position: relative;
}
@media (max-width: 767px) {
  div.wpforms-container.save-recipe {
    padding: 30px 16px;
  }
}
.wprm-recipe div.wpforms-container.save-recipe {
  padding: 30px 32px;
}
@media (max-width: 479px) {
  div.wpforms-container.save-recipe .wpforms-head-container {
    padding: 0;
  }
}
div.wpforms-container.save-recipe .wpforms-title {
  color: #fff;
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  font-size: 30px;
}
div.wpforms-container.save-recipe .wpforms-description {
  color: #fff;
  color: #111111;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  color: var(--wp--preset--color--background);
}
@media (min-width: 768px) {
  div.wpforms-container.save-recipe .wpforms-description {
    font-size: 20px;
  }
}
div.wpforms-container.save-recipe .wpforms-field-label {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
div.wpforms-container.save-recipe .wpforms-submit-container .wp-block-button__link {
  background: #fff;
  border-radius: 6px;
  color: var(--cwp-secondary);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding: 15px 16px;
}
div.wpforms-container.save-recipe .wpforms-form,
div.wpforms-container.save-recipe .wpforms-form > fieldset[disabled] {
  display: grid;
  grid-template-columns: 1fr fit-content(300px);
  column-gap: 16px;
}
div.wpforms-container.save-recipe .wpforms-head-container {
  grid-column: 1/-1;
}
div.wpforms-container.save-recipe .wpforms-field-container {
  display: flex;
  gap: 8px;
}
div.wpforms-container.save-recipe .wpforms-field {
  margin: 0;
  flex-basis: 0;
  flex-grow: 1;
}
div.wpforms-container.save-recipe .wpforms-field-label {
  min-height: 26px;
}
div.wpforms-container.save-recipe .wpforms-submit-container {
  margin: 0;
  padding-top: 26px;
}

/* Shared Counts : =shared counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #BDBDBD;
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
}
.shared-counts-wrap.style-icon .shared-counts-button.facebook svg {
  fill: #1778F2;
}
.shared-counts-wrap.style-icon .shared-counts-button.twitter svg {
  fill: #00B6F1;
}
.shared-counts-wrap.style-icon .shared-counts-button.pinterest svg {
  fill: #CB2027;
}
.shared-counts-wrap.style-icon .shared-counts-button.instagram svg {
  fill: #C32AA3;
}
.shared-counts-wrap.style-icon .shared-counts-button.youtube svg {
  fill: #FF0000;
}
.shared-counts-wrap.style-icon .shared-counts-button.print svg {
  fill: #616161;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}

.shared-counts-wrap.before_content.style-icon {
  line-height: 0;
}
.shared-counts-wrap.before_content.style-icon a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.shared-counts-wrap.before_content.style-icon svg {
  fill: rgba(0, 0, 0, 0.65);
  width: 30px;
  height: 30px;
}
.shared-counts-wrap.before_content.style-icon .shared-counts-button.print {
  display: none;
}
@media (max-width: 767px) {
  .shared-counts-wrap.before_content.style-icon a {
    padding: 0;
    margin-right: 16px;
  }
  .shared-counts-wrap.before_content.style-icon a:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .shared-counts-wrap.before_content.style-icon a {
    padding: 0;
    margin-right: 16px;
  }
  .shared-counts-wrap.before_content.style-icon a:last-child {
    margin-right: 0;
  }
}

.shared-counts-wrap.after_content {
  line-height: 0;
  text-align: center;
}
.shared-counts-wrap.after_content a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.shared-counts-wrap.after_content svg {
  fill: rgba(0, 0, 0, 0.65);
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .shared-counts-wrap.after_content a {
    padding: 0;
    margin-right: 16px;
  }
  .shared-counts-wrap.after_content a:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .shared-counts-wrap.after_content a {
    padding: 0;
    margin-right: 16px;
  }
  .shared-counts-wrap.after_content a:last-child {
    margin-right: 0;
  }
}

/* WPDiscuz - comments : =wpdiscuz, =comments
--------------------------------------------- */
#comments {
  margin-top: 0;
  margin-bottom: 0;
}

#wpdcom .wpd-form-wrap .wpd-form-head .wpd-auth .wpd-login a {
  color: var(--cwp-tertiary);
  text-decoration: underline;
}
#wpdcom .wpd-form-wrap .wpdiscuz-subscribe-bar .wpdiscuz-subscribe-form-button .wpd-prim-button {
  background-color: var(--cwp-secondary-bg);
  color: var(--cwp-secondary);
  border-color: var(--cwp-secondary);
}
#wpdcom .wpd-form-wrap .wpd-form .comment-form-wprm-rating {
  font-size: 16px;
}
#wpdcom .wpd-form-wrap .wpd-form .wpd-field-icon {
  top: 18px;
}
#wpdcom .wpd-form-wrap .wpd-form input[type=text],
#wpdcom .wpd-form-wrap .wpd-form input[type=email],
#wpdcom .wpd-form-wrap .wpd-form textarea {
  border: 1px solid var(--cwp-secondary);
  box-shadow: none;
}
#wpdcom .wpd-form-wrap .wpd-form input[type=text],
#wpdcom .wpd-form-wrap .wpd-form input[type=email] {
  height: 50px;
}
#wpdcom .wpd-form-wrap .wpd-form .wc-field-submit .wpd-prim-button {
  background-color: var(--cwp-secondary);
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
}
#wpdcom .wpd-thread-head {
  border-bottom: none;
}
#wpdcom .wpd-thread-head .wpd-thread-info {
  color: #111111;
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1.1363636364;
  font-size: 25px;
  border-bottom: none;
}
@media (min-width: 768px) {
  #wpdcom .wpd-thread-head .wpd-thread-info {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #wpdcom .wpd-thread-head .wpd-thread-info {
    font-size: 30px;
  }
}
#wpdcom .wpd-thread-head .wpd-thread-filter .wpdf-sorting {
  border: 1px solid var(--cwp-primary);
  border-radius: 3px;
  padding: 14px 34px;
  font-size: 16px;
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  color: #616161;
}
#wpdcom .wpd-thread-head .wpd-thread-filter .wpdf-sorting .wpdiscuz-sort-buttons {
  top: 48px;
}
#wpdcom .wpd-comment-right {
  background-color: var(--cwp-primary-bg);
}
#wpdcom .wpd-comment-header .wpd-comment-date {
  font-size: 14px;
  color: #616161;
}
#wpdcom .wpd-comment-text {
  margin-bottom: 10px;
}
#wpdcom .wpd-comment-footer .wpd-vote .wpd-up {
  color: var(--cwp-secondary) !important;
}
#wpdcom .wpd-comment-footer .wpd-vote .wpd-up svg {
  fill: var(--cwp-secondary) !important;
}
#wpdcom .wpd-comment-footer .wpd-vote .wpd-down {
  color: var(--cwp-secondary) !important;
}
#wpdcom .wpd-comment-footer .wpd-vote .wpd-down svg {
  fill: var(--cwp-secondary) !important;
}
#wpdcom .wpd-comment-footer .wpd-reply-button svg {
  fill: var(--cwp-tertiary);
}
#wpdcom .wpd-comment-footer .wpd-reply-button span {
  color: var(--cwp-tertiary);
  text-decoration: underline;
}
#wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies {
  color: var(--cwp-tertiary);
  text-decoration: underline;
}
#wpdcom .wpd-comment-footer .wpd-toggle i {
  color: var(--cwp-tertiary);
}
#wpdcom .wpdiscuz-comment-pagination .wpd-load-more-submit {
  font-size: 14px;
  font-weight: 700;
  color: var(--cwp-secondary);
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  padding: 12px 24px;
}
@media (max-width: 600px) {
  #wpdcom .wpd-thread-head .wpd-thread-info {
    margin-bottom: 4px;
  }
  #wpdcom .wpd-thread-list {
    padding-top: 0px;
  }
  #wpdcom .wpd-comment .wpd-comment-right {
    padding: 10px 10px 25px 16px;
  }
  #wpdcom .wpd-comment-header .wpd-comment-author {
    font-size: 16px;
  }
  #wpdcom .wpd-comment-text {
    font-size: 14px;
  }
  #wpdcom .wpd-reply-button span {
    font-size: 16px !important;
  }
  #wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies {
    font-size: 14px !important;
  }
}
@media (min-width: 601px) {
  #wpdcom .wpd-thread-list {
    padding-top: 16px;
  }
  #wpdcom .wpd-comment.wpd_comment_level-1 {
    margin-bottom: 16px;
  }
  #wpdcom .wpd-comment .wpd-comment-right {
    padding: 24px 32px 27px 32px;
  }
  #wpdcom .wpd-comment-header .wpd-comment-author {
    font-size: 18px;
  }
  #wpdcom .wpd-comment-text {
    font-size: 16px;
  }
  #wpdcom .wpd-reply-button span {
    font-size: 16px !important;
  }
  #wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies {
    font-size: 16px !important;
  }
}

/* Subcatbox : =Subcatbox
--------------------------------------------- */
.subcatbox h3 {
  text-align: center;
}

.subcatbox {
  margin: 10px 0 0 0;
  border: 1px solid #eee;
  padding: 10px 25px 10px;
  text-align: center;
}

ul.subcatboxul {
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

ul.subcatboxul li {
  display: inline-block;
  margin: 0 !important;
}

.subcatbox ul li a {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  margin: 2px 2px 5px;
  border: 1px solid #f4f4f4;
  background: #b47f6d;
  border-radius: 3px;
  text-decoration: none;
}

.subcatbox ul li a:hover {
  background: #87abb2;
}

/* Post Listing Block : =listing
--------------------------------------------- */
.block-post-listing header h2 {
  font-size: 28px;
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1.2105263158;
}
@media (min-width: 768px) {
  .block-post-listing header h2 {
    font-size: 38px;
  }
}
.block-post-listing header h2:after {
  content: "";
  background: url(../icons/accents/wavy-line.svg) repeat-x center;
  height: 5px;
  width: 100%;
  display: block;
}
.block-post-listing .block-post-listing__description > *:last-child {
  margin-bottom: 0;
}
.block-post-listing footer {
  position: relative;
}
.has-primary-bg-background-color .block-post-listing footer .wp-block-button__link, .has-secondary-bg-background-color .block-post-listing footer .wp-block-button__link, .has-tertiary-bg-background-color .block-post-listing footer .wp-block-button__link {
  background-color: white;
}
.has-primary-bg-background-color .block-post-listing footer .wp-block-button {
  background-color: var(--cwp-primary-bg);
}
.has-secondary-bg-background-color .block-post-listing footer .wp-block-button {
  background-color: var(--cwp-secondary-bg);
}
.has-tertiary-bg-background-color .block-post-listing footer .wp-block-button {
  background-color: var(--cwp-tertiary-bg);
}
.block-post-listing footer:before {
  background: url(../icons/accents/wavy-line.svg) repeat-x left center;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.block-post-listing footer .wp-block-button {
  background-color: white;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.block-post-listing footer .block-post-listing__more {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block-post-listing header h2 {
    margin-bottom: 16px;
  }
  .block-post-listing header h2:after {
    margin-top: 14px;
    background-size: cover;
  }
  .block-post-listing .block-post-listing__description {
    margin-bottom: 16px;
  }
  .block-post-listing footer {
    margin-top: 16px;
  }
  .block-post-listing footer:before {
    background-size: cover;
  }
  .block-post-listing footer .wp-block-button {
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .block-post-listing header h2 {
    margin-bottom: 24px;
  }
  .block-post-listing header h2:after {
    margin-top: 16px;
  }
  .block-post-listing .block-post-listing__description {
    margin-bottom: 24px;
  }
  .block-post-listing footer {
    margin-top: 30px;
  }
  .block-post-listing footer .wp-block-button {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .block-post-listing.layout-alpha .block-post-listing__inner > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 100%;
  }
  .block-post-listing.layout-alpha .block-post-listing__inner > article:nth-of-type(1n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-alpha .block-post-listing__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .block-post-listing.layout-alpha .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-alpha .block-post-listing__inner header, .block-post-listing.layout-alpha .block-post-listing__inner nav, .block-post-listing.layout-alpha .block-post-listing__inner aside, .block-post-listing.layout-alpha .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-post-listing.layout-alpha .block-post-listing__inner .post-summary {
    box-shadow: none;
    margin-bottom: 20px;
  }
  .block-post-listing.layout-alpha .block-post-listing__inner .post-summary:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-alpha .block-post-listing__inner > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 31.5068493151%;
  }
  .block-post-listing.layout-alpha .block-post-listing__inner > article:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-alpha .block-post-listing__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .block-post-listing.layout-alpha .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-alpha .block-post-listing__inner header, .block-post-listing.layout-alpha .block-post-listing__inner nav, .block-post-listing.layout-alpha .block-post-listing__inner aside, .block-post-listing.layout-alpha .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-post-listing.layout-alpha .block-post-listing__inner .post-summary {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .block-post-listing.layout-beta .block-post-listing__inner > article {
    float: left;
    margin-left: 1.3698630137%;
    width: 49.3150684932%;
  }
  .block-post-listing.layout-beta .block-post-listing__inner > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-beta .block-post-listing__inner {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .block-post-listing.layout-beta .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-beta .block-post-listing__inner header, .block-post-listing.layout-beta .block-post-listing__inner nav, .block-post-listing.layout-beta .block-post-listing__inner aside, .block-post-listing.layout-beta .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-post-listing.layout-beta .block-post-listing__inner .post-summary {
    margin-bottom: 16px;
  }
  .block-post-listing.layout-beta .block-post-listing__inner .post-summary:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-beta .block-post-listing__inner {
    grid-row-gap: 32px;
  }
  .block-post-listing.layout-beta .block-post-listing__inner > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 22.9452054795%;
  }
  .block-post-listing.layout-beta .block-post-listing__inner > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-beta .block-post-listing__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .block-post-listing.layout-beta .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-beta .block-post-listing__inner header, .block-post-listing.layout-beta .block-post-listing__inner nav, .block-post-listing.layout-beta .block-post-listing__inner aside, .block-post-listing.layout-beta .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-post-listing.layout-beta .block-post-listing__inner .post-summary {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .block-post-listing.layout-gamma .block-post-listing__inner > article {
    float: left;
    margin-left: 1.3698630137%;
    width: 100%;
  }
  .block-post-listing.layout-gamma .block-post-listing__inner > article:nth-of-type(1n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-gamma .block-post-listing__inner {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .block-post-listing.layout-gamma .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-gamma .block-post-listing__inner header, .block-post-listing.layout-gamma .block-post-listing__inner nav, .block-post-listing.layout-gamma .block-post-listing__inner aside, .block-post-listing.layout-gamma .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-post-listing.layout-gamma .block-post-listing__inner .post-summary {
    box-shadow: none;
    margin-bottom: 20px;
  }
  .block-post-listing.layout-gamma .block-post-listing__inner .post-summary:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-gamma .block-post-listing__inner > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 48.6301369863%;
  }
  .block-post-listing.layout-gamma .block-post-listing__inner > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-gamma .block-post-listing__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .block-post-listing.layout-gamma .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-gamma .block-post-listing__inner header, .block-post-listing.layout-gamma .block-post-listing__inner nav, .block-post-listing.layout-gamma .block-post-listing__inner aside, .block-post-listing.layout-gamma .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-post-listing.layout-gamma .block-post-listing__inner .post-summary:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.block-post-listing.layout-delta .block-post-listing__inner .post-summary {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .block-post-listing.layout-delta .block-post-listing__inner > article {
    float: left;
    margin-left: 1.3698630137%;
    width: 100%;
  }
  .block-post-listing.layout-delta .block-post-listing__inner > article:nth-of-type(1n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-delta .block-post-listing__inner {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .block-post-listing.layout-delta .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-delta .block-post-listing__inner header, .block-post-listing.layout-delta .block-post-listing__inner nav, .block-post-listing.layout-delta .block-post-listing__inner aside, .block-post-listing.layout-delta .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-post-listing.layout-delta .block-post-listing__inner .post-summary {
    margin-bottom: 16px;
  }
  .block-post-listing.layout-delta .block-post-listing__inner .post-summary:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-delta .block-post-listing__inner {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 32px;
  }
  .block-post-listing.layout-delta .block-post-listing__inner .post-summary--feature {
    grid-row: 1/span 4;
    margin-bottom: 0;
  }
  .block-post-listing.layout-delta .block-post-listing__inner .post-summary:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .block-post-listing.layout-epsilon .block-post-listing__inner > article {
    float: left;
    margin-left: 1.3698630137%;
    width: 100%;
  }
  .block-post-listing.layout-epsilon .block-post-listing__inner > article:nth-of-type(1n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-epsilon .block-post-listing__inner {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .block-post-listing.layout-epsilon .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-epsilon .block-post-listing__inner header, .block-post-listing.layout-epsilon .block-post-listing__inner nav, .block-post-listing.layout-epsilon .block-post-listing__inner aside, .block-post-listing.layout-epsilon .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-post-listing.layout-epsilon .block-post-listing__inner .post-summary {
    margin-bottom: 20px;
  }
  .block-post-listing.layout-epsilon .block-post-listing__inner .post-summary:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-epsilon .block-post-listing__inner {
    grid-row-gap: 32px;
  }
  .block-post-listing.layout-epsilon .block-post-listing__inner > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 31.5068493151%;
  }
  .block-post-listing.layout-epsilon .block-post-listing__inner > article:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-epsilon .block-post-listing__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .block-post-listing.layout-epsilon .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-epsilon .block-post-listing__inner header, .block-post-listing.layout-epsilon .block-post-listing__inner nav, .block-post-listing.layout-epsilon .block-post-listing__inner aside, .block-post-listing.layout-epsilon .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-post-listing.layout-epsilon .block-post-listing__inner .post-summary {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .block-post-listing.layout-epsilon .block-post-listing__inner > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 14.3835616438%;
  }
  .block-post-listing.layout-epsilon .block-post-listing__inner > article:nth-of-type(6n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-epsilon .block-post-listing__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .block-post-listing.layout-epsilon .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-epsilon .block-post-listing__inner header, .block-post-listing.layout-epsilon .block-post-listing__inner nav, .block-post-listing.layout-epsilon .block-post-listing__inner aside, .block-post-listing.layout-epsilon .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
}
.block-post-listing.layout-zeta header h2 {
  font-size: 25px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .block-post-listing.layout-zeta header h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .block-post-listing.layout-zeta header h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .block-post-listing.layout-zeta .block-post-listing__inner .post-summary {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-zeta .block-post-listing__inner {
    grid-row-gap: 16px;
  }
  .block-post-listing.layout-zeta .block-post-listing__inner > article {
    float: left;
    margin-left: 1.3698630137%;
    width: 49.3150684932%;
  }
  .block-post-listing.layout-zeta .block-post-listing__inner > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-zeta .block-post-listing__inner {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .block-post-listing.layout-zeta .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-zeta .block-post-listing__inner header, .block-post-listing.layout-zeta .block-post-listing__inner nav, .block-post-listing.layout-zeta .block-post-listing__inner aside, .block-post-listing.layout-zeta .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-post-listing.layout-zeta .block-post-listing__inner .post-summary {
    margin-bottom: 0;
  }
}
.block-post-listing.layout-eta header h2 {
  font-size: 25px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .block-post-listing.layout-eta header h2 {
    font-size: 30px;
  }
}
.block-post-listing.layout-eta header h2:after {
  display: none;
}
@media (max-width: 767px) {
  .block-post-listing.layout-eta .block-post-listing__inner .post-summary {
    margin-bottom: 16px;
  }
  .block-post-listing.layout-eta .block-post-listing__inner .post-summary:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-eta .block-post-listing__inner {
    grid-row-gap: 32px;
  }
  .block-post-listing.layout-eta .block-post-listing__inner > article {
    float: left;
    margin-left: 1.7979452055%;
    width: 23.6515410959%;
  }
  .block-post-listing.layout-eta .block-post-listing__inner > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-eta .block-post-listing__inner {
      display: grid;
      grid-column-gap: 21px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .block-post-listing.layout-eta .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-eta .block-post-listing__inner header, .block-post-listing.layout-eta .block-post-listing__inner nav, .block-post-listing.layout-eta .block-post-listing__inner aside, .block-post-listing.layout-eta .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-post-listing.layout-eta .block-post-listing__inner .post-summary {
    margin-bottom: 0;
  }
}

/* Style Guide Colors : =colors
--------------------------------------------- */
.style-guide-colors,
.block-icons {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
}

.style-guide-color,
.block-icons p {
  color: #111111;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.style-guide-color .swatch,
.block-icons p .swatch {
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 6px;
}

/* Search Form : =search
--------------------------------------------- */
.search-form {
  border: 1px solid var(--cwp-primary);
  max-width: 768px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 3px;
}
.search-form .search-field {
  border: none;
  padding-right: 44px;
  width: 100%;
  outline: none;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}
.search-form .search-submit svg {
  fill: #757575;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: var(--cwp-primary);
}
@media (max-width: 767px) {
  .search-and-categories .search-form {
    margin-top: 14px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .search-and-categories .search-form {
    margin-top: 24px;
    margin-bottom: 30px;
  }
}

/* Callout Block : =callout
--------------------------------------------- */
.block-callout .block-callout__inner {
  position: relative;
}
.block-callout .block-callout__inner > *:last-child {
  margin-bottom: 0;
}
.block-callout.layout-alpha .block-callout__inner > h1, .block-callout.layout-alpha .block-callout__inner > h2, .block-callout.layout-alpha .block-callout__inner > h3, .block-callout.layout-alpha .block-callout__inner > h4, .block-callout.layout-alpha .block-callout__inner > h5, .block-callout.layout-alpha .block-callout__inner > h6, .block-callout.layout-gamma .block-callout__inner > h1, .block-callout.layout-gamma .block-callout__inner > h2, .block-callout.layout-gamma .block-callout__inner > h3, .block-callout.layout-gamma .block-callout__inner > h4, .block-callout.layout-gamma .block-callout__inner > h5, .block-callout.layout-gamma .block-callout__inner > h6, .block-callout.layout-delta .block-callout__inner > h1, .block-callout.layout-delta .block-callout__inner > h2, .block-callout.layout-delta .block-callout__inner > h3, .block-callout.layout-delta .block-callout__inner > h4, .block-callout.layout-delta .block-callout__inner > h5, .block-callout.layout-delta .block-callout__inner > h6 {
  font-size: 25px;
}
@media (min-width: 768px) {
  .block-callout.layout-alpha .block-callout__inner > h1, .block-callout.layout-alpha .block-callout__inner > h2, .block-callout.layout-alpha .block-callout__inner > h3, .block-callout.layout-alpha .block-callout__inner > h4, .block-callout.layout-alpha .block-callout__inner > h5, .block-callout.layout-alpha .block-callout__inner > h6, .block-callout.layout-gamma .block-callout__inner > h1, .block-callout.layout-gamma .block-callout__inner > h2, .block-callout.layout-gamma .block-callout__inner > h3, .block-callout.layout-gamma .block-callout__inner > h4, .block-callout.layout-gamma .block-callout__inner > h5, .block-callout.layout-gamma .block-callout__inner > h6, .block-callout.layout-delta .block-callout__inner > h1, .block-callout.layout-delta .block-callout__inner > h2, .block-callout.layout-delta .block-callout__inner > h3, .block-callout.layout-delta .block-callout__inner > h4, .block-callout.layout-delta .block-callout__inner > h5, .block-callout.layout-delta .block-callout__inner > h6 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .block-callout.layout-alpha .block-callout__inner > h1, .block-callout.layout-alpha .block-callout__inner > h2, .block-callout.layout-alpha .block-callout__inner > h3, .block-callout.layout-alpha .block-callout__inner > h4, .block-callout.layout-alpha .block-callout__inner > h5, .block-callout.layout-alpha .block-callout__inner > h6, .block-callout.layout-gamma .block-callout__inner > h1, .block-callout.layout-gamma .block-callout__inner > h2, .block-callout.layout-gamma .block-callout__inner > h3, .block-callout.layout-gamma .block-callout__inner > h4, .block-callout.layout-gamma .block-callout__inner > h5, .block-callout.layout-gamma .block-callout__inner > h6, .block-callout.layout-delta .block-callout__inner > h1, .block-callout.layout-delta .block-callout__inner > h2, .block-callout.layout-delta .block-callout__inner > h3, .block-callout.layout-delta .block-callout__inner > h4, .block-callout.layout-delta .block-callout__inner > h5, .block-callout.layout-delta .block-callout__inner > h6 {
    font-size: 30px;
  }
}
.block-callout.layout-beta .block-callout__inner h1, .block-callout.layout-beta .block-callout__inner h2, .block-callout.layout-beta .block-callout__inner h3, .block-callout.layout-beta .block-callout__inner h4, .block-callout.layout-beta .block-callout__inner h5, .block-callout.layout-beta .block-callout__inner h6 {
  font-size: 20px;
  text-transform: uppercase;
}
.block-callout.layout-beta .block-callout__inner.has-tertiary-bg-background-color .block-callout__icon path.background {
  fill: var(--cwp-tertiary);
}
.block-callout.layout-beta .block-callout__inner.has-primary-bg-background-color .block-callout__icon path.background {
  fill: var(--cwp-primary);
}
.block-callout.layout-beta .block-callout__icon {
  position: absolute;
}
.block-callout.layout-gamma:before, .block-callout.layout-gamma:after {
  content: "";
  background: url(../icons/accents/wavy-line.svg) repeat-x center;
  background-size: cover;
  height: 5px;
  width: 100%;
  display: block;
}
.block-callout.layout-delta {
  position: relative;
}
.block-callout.layout-delta .block-callout__inner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: white;
}
.block-callout.layout-delta .block-callout__inner::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background: url(../icons/patterns/icon-pattern-0B1C24-opacity-15.svg) 0 0 repeat;
  background-size: 90px;
  transform: rotate(10deg);
}
.block-callout.layout-delta .block-callout__inner h1, .block-callout.layout-delta .block-callout__inner h2, .block-callout.layout-delta .block-callout__inner h3, .block-callout.layout-delta .block-callout__inner h4, .block-callout.layout-delta .block-callout__inner h5, .block-callout.layout-delta .block-callout__inner h6 {
  color: white;
}
.block-callout.layout-delta .block-callout__inner a {
  color: white;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.block-callout.layout-delta .block-callout__inner a:hover {
  box-shadow: none;
}
.block-callout.layout-delta .block-callout__faker-spacer {
  float: right;
}
.block-callout.layout-delta .block-callout__image {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: -7px;
}
.block-callout.layout-delta .block-callout__image img {
  border-radius: 50%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .block-callout.layout-alpha .block-callout__inner h1, .block-callout.layout-alpha .block-callout__inner h2, .block-callout.layout-alpha .block-callout__inner h3, .block-callout.layout-alpha .block-callout__inner h4, .block-callout.layout-alpha .block-callout__inner h5, .block-callout.layout-alpha .block-callout__inner h6, .block-callout.layout-gamma .block-callout__inner h1, .block-callout.layout-gamma .block-callout__inner h2, .block-callout.layout-gamma .block-callout__inner h3, .block-callout.layout-gamma .block-callout__inner h4, .block-callout.layout-gamma .block-callout__inner h5, .block-callout.layout-gamma .block-callout__inner h6 {
    margin-bottom: 7px;
  }
  .block-callout.layout-alpha .block-callout__inner {
    padding: 14px 14px 18px 17px;
  }
  .block-callout.layout-beta {
    padding-top: 20px;
  }
  .block-callout.layout-beta .block-callout__inner {
    padding: 28px 19px 15px 16px;
  }
  .block-callout.layout-beta .block-callout__inner h1, .block-callout.layout-beta .block-callout__inner h2, .block-callout.layout-beta .block-callout__inner h3, .block-callout.layout-beta .block-callout__inner h4, .block-callout.layout-beta .block-callout__inner h5, .block-callout.layout-beta .block-callout__inner h6 {
    margin-bottom: 4px;
  }
  .block-callout.layout-beta .block-callout__icon {
    top: -20px;
    left: 20px;
  }
  .block-callout.layout-gamma .block-callout__inner {
    padding: 15px 0px 20px;
  }
  .block-callout.layout-delta {
    padding-top: 6px;
  }
  .block-callout.layout-delta .block-callout__image {
    width: 110px;
    height: 110px;
  }
  .block-callout.layout-delta .block-callout__inner {
    padding: 20px 16px 24px;
  }
  .block-callout.layout-delta .block-callout__faker-spacer {
    width: 100px;
    height: 90px;
  }
}
@media (min-width: 768px) {
  .block-callout .block-callout__inner h1, .block-callout .block-callout__inner h2, .block-callout .block-callout__inner h3, .block-callout .block-callout__inner h4, .block-callout .block-callout__inner h5, .block-callout .block-callout__inner h6 {
    margin-bottom: 9px;
  }
  .block-callout.layout-alpha .block-callout__inner {
    padding: 18px 24px 19px 22px;
  }
  .block-callout.layout-beta .block-callout__inner {
    padding: 16px 24px 20px 32px;
  }
  .block-callout.layout-beta .block-callout__inner h1, .block-callout.layout-beta .block-callout__inner h2, .block-callout.layout-beta .block-callout__inner h3, .block-callout.layout-beta .block-callout__inner h4, .block-callout.layout-beta .block-callout__inner h5, .block-callout.layout-beta .block-callout__inner h6 {
    margin-bottom: 3px;
  }
  .block-callout.layout-beta .block-callout__icon {
    top: 20px;
    left: -20px;
  }
  .block-callout.layout-gamma .block-callout__inner {
    padding: 20px 0px 24px;
  }
  .block-callout.layout-delta {
    padding-top: 6px;
  }
  .block-callout.layout-delta .block-callout__image {
    width: 149px;
    height: 149px;
  }
  .block-callout.layout-delta .block-callout__inner {
    padding: 26px 42px 32px 20px;
  }
  .block-callout.layout-delta .block-callout__faker-spacer {
    width: 120px;
    height: 130px;
  }
}

/* Featured In Block : =featured in, =logos
--------------------------------------------- */
.block-featured-in header {
  position: relative;
  text-align: center;
}
.block-featured-in header:before {
  background: url(../icons/accents/wavy-line.svg) repeat-x center;
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}
.block-featured-in .block-featured-in__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: white;
  display: inline-block;
  padding: 0 16px;
  margin: 0;
}
.block-featured-in .block-featured-in__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}
.block-featured-in .block-featured-in__logo img {
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  .block-featured-in header {
    margin-bottom: 10px;
  }
  .block-featured-in .block-featured-in__logo {
    width: 50%;
    padding: 10px 11px;
  }
  .block-featured-in .block-featured-in__logo img {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .block-featured-in header {
    margin-bottom: 32px;
  }
  .block-featured-in header:before {
    background-size: contain;
  }
  .block-featured-in .block-featured-in__logo {
    width: 16.66%;
    padding: 0px 16px;
  }
}

/* Subscribe Block : =subscribe, =newsletter
--------------------------------------------- */
.block-subscribe {
  position: relative;
}
.block-subscribe .block-subscribe__inner {
  background-color: var(--cwp-primary-bg);
  border-radius: 6px;
}
.block-subscribe .block-subscribe__inner > *:last-child {
  margin-bottom: 0;
}
.block-subscribe .wpforms-container .wpforms-form .wpforms-title {
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 800;
  line-height: 1.1818181818;
}
.block-subscribe .wpforms-container .wpforms-form .wpforms-submit-container {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .block-subscribe .wpforms-container .wpforms-form .wpforms-submit-container button[type=submit] {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media (min-width: 768px) {
  .block-subscribe .wpforms-container .wpforms-form .wpforms-submit-container button[type=submit] {
    font-size: 16px;
    padding: 15px 37px 14px;
  }
}
.block-subscribe.layout-alpha .wpforms-container .wpforms-form .wpforms-title {
  font-size: 22px;
}
.block-subscribe.layout-beta .block-subscribe__icon path.background {
  fill: var(--cwp-primary);
}
.block-subscribe.layout-beta .wpforms-container .wpforms-form .wpforms-title {
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block-subscribe.layout-alpha .block-subscribe__inner {
    padding: 26px 12px 38px 14px;
  }
  .block-subscribe.layout-alpha .wpforms-container .wpforms-form .wpforms-title {
    margin-bottom: 12px;
    text-align: center;
  }
  .block-subscribe.layout-alpha .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
    margin-bottom: 10px;
  }
  .block-subscribe.layout-alpha .wpforms-container .wpforms-form .wpforms-submit-container button[type=submit] {
    width: 100%;
  }
  .block-subscribe.layout-beta {
    padding-top: 22px;
  }
  .block-subscribe.layout-beta .block-subscribe__inner {
    padding: 34px 16px 30px;
  }
  .block-subscribe.layout-beta .block-subscribe__icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .block-subscribe.layout-beta .wpforms-container .wpforms-form .wpforms-title {
    text-align: center;
  }
  .block-subscribe.layout-beta .wpforms-container .wpforms-form .wpforms-field-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 16px;
  }
  .block-subscribe.layout-beta .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
    margin-bottom: 11px;
  }
  .block-subscribe.layout-beta .wpforms-container .wpforms-form .wpforms-submit-container {
    text-align: center;
  }
  .block-subscribe.layout-beta .wpforms-container .wpforms-form .wpforms-submit-container button[type=submit] {
    padding: 13px 49px;
  }
}
@media (min-width: 768px) {
  body:not(.full-width-content) .block-subscribe.layout-alpha .block-subscribe__inner {
    padding: 37px 20px 39px 21px;
  }
  body:not(.full-width-content) .block-subscribe.layout-alpha .wpforms-container.one-line .wpforms-field-container {
    width: calc(100% - 175px);
  }
  body:not(.full-width-content) .block-subscribe.layout-alpha .wpforms-container.one-line .wpforms-submit-container {
    width: 175px;
  }
  body.full-width-content .block-subscribe.layout-alpha .block-subscribe__inner {
    padding: 34px 34px 36px;
  }
  body.full-width-content .block-subscribe.layout-alpha .wpforms-container.one-line .wpforms-form {
    display: grid;
    grid-template-columns: 0.9fr 1.5fr 184px;
    grid-column-gap: 16px;
    align-items: center;
  }
  body.full-width-content .block-subscribe.layout-alpha .wpforms-container.one-line .wpforms-head-container .wpforms-title {
    margin-bottom: 0;
  }
  body.full-width-content .block-subscribe.layout-alpha .wpforms-container.one-line .wpforms-field-container {
    width: 100%;
  }
  body.full-width-content .block-subscribe.layout-alpha .wpforms-container.one-line .wpforms-field-container .wpforms-field-name {
    padding-right: 16px;
  }
  body.full-width-content .block-subscribe.layout-alpha .wpforms-container.one-line .wpforms-field-container .wpforms-field-email {
    padding-right: 0;
  }
  body.full-width-content .block-subscribe.layout-alpha .wpforms-container.one-line .wpforms-submit-container {
    width: 100%;
    float: none;
  }
  .block-subscribe.layout-beta {
    padding-left: 22px;
  }
  .block-subscribe.layout-beta .block-subscribe__inner {
    padding: 12px 27px 12px 34px;
  }
  .block-subscribe.layout-beta .block-subscribe__icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .block-subscribe.layout-beta .wpforms-container.one-line .wpforms-form {
    display: grid;
    grid-template-columns: 0.8fr 1.5fr 175px;
    grid-column-gap: 16px;
    align-items: center;
  }
  .block-subscribe.layout-beta .wpforms-container.one-line .wpforms-head-container .wpforms-title {
    margin-bottom: 0;
  }
  .block-subscribe.layout-beta .wpforms-container.one-line .wpforms-field-container {
    width: 100%;
  }
  .block-subscribe.layout-beta .wpforms-container.one-line .wpforms-field-container .wpforms-field-name {
    padding-right: 16px;
  }
  .block-subscribe.layout-beta .wpforms-container.one-line .wpforms-field-container .wpforms-field-email {
    padding-right: 0;
  }
  .block-subscribe.layout-beta .wpforms-container.one-line .wpforms-submit-container {
    width: 100%;
    float: none;
  }
}

/* Faceted Recipe Search Block : =faceted, =facetwp, =recipes, =search
--------------------------------------------- */
.block-faceted-recipe-search .block-faceted-recipe-search__search-bar {
  margin-bottom: 30px;
}
.block-faceted-recipe-search .block-faceted-recipe-search__search-bar .facetwp-facet {
  width: 100%;
  max-width: 736px;
  margin: 0 auto;
}
.block-faceted-recipe-search .block-faceted-recipe-search__search-bar .facetwp-facet .facetwp-input-wrap {
  display: block;
}
.block-faceted-recipe-search .block-faceted-recipe-search__search-bar .facetwp-facet .facetwp-input-wrap .facetwp-icon {
  right: 10px;
}
.block-faceted-recipe-search .block-faceted-recipe-search__filters-bar {
  background-color: var(--cwp-primary-bg);
  border-radius: 6px;
  margin-bottom: 30px;
}
.block-faceted-recipe-search .block-faceted-recipe-search__filters-bar-title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.block-faceted-recipe-search .facetwp-facet {
  /* class applies to select element itself, not a wrapper element */
  /* Hide arrow icon in IE browsers */
  /* Hover style */
  /* Focus style */
  /* Set options to normal weight */
  /* Support for rtl text, explicit support for Arabic and Hebrew */
  /* Disabled styles */
}
.block-faceted-recipe-search .facetwp-facet .facetwp-dropdown {
  display: block;
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  line-height: 24px;
  width: 100%;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
  	for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

  */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
}
.block-faceted-recipe-search .facetwp-facet .facetwp-dropdown::-ms-expand {
  display: none;
}
.block-faceted-recipe-search .facetwp-facet .facetwp-dropdown:focus {
  outline: none;
}
.block-faceted-recipe-search .facetwp-facet .facetwp-dropdown option {
  font-weight: normal;
}
.block-faceted-recipe-search .facetwp-facet *[dir=rtl] .facetwp-dropdown, .block-faceted-recipe-search .facetwp-facet :root:lang(ar) .facetwp-dropdown, .block-faceted-recipe-search .facetwp-facet :root:lang(iw) .facetwp-dropdown {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}
.block-faceted-recipe-search .facetwp-facet .facetwp-dropdown:disabled, .block-faceted-recipe-search .facetwp-facet .facetwp-dropdown[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
.block-faceted-recipe-search .facetwp-facet .facetwp-dropdown:disabled:hover, .block-faceted-recipe-search .facetwp-facet .facetwp-dropdown[aria-disabled=true] {
  border-color: #aaa;
}
.block-faceted-recipe-search .block-faceted-recipe-search__filters-bar-reset {
  display: block;
  margin-top: 14px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: var(--cwp-primary);
}
.block-faceted-recipe-search .block-faceted-recipe-search__results .post-summary {
  margin-bottom: 0;
}
.block-faceted-recipe-search .block-faceted-recipe-search__pagination {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .block-faceted-recipe-search.active .block-faceted-recipe-search__filters-bar-filters,
.block-faceted-recipe-search.active .block-faceted-recipe-search__filters-bar-reset {
    display: block;
  }
  .block-faceted-recipe-search .block-faceted-recipe-search__filters-bar {
    padding: 21px 15px 20px;
  }
  .block-faceted-recipe-search .block-faceted-recipe-search__filters-bar-title {
    margin-bottom: 10px;
  }
  .block-faceted-recipe-search .block-faceted-recipe-search__filters-bar-reset {
    display: none;
  }
  .block-faceted-recipe-search .block-faceted-recipe-search__filters-bar-filters {
    display: none;
  }
  .block-faceted-recipe-search .block-faceted-recipe-search__filters-toggle {
    display: block;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--cwp-primary);
  }
  .block-faceted-recipe-search .block-faceted-recipe-search__filters-toggle svg {
    fill: var(--cwp-primary);
    position: relative;
    top: 2px;
  }
  .block-faceted-recipe-search .block-faceted-recipe-search__filters-toggle-collapse {
    display: none;
  }
  .block-faceted-recipe-search .facetwp-facet {
    margin-bottom: 14px;
  }
  .block-faceted-recipe-search .facetwp-facet:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .block-faceted-recipe-search .block-faceted-recipe-search__filters-bar {
    padding: 30px 24px 30px;
  }
  .block-faceted-recipe-search .block-faceted-recipe-search__filters-bar-title {
    margin-bottom: 20px;
  }
  .block-faceted-recipe-search .block-faceted-recipe-search__filters-bar-filters {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
  }
  .block-faceted-recipe-search .block-faceted-recipe-search__filters-toggle {
    display: none;
  }
  .block-faceted-recipe-search .facetwp-facet {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .block-faceted-recipe-search .block-faceted-recipe-search__results {
    grid-row-gap: 16px;
  }
  .block-faceted-recipe-search .block-faceted-recipe-search__results > article {
    float: left;
    margin-left: 1.3698630137%;
    width: 49.3150684932%;
  }
  .block-faceted-recipe-search .block-faceted-recipe-search__results > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-faceted-recipe-search .block-faceted-recipe-search__results {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .block-faceted-recipe-search .block-faceted-recipe-search__results > article {
      margin-left: 0;
      width: 100%;
    }
    .block-faceted-recipe-search .block-faceted-recipe-search__results header, .block-faceted-recipe-search .block-faceted-recipe-search__results nav, .block-faceted-recipe-search .block-faceted-recipe-search__results aside, .block-faceted-recipe-search .block-faceted-recipe-search__results footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .block-faceted-recipe-search .block-faceted-recipe-search__results {
    grid-row-gap: 32px;
  }
  .block-faceted-recipe-search .block-faceted-recipe-search__results > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 22.9452054795%;
  }
  .block-faceted-recipe-search .block-faceted-recipe-search__results > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-faceted-recipe-search .block-faceted-recipe-search__results {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .block-faceted-recipe-search .block-faceted-recipe-search__results > article {
      margin-left: 0;
      width: 100%;
    }
    .block-faceted-recipe-search .block-faceted-recipe-search__results header, .block-faceted-recipe-search .block-faceted-recipe-search__results nav, .block-faceted-recipe-search .block-faceted-recipe-search__results aside, .block-faceted-recipe-search .block-faceted-recipe-search__results footer {
      grid-column: 1/-1;
    }
  }
}

/* Term Listing Block : =term listing
--------------------------------------------- */
.cp-list .cat {
  text-decoration: none;
}
.cp-list .cat__name {
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 700;
}
.cp-list.layout-alpha .cat__name, .cp-list.layout-beta .cat__name {
  color: #111111;
  display: block;
  text-align: center;
  line-height: 1.1666666667;
}
.cp-list.layout-alpha .cp-list__inner {
  display: grid;
}
.cp-list.layout-alpha .cat__name {
  font-size: 18px;
  background-color: white;
  border-radius: 6px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -16px;
}
@media (min-width: 768px) {
  .cp-list.layout-alpha .cat__name {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .cp-list.layout-alpha .cat__name {
    font-size: 24px;
  }
}
.cp-list.layout-alpha img {
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.cp-list.layout-alpha img:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}
.cp-list.layout-beta .cat,
.cp-list.layout-beta .quick-link {
  text-decoration: none;
  text-align: center;
  line-height: 1.1428571429;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #111111;
}
.cp-list.layout-beta .cat:hover, .cp-list.layout-beta .cat:active,
.cp-list.layout-beta .quick-link:hover,
.cp-list.layout-beta .quick-link:active {
  color: var(--cwp-secondary);
}
.cp-list.layout-beta .cat img,
.cp-list.layout-beta .quick-link img {
  border-radius: 50%;
  margin: 0 auto 8px;
  width: 132px;
}
.cp-list.layout-beta .cat__name {
  font-size: 16px;
}
@media (min-width: 768px) {
  .cp-list.layout-beta .cat__name {
    font-size: 19px;
  }
}
.has-primary-bg-background-color .cp-list.layout-gamma h2 {
  background-color: var(--cwp-primary-bg);
}
.has-secondary-bg-background-color .cp-list.layout-gamma h2 {
  background-color: var(--cwp-secondary-bg);
}
.has-tertiary-bg-background-color .cp-list.layout-gamma h2 {
  background-color: var(--cwp-tertiary-bg);
}
.cp-list.layout-gamma header {
  position: relative;
  text-align: center;
}
.cp-list.layout-gamma header:before {
  background: url(../icons/accents/wavy-line.svg) repeat-x center;
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}
.cp-list.layout-gamma h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: white;
  display: inline-block;
  padding: 0 16px;
  margin: 0;
}
.cp-list.layout-gamma .cp-list__inner {
  display: grid;
  grid-column-gap: 32px;
  grid-row-gap: 24px;
}
.cp-list.layout-gamma .cat {
  font-size: 16px;
  line-height: 1.125;
  display: flex;
  align-items: center;
  color: var(--cwp-secondary);
  text-decoration: none;
}
@media (min-width: 768px) {
  .cp-list.layout-gamma .cat {
    font-size: 21px;
  }
}
.cp-list.layout-gamma .cat:hover {
  color: var(--cwp-secondary-darken);
}
.cp-list.layout-gamma .cat:hover .cat__icon-container {
  background-color: rgba(var(--cwp-primary), 0.3);
}
.cp-list.layout-gamma .cat__icon-container {
  background-color: rgba(var(--cwp-primary), 0.2);
  border-radius: 50%;
  display: inline-block;
  line-height: 0;
}
.cp-list.layout-gamma .cat__icon-container svg {
  fill: var(--cwp-secondary);
}
@media (max-width: 991px) {
  .cp-list.layout-beta .cp-list__inner {
    margin: 0 -16px 0 -32px;
    max-width: calc(100% + 48px);
    overflow-x: auto;
  }
  .cp-list.layout-beta .cp-list__inner .cat,
.cp-list.layout-beta .cp-list__inner .quick-link {
    margin-left: 16px;
  }
  @supports (display: grid) {
    .cp-list.layout-beta .cp-list__inner {
      display: grid;
      grid-template-columns: 16px;
      grid-auto-flow: column;
      grid-auto-columns: calc((100% - 32px) / 4.5);
    }
    .cp-list.layout-beta .cp-list__inner::before, .cp-list.layout-beta .cp-list__inner::after {
      content: "";
      width: 16px;
    }
  }
}
@media (max-width: 767px) {
  .cp-list.layout-alpha h2, .cp-list.layout-beta h2 {
    margin-bottom: 16px;
  }
  .cp-list.layout-alpha .cp-list__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
  .cp-list.layout-alpha .cat img {
    width: 100%;
  }
  .cp-list.layout-alpha .cat__name {
    width: calc(100% - 16px);
    padding: 12px 10px;
  }
  @supports (display: grid) {
    .cp-list.layout-beta .cp-list__inner {
      grid-auto-columns: calc((100% - 32px) / 4.5);
    }
  }
  .cp-list.layout-gamma header {
    margin-bottom: 10px;
  }
  .cp-list.layout-gamma .cp-list__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cp-list.layout-gamma .cat__icon-container {
    padding: 9px;
    margin-right: 10px;
  }
  .cp-list.layout-gamma .cat__icon-container svg {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 549px) {
  @supports (display: grid) {
    .cp-list.layout-beta .cp-list__inner {
      grid-auto-columns: calc((100% - 32px) / 2.5);
    }
  }
}
@media (min-width: 768px) {
  .cp-list.layout-alpha h2, .cp-list.layout-beta h2 {
    margin-bottom: 24px;
  }
  .cp-list.layout-alpha .cp-list__inner {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
  }
  .cp-list.layout-alpha .cat__name {
    width: calc(100% - 28px);
    margin-top: -16px;
    padding: 14px 12px;
  }
  .cp-list.layout-gamma header {
    margin-bottom: 22px;
  }
  .cp-list.layout-gamma header:before {
    background-size: contain;
  }
  .cp-list.layout-gamma .cp-list__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .cp-list.layout-gamma .cat__icon-container {
    padding: 14px;
    margin-right: 10px;
  }
  .cp-list.layout-gamma .cat__icon-container svg {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 992px) {
  .cp-list.layout-beta .cp-list__inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -8px;
  }
  .cp-list.layout-beta .cat,
.cp-list.layout-beta .quick-link {
    flex-basis: 12.5%;
    padding: 0 8px;
  }
  body:not(.full-width-content) .cp-list.layout-beta .cat,
body:not(.full-width-content) .cp-list.layout-beta .quick-link {
    flex-basis: 25%;
    max-width: 132px;
  }
}

/* About Block : =about
--------------------------------------------- */
.block-about {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.block-about::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background: url(../icons/patterns/icon-pattern-0B1C24-opacity-15.svg) 0 0 repeat;
  background-size: 90px;
  transform: rotate(10deg);
}
.block-about .block-about__title {
  color: white;
  line-height: 1.2631578947;
}
.block-about .block-about__content {
  font-size: 18px;
  color: white;
}
@media (min-width: 768px) {
  .block-about .block-about__content {
    font-size: 22px;
  }
}
.block-about .block-about__content > *:last-child {
  margin-bottom: 0px;
}
.block-about ul.social-links {
  list-style-type: none;
  display: flex;
  padding: 0;
  line-height: 0;
}
.block-about ul.social-links li {
  padding: 0;
  margin-right: 16px;
}
.block-about ul.social-links li a {
  display: block;
}
.block-about ul.social-links li a:hover svg, .block-about ul.social-links li a:active svg {
  fill: var(--cwp-secondary-bg);
}
.block-about ul.social-links li a svg {
  fill: white;
  width: 30px;
  height: 30px;
}
.block-about .block-about__image img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .block-about .block-about__content-container {
    margin-bottom: 30px;
  }
  .block-about .block-about__title {
    margin-bottom: 7px;
  }
  .block-about .block-about__content {
    margin-bottom: 12px;
  }
  .block-about .block-about__link {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .block-about .block-about__inner {
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-column-gap: 32px;
    align-items: center;
  }
  .block-about .block-about__title {
    margin-bottom: 20px;
  }
  .block-about .block-about__content {
    margin-bottom: 20px;
  }
  .block-about .block-about__link {
    margin-bottom: 30px;
  }
}

/* Cinnamon Rolls Callout Block : =cinnamon rolls callout
--------------------------------------------- */
.block-cinnamon-rolls-callout .wp-block-group__inner-container:before, .block-cinnamon-rolls-callout .wp-block-group__inner-container:after {
  content: "";
  background: url(../icons/accents/wavy-line-white.svg) repeat-x center;
  background-size: cover;
  height: 8px;
  width: 100%;
  display: block;
  opacity: 0.5;
}
.block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__content > *:last-child {
  margin-bottom: 0px;
}
.block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__link .wp-block-button__link {
  background-color: #212121;
}
.block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__link .wp-block-button__link:hover, .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__link .wp-block-button__link:active {
  background-color: var(--cwp-secondary);
}
.block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__image {
  position: relative;
}
.block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__image-badge {
  position: absolute;
}
.block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__image-main {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__inner {
    padding: 27px 0 45px;
  }
  .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__content-container {
    text-align: center;
    margin-bottom: 24px;
  }
  .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__title {
    margin-bottom: 7px;
  }
  .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__content {
    margin-bottom: 11px;
  }
  .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__image-badge {
    width: 140px;
    left: 50%;
    top: -21px;
    transform: translateX(-203px);
  }
  .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__image-main {
    width: 267px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__inner {
    padding: 20px 0 30px;
    display: grid;
    grid-template-columns: 5fr 7fr;
    align-items: center;
    grid-column-gap: 32px;
  }
  .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__content-container {
    order: 2;
  }
  .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__title {
    margin-bottom: 18px;
  }
  .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__content {
    margin-bottom: 30px;
  }
  .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__image {
    order: 1;
    padding-left: 30px;
  }
  .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__image-badge {
    width: 150px;
    left: -40px;
    top: -9px;
  }
}
@media (min-width: 992px) {
  .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__inner {
    grid-column-gap: 64px;
  }
  .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__image {
    padding-left: 70px;
  }
  .block-cinnamon-rolls-callout .block-cinnamon-rolls-callout__image-badge {
    width: 187px;
    left: -40px;
  }
}

/* Table of Contents : =table of contents, =contents, =toc
--------------------------------------------- */
details.block-toc {
  background-color: var(--cwp-quaternary);
}
details.block-toc[open] summary {
  margin-bottom: 16px;
}
details.block-toc a {
  color: #111111;
  text-decoration-color: rgba(156, 102, 99, 0.5);
}
details.block-toc a:hover, details.block-toc a:active {
  color: var(--cwp-tertiary);
  text-decoration: underline;
}
details.block-toc summary {
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  details.block-toc summary {
    font-size: 22px;
  }
}
details.block-toc summary::marker {
  color: black;
}
details.block-toc > ol {
  list-style-type: none;
  padding: 0;
  line-height: 1.5;
  font-size: 16px;
}
details.block-toc > ol > li {
  padding: 0 0 10px;
}
@media (max-width: 767px) {
  details.block-toc {
    padding: 11px 18px 11px;
  }
  details.block-toc[open] {
    padding-bottom: 18px;
  }
}
@media (min-width: 768px) {
  details.block-toc {
    padding: 16px 32px 15px;
  }
  details.block-toc[open] {
    padding-bottom: 32px;
  }
}

/* Pinterest Callout Block : =pinterest
--------------------------------------------- */
.block-pinterest-callout .block-pinterest-callout__inner {
  position: relative;
}
.block-pinterest-callout .block-pinterest-callout__inner:hover svg {
  fill: var(--cwp-tertiary-bg);
}
.block-pinterest-callout .block-pinterest-callout__link {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-indent: -9999em;
}
.block-pinterest-callout .block-pinterest-callout__icon {
  fill: white;
}
.block-pinterest-callout .block-pinterest-callout__content > *:last-child {
  margin-bottom: 0;
}
.block-pinterest-callout .block-pinterest-callout__title {
  font-size: 20px;
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .block-pinterest-callout .block-pinterest-callout__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .block-pinterest-callout .block-pinterest-callout__inner {
    padding: 20px 16px 16px;
    text-align: center;
  }
  .block-pinterest-callout .block-pinterest-callout__icon {
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  .block-pinterest-callout .block-pinterest-callout__inner {
    padding: 17px 18px 18px 96px;
  }
  .block-pinterest-callout .block-pinterest-callout__icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .site-header {
    max-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.title-area {
  width: 100%;
  text-align: left;
}
.title-area h1.site-title,
.title-area p.site-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}
.title-area h1.site-title a,
.title-area p.site-title a {
  color: #737373;
  text-decoration: none;
}
.title-area .site-title a {
  background: url(../icons/logo/logo-with-tagline.svg) no-repeat left center/contain;
  display: block;
  text-indent: -9999em;
  width: 100%;
  height: 0;
  padding-bottom: 18.8235294118%;
}
.brand-bcr .title-area .site-title a {
  background: url(../icons/logo/bcr-logo-with-tagline.svg) no-repeat left center/contain;
}
@media (max-width: 1200px) {
  .title-area {
    margin: 0 auto;
    padding: 7px 0 7px;
    max-width: 300px;
  }
}
@media (max-width: 469px) {
  .title-area {
    padding: 16px 0 16px;
    max-width: 200px;
  }
}
@media (max-width: 359px) {
  .title-area {
    max-width: 180px;
  }
}
@media (min-width: 1201px) {
  .title-area {
    float: left;
    margin: 18px auto 20px;
    max-width: 340px;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
@supports (position: sticky) {
  body .site-header {
    position: sticky;
    top: 0;
    transition: transform 0.3s;
    z-index: 10;
  }
}
@supports (position: sticky) {
  body.admin-bar .site-header {
    top: 32px;
  }
  @media (max-width: 782px) {
    body.admin-bar .site-header {
      top: 0px;
    }
  }
}
@supports (position: sticky) {
  body.nav-up .site-header {
    transform: translateY(-100%);
  }
}

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  display: block;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: var(--cwp-primary);
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
@media (min-width: 1201px) {
  .nav-menu {
    display: flex;
    flex-flow: column-reverse nowrap;
  }
  .nav-menu .nav-primary,
.nav-menu .nav-secondary {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .nav-primary + .nav-secondary {
    margin-bottom: 12px;
  }
  .nav-menu .menu {
    display: inline-block;
    width: auto;
  }
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    right: 0;
    opacity: 1;
  }
  .nav-menu .menu-item.menu-item-search button {
    width: 48px;
    height: 48px;
  }
  .nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 240px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    background: #EEEEEE;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
  .nav-menu .nav-primary {
    margin-top: 25px;
    margin-left: 30px;
  }
  .nav-menu .nav-primary .menu > .menu-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-search {
    padding-inline: 0;
  }
  .nav-menu .nav-primary .menu > .menu-item:last-of-type {
    margin-right: 0;
  }
  .nav-menu .nav-primary .menu > .menu-item:hover > a {
    border-bottom: 5px solid var(--cwp-primary) !important;
  }
  .nav-menu .nav-primary .menu > .menu-item > a {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111111;
    border-bottom: 5px solid transparent;
    padding-bottom: 10px;
    padding-top: 18px;
  }
  .nav-menu .nav-primary .menu > .menu-item.current-menu-item > a, .nav-menu .nav-primary .menu > .menu-item.current-menu-ancestor > a {
    border-bottom: 5px solid var(--cwp-tertiary);
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children {
    padding-right: 32px;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:last-child:hover > .sub-menu {
    left: -66px;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:hover {
    background-color: var(--cwp-primary-bg);
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children .submenu-expand {
    top: 23px;
    right: 5px;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children .submenu-expand svg {
    fill: var(--cwp-primary);
  }
  .nav-menu .nav-primary .menu > .menu-item.search {
    width: 183px;
    padding-right: 0;
    padding-left: 16px;
  }
  .nav-menu .nav-primary .menu > .menu-item.search .search-form {
    border-radius: 3px;
    border: 1px solid #BDBDBD;
  }
  .nav-menu .nav-primary .menu > .menu-item.search .search-form .search-submit svg {
    fill: var(--cwp-primary);
  }
  .nav-menu .nav-primary .menu > .menu-item.search input[type=search] {
    color: #424242;
    padding: 10px 12px;
    line-height: 1.3;
  }
  .nav-menu .nav-primary .menu-item.mega {
    position: static;
    background-image: url(../icons/color/carat-down-large-primary.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 15px;
    background-size: 15px;
  }
  .nav-menu .nav-primary .menu-item.mega > .submenu-expand {
    display: none;
  }
  .nav-menu .nav-primary .menu-item.mega .sub-menu {
    padding-top: 16px;
  }
  .nav-menu .nav-primary .menu-item.mega:hover > .sub-menu {
    left: 0;
  }
}
@media (min-width: 1201px) and (min-width: 1200px) {
  .nav-menu .nav-primary .menu-item.mega:hover > .sub-menu {
    left: calc(50% - 576px);
  }
}
@media (min-width: 1201px) {
  .nav-menu .nav-primary .submenu-expand .close {
    display: none;
  }
}
@media (min-width: 1201px) {
  .nav-menu .nav-primary .sub-menu {
    background-color: var(--cwp-primary-bg);
    padding: 6px 0 8px;
  }
  .nav-menu .nav-primary .sub-menu .menu-item {
    line-height: 26px;
  }
  .nav-menu .nav-primary .sub-menu .menu-item:hover > a {
    background-color: var(--cwp-primary-bg);
    color: var(--cwp-tertiary);
    text-decoration: underline;
  }
  .nav-menu .nav-primary .sub-menu .menu-item a {
    padding: 6px 18px;
    color: #424242;
    font-size: 16px;
  }
}
@media (min-width: 1201px) {
  .nav-menu .nav-primary .mega > .sub-menu {
    width: 100vw;
    max-width: 1168px;
    display: flex;
    flex-wrap: nowrap;
    padding: 16px;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li {
    flex-basis: 0;
    flex-grow: 1;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li:hover > a {
    background-color: transparent;
    color: #424242;
    text-decoration: none;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li .submenu-expand {
    display: none;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > .sub-menu {
    padding: 0;
    box-shadow: none;
    display: block;
    position: relative;
    opacity: 1;
    margin: 0;
    left: auto;
    width: 100%;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > .sub-menu::before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .nav-menu {
    display: none;
    position: relative;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .nav-menu.active {
    display: block;
    margin: 0 -48px;
    max-width: calc(100% + 124px);
    clear: both;
  }
  .nav-menu .nav-primary {
    padding-bottom: 16px;
    padding-top: 10px;
  }
  .nav-menu .nav-primary {
    background: var(--cwp-secondary-bg);
  }
  .nav-menu .nav-primary .menu > .menu-item {
    border-bottom: 1px solid rgba(var(--cwp-primary), 0.15);
  }
  .nav-menu .nav-primary .menu > .menu-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .nav-menu .nav-primary .menu > .menu-item.search {
    display: none;
  }
  .nav-menu .nav-primary .menu > .menu-item > .sub-menu {
    padding-bottom: 10px;
  }
  .nav-menu .nav-primary .menu > .menu-item > a {
    padding: 18px 26px 14px 16px !important;
    color: #424242;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
  }
  .nav-menu .nav-primary .sub-menu .menu-item a {
    padding: 9px 16px;
    font-size: 14px;
    color: #424242;
  }
  .nav-menu .nav-primary .submenu-expand {
    top: 0;
    right: 14px;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .nav-primary .submenu-expand svg {
    width: 20px;
    height: 20px;
    fill: var(--cwp-secondary);
  }
  .nav-menu .nav-primary .submenu-expand:not(.expanded) .close {
    display: none;
  }
  .nav-menu .nav-primary .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .nav-primary .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .nav-primary .submenu-expand.expanded .open {
    display: none;
  }
  .nav-menu .nav-primary .sub-menu {
    display: none;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > a {
    font-weight: 800;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > a::before {
    background: rgba(var(--cwp-secondary), 0.2);
    content: "";
    display: block;
    width: calc(100% - 32px);
    height: 1px;
    bottom: 0;
    left: 16px;
    position: absolute;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > .sub-menu {
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > .submenu-expand {
    display: none;
  }
}
/* Toggles
--------------------------------------------- */
.search-toggle,
.menu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
  background: var(--cwp-primary-bg);
  border-radius: 6px;
}
.search-toggle .close,
.menu-toggle .close {
  display: none;
}
.search-toggle:hover, .search-toggle.active,
.menu-toggle:hover,
.menu-toggle.active {
  background: var(--cwp-primary);
}
.search-toggle:hover svg, .search-toggle.active svg,
.menu-toggle:hover svg,
.menu-toggle.active svg {
  fill: white;
}
.search-toggle.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open {
  display: none;
}

@media (max-width: 1200px) {
  .site-header .wrap {
    padding: 0 48px;
  }
}
.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
}
@media (min-width: 1201px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    display: none;
  }
}
@media (max-width: 1200px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    top: 7px;
  }
}
@media (max-width: 1200px) {
  .site-header .wrap > .menu-toggle {
    left: 16px;
  }
  .site-header .wrap > .search-toggle {
    right: 16px;
  }
}
@media (max-width: 767px) {
  .site-header .wrap > .menu-toggle {
    left: 14px;
  }
  .site-header .wrap > .search-toggle {
    right: 14px;
  }
}

/* Header Search
--------------------------------------------- */
.header-search {
  background: var(--cwp-primary-bg);
  overflow: hidden;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .header-search {
    position: absolute;
    bottom: -82px;
    right: 0;
  }
  .header-search .search-form {
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .header-search {
    margin: 0 -48px;
    width: calc(100% + 96px);
  }
}
.header-search:not(.active) {
  display: none;
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 32px;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.post-summary:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}
.post-summary .post-summary__image img {
  width: 100%;
}
.post-summary .entry-category {
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: #111111;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .post-summary .entry-category {
    font-size: 12px;
  }
}
.post-summary .entry-category__icon-container {
  background-color: var(--cwp-secondary-bg);
  border-radius: 50%;
  display: inline-block;
  line-height: 0;
}
.post-summary .entry-category__icon-container svg {
  fill: var(--cwp-secondary);
}
.post-summary .post-summary__title {
  font-weight: 400;
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
.post-summary .post-summary__title a {
  text-decoration: none;
}
.post-summary .post-summary__recipe-rating {
  font-size: 12px;
  line-height: 1.1666666667;
  display: flex;
  align-items: center;
}
.post-summary .post-summary__recipe-rating svg {
  margin-right: 3px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .post-summary .entry-category__icon-container {
    padding: 4px;
    margin-right: 5px;
  }
  .post-summary .entry-category__icon-container svg {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 768px) {
  .post-summary .entry-category__icon-container {
    padding: 5px;
    margin-right: 6px;
  }
  .post-summary .entry-category__icon-container svg {
    width: 14px;
    height: 14px;
  }
}

/* Post Summary - Primary : =primary
---------------------------------------------------------------------------------------------------- */
.post-summary.post-summary--primary {
  background-color: white;
}
.post-summary.post-summary--primary .post-summary__title {
  font-size: 20px;
}
@media (min-width: 768px) {
  .post-summary.post-summary--primary .post-summary__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .post-summary.post-summary--primary {
    display: grid;
    grid-template-columns: 125px 1fr;
  }
  .post-summary.post-summary--primary .post-summary__content {
    padding: 12px;
    align-self: center;
  }
  .post-summary.post-summary--primary .entry-category {
    margin-bottom: 5px;
  }
  .post-summary.post-summary--primary .post-summary__title {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .post-summary.post-summary--primary {
    display: flex;
    flex-flow: column nowrap;
  }
  .post-summary.post-summary--primary .post-summary__content {
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    padding: 20px 12px 18px 20px;
    min-height: 160px;
  }
  .post-summary.post-summary--primary .entry-category {
    margin-bottom: 5px;
  }
  .post-summary.post-summary--primary .post-summary__title {
    margin-bottom: 20px;
    flex-grow: 1;
  }
}

/* Post Summary - Secondary : =secondary
---------------------------------------------------------------------------------------------------- */
.post-summary.post-summary--secondary {
  display: grid;
  background-color: white;
}
.post-summary.post-summary--secondary .post-summary__title {
  font-size: 20px;
  line-height: 1.3846153846;
}
@media (min-width: 768px) {
  .post-summary.post-summary--secondary .post-summary__title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .post-summary.post-summary--secondary {
    grid-template-columns: 125px 1fr;
  }
  .post-summary.post-summary--secondary .post-summary__content {
    padding: 13px 7px 13px 13px;
  }
  .post-summary.post-summary--secondary .entry-category {
    margin-bottom: 5px;
  }
  .post-summary.post-summary--secondary .post-summary__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .post-summary.post-summary--secondary {
    grid-template-columns: 43% 1fr;
  }
  .post-summary.post-summary--secondary .post-summary__content {
    padding: 16px;
    align-self: center;
  }
  .post-summary.post-summary--secondary .entry-category {
    margin-bottom: 5px;
  }
}

/* Post Summary - Tertiary : =tertiary
---------------------------------------------------------------------------------------------------- */
.post-summary.post-summary--tertiary {
  display: flex;
  flex-flow: column nowrap;
  background-color: white;
}
.post-summary.post-summary--tertiary .post-summary__content {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
}
.post-summary.post-summary--tertiary .post-summary__title {
  font-size: 18px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .post-summary.post-summary--tertiary .post-summary__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .post-summary.post-summary--tertiary .post-summary__content {
    padding: 10px 10px 15px;
  }
  .post-summary.post-summary--tertiary .entry-category {
    margin-bottom: 5px;
  }
  .post-summary.post-summary--tertiary .post-summary__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .post-summary.post-summary--tertiary .post-summary__content {
    padding: 15px 15px 13px;
  }
  .post-summary.post-summary--tertiary .entry-category {
    margin-bottom: 5px;
  }
  .post-summary.post-summary--tertiary .post-summary__title {
    margin-bottom: 20px;
  }
}

/* Post Summary - Quaternary : =quaternary
---------------------------------------------------------------------------------------------------- */
.post-summary.post-summary--quaternary {
  box-shadow: none;
}
.post-summary.post-summary--quaternary .post-summary__image img {
  border-radius: 6px;
}
.post-summary.post-summary--quaternary .post-summary__title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .post-summary.post-summary--quaternary .post-summary__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .post-summary.post-summary--quaternary {
    display: grid;
    grid-template-columns: 94px 1fr;
  }
  .post-summary.post-summary--quaternary .post-summary__content {
    padding: 14px;
    align-self: center;
  }
  .post-summary.post-summary--quaternary .entry-category {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .post-summary.post-summary--quaternary {
    display: flex;
    flex-flow: column nowrap;
  }
  .post-summary.post-summary--quaternary .post-summary__content {
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    padding: 8px 0 0;
  }
  .post-summary.post-summary--quaternary .entry-category {
    margin-bottom: 5px;
  }
}

/* Post Summary - Quinary : =quinary
---------------------------------------------------------------------------------------------------- */
.post-summary.post-summary--quinary {
  background-color: white;
  display: grid;
  grid-template-columns: 80px 1fr;
}
.post-summary.post-summary--quinary .post-summary__image img {
  object-fit: cover;
  height: 100%;
}
.post-summary.post-summary--quinary .post-summary__content {
  display: flex;
  align-items: center;
}
.post-summary.post-summary--quinary .post-summary__title {
  font-size: 18px;
  line-height: 1.2222222222;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .post-summary.post-summary--quinary .post-summary__content {
    padding: 5px 16px 7px 12px;
  }
}
@media (min-width: 768px) {
  .post-summary.post-summary--quinary .post-summary__content {
    padding: 8px 14px 8px 12px;
  }
}

/* Post Summary - Feature : =feature
---------------------------------------------------------------------------------------------------- */
.post-summary.post-summary--feature {
  background-color: white;
}
.post-summary.post-summary--feature .post-summary__title {
  font-size: 24px;
  line-height: 1.125;
}
@media (min-width: 768px) {
  .post-summary.post-summary--feature .post-summary__title {
    font-size: 32px;
  }
}
.post-summary.post-summary--feature .post-summary__excerpt {
  font-size: 16px;
}
@media (max-width: 767px) {
  .post-summary.post-summary--feature {
    display: flex;
    flex-flow: column nowrap;
  }
  .post-summary.post-summary--feature .post-summary__content {
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    padding: 16px;
    min-height: 160px;
  }
  .post-summary.post-summary--feature .entry-category {
    margin-bottom: 12px;
  }
  .post-summary.post-summary--feature .post-summary__title {
    margin-bottom: 13px;
    flex-grow: 1;
  }
  .post-summary.post-summary--feature .post-summary__recipe-rating {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .post-summary.post-summary--feature {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .post-summary.post-summary--feature .post-summary__image img {
    object-fit: cover;
    height: 100%;
  }
  .post-summary.post-summary--feature .post-summary__content {
    padding: 32px 23px 32px 32px;
    align-self: center;
  }
  .post-summary.post-summary--feature .entry-category {
    margin-bottom: 11px;
  }
  .post-summary.post-summary--feature .post-summary__title {
    margin-bottom: 9px;
  }
  .post-summary.post-summary--feature .post-summary__recipe-rating {
    margin-bottom: 14px;
  }
}

/* Archive
--------------------------------------------- */
.archive .block-area {
  padding-bottom: 48px;
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  text-align: center;
  width: 100%;
  max-width: 736px;
  margin: 0 auto 32px;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .archive-header-container .archive-header-image {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    height: 205px;
  }
  .archive-header-container .archive-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .archive-header-container .archive-description {
    padding: 20px 10px;
    margin-top: -83px;
    min-height: 220px;
    background-color: white;
    position: relative;
    border-radius: 6px;
  }
}
@media (min-width: 768px) {
  .archive-header-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 32px;
    margin-bottom: 64px;
  }
  .archive-header-container .archive-description {
    text-align: left;
    max-width: none;
    margin: 0;
    align-self: center;
    order: 1;
  }
  .archive-header-container .breadcrumb {
    text-align: left;
  }
  .archive-header-container .archive-header-image {
    max-height: 295px;
    order: 2;
  }
  .archive-header-container .archive-header-image img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* Archive Post Listing
--------------------------------------------- */
@media (max-width: 991px) {
  .archive-post-listing > article {
    float: left;
    margin-left: 1.3698630137%;
    width: 49.3150684932%;
  }
  .archive-post-listing > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive-post-listing {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .archive-post-listing > article {
      margin-left: 0;
      width: 100%;
    }
    .archive-post-listing header, .archive-post-listing nav, .archive-post-listing aside, .archive-post-listing footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .archive-post-listing > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 22.9452054795%;
  }
  .archive-post-listing > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive-post-listing {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .archive-post-listing > article {
      margin-left: 0;
      width: 100%;
    }
    .archive-post-listing header, .archive-post-listing nav, .archive-post-listing aside, .archive-post-listing footer {
      grid-column: 1/-1;
    }
  }
}
.archive-post-listing .block-area,
.archive-post-listing .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}

/* Entry Navigation : =pagination
--------------------------------------------- */
.pagination {
  text-align: center;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: #424242;
  font-size: 18px;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
}
.pagination ul li:hover > a {
  color: var(--cwp-tertiary);
}
.pagination ul li.active > a {
  background: var(--cwp-primary);
  color: #fff;
  border-radius: 50%;
}

.facetwp-pager {
  font-size: 18px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.facetwp-pager .page-numbers,
.facetwp-pager .facetwp-page {
  color: #424242;
  display: inline-block;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  text-decoration: none;
  margin: 0;
}
.facetwp-pager .page-numbers.first:not(.active), .facetwp-pager .page-numbers.prev, .facetwp-pager .page-numbers.next,
.facetwp-pager .facetwp-page.first:not(.active),
.facetwp-pager .facetwp-page.prev,
.facetwp-pager .facetwp-page.next {
  width: auto;
}
.facetwp-pager .page-numbers:hover,
.facetwp-pager .facetwp-page:hover {
  color: var(--cwp-tertiary);
}
.facetwp-pager .page-numbers.active,
.facetwp-pager .facetwp-page.active {
  font-weight: 400;
}
.facetwp-pager .page-numbers.active:not(.prev):not(.next), .facetwp-pager .page-numbers.current,
.facetwp-pager .facetwp-page.active:not(.prev):not(.next),
.facetwp-pager .facetwp-page.current {
  background: var(--cwp-primary);
  color: #fff;
  font-weight: 400;
  border-radius: 50%;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Forms
--------------------------------------------- */
input, select, textarea {
  background: #fff;
  border: 1px solid var(--cwp-primary);
  border-radius: 3px;
  color: #757575;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%;
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

input[type=checkbox] {
  width: auto;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #BDBDBD;
}

::-webkit-input-placeholder {
  color: #BDBDBD;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ul.blocks-gallery-grid, .entry-content ol.wp-block-gallery, .entry-content ol.blocks-gallery-grid {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ul.blocks-gallery-grid li, .entry-content ol.wp-block-gallery li, .entry-content ol.blocks-gallery-grid li {
  padding-bottom: 0;
}
.entry-content ul.is-style-arrow-list, .entry-content ol.is-style-arrow-list {
  list-style-type: none;
  padding-left: 0;
}
.entry-content ul.is-style-arrow-list li, .entry-content ol.is-style-arrow-list li {
  position: relative;
  padding-left: 32px;
}
.entry-content ul.is-style-arrow-list li:before, .entry-content ol.is-style-arrow-list li:before {
  content: "";
  background: url(../icons/color/arrow-right-blue.svg);
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.entry-content ul.is-style-colored-numbers, .entry-content ol.is-style-colored-numbers {
  list-style-type: none;
  padding-left: 0;
}
.entry-content ul.is-style-colored-numbers li, .entry-content ol.is-style-colored-numbers li {
  position: relative;
  padding-left: 32px;
}
.entry-content ul.is-style-colored-numbers li:before, .entry-content ol.is-style-colored-numbers li:before {
  content: counter(list-item);
  background-color: var(--cwp-secondary);
  color: white;
  font-size: 14px;
  font-weight: 800;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 0;
}

.entry-content > *,
.block-area > * {
  margin: 24px 0;
  max-width: 100%;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.entry-content > *.alignwide, .entry-content > *.alignfull,
.block-area > *.alignwide,
.block-area > *.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
@media (max-width: 767px) {
  .entry-content > * .alignleft,
.entry-content > * .alignright,
.block-area > * .alignleft,
.block-area > * .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .entry-content > *.alignwide,
.block-area > *.alignwide {
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content > *.alignwide.wp-block-group, .entry-content > *.alignwide.has-background,
.block-area > *.alignwide.wp-block-group,
.block-area > *.alignwide.has-background {
    max-width: 1200px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .content .entry-content > *.alignwide,
.content .block-area > *.alignwide {
    margin-left: -216px;
    margin-right: -216px;
  }
  .content .entry-content > *.alignwide.wp-block-group, .content .entry-content > *.alignwide.has-background,
.content .block-area > *.alignwide.wp-block-group,
.content .block-area > *.alignwide.has-background {
    margin-left: -232px;
    margin-right: -232px;
  }
}
.content-sidebar .entry-content > *.alignwide, .content-sidebar .entry-content > *.alignfull, .sidebar-content .entry-content > *.alignwide, .sidebar-content .entry-content > *.alignfull,
.content-sidebar .block-area > *.alignwide,
.content-sidebar .block-area > *.alignfull,
.sidebar-content .block-area > *.alignwide,
.sidebar-content .block-area > *.alignfull {
  max-width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
}
.entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
.block-area > *.wp-block-quote,
.block-area > *.post-listing-block {
  margin-top: calc( 2 * 24px);
  margin-bottom: calc( 2 * 24px);
}

.entry-content > .alignfull:first-child {
  margin-top: -40px;
}
.entry-content > .alignfull:last-child {
  margin-bottom: -40px;
}

.entry-content > .jpibfi:first-child + * {
  margin-top: 0;
}
.entry-content > .jpibfi:first-child + *.alignfull {
  margin-top: -40px;
}

.entry-content > h2 {
  margin-bottom: -11px;
}
.entry-content > h3 {
  margin-bottom: -14px;
}
.entry-content > h4, .entry-content > h5, .entry-content > h6 {
  margin-bottom: -9px;
}

.aff-disc {
  font-size: 14px;
  color: #616161;
}
@media (min-width: 768px) {
  .aff-disc {
    font-size: 16px;
  }
}
.entry-content > .aff-disc {
  margin-bottom: -8px;
}
.aff-disc p {
  margin: 0;
}

/* Entry Meta
--------------------------------------------- */
/* Entry Header
--------------------------------------------- */
body.home h1.entry-title {
  display: none;
}

body.single-post .entry-header {
  margin-bottom: 16px;
}
.entry-header .entry-title {
  margin-bottom: 18px;
}
.entry-header__rating {
  height: 30px;
  overflow: hidden;
}
.entry-header .single-post-entry-header__meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.entry-header .single-post-entry-header__meta p {
  margin-bottom: 0;
}
.entry-header .single-post-entry-header__meta .entry-author {
  position: relative;
  padding-left: 56px;
}
.entry-header .single-post-entry-header__meta .entry-author__avatar-link {
  position: absolute;
  left: 0;
}
.entry-header .single-post-entry-header__meta .entry-author__avatar-link .avatar {
  border-radius: 50%;
}
.entry-header .single-post-entry-header__meta .entry-author__name {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #111111;
  text-decoration: none;
}
.entry-header .single-post-entry-header__meta .entry-date {
  font-size: 12px;
  color: #757575;
}
.entry-header .single-post-entry-header__meta .wprm-recipe-rating .wprm-rating-star {
  margin-right: 4px;
}
.entry-header .single-post-entry-header__meta .wprm-recipe-rating .wprm-rating-star:last-child {
  margin-right: 0;
}
.entry-header .recipe-actions .recipe-actions__inner {
  display: flex;
  gap: 16px;
}
.entry-header .recipe-actions button, .entry-header .recipe-actions a {
  border: none;
  font-weight: 700;
  font-size: 14px;
  color: var(--cwp-secondary);
  text-decoration: none;
  background-color: var(--cwp-secondary-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
  gap: 4px;
}
.entry-header .recipe-actions button:hover, .entry-header .recipe-actions button:active, .entry-header .recipe-actions a:hover, .entry-header .recipe-actions a:active {
  background-color: var(--cwp-secondary_bg-darken);
}
.entry-header .recipe-actions button svg, .entry-header .recipe-actions a svg {
  fill: var(--cwp-primary);
}
.entry-header .recipe-actions .post-header__favorite {
  line-height: 0;
}
.entry-header .recipe-actions .post-header__favorite .saved {
  display: none;
}
.entry-header .recipe-actions .post-header__favorite.active .saved {
  display: inline;
}
.entry-header .recipe-actions .post-header__favorite.active .save {
  display: none;
}
@media (max-width: 767px) {
  .entry-header .single-post-entry-header__meta {
    margin-bottom: 20px;
  }
  .entry-header .single-post-entry-header__meta .entry-author {
    width: 100%;
    margin-bottom: 16px;
  }
  .entry-header .recipe-actions__inner a {
    padding: 6px;
    min-height: 50px;
  }
  .entry-header .wprm-recipe-rating .wprm-rating-star svg {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 768px) {
  .entry-header .single-post-entry-header__meta {
    margin-bottom: 30px;
  }
  .entry-header .recipe-actions__inner a {
    padding: 15px;
  }
  .entry-header .wprm-recipe-rating .wprm-rating-star svg {
    width: 31px;
    height: 31px;
  }
}

/* Entry Footer
--------------------------------------------- */
body.single-post .entry-footer:before {
  content: "";
  display: block;
  height: 2px;
  background-color: var(--cwp-primary-bg);
  width: 100%;
  max-width: 480px;
  margin: 45px auto 45px;
}

@media (max-width: 767px) {
  .single-post .entry-content > .wp-block-image img {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw !important;
  }
}

/* After Entry : =after
--------------------------------------------- */
.after-entry {
  margin-bottom: 45px;
  margin-top: 45px;
}
.after-entry > * {
  margin: 45px 0;
  max-width: 100%;
}
.after-entry > *:first-child {
  margin-top: 0;
}
.after-entry > *:last-child {
  margin-bottom: 0;
}
.author-box {
  position: relative;
}
.author-box .avatar {
  border-radius: 50%;
}
.author-box .author-box-title {
  color: #111111;
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1.1363636364;
  font-size: 22px;
}
@media (min-width: 768px) {
  .author-box .author-box-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .author-box .author-box-title {
    font-size: 22px;
  }
}
.author-box .author-box-content {
  font-size: 16px;
  margin-bottom: 18px;
}
.author-box .author-box-content > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .author-box {
    text-align: center;
  }
  .author-box .avatar {
    margin: 0 auto 20px;
  }
  .author-box .author-box-title {
    margin-bottom: 9px;
  }
  .author-box .author-box-content {
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) {
  .author-box {
    padding-left: 128px;
  }
  .author-box .avatar {
    position: absolute;
    left: 0;
  }
}

/* Comments
--------------------------------------------- */
img.wprm-comment-rating {
  filter: invert(28%) sepia(7%) saturate(2510%) hue-rotate(151deg) brightness(98%) contrast(86%);
}

.entry-comments .comment-list {
  margin: 0 0 32px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #EEEEEE;
}
.entry-comments .comment-list li article {
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: rgba(var(--cwp-primary), 0.05);
  border-left: 2px solid var(--cwp-primary);
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entry-comments .comment-list .comment-author {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  color: #737373;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: var(--cwp-primary);
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  color: #9E9E9E;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #9E9E9E;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: var(--cwp-primary);
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.entry-comments .comment-list ol.children {
  margin: 0;
}
.entry-comments .comment-list ol.children li {
  border-top: 1px solid #EEEEEE;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}

/* Before Footer : =footer
---------------------------------------------------------------------------------------------------- */
.before-footer {
  background-color: var(--cwp-primary-bg);
}
.before-footer .wpforms-container {
  margin-bottom: 0;
}
.before-footer .wpforms-container .wpforms-form .wpforms-title {
  font-family: "Work Sans", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1818181818;
}
.before-footer .wpforms-container .wpforms-form .wpforms-submit-container {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .before-footer .wpforms-container .wpforms-form .wpforms-submit-container button[type=submit] {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media (min-width: 768px) {
  .before-footer .wpforms-container .wpforms-form .wpforms-submit-container button[type=submit] {
    font-size: 16px;
    padding: 15px 37px 14px;
  }
}
@media (max-width: 767px) {
  .before-footer {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .before-footer .wpforms-container .wpforms-form .wpforms-title {
    text-align: center;
    margin-bottom: 12px;
  }
  .before-footer .wpforms-container .wpforms-form .wpforms-field-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 16px;
  }
  .before-footer .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
    margin-bottom: 11px;
  }
  .before-footer .wpforms-container .wpforms-form .wpforms-submit-container {
    text-align: center;
  }
  .before-footer .wpforms-container .wpforms-form .wpforms-submit-container button[type=submit] {
    padding: 13px 49px;
  }
}
@media (min-width: 768px) {
  .before-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .before-footer .wpforms-container.one-line .wpforms-field-container {
    width: calc(100% - 175px);
  }
  .before-footer .wpforms-container.one-line .wpforms-submit-container {
    width: 175px;
  }
}
@media (min-width: 992px) {
  .before-footer {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .before-footer .wpforms-container.one-line .wpforms-form {
    display: grid;
    grid-template-columns: 0.9fr 1.5fr 184px;
    grid-column-gap: 16px;
    align-items: center;
  }
  .before-footer .wpforms-container.one-line .wpforms-head-container .wpforms-title {
    margin-bottom: 0;
  }
  .before-footer .wpforms-container.one-line .wpforms-field-container {
    width: 100%;
  }
  .before-footer .wpforms-container.one-line .wpforms-field-container .wpforms-field-name {
    padding-right: 16px;
  }
  .before-footer .wpforms-container.one-line .wpforms-field-container .wpforms-field-email {
    padding-right: 0;
  }
  .before-footer .wpforms-container.one-line .wpforms-submit-container {
    width: 100%;
    float: none;
  }
}

/* Site Footer : =footer
---------------------------------------------------------------------------------------------------- */
.site-footer .site-footer__logo {
  display: block;
  background: url("../icons/logo/logo-icon.svg") no-repeat center/contain;
  text-indent: -9999em;
  opacity: 0.5;
}
.brand-bcr .site-footer .site-footer__logo {
  background: url(../icons/logo/bcr-logo.svg) no-repeat center/contain;
}
.site-footer .site-footer__recipes-menu ul {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
}
.site-footer .site-footer__recipes-menu ul li {
  margin: 0 24px 10px 0;
}
.site-footer .site-footer__recipes-menu ul li a {
  font-weight: 700;
  font-size: 15px;
  color: var(--cwp-secondary);
  text-decoration: none;
}
.site-footer .site-footer__recipes-menu ul li a:hover, .site-footer .site-footer__recipes-menu ul li a:active {
  color: var(--cwp-secondary-lighten);
}
.site-footer .site-footer__about-menu ul {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
}
.site-footer .site-footer__about-menu ul li {
  margin: 0 28px 14px 0;
}
.site-footer .site-footer__about-menu ul li a {
  font-size: 14px;
  color: var(--cwp-secondary);
  text-decoration: none;
}
.site-footer .site-footer__about-menu ul li a:hover, .site-footer .site-footer__about-menu ul li a:active {
  color: var(--cwp-secondary-lighten);
}
.site-footer .social-links {
  display: none;
  justify-content: center;
  list-style-type: none;
  line-height: 0;
}
.site-footer .social-links li + li {
  margin-left: 18px;
}
.site-footer .social-links li a.facebook svg {
  fill: #1778F2;
}
.site-footer .social-links li a.twitter svg {
  fill: #00B6F1;
}
.site-footer .social-links li a.pinterest svg {
  fill: #CB2027;
}
.site-footer .social-links li a.instagram svg {
  fill: #C32AA3;
}
.site-footer .social-links li a.youtube svg {
  fill: #FF0000;
}
.site-footer .social-links li a.print svg {
  fill: #616161;
}
.site-footer .social-links li a svg {
  fill: var(--cwp-primary);
  width: 30px;
  height: 30px;
}
.site-footer .social-links li a:hover svg {
  fill: var(--cwp-primary-darken);
}
.site-footer .site-footer__copyright {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #737373;
}
.site-footer .site-footer__copyright a {
  color: #737373;
}
@media (max-width: 767px) {
  .site-footer {
    padding: 30px 0;
  }
  .site-footer .site-footer__logo {
    width: 94px;
    height: 83px;
    margin: 0 auto 30px;
  }
  .site-footer .site-footer__recipes-menu {
    margin-bottom: 20px;
  }
  .site-footer .site-footer__recipes-menu ul {
    justify-content: center;
  }
  .site-footer .site-footer__about-menu {
    margin-bottom: 20px;
  }
  .site-footer .site-footer__about-menu ul {
    justify-content: center;
  }
  .site-footer .site-footer__bottom {
    text-align: center;
  }
  .site-footer .site-footer__copyright-left,
.site-footer .site-footer__copyright-right {
    display: block;
  }
}
@media (min-width: 768px) {
  .site-footer {
    padding: 42px 0;
  }
  .site-footer .site-footer__top {
    display: grid;
    grid-template-columns: 96px 1fr;
    grid-column-gap: 32px;
  }
  .site-footer .site-footer__logo {
    width: 96px;
    height: 85px;
    grid-row: 1/span 2;
  }
  .site-footer .site-footer__recipes-menu {
    margin-bottom: 10px;
  }
  .site-footer .site-footer__about-menu {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .site-footer {
    padding: 60px 0;
  }
  .site-footer .site-footer__logo {
    width: 100px;
    height: 89px;
  }
  .site-footer .site-footer__top {
    grid-column-gap: 68px;
  }
  .site-footer .site-footer__about-menu {
    margin-bottom: 44px;
  }
  .site-footer .site-footer__bottom {
    display: flex;
    justify-content: space-between;
  }
  .site-footer .social-links {
    display: flex;
  }
}

/* Recipe Index Page Template : =recipe index
---------------------------------------------------------------------------------------------------- */
.page-template-recipe-index .breadcrumb {
  text-align: center;
}
.page-template-recipe-index .entry-header .entry-title {
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
