/* ----------------------------------
  RESET
-----------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2.44em;
    margin: 0.67em 0;
    line-height: 1.4;
}

h2 {
    font-size: 1.95em;
    line-height: 1.4;
}

h3 {
    font-size: 1.56em;
    line-height: 1.4;
}

h4 {
    font-size: 1.25em;
    line-height: 1.5;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 0.875em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/* ----------------------------------
  CONFIGURATIONS
-----------------------------------*/


/*--------------------------------------------------------------
## Media Queries
## Base
## Text Colors
## Buttons
## Colors
## Header
## Footer
## Forms
## Entry Header
## Post
## Search
## Typography
--------------------------------------------------------------*/


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

:root {
    /*--------------------------------------------------------------
        ## Base
        --------------------------------------------------------------*/
    --theme-max-w-base: 75rem;
    --theme-max-w-wide: 75rem;
    /* --theme-max-w-base: 80%; */
    /* Vertical Rhythm */
    --vertical-rhythm: 1.5rem;
    --vertical-rhythm--med: 3.5rem;
    --vertical-rhythm--lrg: calc(2rem + 10vw);
    /* Site Padding */
    --theme-block-padding-x: 1rem;
    /* Block Padding */
    --editor-padding: 10vw;
    /* Accessibility */
    --theme-outline-color: 0, 0%, 0%;
    --theme-selection--bg: 0, 0%, 0%;
    /* Transitions */
    --theme-link-transition: all 200ms cubic-bezier(0.7, 0, 0.3, 1);
    --theme-button-transition: background-color 200ms cubic-bezier(0.7, 0, 0.3, 1), border-color 200ms cubic-bezier(0.7, 0, 0.3, 1), color 200ms cubic-bezier(0.7, 0, 0.3, 1), fill 200ms cubic-bezier(0.7, 0, 0.3, 1);
    /*--------------------------------------------------------------
        ## Text Colors
		--------------------------------------------------------------*/
    --theme-color--site-bg: 0, 0%, 100%;
    --theme-color--heading: 0, 0%, 34%;
    --theme-color--text: 0, 2%, 19%;
    --theme-color--text-secondary: 0, 0%, 100%;
    /*--------------------------------------------------------------
        ## Site Colors
        --------------------------------------------------------------*/
    --theme-color--bg: 0, 0%, 100%;
    --theme-color--primary: 357, 92%, 43%;
    --theme-color--primary-dark: 356, 88%, 30%;
    --theme-color--secondary: 0, 0%, 92%;
    --theme-color--dark-gray: 0, 2%, 19%;
    --theme-color--white: 0, 0%, 100%;
    --theme-color--black: 0, 0%, 0%;
    /*--------------------------------------------------------------
        ## Columns
		--------------------------------------------------------------*/
    --theme-column--gap-y: 10px;
    --theme-column--gap-x: 60px;
    /*--------------------------------------------------------------
        ## Buttons
        --------------------------------------------------------------*/
    --theme-button--bg: var(--theme-color--primary);
    --theme-button--bg-interactive: var(--theme-color--heading);
    --theme-button--border-width: 2px;
    --theme-button--border-color: var(--theme-color--secondary);
    --theme-button--color: var(--theme-color--secondary);
    --theme-button--font-size: 0.75em;
    --theme-button--font: var(--theme-site-nav--font);
    --theme-button--padding-x: 2rem;
    --theme-button--padding-y: 1rem;
    --theme-button--radius: 3px;
    --theme-button--text-transform: uppercase;
    --theme-button--tracking: 3px;
    --theme-button--weight: 600;
    /* Disabled */
    --theme-button--disabled-bg: 0, 2%, 89%;
    --theme-button--disabled-color: 0, 0%, 61%;
    /*--------------------------------------------------------------
        ## Header
		--------------------------------------------------------------*/
    --theme-header--w-base: var(--theme-max-w-base);
    --theme-header--padding-y: 1em;
    --theme-header--padding-x: 1em;
    --theme-header-title--color: var(--theme-color-heading);
    --theme-header-title--font-size: 1.1em;
    --theme-header-title--font: var(--theme-site-nav--font);
    --theme-header-title--text-transform: uppercase;
    --theme-header-title--tracking: 3px;
}

@media (min-width: 960px) {
     :root {
        --theme-header-title--font-size: 1.5em;
    }
}

:root {
    --theme-header-description--color: var(--theme-color-heading);
    --theme-header-description--leading: 1.4;
    --theme-header-description--opacity: 1;
    --theme-header-description--font-size: 0.65em;
    --theme-header-description--font: "Montserrat", sans-serif;
    --theme-header-description--weight: 700;
    --theme-header-description--tracking: 10px;
    --theme-header-nav--text-transform: uppercase;
    /* Header > Navigation */
    --theme-header-nav--color: var(--theme-color-heading);
    --theme-header-nav--font: "Montserrat", sans-serif;
    --theme-header-nav--font-size: 0.8em;
    --theme-header-nav--font-size-mobile: 1em;
    --theme-header-nav--weight: 700;
    --theme-header-nav--text-transform: uppercase;
    --theme-header-nav--tracking: 3px;
    --theme-header-nav--transition: var(--theme-link-transition);
    /*--------------------------------------------------------------
        ## Footer
        --------------------------------------------------------------*/
    --theme-footer--w-base: var(--theme-max-w-base);
    --theme-footer--padding-y: 2em;
    --theme-footer--padding-x: 2em;
    --theme-footer--color: var(--theme-color--text);
    --theme-footer-heading--color: var(--theme-color--heading);
    /* Footer > Navigation */
    --theme-footer-nav--color: var(--theme-site-nav--color);
    --theme-footer-nav--leading: 2.5;
    --theme-footer-nav--padding-x: 1em;
    --theme-footer-nav--padding-y: 0.25em;
}

@media (min-width: 782px) {
     :root {
        --theme-footer-nav--padding-x: 1.75em;
        --theme-footer-nav--padding-y: 0.15em;
    }
}

:root {
    /* Footer > Social Icons */
    --theme-social--color: var(--theme-color--heading);
    --theme-social--size: 1.5em;
    --theme-social--spacing: 0.75em;
}

@media (min-width: 782px) {
     :root {
        --theme-social--size: 2em;
        --theme-social--spacing: 1em;
    }
}

:root {
    /*--------------------------------------------------------------
        ## Forms
        --------------------------------------------------------------*/
    --theme-label--color: var(--theme-color--heading);
    --theme-label--font-size: var(--theme-site-nav--font-size);
    --theme-label--font: var(--theme-site-nav--font);
    --theme-label--tracking: var(--theme-site-nav--tracking);
    --theme-label--transform: uppercase;
    --theme-label--weight: var(--theme-site-nav--weight);
    --theme-label--spacing: 0em;
    /* Input */
    --theme-input--bg: 0, 0%, 100%;
    --theme-input--bg-interactive: 0, 0%, 100%;
    --theme-input--border-color: var(--theme-color--heading);
    --theme-input--border-style: solid;
    --theme-input--border-width: 2px;
    --theme-input--border-radius: 5px;
    --theme-input--border: var(--theme-input--border-width) var(--theme-input--border-style) hsla(var(--theme-input--border-color), 0.5);
    --theme-input--color: var(--theme-color--text);
    --theme-input--font-size: 0.5em;
    --theme-input--padding-x: 0.2em;
    --theme-input--padding-y: 0.2em;
    --theme-input--spacing: 2.25em;
    --theme-input--weight: 400;
    /* Input Focus */
    --theme-input--border-color-focus: var(--theme-color--primary);
    --theme-input--color-focus: var(--theme-color--text);
    /* Errors */
    --theme-input-error--border-color: 0, 65%, 51%;
    --theme-input-error--color: 0, 65%, 51%;
    /* Checkbox and Radio*/
    --theme-checkbox-radio-fill: var(--theme-color--heading);
    /* Feedback colors: error, success, warning, informational. */
    --theme-feedback-informational-color: 208, 100%, 43%;
    /*--------------------------------------------------------------
        ## Entry Header
        --------------------------------------------------------------*/
    --theme-entryheader--padding-top: 4em;
    --theme-entryheader--padding-bottom: 7em;
}

@media (min-width: 960px) {
     :root {
        --theme-entryheader--padding-bottom: 8.5em;
    }
}

:root {
    /*--------------------------------------------------------------
        ## Post
        --------------------------------------------------------------*/
    --theme-entry-header--width: 70em;
    --theme-meta--color: var(--theme-color--heading);
    --theme-meta--font: var(--theme-body--font);
    --theme-meta--font-size: var(--theme-body--font-size);
    /*--------------------------------------------------------------
        ## Search
        --------------------------------------------------------------*/
    --theme-search-toggle--color: var(--theme-color--heading);
    --theme-search-toggle--color-interactive: var(--theme-color--heading);
    --theme-search-submit--bg: var(--theme-color--primary);
    --theme-search-submit--bg-interactive: var(--theme-color--heading);
    --theme-search-submit--color: var(--color-white);
    /*--------------------------------------------------------------
        ## Typography
        --------------------------------------------------------------*/
    --theme-body--font: "Montserrat", sans-serif;
    /* --theme-body--font-size: 1.2rem; */
    --theme-body--leading: 2.25;
}

@media (min-width: 782px) {
     :root {
        --theme-body--font-size: 1.3rem;
    }
}

:root {
    /* Headings */
    /* --theme-heading--font: "Montserrat", sans-serif; */
    --theme-heading--font: "Roboto Slab", serif;
    --theme-heading--leading: 1.3;
    --theme-heading--spacing: 1;
    --theme-heading--tracking: -0.0175em;
    --theme-heading--weight: 600;
    --theme-heading--button-spacing: 1.75em;
    --theme-h1--font-size: 2.5rem;
    --theme-h2--font-size: 1.8rem;
    --theme-h3--font-size: 1.75rem;
    --theme-h4--font-size: 1.5rem;
    --theme-h5--font-size: 1.25rem;
    --theme-h6--font-size: 1rem;
}

@media (min-width: 782px) {
     :root {
        --theme-h1--font-size: 4rem;
        --theme-h2--font-size: 2.5rem;
        --theme-h3--font-size: 2rem;
        --theme-h4--font-size: 1.75rem;
    }
}

:root {
    /* Text Utilities */
    --theme-text-sm: 90%;
    /* Captions */
    --theme-caption--alignment: left;
    --theme-caption--alignment-opposite: right;
    --theme-caption--color: var(--theme-color--text-secondary);
    --theme-caption--font-size: 0.75em;
    /* Links */
    --theme-link--color: var(--theme-color--primary);
    --theme-link--color-interactive: var(--theme-color--primary-dark);
    /* Pullquote */
    --theme-pullquote--font: serif;
    --theme-pullquote--border-color: transparent;
    --theme-pullquote--border-style: solid;
    --theme-pullquote--border-width: 0;
    --theme-pullquote--border: var(--theme-pullquote--border-width) var(--theme-pullquote--border-style) hsl(var(--theme-pullquote--border-color));
    --theme-pullquote--color: var(--theme-color--heading);
    --theme-pullquote--font-size: calc(var(--theme-body--font-size)*2);
    --theme-pullquote--leading: 1.25;
    --theme-pullquote--padding-y: 0.75em;
    --theme-pullquote--padding-x: 1em;
    --theme-pullquote--style: italic;
    --theme-pullquote--weight: var(--theme-heading--weight);
    /* Blockquote */
    --theme-quote--border-color: var(--theme-color--primary);
    --theme-quote--border-style: solid;
    --theme-quote--border-width: 0;
    --theme-quote--border: var(--theme-quote--border-width) var(--theme-quote--border-style) hsl(var(--theme-quote--border-color));
    --theme-quote--color: var(--theme-color--heading);
    --theme-quote--font-size--default: 1.5rem;
    --theme-quote--font-size--large: calc(var(--theme-quote--font-size--default)*1.5);
    --theme-quote--spacing: var(--theme-heading--spacing);
    --theme-quote--leading: var(--theme-heading--leading);
    --theme-quote--style: normal;
    --theme-quote--weight: 500;
    /* Blockquote (Large) */
    --theme-quote-large--color: var(--theme-color--heading);
    --theme-quote-large--leading: var(--theme-heading--leading);
    --theme-quote-large--style: normal;
}


/* @import url("config/settings-editor.css"); */

@define-mixin button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: hsl(357, 92%, 43%);
    background-color: hsl(var(--theme-button--bg));
    border: none;
    border-radius: 3px;
    border-radius: var(--theme-button--radius);
    box-sizing: border-box;
    color: hsl(0, 0%, 92%);
    color: hsl(var(--theme-button--color, 0, 0%, 100%));
    display: inline-block;
    font-family: var(--theme-site-nav--font);
    font-family: var(--theme-button--font);
    font-size: 0.75em;
    font-size: var(--theme-button--font-size);
    font-weight: 600;
    font-weight: var(--theme-button--weight);
    letter-spacing: 3px;
    letter-spacing: var(--theme-button--tracking);
    line-height: 1;
    padding: 1rem 2rem;
    padding: var(--theme-button--padding-y) var(--theme-button--padding-x);
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-transform: var(--theme-button--text-transform);
    transition: background-color 200ms cubic-bezier(0.7, 0, 0.3, 1), border-color 200ms cubic-bezier(0.7, 0, 0.3, 1), color 200ms cubic-bezier(0.7, 0, 0.3, 1), fill 200ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: var(--theme-button-transition);
    vertical-align: bottom;
}

@define-mixin button-hover {
    background-color: hsl(0, 0%, 34%);
    background-color: hsl(var(--theme-button--bg-interactive));
}

@define-mixin button-disabled {
    background-color: hsl(0, 2%, 89%);
    background-color: hsl(var(--theme-button--disabled-bg));
    color: hsl(0, 0%, 61%);
    color: hsl(var(--theme-button--disabled-color));
    cursor: default;
}

@define-mixin outline {
    outline-color: hsla(0, 0%, 0%, 1);
    outline-color: hsla(var(--theme-outline-color), 1);
    outline-style: dotted;
    outline-style: var(--theme-outline-style, dotted);
    outline-width: 1px;
    outline-width: var(--theme-outline-width, 1px);
}

@define-mixin outline-text-link {
    border: 0;
    border-bottom-width: var(--theme-outline-width);
    border-color: hsla(0, 0%, 0%, 1);
    border-color: hsla(var(--theme-outline-color), 1);
    border-style: dotted;
    border-style: var(--theme-outline-style, dotted);
    outline: none;
}

@define-mixin select-menu {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background-color: hsl(0, 0%, 100%);
    background-color: hsl(var(--theme-input--bg));
    background-image: url("../images/arrow-down-solid.svg");
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    border: 2px solid hsla(0, 0%, 34%, 0.5);
    border: var(--theme-input--border);
    box-shadow: none;
    color: hsl(0, 2%, 19%);
    color: hsl(var(--theme-input--color));
    display: block;
    font-weight: 400;
    font-weight: var(--theme-input--weight);
    margin: 0;
    overflow: hidden;
    padding: 0.2em 0.2em;
    padding: var(--theme-input--padding-y) var(--theme-input--padding-x);
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

@define-mixin select-menu-focus {
    border-color: hsl(357, 92%, 43%);
    border-color: hsl(var(--theme-input--border-color-focus));
    box-shadow: var(--heme-input--shadow-focus);
    color: hsl(0, 2%, 19%);
    color: hsl(var(--theme-input--color));
    outline: 0;
}

@define-mixin checkbox-radio-label {
    align-items: center;
    display: flex;
    padding-left: 2.5em
}

@define-mixin checkbox-radio-label-before {
    background-color: hsl(0, 0%, 34%);
    background-color: hsl(var(--theme-checkbox-radio-fill));
    content: "";
    display: block;
    height: 19px;
    left: 0;
    -webkit-mask-position: left bottom;
    mask-position: left bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    width: 20px;
}

@define-mixin checkbox-label-before {
    -webkit-mask-image: url("../images/checkbox.svg");
    mask-image: url("../images/checkbox.svg");
}

@define-mixin checkbox-label-checked-before {
    -webkit-mask-image: url("../images/checkbox-checked.svg");
    mask-image: url("../images/checkbox-checked.svg");
}

@define-mixin radio-label-before {
    background-color: hsl(var(--color-white));
    border: 1px solid hsl(0, 0%, 34%);
    border: 1px solid hsl(var(--theme-checkbox-radio-fill));
    border-radius: 9999px;
    box-shadow: inset 0 0 0 3px #fff;
}

@define-mixin radio-label-selected-before {
    background-color: hsl(0, 0%, 34%);
    background-color: hsl(var(--theme-checkbox-radio-fill));
}

@define-mixin blockWidthNoPaddingWide {
    --total-block-padding: calc(var(--theme-block-padding-x)*2);
    max-width: calc(75rem - var(--total-block-padding));
    max-width: calc(var(--theme-max-w-wide) - var(--total-block-padding));
}


/* ----------------------------------
  UTILITIES
-----------------------------------*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: left;
    text-align: var(--theme-caption--alignment);
    color: hsl(0, 0%, 100%);
    color: hsl(var(--theme-caption--color));
    font-size: 0.75em;
    font-size: var(--theme-caption--font-size);
}


/* ----------------------------------
  BLOCKS
-----------------------------------*/


/*--------------------------------------------------------------
## General Structure
--------------------------------------------------------------*/

.entry-content>* {
    box-sizing: border-box;
    margin: 1.5rem auto;
    margin: var(--vertical-rhythm) auto;
    max-width: 55rem;
    max-width: var(--theme-max-w-base);
    padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
    padding-right: 1rem;
    padding-right: var(--theme-block-padding-x);
}

@media screen and (min-width: calc(var(--theme-max-w-base)+2rem)) {
    /* .entry-content>* {
        padding-left: 0px;
        padding-right: 0px;
    } */
}

.entry-content>.alignfull {
    margin: 3em auto;
    padding: 0;
    max-width: 100vw;
    position: relative;
    width: 100%;
}

.entry-content>.alignwide {
    max-width: 75rem;
    max-width: var(--theme-max-w-wide);
    position: relative;
    width: 100%;
    padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
    padding-right: 1rem;
    padding-right: var(--theme-block-padding-x)
}

@media (min-width: 600px) {
    .entry-content>.alignwide {
        width: calc(100% - 4em)
    }
}

.wp-block-buttons {
    /* padding-right: var(--theme-block-padding-x);
    padding-left: var(--theme-block-padding-x); */
}

.wp-block-buttons .is-style-fill .wp-block-button__link,
.wp-block-buttons .wp-block-button__link {
    border-radius: 3px;
    border: 2px solid hsl(357, 92%, 43%);
    border: 2px solid hsl(var(--theme-color--primary));
    background: hsl(357, 92%, 43%);
    background: hsl(var(--theme-color--primary));
    color: hsl(0, 0%, 100%);
    color: hsl(var(--theme-color--white));
    font-size: 90%
}

.wp-block-buttons .is-style-fill .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button__link:hover {
    background: hsl(0, 0%, 100%);
    background: hsl(var(--theme-color--white));
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-color--primary));
}

.wp-block-buttons .is-style-outline .wp-block-button__link {
    border: 2px solid hsl(0, 0%, 100%);
    border: 2px solid hsl(var(--theme-color--white));
    color: hsl(0, 0%, 100%);
    color: hsl(var(--theme-color--white))
}

.wp-block-buttons .is-style-outline .wp-block-button__link:hover {
    background: hsl(0, 0%, 100%);
    background: hsl(var(--theme-color--white));
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-color--primary));
}

div.breadcrumbs {
    max-width: 75rem;
    max-width: var(--theme-max-w-wide);
    /* padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
	padding-right: 1rem;
	padding-right: var(--theme-block-padding-x); */
    /* adjustment */
}


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

.wp-block-code {
    padding: 0.8em 1em;
    margin-left: 14px;
    margin-right: 14px;
}

@media screen and (min-width: 608px) {
    .wp-block-code {
        margin-left: auto;
        margin-right: auto;
    }
}


/*--------------------------------------------------------------
## Color Palette
--------------------------------------------------------------*/

.has-primary-background-color h1:not(.has-text-color),
.has-primary-background-color h2:not(.has-text-color),
.has-primary-background-color h3:not(.has-text-color),
.has-primary-background-color h4:not(.has-text-color),
.has-primary-background-color h5:not(.has-text-color),
.has-primary-background-color p:not(.has-text-color),
.has-primary-background-color a:not(.has-text-color),
.has-primary-background-color li,
.has-dark-gray-background-color h1:not(.has-text-color),
.has-dark-gray-background-color h2:not(.has-text-color),
.has-dark-gray-background-color h3:not(.has-text-color),
.has-dark-gray-background-color h4:not(.has-text-color),
.has-dark-gray-background-color h5:not(.has-text-color),
.has-dark-gray-background-color p:not(.has-text-color),
.has-dark-gray-background-color a:not(.has-text-color),
.has-dark-gray-background-color li {
    color: hsl(0, 0%, 100%);
    color: hsl(var(--theme-color--white));
}

.has-primary-background-color a:not(.wp-block-button__link),
.has-dark-gray-background-color a:not(.wp-block-button__link) {
    text-decoration: underline
}

.has-primary-background-color a:not(.wp-block-button__link):hover,
.has-dark-gray-background-color a:not(.wp-block-button__link):hover {
    opacity: 0.5;
}

.has-secondary-background-color h1:not(.has-text-color),
.has-secondary-background-color h2:not(.has-text-color),
.has-secondary-background-color h3:not(.has-text-color),
.has-secondary-background-color h4:not(.has-text-color),
.has-secondary-background-color h5:not(.has-text-color),
.has-secondary-background-color p:not(.has-text-color),
.has-white-background-color h1:not(.has-text-color),
.has-white-background-color h2:not(.has-text-color),
.has-white-background-color h3:not(.has-text-color),
.has-white-background-color h4:not(.has-text-color),
.has-white-background-color h5:not(.has-text-color),
.has-white-background-color p:not(.has-text-color) {
    color: hsl(0, 2%, 19%);
    color: hsl(var(--theme-color--text));
}

.has-primary-background-color {
    background: hsl(357, 92%, 43%);
    background: hsl(var(--theme-color--primary));
}

.has-secondary-background-color {
    background: hsl(0, 0%, 92%);
    background: hsl(var(--theme-color--secondary));
}

.has-dark-gray-background-color {
    background: hsl(0, 2%, 19%);
    background: hsl(var(--theme-color--dark-gray));
}

.wp-block-columns {
    flex-wrap: nowrap;
    flex-direction: column
}

@media (min-width: 1000px) {
    .wp-block-columns {
        flex-direction: row
    }
}

@media (max-width: 1000px) {
    .wp-block-columns>.alignwide {
        width: 100%;
    }
    .wp-block-columns .wp-block-column {
        margin-bottom: 1rem;
    }
}

.wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0
}

@media (min-width: 1000px) {
    .wp-block-columns .wp-block-column:not(:first-child) {
        margin-left: 60px;
        margin-left: var(--theme-column--gap-x)
    }
}


/*--------------------------------------------------------------
## Cover
--------------------------------------------------------------*/

.wp-block-cover,
.wp-block-cover-image {
    margin: 0 !important;
    /* adjustment */
    min-height: 375px;
}

.wp-block-cover>.wp-block-cover__inner-container {
    padding-top: 2em;
    padding-bottom: 2em;
}

.wp-block-cover>.wp-block-cover__inner-container>* {
    margin: 1.5rem auto;
    margin: var(--vertical-rhythm) auto;
    max-width: 55rem;
    max-width: var(--theme-max-w-base);
    padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
    padding-right: 1rem;
    padding-right: var(--theme-block-padding-x);
}

.wp-block-cover>.wp-block-cover__inner-container>.alignwide {
    max-width: 75rem;
    max-width: var(--theme-max-w-wide);
    position: relative;
    width: 100%;
    /* @media (min-width: 600px) {
		width: calc(100% - 4em);
	} */
}

.wp-block-cover>.wp-block-cover__inner-container>.alignfull {
    margin: 5em auto;
    padding: 0;
    max-width: 100vw;
    position: relative;
    width: 100%;
}

.wp-block-cover.has-background>.wp-block-cover__inner-container> :first-child {
    margin-top: 0;
}

.wp-block-cover.has-background>.wp-block-cover__inner-container>.alignfull {
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    position: relative;
    left: -30px;
}

.wp-block-cover-text p {
    padding: 1.5em 14px;
}

@media screen and (min-width: 608px) {
    .wp-block-cover-text p {
        padding: 1.5em 0;
    }
}


/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/

.wp-block-embed.type-video>.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.wp-block-gallery:not(.components-placeholder) {
    margin: 1.5em auto;
}

.wp-block-gallery ul {
    max-width: 100% !important;
}


/*--------------------------------------------------------------
## Group
--------------------------------------------------------------*/

.wp-block-group>.wp-block-group__inner-container {
    width: 100%;
}

.wp-block-group>.wp-block-group__inner-container>* {
    margin: 1.5rem auto;
    margin: var(--vertical-rhythm) auto;
    /* max-width: var(--theme-max-w-base); */
    padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
    padding-right: 1rem;
    padding-right: var(--theme-block-padding-x);
}

.wp-block-group>.wp-block-group__inner-container>.alignwide {
    max-width: 75rem;
    max-width: var(--theme-max-w-wide);
    position: relative;
    width: 100%;
}

.wp-block-group>.wp-block-group__inner-container>.alignfull {
    margin: 5em auto;
    padding: 0;
    max-width: 100vw;
    position: relative;
    width: 100%;
}

.wp-block-group.has-background {
    padding: 2rem 1rem;
}

.wp-block-group.has-background>.wp-block-group__inner-container> :first-child {
    margin-top: 0;
}

.wp-block-group.has-background>.wp-block-group__inner-container>.alignfull {
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    position: relative;
    left: -30px;
}


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

.wp-block-image img {
    display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%;
}

.wp-block-image.alignfull img:not([width]) {
    width: 100vw;
}

.wp-block-image .alignleft img:not([width]),
.wp-block-image .alignright img:not([width]),
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
    max-width: 100%;
    width: 100%;
}


/*--------------------------------------------------------------
## Latest Posts
--------------------------------------------------------------*/

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px
}

ul.wp-block-latest-posts.alignwide .wp-block-latest-posts__featured-image,
ul.wp-block-latest-posts.alignfull .wp-block-latest-posts__featured-image,
ul.wp-block-latest-posts.is-grid.alignwide .wp-block-latest-posts__featured-image,
ul.wp-block-latest-posts.is-grid.alignwide .wp-block-latest-posts__featured-image {
    display: inline-block;
}

ul.wp-block-latest-posts.alignwide .wp-block-latest-posts__post-excerpt,
ul.wp-block-latest-posts.alignfull .wp-block-latest-posts__post-excerpt,
ul.wp-block-latest-posts.is-grid.alignwide .wp-block-latest-posts__post-excerpt,
ul.wp-block-latest-posts.is-grid.alignwide .wp-block-latest-posts__post-excerpt {
    font-size: 80%;
}


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

.entry-content ul,
.entry-content ol {
    margin: 1.5em auto;
    padding-left: 0;
    list-style-position: outside;
}

.entry-content li {
    margin-left: 30px;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
    margin: 0 auto;
}

.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
    margin-left: 60px;
}

.wp-block-media-text {
    padding: 0;
}


/*--------------------------------------------------------------
## More
--------------------------------------------------------------*/

.more-link {
    display: block;
}


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

.wp-block-pullquote {
    color: hsl(0, 0%, 34%);
    color: hsl(var(--theme-pullquote--color));
    font-family: serif;
    font-family: var(--theme-pullquote--font);
}

.wp-block-pullquote blockquote {
    margin: 0;
    border: 0 solid hsl(transparent);
    border: var(--theme-pullquote--border);
    padding: 0.75em 1em;
    padding: var(--theme-pullquote--padding-y) var(--theme-pullquote--padding-x);
}

.wp-block-pullquote>p:first-child {
    margin-top: 0;
    font-size: 2.4rem;
    font-size: var(--theme-pullquote--font-size);
    font-style: italic;
    font-style: var(--theme-pullquote--style);
    font-weight: 600;
    font-weight: var(--theme-pullquote--weight);
}


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

.wp-block-quote {
    /* margin-left: 14px; */
    /* margin-right: 14px; */
    /* padding: 0; */
    border: 0 solid hsl(357, 92%, 43%);
    border: var(--theme-quote--border);
}

.wp-block-quote>* {
    /* margin-left: 1em */
}

.wp-block-quote p {
    color: hsl(0, 0%, 34%);
    color: hsl(var(--theme-quote--color));
    font-size: 1.5rem;
    font-size: var(--theme-quote--font-size--default);
    font-style: normal;
    font-style: var(--theme-quote--style);
    font-weight: 500;
    font-weight: var(--theme-quote--weight);
    line-height: 1.25;
    line-height: calc(var(--theme-quote--spacing) + 0.25);
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 36px auto;
    padding: 0;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 2.25rem;
    font-size: var(--theme-quote--font-size--large);
    line-height: 1.35;
    line-height: calc(var(--theme-quote--spacing) + 0.35);
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 13px;
    font-size: 0.8125em
}

@media screen and (min-width: 644px) {
    .wp-block-quote {
        margin: 36px auto;
    }
}


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

.wp-block-separator {
    margin: 3em auto;
    padding: 0;
}


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

.wp-block-table {
    overflow-x: auto;
    margin-left: 14px;
    margin-right: 14px;
    width: calc(100% - 28px);
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
    color: #312f2f;
}

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

@media screen and (min-width: 608px) {
    .wp-block-table {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}


/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/

.wp-block-video video {
    max-width: 55rem;
    max-width: var(--theme-max-w-base);
}

.wp-block-spacer {
    margin-top: 0;
    margin-bottom: 0;
}


/* ----------------------------------
  LAYOUT
-----------------------------------*/


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft,
.alignright {
    max-width: 580px !important;
    /* Let's work to make this !important unnecessary */
}

.alignleft img:not([width]),
.alignright img:not([width]),
.alignleft figcaption,
.alignright figcaption {
    max-width: 50%;
    width: 50%;
}

.alignleft figcaption {
    clear: left;
}

.alignright figcaption {
    clear: right;
}

.alignleft img,
.alignleft figcaption {
    float: left;
    margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.entry-meta {
    color: #6c7781;
    font-size: 90%;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-header,
.page-header,
.entry-footer,
.site-info,
.posts-navigation,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
    margin: 1.5em auto;
    padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
    padding-right: 1rem;
    padding-right: var(--theme-block-padding-x);
    max-width: 55rem;
    max-width: var(--theme-header--w-base);
}

.entry-header .wp-post-image {
    margin-bottom: 1.5em;
}

.entry-footer span {
    margin-right: 1em;
}

.entry-footer {
    color: #6c7781;
    font-size: 90%;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e4e7;
}

@media screen and (min-width: calc(var(--theme-max-w-base)+14px)) {
    .entry-header,
    .page-header,
    .entry-footer,
    .site-info,
    .posts-navigation,
    .post-navigation,
    .page-navigation,
    .comments-area,
    .not-found .page-content,
    .search .entry-summary {
        padding-left: 0;
        padding-right: 0;
    }
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#page {
    margin: 0 auto;
    max-width: 100%;
}

.site-branding {
    text-align: center;
    /* margin: 60px 0; */
}

.site-footer {
    margin: 1em 0;
    color: #6c7781;
    font-size: 90%;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    margin: 0 auto;
    /* max-width: 580px;
	text-align: center; */
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    background: white;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    text-align: left;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    display: block;
    right: 0;
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.menu-toggle {
    padding: 1em;
}

@media screen and (max-width: 37.5em) {
    /* Small menu. */
    .menu-toggle,
    .main-navigation.toggled ul {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .main-navigation a {
        padding: 0 0.5em;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    border-bottom: 1px solid #e2e4e7;
    margin: 0 auto 60px;
    max-width: 580px;
    overflow: hidden;
    padding-bottom: 60px;
}

.nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    width: 50%;
    flex: 1 0 50%;
}

[dir="ltr"] .comment-navigation .nav-next,
[dir="ltr"] .posts-navigation .nav-next,
[dir="ltr"] .post-navigation .nav-next {
    text-align: right;
}

[dir="rtl"] .comment-navigation .nav-next,
[dir="rtl"] .posts-navigation .nav-next,
[dir="rtl"] .post-navigation .nav-next {
    text-align: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    flex: 1 0 50%;
}

header.site-header {
    /* max-width: var(--theme-header--w-base); */
    margin: 0 auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 500;
    background: hsl(0, 0%, 100%);
    background: hsl(var(--theme-color--white))
}

header.site-header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background: white;
}

header.site-header a {
    color: hsl(0, 0%, 34%);
    color: hsl(var(--theme-color--heading));
    border-bottom: 2px solid transparent;
    transition: all 200ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: var(--theme-link-transition)
}

header.site-header a:hover,
header.site-header a.active {
    border-bottom: 2px solid hsl(357, 92%, 43%);
    border-bottom: 2px solid hsl(var(--theme-color--primary));
}

header.site-header ul li.current-menu-parent>a,
header.site-header ul li ul li.current-menu-item a {
    border-bottom: 2px solid hsl(357, 92%, 43%);
    border-bottom: 2px solid hsl(var(--theme-color--primary));
}

header.site-header .utility {
    background: hsl(0, 0%, 92%);
    background: hsl(var(--theme-color--secondary));
    padding: 1em 1em;
    padding: var(--theme-header--padding-y) var(--theme-header--padding-x)
}

@media (max-width: 1040px) {
    header.site-header .utility {
        display: none
    }
}

header.site-header .utility ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end
}

header.site-header .utility ul li {
    font-size: 0.7em;
    margin-left: 1.2em
}

header.site-header .utility ul li:first-of-type {
    margin-left: 0;
}

header.site-header .utility a {
    text-decoration: none;
}

header.site-header .main {
    position: relative;
    padding: 1em 1em;
    padding: var(--theme-header--padding-y) var(--theme-header--padding-x);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: hsl(0, 0%, 100%);
    background: hsl(var(--theme-color--white))
}

header.site-header .main .site-branding {
    transform: translateY(10px)
}

header.site-header .main .site-branding a {
    display: inline-block;
    border: none
}

header.site-header .main .site-branding a img {
    display: block;
}

header.site-header .main .main-navigation {
    flex: 1
}

header.site-header .main .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end
}

header.site-header .main .main-navigation ul li {
    font-size: 0.75em;
    margin-left: 1.2em
}

header.site-header .main .main-navigation ul li:first-of-type {
    margin-left: 0;
}

@media (max-width: 1040px) {
    header.site-header .main .main-navigation ul li:not(.rur-search) {
        display: none;
    }
}

header.site-header .main .main-navigation ul ul {
    display: block;
    padding: 0.5em
}

header.site-header .main .main-navigation ul ul li {
    margin-left: 0
}

header.site-header .main .main-navigation ul ul li a {
    display: inline-block;
    padding: 0.325em 0.75em;
    font-size: 1.2em;
}

header.site-header .search-wrapper {
    background-color: $white;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    opacity: 0;
    position: absolute;
    /* padding: 1em 1em 0; */
    width: auto;
    right: 10px;
    top: 90%;
    transition: all 0.2s ease;
    z-index: -10;
    visibility: hidden
}

header.site-header .search-wrapper.displaying {
    opacity: 1;
    z-index: 1000;
    visibility: visible;
}

header.site-header .search-wrapper form {
    display: flex;
}

.header-menu-toggle {
    order: 3;
    position: relative;
    /* top: 45%;
	right: 1em; */
    height: 27px;
    width: 35px !important;
    /* adjustment */
    margin-left: 1rem;
    /* transform: translateY(-40%); */
    cursor: pointer;
    z-index: 9999;
    transition: opacity 0.25s ease
}

@media (min-width: 1040px) {
    .header-menu-toggle {
        display: none
    }
}

.header-menu-toggle:hover {
    opacity: 0.7;
}

.header-menu-toggle.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: black;
}

.header-menu-toggle.active .middle {
    opacity: 0;
    background: black;
}

.header-menu-toggle.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: black;
}

.header-menu-toggle span {
    background: black;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}

.header-menu-toggle span:nth-of-type(2) {
    top: 11px;
}

.header-menu-toggle span:nth-of-type(3) {
    top: 22px;
}

#overlay {
    position: fixed;
    background: hsl(357, 92%, 43%);
    background: hsl(var(--theme-color--primary));
    top: 0;
    left: 0;
    width: 100vw;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: scroll;
    z-index: 10
}

#overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100vh;
}

#overlay .site-branding-mobile {
    width: 100%;
    max-width: 50px;
    margin: 1rem 1em 0 1em;
}

#overlay nav {
    margin: auto;
    width: 100%;
    max-width: 800px;
    font-weight: 600;
}

#overlay .overlay-menu {
    margin-top: 5em;
}

#overlay .overlay-menu-inner {
    padding: 2.5rem 1em 5em 1em;
}

#overlay a {
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
    color: white;
}

#overlay ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#overlay ul li {
    margin-top: 1em;
    padding-bottom: 1em;
}

#overlay ul li.menu-item-has-children {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid hsl(0, 0%, 100%, 0.3);
    border-bottom: 1px solid hsl(var(--theme-color--white), 0.3)
}

#overlay ul li.menu-item-has-children>i {
    position: absolute;
    right: 0;
    top: 10px;
    color: white;
    cursor: pointer;
}

#overlay ul li.menu-item-has-children ul.sub-menu {
    overflow: hidden;
    max-height: 0;
    flex: 1 1 100%;
    font-size: 0.9rem;
    transition: max-height 0.75s ease;
}

#overlay ul li.menu-item-has-children.open-children ul.sub-menu {
    max-height: 1000px;
}

#overlay li.rur-contact,
#overlay li.rur-search {
    display: none !important;
}

#overlay #utility-menu {
    font-size: 90%;
    padding-top: 3rem;
}

footer.site-footer {
    margin: 0
}

footer.site-footer .ctas {
    display: flex;
    flex-direction: column
}

@media(min-width: 900px) {
    footer.site-footer .ctas {
        flex-direction: row
    }
}

footer.site-footer .ctas>a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3em 1em;
    font-weight: 600;
    font-size: 3em;
    text-decoration: none;
    transition: all 200ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: var(--theme-link-transition)
}

@media(min-width: 900px) {
    footer.site-footer .ctas>a {
        width: 50%
    }
}

footer.site-footer .ctas>a span {
    position: relative;
    z-index: 10;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
}

footer.site-footer .ctas>a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: hsla(0, 0%, 100%, 0.70);
    background: hsla(var(--theme-color--white), 0.70);
    transition: all 200ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: var(--theme-link-transition);
}

footer.site-footer .ctas>a.quote {
    /* background: #f1f1f1 url('/wp-content/uploads/2020/05/farm-equipment-1.jpg') no-repeat center center; */
    background-size: cover;
    background-position: center center;
}

footer.site-footer .ctas>a.agent {
    /* background: #f1f1f1 url('/wp-content/uploads/2016/05/planting-season.jpg') no-repeat center center; */
    background-size: cover;
    background-position: center center;
}

footer.site-footer .ctas>a:hover::before {
    background: hsla(0, 0%, 100%, 0.5);
    background: hsla(var(--theme-color--white), 0.5);
}

footer.site-footer .site-info {
    max-width: 100%;
    margin: 0;
    padding: 5em 1em 3em 1em;
    background: hsl(0, 0%, 92%);
    background: hsl(var(--theme-color--secondary))
}

footer.site-footer .site-info .site-info-inner {
    max-width: calc(75rem + 16em);
    max-width: calc(var(--theme-max-w-wide) + 16em);
    margin: auto;
}

footer.site-footer .site-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer.site-footer .site-info .search {
    position: relative;
    margin-bottom: 3em
}

footer.site-footer .site-info .search svg {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 35px;
    fill: hsl(357, 92%, 43%);
    fill: hsl(var(--theme-color--primary));
}

footer.site-footer .site-info .search input {
    width: 100%;
    padding: 1em 0 1em 3em;
    background: transparent;
    border: 0;
    border-top: 2px solid hsl(357, 92%, 43%);
    border-top: 2px solid hsl(var(--theme-color--primary));
    border-bottom: 2px solid hsl(357, 92%, 43%);
    border-bottom: 2px solid hsl(var(--theme-color--primary))
}

footer.site-footer .site-info .search input::-webkit-input-placeholder {
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-color--primary));
}

footer.site-footer .site-info .search input::-moz-placeholder {
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-color--primary));
}

footer.site-footer .site-info .search input:-ms-input-placeholder {
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-color--primary));
}

footer.site-footer .site-info .search input::-ms-input-placeholder {
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-color--primary));
}

footer.site-footer .site-info .search input::placeholder {
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-color--primary));
}

footer.site-footer .site-info .columns {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2em
}

@media( max-width: 1140px) {
    footer.site-footer .site-info .columns {
        justify-content: center
    }
}

footer.site-footer .site-info .columns .branding {
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 3em
}

@media( max-width: 1140px) {
    footer.site-footer .site-info .columns .branding {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 1em;
        text-align: center
    }
}

footer.site-footer .site-info .columns .branding .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1em
}

footer.site-footer .site-info .columns .branding .logos a:first-of-type {
    margin-right: 1rem;
}

footer.site-footer .site-info .columns .branding .logos img {
    max-height: 80px;
}

footer.site-footer .site-info .columns .menu-general {
    margin-right: 3em;
    margin-left: auto
}

@media( max-width: 1140px) {
    footer.site-footer .site-info .columns .menu-general {
        margin-left: 0
    }
}

footer.site-footer .site-info .columns .menu-insurance {
    margin-right: 1.5em;
    padding-right: 1.5em;
    border-right: 2px solid hsl(357, 92%, 43%);
    border-right: 2px solid hsl(var(--theme-color--primary))
}

@media( max-width: 800px) {
    footer.site-footer .site-info .columns .menu-insurance {
        border-right: 0;
        margin-right: 0;
        padding-right: 0
    }
}

footer.site-footer .site-info .columns .menu-insurance a {
    color: hsl(0, 2%, 19%);
    color: hsl(var(--theme-color--text));
}

footer.site-footer .site-info .columns .menu-user {
    font-weight: 700
}

@media( max-width: 800px) {
    footer.site-footer .site-info .columns .menu-user {
        flex: 0 0 100%;
        margin-top: 1em;
        text-align: center
    }
}

footer.site-footer .site-info .closing {
    margin-top: 6em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media( max-width: 1035px) {
    footer.site-footer .site-info .closing {
        flex-direction: column;
        align-items: center
    }
}

footer.site-footer .site-info .closing .social ul {
    display: flex;
}

footer.site-footer .site-info .closing .social li {
    margin-right: 0.75em
}

footer.site-footer .site-info .closing .social li:last-of-type {
    margin-right: 0;
}

footer.site-footer .site-info .closing .social img {
    max-height: 30px;
}

footer.site-footer .site-info .closing .app-store {
    display: flex
}

@media( max-width: 1325px) {
    footer.site-footer .site-info .closing .app-store {
        flex: 0 0 100%;
        justify-content: center;
        padding-top: 1em
    }
}

footer.site-footer .site-info .closing .app-store img {
    max-height: 40px;
    margin-right: 1em
}

footer.site-footer .site-info .closing .app-store img:last-of-type {
    margin-right: 0;
}

.single-wrap {
    max-width: 75rem;
    max-width: var(--theme-max-w-wide);
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
    padding-right: 1rem;
    padding-right: var(--theme-block-padding-x)
}

@media(max-width:750px) {
    .single-wrap {
        flex-direction: column
    }
}

.single-wrap .content {
    flex: 1;
}

.single-wrap aside {
    width: 28%;
    margin-left: 3%;
    padding-top: 1rem
}

@media(max-width:750px) {
    .single-wrap aside {
        width: 100%;
        margin-left: 0
    }
}

.cat_posts {
    max-width: 75rem;
    max-width: var(--theme-max-w-wide);
    margin: auto;
    padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
    padding-right: 1rem;
    padding-right: var(--theme-block-padding-x);
    padding-bottom: 2rem
}

.cat_posts h2 {
    margin-bottom: 2rem;
}

.cat_posts .content-block--inner {
    display: flex;
    justify-content: space-between
}

@media(max-width:750px) {
    .cat_posts .content-block--inner {
        flex-direction: column
    }
}

.cat_posts .content-block--inner .cat-post--image {
    display: inline-block;
}

.cat_posts .content-block--inner>article {
    width: 32%;
    margin-bottom: 1rem
}

@media(max-width:750px) {
    .cat_posts .content-block--inner>article {
        width: 100%
    }
}

.cat_posts .content-block--inner>article h3 {
    font-size: 1.4rem;
}

.cat_posts .content-block--inner>article p,
.cat_posts .content-block--inner>article .learn-more {
    font-size: 1rem;
}

.learning-center-layout {
    display: flex;
    justify-content: space-between
}

@media(max-width:750px) {
    .learning-center-layout {
        flex-direction: column
    }
}

.learning-center-layout main {
    flex: 1;
}

.learning-center-layout aside {
    width: 28%;
    margin-left: 3%
}

@media(max-width:750px) {
    .learning-center-layout aside {
        width: 100%;
        margin-left: 0
    }
}

.learning-center-layout .cat-title {
    margin-bottom: 2em;
}

.breadcrumbs {
    font-size: 75%;
    margin-bottom: 1em;
}

.wp-post-image {
    width: 100%;
}

.learning-center-listings article {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid hsla(357, 92%, 43%, 0.25);
    border-bottom: 1px solid hsla(var(--theme-color--primary), 0.25)
}

.learning-center-listings article h3 {
    margin-bottom: 0.3em;
}

.learning-center-listings article .meta {
    margin-top: 0.3em;
}

.learning-center-listings article img {
    display: block;
    width: 100%;
}

.pagination ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center
}

.pagination ul li {
    margin: 0 0.1em;
}

.pagination ul a {
    display: inline-block;
    padding: 0.25em 0.75em
}

.pagination ul a:hover {
    background: hsla(0, 0%, 0%, 0.1);
    background: hsla(var(--theme-color--black), 0.1);
}

.pagination ul li.active a {
    background: hsl(357, 92%, 43%);
    background: hsl(var(--theme-color--primary));
    color: hsl(0, 0%, 100%);
    color: hsl(var(--theme-color--white));
}

body.page-template-find-an-agent .breadcrumbs,
body.page-template-page-agent .breadcrumbs {
    max-width: 55rem;
    max-width: var(--theme-max-w-base);
    margin: 1em auto;
    padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
    padding-right: 1rem;
    padding-right: var(--theme-block-padding-x);
}

body.page-template-page-agent .breadcrumbs {
    max-width: calc(var(--theme-max-w-base) + 20rem);
}

body.page-template-find-an-agent .heros.red .heros-image::after,
body.page-template-page-agent .heros.red .heros-image::after {
    display: none;
}


/* body.page-template-find-an-agent .breadcrumbs {
    max-width: 55rem;
    max-width: var(--theme-max-w-base);
} */

body.page-template-find-an-agent .agent-search .grid-container {
    max-width: 55rem;
    max-width: var(--theme-max-w-base);
    /* max-width: calc(var(--theme-max-w-wide) + 20rem); */
    margin: 2rem auto auto auto;
    padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
    padding-right: 1rem;
    padding-right: var(--theme-block-padding-x);
}

body.page-template-find-an-agent .agent-search .grid-container input[type="text"] {
    padding: 0.2em 0.2em;
    padding: var(--theme-input--padding-y) var(--theme-input--padding-x);
    width: 100%;
}

body.page-template-find-an-agent .agent-search .grid-container .autocomplete-suggestion {
    font-size: 1rem;
}

body.page-template-find-an-agent .agent-search .grid-container #find-an-agent-forms-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

body.page-template-find-an-agent .agent-search .grid-container #find-an-agent-forms-tabs li {
    margin: 0 0.5em 0 0
}

body.page-template-find-an-agent .agent-search .grid-container #find-an-agent-forms-tabs li:last-of-type {
    margin-right: 0;
}

body.page-template-find-an-agent .agent-search .grid-container #find-an-agent-forms-tabs li a {
    display: inline-block;
    padding: 0.5em 1em;
    background: hsl(0, 0%, 92%);
    background: hsl(var(--theme-color--secondary));
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: hsl(var(--theme-color-text));
}

body.page-template-find-an-agent .agent-search .grid-container #find-an-agent-forms-tabs li.is-active a {
    background: hsl(0, 2%, 19%);
    background: hsl(var(--theme-color--text));
    color: white;
}

body.page-template-find-an-agent .agent-search .grid-container .tabs-content {
    padding: 1em 2em;
    background: hsl(0, 2%, 19%);
    background: hsl(var(--theme-color--text))
}

body.page-template-find-an-agent .agent-search .grid-container .tabs-content .tabs-panel {
    display: none
}

body.page-template-find-an-agent .agent-search .grid-container .tabs-content .tabs-panel.is-active {
    display: block;
}

body.page-template-find-an-agent .agent-search .grid-container .tabs-content .tabs-panel p {
    color: white;
}

body.page-template-find-an-agent .agent-search .grid-container .tabs-content .findagent-zip-inputs {
    margin-bottom: 0.75rem;
}

body.page-template-find-an-agent .agent-search .grid-container .tabs-content button.findAnAgent {
    color: white;
}

body.page-template-find-an-agent .agent-search .grid-container .tabs-content button.button--geo {
    background: hsl(0, 0%, 92%);
    background: hsl(var(--theme-color--secondary));
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-color--primary));
}

body.page-template-find-an-agent .agent-search .mapresults,
body.page-template-find-an-agent .agent-search .agent-name-results {
    max-width: 95rem;
    max-width: calc(var(--theme-max-w-wide) + 20rem);
    margin: 3rem auto;
    padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
    padding-right: 1rem;
    padding-right: var(--theme-block-padding-x)
}

body.page-template-find-an-agent .agent-search .mapresults #agent-location-map,
body.page-template-find-an-agent .agent-search .agent-name-results #agent-location-map {
    height: 350px;
    margin-bottom: 2rem;
}

body.page-template-find-an-agent .agent-search .mapresults .grid-container,
body.page-template-find-an-agent .agent-search .agent-name-results .grid-container {
    max-width: 100%;
}

body.page-template-find-an-agent #agentsboxes,
body.page-template-find-an-agent .agent-name-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

body.page-template-find-an-agent #agentsboxes>div,
body.page-template-find-an-agent .agent-name-results>div {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    padding: 1rem;
    background: hsl(0, 0%, 92%);
    background: hsl(var(--theme-color--secondary));
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 0.95rem
}

@media(max-width:700px) {
    body.page-template-find-an-agent #agentsboxes>div,
    body.page-template-find-an-agent .agent-name-results>div {
        flex-direction: column;
        align-items: center
    }
}

@media(min-width:1300px) {
    body.page-template-find-an-agent #agentsboxes>div,
    body.page-template-find-an-agent .agent-name-results>div {
        width: 49%
    }
}

body.page-template-find-an-agent #agentsboxes>div.you-searched,
body.page-template-find-an-agent .agent-name-results>div.you-searched {
    width: 100%;
    background: transparent;
}

body.page-template-find-an-agent #agentsboxes>div>div,
body.page-template-find-an-agent .agent-name-results>div>div {
    margin-right: 1.5rem
}

body.page-template-find-an-agent #agentsboxes>div>div:last-of-type,
body.page-template-find-an-agent .agent-name-results>div>div:last-of-type {
    margin-right: 0;
}

body.page-template-find-an-agent #agentsboxes>div .photo-and-button,
body.page-template-find-an-agent .agent-name-results>div .photo-and-button {
    max-width: 150px
}

@media(max-width:700px) {
    body.page-template-find-an-agent #agentsboxes>div .photo-and-button,
    body.page-template-find-an-agent .agent-name-results>div .photo-and-button {
        margin: 0 auto 2rem auto
    }
}

body.page-template-find-an-agent #agentsboxes>div .photo-and-button img,
body.page-template-find-an-agent .agent-name-results>div .photo-and-button img {
    display: block;
}

body.page-template-find-an-agent #agentsboxes>div .photo-and-button .agent-marker-label,
body.page-template-find-an-agent .agent-name-results>div .photo-and-button .agent-marker-label {
    position: absolute;
    top: 2px;
    right: 2px;
    display: inline-block;
    padding: 0.5rem;
    background: white;
    border-radius: 5px;
}

body.page-template-find-an-agent #agentsboxes>div .photo-and-button .agentbutton a,
body.page-template-find-an-agent .agent-name-results>div .photo-and-button .agentbutton a {
    display: inline-block;
    padding: 0.75rem 0.5rem;
    background: hsl(357, 92%, 43%);
    background: hsl(var(--theme-color--primary));
    color: white;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.2;
}

body.page-template-find-an-agent #agentsboxes>div .agencyinfo,
body.page-template-find-an-agent .agent-name-results>div .agencyinfo {
    flex: 1;
}

body.page-template-find-an-agent #agentsboxes>div .agentcontactinfo,
body.page-template-find-an-agent .agent-name-results>div .agentcontactinfo {
    flex: 1 0 0%
}

@media(max-width:700px) {
    body.page-template-find-an-agent #agentsboxes>div .agentcontactinfo,
    body.page-template-find-an-agent .agent-name-results>div .agentcontactinfo {
        /* margin: 0 auto 2rem auto; */
    }
}

body.page-template-find-an-agent #agentsboxes>div .agentcontactinfo dl,
body.page-template-find-an-agent .agent-name-results>div .agentcontactinfo dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0
}

body.page-template-find-an-agent #agentsboxes>div .agentcontactinfo dl .title,
body.page-template-find-an-agent .agent-name-results>div .agentcontactinfo dl .title {
    width: 8%;
}

body.page-template-find-an-agent #agentsboxes>div .agentcontactinfo dl .value,
body.page-template-find-an-agent .agent-name-results>div .agentcontactinfo dl .value {
    width: 90%;
    margin: 0;
}

body.page-template-find-an-agent #agentsboxes>div .clearfix,
body.page-template-find-an-agent .agent-name-results>div .clearfix {
    display: none;
}

.single-agent {
    max-width: 75rem;
    max-width: calc(var(--theme-max-w-base) + 20rem);
    margin: 0 auto 3rem auto;
    padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
    padding-right: 1rem;
    padding-right: var(--theme-block-padding-x)
}

.single-agent .agent-summary .agent-intro {
    flex: 1;
    background: hsl(0, 0%, 92%);
    background: hsl(var(--theme-color--secondary));
    padding: 1rem
}

@media(max-width:1023px) {
    .single-agent .agent-summary .agent-intro {
        margin-bottom: 1rem
    }
}

.single-agent .agent-summary .agent-intro .agent-image {
    text-align: center;
}

.single-agent .agent-summary .agent-bio h1::after {
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: hsl(357, 92%, 43%);
    background: hsl(var(--theme-color--primary))
}

@media(max-width: 1023px) {
    .single-agent .agent-summary .agent-bio h1::after {
        position: relative;
        left: 50%
    }
}

.single-agent .agent-summary .agent-bio .button {
    display: block;
    margin-top: 20px;
}

.single-agent .agent-summary .agent-info {
    flex: 2;
}

.single-agent .agent-info-columns {
    padding-bottom: 2rem
}

@media (max-width: 600px) {
    .single-agent .agent-info-columns {
        flex-direction: column
    }
}

.single-agent .agent-info-columns .agent-info-column:first-of-type {
    font-size: 0.9rem;
}

.single-agent .agent-info-columns>div {
    margin-right: 2rem
}

@media (max-width: 600px) {
    .single-agent .agent-info-columns>div {
        margin-top: 1rem
    }
}

.single-agent .agent-info-columns>div:last-of-type {
    margin-right: 0;
}

.single-agent .agent-info-columns .social-media i {
    font-size: 2rem;
}

.single-agent .anchor-links {
    padding-bottom: 0.5rem
}

.single-agent .anchor-links .links {
    display: block
}

.single-agent .anchor-links .links li {
    width: 30%;
}

.single-agent .anchor-links .links a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.single-agent .report-claim {}

body.search-results .heros.red {
    margin-bottom: 3rem;
    .heros-image::after {
        display: none;
    }
}

body.search-results .heros.red form input.search-field {
    color: hsl(0, 2%, 19%);
    color: hsl(var(--theme-color--text));
}

/* body.search-results .heros.red form input[type='submit'] {
    display: none;
} */

body.search-results .search-results-section-title {
    display: none;
}

body.search-results .search-results-section {
    max-width: 75rem;
    max-width: var(--theme-max-w-wide);
    margin: auto;
    padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
    padding-right: 1rem;
    padding-right: var(--theme-block-padding-x);
}

body.search-results .agent-name-results .agent-template {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid hsla(0, 2%, 19%, 0.25);
    border-bottom: 1px solid hsla(var(--theme-color--text), 0.25);
    display: flex
}

body.search-results .agent-name-results .agent-template .clearfix {
    display: none;
}

body.search-results .agent-name-results .agent-template .photo {
    width: 100%;
    max-width: 200px;
    margin-right: 2rem;
}

body.search-results .agent-name-results .agent-template .agent-info .agency {
    margin-bottom: 0.5rem;
}

body.search-results .agent-name-results .agent-template .agent-info dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0
}

body.search-results .agent-name-results .agent-template .agent-info dl .title {
    width: 5%;
}

body.search-results .agent-name-results .agent-template .agent-info dl .value {
    width: 94%;
    margin: 0;
}

body.search-results article {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid hsla(0, 2%, 19%, 0.25);
    border-bottom: 1px solid hsla(var(--theme-color--text), 0.25)
}

body.search-results article:last-of-type {
    border-bottom: 0;
}

body.search-results article h2 {
    margin-bottom: 0.5rem;
}


/* ----------------------------------
  COMPONENTS
-----------------------------------*/


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

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget-area {
    width: 25%;
}

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.1111111111%;
}

.gallery-caption {
    display: block;
}

.heros .heros-content-wrap {
    position: relative;
    padding: 3em 1em;
    padding: calc(var(--theme-header--padding-y)*3) 1em;
    flex: 1;
    /* min-height: 40vh; */
    display: flex;
    align-items: center;
}

.heros .heros-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.heros .heros-image::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.heros .heros-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    /* filter: grayscale(100%); */
}

.heros .heros-content {
    max-width: 55rem;
    max-width: var(--theme-max-w-base);
    margin: auto;
    padding: 2em 1rem;
    padding: 2em var(--theme-block-padding-x);
    z-index: 2;
}

.heros .heros-content.alignwide {
    width: 100%;
    max-width: 75rem;
    max-width: var(--theme-max-w-wide);
}

.heros .heros-content h1,
.heros .heros-content .subtitle {
    margin: 0.2em 0;
    text-transform: uppercase;
    font-weight: 600;
}

.heros .heros-content .content {
    margin-top: 1em;
    font-size: 1.2rem;
}

.heros.red {
    color: hsl(0, 0%, 100%);
    color: hsl(var(--theme-color--white))
}

.heros.red .heros-image::after {
    background: hsla(357, 92%, 43%, 0.75);
    background: hsla(var(--theme-color--primary), 0.75);
}

.heros.red h1 {
    color: hsl(0, 0%, 100%);
    color: hsl(var(--theme-color--white));
}

.heros.dark {
    color: hsl(0, 0%, 100%);
    color: hsl(var(--theme-color--white))
}

.heros.dark .heros-image::after {
    background: hsla(0, 0%, 0%, 0.60);
    background: hsla(var(--theme-color--black), 0.60);
}

.heros.dark h1 {
    color: hsl(0, 0%, 100%);
    color: hsl(var(--theme-color--white));
}

.heros.cta {
    color: hsl(0, 0%, 100%);
    color: hsl(var(--theme-color--white));
    display: flex
}

.heros.cta .heros-image::after {
    background: hsla(0, 0%, 34%, 0.75);
    background: hsla(var(--theme-color--heading), 0.75);
}

.heros.cta h1 {
    color: hsl(0, 0%, 100%);
    color: hsl(var(--theme-color--white));
}

.products-list {
    max-width: 75rem;
    max-width: var(--theme-max-w-wide);
    margin: auto;
    padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
    padding-right: 1rem;
    padding-right: var(--theme-block-padding-x)
}

.products-list h2 {
    margin-bottom: 2rem;
}

.products-list .listings--inner {
    display: flex;
    flex-wrap: wrap
}

.products-list .listings--inner>article {
    padding: 0 2rem 2rem 0;
    max-width: 50%;
    text-align: center
}

@media (max-width: 700px) {
    .products-list .listings--inner>article:nth-child(2n) {
        padding-right: 0;
    }
}

@media (min-width: 700px) {
    .products-list .listings--inner>article {
        max-width: 33%
    }
    .products-list .listings--inner>article:nth-child(3n) {
        padding-right: 0;
    }
}

.products-list .listings--inner>article h3 {
    font-size: 85%;
}

.products-list .listings--inner>article p {
    font-size: 80%;
    color: hsl(0, 2%, 19%);
    color: hsl(var(--theme-color--text))
}

.products-list .listings--inner>article p.child-page-cta {
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-color--primary));
}

.learning-center-related-posts {
    max-width: 75rem;
    max-width: var(--theme-max-w-wide);
    margin: auto;
    padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
    padding-right: 1rem;
    padding-right: var(--theme-block-padding-x)
}

.learning-center-related-posts h2 {
    margin-bottom: 2rem;
}

.learning-center-related-posts .content-block--inner {
    display: flex;
    flex-wrap: wrap
}

.learning-center-related-posts .content-block--inner>article {
    padding: 0 2rem 2rem 0;
    max-width: 50%
}

@media (max-width: 700px) {
    .learning-center-related-posts .content-block--inner>article:nth-child(2n) {
        padding-right: 0;
    }
}

@media (min-width: 700px) {
    .learning-center-related-posts .content-block--inner>article {
        max-width: 33%
    }
    .learning-center-related-posts .content-block--inner>article:nth-child(3n) {
        padding-right: 0;
    }
}

.learning-center-related-posts .content-block--inner>article img {
    display: block;
}

.learning-center-related-posts .content-block--inner>article h3 {
    font-size: 85%;
}

.learning-center-related-posts .content-block--inner>article p {
    font-size: 80%;
    color: hsl(0, 2%, 19%);
    color: hsl(var(--theme-color--text))
}

.learning-center-related-posts .content-block--inner>article p.child-page-cta {
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-color--primary));
}

.risk-assessment-wrapper form .question-group .row {
    margin-bottom: 2rem;
}

.risk-assessment-wrapper form h4 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.risk-assessment-wrapper form h5 {
    text-transform: inherit;
    font-size: 1.2rem;
    font-weight: 400;
}

.risk-assessment-wrapper form h6 {
    margin-bottom: 0.5rem;
    text-transform: inherit;
    font-size: 1.2rem;
    font-weight: 400;
}

.risk-assessment-wrapper form .answer {
    margin-right: 1rem;
}

.risk-assessment-wrapper button.risk-assessment-step,
.risk-assessment-wrapper button.assessment-submit {
    color: white;
}


/* ----------------------------------
  ELEMENTS
-----------------------------------*/


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: hsl(0, 0%, 100%);
    background: hsl(var(--theme-color--site-bg))
    /* Fallback for when there is no custom background color defined. */
}

body.fixed {
    overflow: hidden;
}

blockquote,
q {
    quotes: """";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

hr {
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    text-align: left;
    text-align: var(--theme-caption--alignment);
    color: hsl(0, 0%, 100%);
    color: hsl(var(--theme-caption--color));
    font-size: 0.75em;
    font-size: var(--theme-caption--font-size);
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-link--color));
    text-decoration: none;
    transition: all 200ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: var(--theme-link-transition);
}

a:hover,
a:focus,
a:active {
    color: hsl(356, 88%, 30%);
    color: hsl(var(--theme-link--color-interactive));
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

.button.primary {
    display: inline-block;
    background: hsl(357, 92%, 43%);
    background: hsl(var(--theme-color--primary));
    font-size: 0.9rem;
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding: 1rem 2rem;
    padding: var(--theme-button--padding-y) var(--theme-button--padding-x);
    border: 2px solid hsl(357, 92%, 43%);
    border: 2px solid hsl(var(--theme-color--primary));
    border-radius: 5px
}

.button.primary:hover {
    background: white;
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-color--primary));
    border: 2px solid hsl(357, 92%, 43%);
    border: 2px solid hsl(var(--theme-color--primary));
}


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

label {
    color: 0, 0%, 34%;
    color: var(--theme-label--color);
    font-size: var(--theme-site-nav--font-size);
    font-size: var(--theme-label--font-size);
    font-family: var(--theme-site-nav--font);
    font-family: var(--theme-label--font);
    /* text-transform: var(--theme-label--transform); */
    font-weight: var(--theme-site-nav--weight);
    font-weight: var(--theme-label--weight);
    letter-spacing: 0em;
    letter-spacing: var(--theme-label--spacing);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 2px;
    border: var(--theme-button--border-width);
    border-color: hsl(0, 0%, 92%);
    border-color: hsl(var(--theme-button--border-color));
    border-radius: 3px;
    border-radius: var(--theme-button--radius);
    background: hsl(357, 92%, 43%);
    background: hsl(var(--theme-button--bg));
    color: hsl(0, 0%, 92%);
    color: hsl(var(--theme-button--color));
    font-size: 0.75em;
    font-size: var(--theme-button--font-size);
    line-height: 1;
    padding: 1rem 2rem;
    padding: var(--theme-button--padding-y) var(--theme-button--padding-x);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: hsl(357, 92%, 43%);
    background: hsl(var(--theme-button--bg));
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: hsl(0, 0%, 92%);
    border-color: hsl(var(--theme-button--border-color));
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    /* background: hsl(0, 0%, 100%);
	background: hsl(var(--theme-input--bg));
	color: 0, 2%, 19%;
	color: var(--theme-input--color);
	border: 2px
		solid hsla(0, 0%, 34%, 0.5);
	border: var(--theme-input--border);
	border-radius: 5px;
	border-radius: var(--theme-input--border-radius);
	padding: 0.2em 0.2em;
	padding: var(--theme-input--padding-y) var(--theme-input--padding-x);
	font-weight: 400;
	font-weight: var(--theme-input--weight);
	width: 100%; */
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: hsl(0, 2%, 19%);
    color: hsl(var(--theme-input--color-focus));
    border-color: hsl(357, 92%, 43%);
    border-color: hsl(var(--theme-input--border-color-focus));
}

select {
    /* width: 100%;
	border: 2px
		solid hsla(0, 0%, 34%, 0.5);
	border: var(--theme-input--border);
	border-radius: 5px;
	border-radius: var(--theme-input--border-radius);
	padding: 0.2em 0.2em;
	padding: var(--theme-input--padding-y) var(--theme-input--padding-x); */
}

textarea {
    width: 100%;
}

.hbspt-form fieldset {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 0.75em !important
}

.hbspt-form fieldset input,
.hbspt-form fieldset select {
    width: 100%;
}

.hbspt-form fieldset text,
.hbspt-form fieldset textarea {
    width: 100% !important;
}

.hbspt-form fieldset select {
    padding-top: 0.43em;
    padding-bottom: 0.43em;
}

.hbspt-form fieldset label {
    font-size: 0.85rem;
}

.hbspt-form fieldset legend {
    margin-bottom: 0.25em;
    font-size: 0.90rem;
}

.hbspt-form fieldset .inputs-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.hbspt-form fieldset .inputs-list li {
    margin: 0
}

.hbspt-form fieldset .inputs-list li label {
    display: flex;
    align-items: center
}

.hbspt-form fieldset .inputs-list li label span {
    margin-left: 5px;
}

.hbspt-form fieldset .hs-error-msgs {
    list-style: none;
    margin: 0;
    padding: 0
}

.hbspt-form fieldset .hs-error-msgs li {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-color--primary));
}

.hbspt-form fieldset.form-columns-2,
.hbspt-form fieldset.form-columns-3 {
    display: flex;
    flex-wrap: wrap
}

.hbspt-form fieldset.form-columns-2>div,
.hbspt-form fieldset.form-columns-3>div {
    flex: 1;
}

.hbspt-form fieldset.form-columns-2 .hs-richtext,
.hbspt-form fieldset.form-columns-3 .hs-richtext {
    flex: 0 0 100%;
}

.hbspt-form .hs-fieldtype-radio ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.hbspt-form .hs-fieldtype-radio ul li {
    margin: 0 1em 0 0;
    padding: 0
}

.hbspt-form .hs-fieldtype-radio ul li label {
    display: flex;
    align-items: center
}

.hbspt-form .hs-fieldtype-radio ul li label span {
    margin-left: 5px;
}

.hbspt-form .hs_select_product_s_ ul {
    display: flex;
    flex-wrap: wrap
}

.hbspt-form .hs_select_product_s_ ul li {
    width: calc(33.33333% - 0.5rem);
    margin: 0.25rem
}

.hbspt-form .hs_select_product_s_ ul li label {
    height: 100%;
}

.hbspt-form .hs_select_product_s_ ul li input[type='checkbox'] {
    display: none;
}

.hbspt-form .hs_select_product_s_ ul li label span {
    background: hsl(0, 0%, 92%);
    background: hsl(var(--theme-color--secondary));
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition: all 200ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: var(--theme-link-transition)
}

/* .hbspt-form .hs_select_product_s_ ul li label span:hover {
    background-color: hsl(357, 92%, 43%);
    background-color: hsl(var(--theme-color--primary));
    color: hsl(0, 0%, 100%);
    color: hsl(var(--theme-color--white));
} */

.hbspt-form .hs_select_product_s_ ul li input:checked+span {
    background-color: hsl(357, 92%, 43%);
    background-color: hsl(var(--theme-color--primary));
    color: hsl(0, 0%, 100%);
    color: hsl(var(--theme-color--white));
}

.hbspt-form .hs-submit,
.hbspt-form .actions {
    margin-top: 10px
}

.hbspt-form .hs-submit input[type='submit'],
.hbspt-form .actions input[type='submit'] {
    padding: .667em 1.333em;
    border-radius: 3px;
    border: 2px solid hsl(357, 92%, 43%);
    border: 2px solid hsl(var(--theme-color--primary));
    background: hsl(357, 92%, 43%);
    background: hsl(var(--theme-color--primary));
    color: hsl(0, 0%, 100%);
    color: hsl(var(--theme-color--white));
    font-size: 90%;
    transition: all 200ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: var(--theme-link-transition)
}

.hbspt-form .hs-submit input[type='submit']:hover,
.hbspt-form .actions input[type='submit']:hover {
    background: hsl(0, 0%, 100%);
    background: hsl(var(--theme-color--white));
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-color--primary));
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: hsl(0, 2%, 19%);
    color: hsl(var(--theme-color--text));
    font-family: "Montserrat", sans-serif;
    font-family: var(--theme-body--font);
    font-size: 1.2rem;
    font-size: var(--theme-body--font-size);
    /* line-height: 1.8; */
    /* adjustment */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: hsl(0, 0%, 34%);
    color: hsl(var(--theme-color--heading));
    font-family: "Montserrat", sans-serif;
    font-family: var(--theme-heading--font);
    line-height: 1;
    line-height: var(--theme-heading--spacing);
    font-weight: 600;
    font-weight: var(--theme-heading--weight);
    letter-spacing: 1;
    letter-spacing: var(--theme-heading--spacing);
    clear: both;
    text-transform: uppercase;
}


/* h1 {
	font-size: 2.5rem;
	font-size: var(--theme-h1--font-size);
}
h2 {
	font-size: 1.8rem;
	font-size: var(--theme-h2--font-size);
}
h3 {
	font-size: 1.75rem;
	font-size: var(--theme-h3--font-size);
}
h4 {
	font-size: 1.5rem;
	font-size: var(--theme-h4--font-size);
}
h5 {
	font-size: 1.25rem;
	font-size: var(--theme-h5--font-size);
}
h6 {
	font-size: 1rem;
	font-size: var(--theme-h6--font-size);
} */

.entry-header .entry-title {
    font-size: 2.44em;
    line-height: 1.4;
    margin: 1em 0 1em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em 1em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 0.875em
}

@media screen and (min-width: 600px) {
    code,
    kbd,
    tt,
    var {
        font-size: 0.8125em
    }
}

p>code {
    padding: 2px;
    border-radius: 2px;
    background: #f3f4f5;
    font-size: inherit;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.archive .site-header {
    /* margin-bottom: 3.5em; */
}

.site-title {
    margin: 0.4375em 0 0;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    color: #333332;
}

.site-title a {
    text-decoration: none;
    color: inherit;
}

.site-branding {
    /* margin-bottom: 1.75em; */
}

.site-description {
    margin: 0.4375em 0 0;
    font-size: 17px;
    font-weight: inherit;
    line-height: 1.4;
    word-wrap: break-word;
    color: #6c7781;
}

.has-xsmall-font-size {
    font-size: 12px;
}

.has-small-font-size {
    font-size: 16px;
}

.has-medium-font-size {
    font-size: 20px;
}

.has-large-font-size {
    font-size: 30px;
}

.has-xlarge-font-size {
    font-size: 40px;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

.widget-sort-by-category h4 {
    font-size: 1.5rem;
    border-bottom: 1px solid hsl(0, 2%, 19%);
    border-bottom: 1px solid hsl(var(--theme-color--text));
    padding-bottom: 0.25em;
}

.sort-by-category {
    margin: 1rem 0;
    padding: 0;
    list-style: none
}

.sort-by-category li {
    margin: 0 0 0.5rem;
    padding: 0
}

.sort-by-category li:not(.has-children) .top-level .toggle {
    display: none;
}

.sort-by-category .top-level {
    display: flex;
    align-items: center
}

.sort-by-category .top-level a {
    flex: 1;
    display: flex;
    align-items: center;
    color: hsl(0, 2%, 19%);
    color: hsl(var(--theme-color--text));
    font-weight: 600
}

.sort-by-category .top-level a:hover {
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-color--primary));
}

.sort-by-category .top-level a img {
    margin-right: 5px;
}

.sort-by-category .top-level .toggle {
    margin-left: 5px;
    cursor: pointer;
}

.sort-by-category .has-children .children {
    list-style: none;
    overflow: hidden;
    max-height: 0;
    margin: 0.5rem 0 0 0;
    padding: 0;
    transition: max-height 0.75s ease-in-out
}

.sort-by-category .has-children .children a {
    color: hsl(0, 2%, 19%);
    color: hsl(var(--theme-color--text))
}

.sort-by-category .has-children .children a:hover {
    color: hsl(357, 92%, 43%);
    color: hsl(var(--theme-color--primary));
}

.sort-by-category .has-children.open-children .children {
    max-height: 500px;
}

.sort-by-farm-safety {
    margin: 1rem 0;
    padding: 0;
    list-style: none
}

.sort-by-farm-safety li {
    margin: 0;
    padding: 0;
    font-weight: 600;
}