/*!
Theme Name: CHOP Starter
Theme URI: http://underscores.me/
Author: Michael Ferry
Author URI: https://chop.edu
Description: A starter theme for CHOP WordPress sites
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chop-start
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CHOP Starter is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --signature-color: #33a0bb;
}

@font-face {
  font-family: "Rubrik";
  src: url("/wp-content/themes/chop-start/fonts/rubrik/woff2/TPRubrik-Light.woff2") format("woff2"), url("/wp-content/themes/chop-start/fonts/rubrik/woff/TPRubrik-Light.woff") format("woff"), url("/wp-content/themes/chop-start/fonts/rubrik/ttf/TPRubrik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Rubrik";
  src: url("/wp-content/themes/chop-start/fonts/rubrik/woff2/TPRubrik-Regular.woff2") format("woff2"), url("/wp-content/themes/chop-start/fonts/rubrik/woff/TPRubrik-Regular.woff") format("woff"), url("/wp-content/themes/chop-start/fonts/rubrik/ttf/TPRubrik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Rubrik";
  src: url("/wp-content/themes/chop-start/fonts/rubrik/woff2/TPRubrik-Medium.woff2") format("woff2"), url("/wp-content/themes/chop-start/fonts/rubrik/woff/TPRubrik-Medium.woff") format("woff"), url("/wp-content/themes/chop-start/fonts/rubrik/ttf/TPRubrik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Rubrik";
  src: url("/wp-content/themes/chop-start/fonts/rubrik/woff2/TPRubrik-SemiBold.woff2") format("woff2"), url("/wp-content/themes/chop-start/fonts/rubrik/woff/TPRubrik-SemiBold.woff") format("woff"), url("/wp-content/themes/chop-start/fonts/rubrik/ttf/TPRubrik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Rubrik";
  src: url("/wp-content/themes/chop-start/fonts/rubrik/woff2/TPRubrik-Bold.woff2") format("woff2"), url("/wp-content/themes/chop-start/fonts/rubrik/woff/TPRubrik-Bold.woff") format("woff"), url("/wp-content/themes/chop-start/fonts/rubrik/ttf/TPRubrik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Rubrik";
  src: url("/wp-content/themes/chop-start/fonts/rubrik/woff2/TPRubrik-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/chop-start/fonts/rubrik/woff/TPRubrik-ExtraBold.woff") format("woff"), url("/wp-content/themes/chop-start/fonts/rubrik/ttf/TPRubrik-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
.basic-content .wrapper__inner,
.card__text {
  font-size: 1.025rem;
  letter-spacing: 0.125px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeLoop {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #665546;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Rubrik", "Arial Rounded", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.3;
}

h1 {
  font-size: 2.5rem;
}
@media (min-width: 960px) {
  h1 {
    font-size: 2.75rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (min-width: 960px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (min-width: 960px) {
  h3 {
    font-size: 1.75rem;
  }
}
h3 a {
  color: inherit;
}

h4 {
  font-size: 1.25rem;
}
@media (min-width: 960px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media (min-width: 960px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1rem;
}
@media (min-width: 960px) {
  h6 {
    font-size: 1.125rem;
  }
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  padding-top: 100px;
}
@media (min-width: 960px) {
  body {
    padding-top: 0;
  }
}

::selection {
  background-color: var(--signature-color);
  color: #fff;
}

/*
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0,0,0,.125);
}

::-webkit-scrollbar-thumb {
  background: var(--signature-color);
  border-radius: 10px;
}
*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

p + ul,
p + ol {
  margin-top: 20px;
}
p + ul li,
p + ol li {
  margin-bottom: 10px;
}
p + ul li:last-of-type,
p + ol li:last-of-type {
  margin-bottom: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img, svg {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #33a0bb;
  transition: all 0.25s ease;
}
a:hover, a:focus, a:active {
  color: #d01c65;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: $color__border-button;
	border-radius: 3px;
	background: $color__background-button;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;

	&:hover {
		border-color: $color__border-button-hover;
	}

	&:active,
	&:focus {
		border-color: $color__border-button-focus;
	}
}
*/
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  padding: 10px 30px;
  font-family: "Rubrik", "Arial Rounded", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  background-color: var(--signature-color);
  color: var(--signature-color--text);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.125);
  transition: all 0.25s ease;
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .button:active,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active, .button:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  background-color: var(--signature-color--hover);
  color: var(--signature-color--text);
}

.button--secondary,
.button.button--secondary {
  box-shadow: inset 0 0 0 1px var(--signature-color);
  background-color: #fff;
  text-shadow: none;
  color: var(--signature-color);
}
.button--secondary:hover,
.button.button--secondary:hover {
  color: var(--signature-color--dark);
  box-shadow: inset 0 0 0 1px var(--signature-color--dark);
}

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
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: #222;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#masthead {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.125);
}
@media (min-width: 960px) {
  #masthead {
    position: relative;
    box-shadow: none;
  }
}
#masthead .custom-logo {
  width: 150px;
}
@media (min-width: 640px) {
  #masthead .custom-logo {
    width: 200px;
  }
}
@media (min-width: 960px) {
  #masthead .custom-logo {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  #masthead .custom-logo {
    width: 330px;
  }
}
#masthead .chop-logo {
  display: none;
}
@media (min-width: 960px) {
  #masthead .chop-logo {
    display: block;
    width: 200px;
  }
}
#masthead .chop-logomark {
  width: 32px;
}
@media (min-width: 960px) {
  #masthead .chop-logomark {
    display: none;
  }
}
#masthead .site-branding {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  min-height: 62px;
}
@media (min-width: 960px) {
  #masthead .site-branding {
    padding: 20px 0 5px;
  }
}

.admin-bar #wpadminbar {
  position: fixed;
}
.admin-bar #masthead {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #masthead {
    top: 46px;
  }
}
@media (min-width: 960px) {
  .admin-bar #masthead {
    top: 0;
  }
}

.site-footer {
  background: var(--footer-bg-color);
  color: #fff;
  padding: 30px 0;
  font-family: "Rubrik", "Arial Rounded", Helvetica, Arial, sans-serif;
}
@media (min-width: 960px) {
  .site-footer {
    padding: 50px 0;
  }
}
.site-footer a {
  color: #fff;
  text-underline-offset: 2px;
}
.site-footer a:hover {
  text-decoration: none;
}
.site-footer .wrapper__inner {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}
.site-footer .chop-logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  vertical-align: bottom;
}
.site-footer .site-info {
  flex: 1 1 auto;
  font-size: 0.8rem;
}
.site-footer .site-contact {
  font-size: 0.9rem;
}
.site-footer .site-contact h2 {
  text-transform: uppercase;
  font-size: 1.4rem;
}
.site-footer .site-contact a {
  font-size: 1rem;
  text-decoration: none;
}
.site-footer hr {
  flex: 0 0 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0;
}
.site-footer .site-copyright {
  flex: 1 1 auto;
}
.site-footer .site-copyright p {
  margin: 0;
  font-size: 0.8rem;
}
.site-footer .site-social {
  display: flex;
  flex-flow: row nowrap;
}
.site-footer .site-social__item {
  width: 40px;
  height: 40px;
}
.site-footer .site-social__item a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.site-footer .site-social__item svg {
  width: 24px;
  height: auto;
}
.site-footer .site-social__item svg * {
  fill: #fff;
}

.page-template-page-cir * {
  box-sizing: border-box;
}

.page-template-page-cir {
  background-color: #fbfbfb;
  padding-top: 60px;
}
@media (min-width: 960px) {
  .page-template-page-cir {
    padding-top: 0;
  }
}
.page-template-page-cir #eyebrow-navigation {
  display: none;
}
.page-template-page-cir #masthead {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.075);
}
@media (min-width: 960px) {
  .page-template-page-cir #masthead {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  }
}
.page-template-page-cir #masthead .wrapper__inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  max-width: 1800px;
}
@media (min-width: 960px) {
  .page-template-page-cir #masthead .wrapper__inner {
    height: 80px;
  }
}
.page-template-page-cir #masthead .site-branding {
  padding: 0;
  position: relative;
  z-index: 100;
}
.page-template-page-cir #masthead .site-branding .custom-logo-link {
  display: none;
}
.page-template-page-cir #masthead #site-navigation {
  width: auto;
}
.page-template-page-cir #masthead #site-navigation .menu-toggle {
  position: relative;
  z-index: 100;
  background: transparent;
  color: #005587;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 60px;
}
@media (min-width: 960px) {
  .page-template-page-cir #masthead #site-navigation .menu-toggle {
    height: 80px;
  }
}
.page-template-page-cir #masthead #site-navigation .menu-toggle .icon {
  position: relative;
  height: 16px;
  width: 20px;
}
.page-template-page-cir #masthead #site-navigation .menu-toggle .icon .line {
  height: 2px;
  width: 100%;
  border-radius: 999px;
  background: #0c5587;
  position: absolute;
  left: 0;
  transition: all 0.25s ease;
}
.page-template-page-cir #masthead #site-navigation .menu-toggle .icon .line--1 {
  top: 0;
}
.page-template-page-cir #masthead #site-navigation .menu-toggle .icon .line--2 {
  top: 50%;
  transform: translateY(-50%);
}
.page-template-page-cir #masthead #site-navigation .menu-toggle .icon .line--2::before, .page-template-page-cir #masthead #site-navigation .menu-toggle .icon .line--2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 0.25s ease;
}
.page-template-page-cir #masthead #site-navigation .menu-toggle .icon .line--3 {
  bottom: 0;
}
.page-template-page-cir #masthead #site-navigation .menu-toggle .label {
  padding-right: 15px;
}
.page-template-page-cir #masthead #site-navigation #primary-menu {
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0c5587;
  overflow: auto;
  counter-reset: nav;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.page-template-page-cir #masthead #site-navigation #primary-menu li {
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 80vw;
  height: 6.25vh;
  min-width: 300px;
  text-transform: none;
  font-size: 1.25rem;
  border: none;
}
@media (min-width: 640px) {
  .page-template-page-cir #masthead #site-navigation #primary-menu li {
    width: 60vw;
    max-width: 500px;
  }
}
@media (min-width: 960px) {
  .page-template-page-cir #masthead #site-navigation #primary-menu li {
    font-size: 2vw;
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir #masthead #site-navigation #primary-menu li {
    max-width: 800px;
  }
}
@media (min-width: 1440px) {
  .page-template-page-cir #masthead #site-navigation #primary-menu li {
    font-size: 2.25rem;
  }
}
.page-template-page-cir #masthead #site-navigation #primary-menu li:first-child {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media (min-width: 1200px) {
  .page-template-page-cir #masthead #site-navigation #primary-menu li:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.page-template-page-cir #masthead #site-navigation #primary-menu li:nth-child(n+2)::before {
  content: counter(nav, decimal-leading-zero);
  counter-increment: nav;
  color: #41b6e6;
  margin-right: 0.5rem;
  width: 8%;
}
@media (min-width: 960px) {
  .page-template-page-cir #masthead #site-navigation #primary-menu li:nth-child(n+2)::before {
    margin-right: 1rem;
    width: 7%;
  }
}
.page-template-page-cir #masthead #site-navigation #primary-menu li:nth-child(n+3) {
  margin-top: 0.5rem;
}
@media (min-width: 1200px) {
  .page-template-page-cir #masthead #site-navigation #primary-menu li:nth-child(n+3) {
    margin-top: 0.75rem;
  }
}
.page-template-page-cir #masthead #site-navigation #primary-menu li:nth-last-child(1)::before, .page-template-page-cir #masthead #site-navigation #primary-menu li:nth-last-child(2)::before {
  content: "";
  display: none;
}
.page-template-page-cir #masthead #site-navigation #primary-menu li:nth-last-child(2) {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media (min-width: 1200px) {
  .page-template-page-cir #masthead #site-navigation #primary-menu li:nth-last-child(2) {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}
.page-template-page-cir #masthead #site-navigation #primary-menu a {
  flex: 1;
  color: #fff;
  padding: 0;
}
.page-template-page-cir #masthead #site-navigation #primary-menu a::after {
  display: none;
}
.page-template-page-cir #masthead #site-navigation #primary-menu a[href]:hover {
  color: #41b6e6;
}
.page-template-page-cir #masthead #site-navigation.toggled .menu-toggle {
  color: #fff;
}
.page-template-page-cir #masthead #site-navigation.toggled .menu-toggle .icon .line {
  background: #fff;
}
.page-template-page-cir #masthead #site-navigation.toggled .menu-toggle .icon .line--1, .page-template-page-cir #masthead #site-navigation.toggled .menu-toggle .icon .line--3 {
  opacity: 0;
}
.page-template-page-cir #masthead #site-navigation.toggled .menu-toggle .icon .line--2 {
  background: transparent;
}
.page-template-page-cir #masthead #site-navigation.toggled .menu-toggle .icon .line--2::before, .page-template-page-cir #masthead #site-navigation.toggled .menu-toggle .icon .line--2::after {
  background: #fff;
  transform: rotate(45deg);
}
.page-template-page-cir #masthead #site-navigation.toggled .menu-toggle .icon .line--2::after {
  transform: rotate(-45deg);
}
.page-template-page-cir #masthead #site-navigation.toggled #primary-menu {
  opacity: 1;
  pointer-events: auto;
}
.page-template-page-cir main section {
  position: relative;
}
@media (max-width: 959px) {
  .page-template-page-cir main section > div:not(.intro) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-template-page-cir main section > .swiper-wrapper {
  display: block;
}
@media (min-width: 960px) {
  .page-template-page-cir main section > .swiper-wrapper {
    display: flex;
  }
}
.page-template-page-cir main section .wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
@media (min-width: 960px) {
  .page-template-page-cir main section .wrapper {
    justify-content: center;
  }
}
.page-template-page-cir main section .wrapper.swiper-slide {
  height: auto;
}
.page-template-page-cir main section .wrapper__inner {
  display: grid;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1800px;
}
@media (min-width: 960px) {
  .page-template-page-cir main section .wrapper__inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir main section .wrapper__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .page-template-page-cir main section .wrapper__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .page-template-page-cir main section .wrapper__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-template-page-cir main section .wrapper.media-only .wrapper__inner {
  justify-content: center;
}
.page-template-page-cir main section .wrapper.media-only .content {
  display: none;
}
.page-template-page-cir main section .wrapper.media-only .media {
  padding: 0;
}
@media (min-width: 960px) {
  .page-template-page-cir main section .wrapper.media-only .media {
    padding: 0;
    flex: 0 0 80%;
  }
}
.page-template-page-cir main section .swiper-button-prev,
.page-template-page-cir main section .swiper-button-next {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  color: #41b6e6;
  transition: all 0.25s ease;
  opacity: 0.5;
}
.page-template-page-cir main section .swiper-button-prev:hover,
.page-template-page-cir main section .swiper-button-next:hover {
  opacity: 1;
}
.page-template-page-cir main section .swiper-button-prev:hover::before,
.page-template-page-cir main section .swiper-button-next:hover::before {
  transform: scale(1.1);
}
.page-template-page-cir main section .swiper-button-prev::before,
.page-template-page-cir main section .swiper-button-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  transition: all 0.25s ease;
  background: #fff;
  z-index: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.075);
}
.page-template-page-cir main section .swiper-button-prev::after,
.page-template-page-cir main section .swiper-button-next::after {
  -webkit-text-stroke: 1px;
  font-size: 20px;
  z-index: 1;
}
.page-template-page-cir main section .swiper-button-prev.swiper-button-disabled,
.page-template-page-cir main section .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.page-template-page-cir main section .swiper-button-prev {
  left: 20px;
}
.page-template-page-cir main section .swiper-button-next {
  right: 20px;
}
.page-template-page-cir main section .swiper-pagination {
  width: auto;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  padding: 10px;
  display: flex;
  border-radius: 9999px;
}
.page-template-page-cir main section .swiper-pagination-bullet {
  opacity: 1;
  height: 1rem;
  width: 1rem;
  transition: all 0.25s ease;
}
.page-template-page-cir main section .next-story {
  position: absolute;
  z-index: 50;
  display: inline-block;
  width: auto;
  left: 50%;
  bottom: 60px;
  transform: translate(-50%, 10px);
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.025);
  pointer-events: none;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0.25s;
}
.page-template-page-cir main section .next-story a {
  position: relative;
  display: block;
  color: #41b6e6;
  font-size: 1rem;
  padding: 10px 20px;
  font-family: "Rubrik", "Arial Rounded", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: -0.0125rem;
  text-decoration: none;
}
.page-template-page-cir main section .next-story a:hover::before {
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
}
.page-template-page-cir main section .next-story a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.025);
  transition: all 0.25s ease;
}
.page-template-page-cir main section.last-slide .next-story {
  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (max-width: 959px) {
  .page-template-page-cir main section a.learn-more,
  .page-template-page-cir main section .next-story, .page-template-page-cir main section > .swiper-button-prev, .page-template-page-cir main section > .swiper-button-next, .page-template-page-cir main section > .swiper-pagination {
    display: none;
  }
}
.page-template-page-cir main section .title,
.page-template-page-cir main section .title span,
.page-template-page-cir main section .title small,
.page-template-page-cir main section .copy {
  opacity: 0;
  transition: opacity 1s ease;
}
.page-template-page-cir main section .title {
  grid-row: 1;
  font-size: 2rem;
  line-height: 1.125;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .page-template-page-cir main section .title {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir main section .title {
    font-size: 3.25rem;
  }
}
@media (min-width: 1440px) {
  .page-template-page-cir main section .title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1600px) {
  .page-template-page-cir main section .title {
    font-size: 3.75rem;
  }
}
.page-template-page-cir main section .media {
  grid-row: 2;
}
@media (max-width: 959px) {
  .page-template-page-cir main section .media:nth-child(2) {
    margin-bottom: 20px;
  }
}
.page-template-page-cir main section .media img, .page-template-page-cir main section .media video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.page-template-page-cir main section .media video {
  background-color: #fff;
}
@media (min-width: 960px) {
  .page-template-page-cir main section .media {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
  }
}
.page-template-page-cir main section .media.pin-right img {
  object-fit: cover;
  object-position: right center;
}
@media (min-width: 960px) {
  .page-template-page-cir main section .media.pin-right img {
    max-height: calc(100vh - 20px);
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir main section .media.pin-right img {
    max-height: calc(100vh - 60px);
  }
}
@media (min-width: 1440px) {
  .page-template-page-cir main section .media.pin-right img {
    max-height: calc(100vh - 80px);
  }
}
@media (min-width: 1600px) {
  .page-template-page-cir main section .media.pin-right img {
    max-height: calc(100vh - 120px);
  }
}
@media (min-width: 960px) {
  .page-template-page-cir main section .media.pin-right img, .page-template-page-cir main section .media.pin-right video {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
  }
}
.page-template-page-cir main section .content {
  display: contents;
}
@media (min-width: 960px) {
  .page-template-page-cir main section .content {
    flex: 0 0 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    gap: 30px;
  }
}
.page-template-page-cir main section .copy {
  grid-row: 3;
  transition-delay: 0.75s;
}
.page-template-page-cir main section .copy p, .page-template-page-cir main section .copy q {
  font-family: "Rubrik", "Arial Rounded", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.0125rem;
  margin: 0;
}
@media (max-width: 959px) {
  .page-template-page-cir main section .copy p, .page-template-page-cir main section .copy q {
    line-height: 1.625;
  }
}
@media (min-width: 960px) {
  .page-template-page-cir main section .copy p, .page-template-page-cir main section .copy q {
    font-size: 1.25rem;
    line-height: 1.625;
  }
}
@media (min-width: 1440px) {
  .page-template-page-cir main section .copy p, .page-template-page-cir main section .copy q {
    font-size: 1.5rem;
  }
}
.page-template-page-cir main section .copy p a:hover, .page-template-page-cir main section .copy q a:hover {
  text-decoration-color: transparent;
}
.page-template-page-cir main section .copy p + p {
  margin-top: 10px;
}
@media (min-width: 960px) {
  .page-template-page-cir main section .copy p + p {
    margin-top: 20px;
  }
}
.page-template-page-cir main section .copy .learn-more {
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-decoration: none;
  font-weight: 700;
}
.page-template-page-cir main section .copy .learn-more:hover::after {
  transform: translateX(0.25rem);
}
.page-template-page-cir main section .copy .learn-more::after {
  content: "›";
  margin-left: 0.25rem;
  display: inline-block;
  transition: all 0.25s ease;
}
.page-template-page-cir main section table {
  font-family: "Rubrik", "Arial Rounded", Helvetica, Arial, sans-serif;
  color: #665546;
  border-collapse: collapse;
  font-size: 1.125rem;
  letter-spacing: -0.0125rem;
  margin: 0;
}
@media (min-width: 960px) {
  .page-template-page-cir main section table {
    font-size: 1.125rem;
    line-height: 1.625;
  }
}
.page-template-page-cir main section table th {
  font-weight: 700;
}
.page-template-page-cir main section table th, .page-template-page-cir main section table td {
  border-bottom: 1px solid #d9d3ce;
  text-align: left;
  padding: 10px 0;
  line-height: 1.5;
}
.page-template-page-cir main section table th:nth-of-type(1), .page-template-page-cir main section table td:nth-of-type(1) {
  padding-right: 40px;
}
.page-template-page-cir main section table th span, .page-template-page-cir main section table th small, .page-template-page-cir main section table td span, .page-template-page-cir main section table td small {
  display: block;
}
.page-template-page-cir main section table th span, .page-template-page-cir main section table td span {
  line-height: 1.25;
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .page-template-page-cir main section table th span, .page-template-page-cir main section table td span {
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.page-template-page-cir main section table th small, .page-template-page-cir main section table td small {
  font-weight: 300;
}
.page-template-page-cir main section table th .amount::before, .page-template-page-cir main section table td .amount::before {
  content: "$";
}
.page-template-page-cir main section table tfoot tr th {
  border: none;
}
.page-template-page-cir main section ul.stats {
  display: block;
  margin: 0;
  padding: 0;
}
.page-template-page-cir main section ul.stats li {
  display: block;
  margin: 0;
  padding: 0;
}
.page-template-page-cir main section ul.stats li p {
  font-family: "Rubrik", "Arial Rounded", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.0125rem;
  margin: 0;
}
@media (min-width: 960px) {
  .page-template-page-cir main section ul.stats li p {
    font-size: 1.25rem;
    line-height: 1.625;
  }
}
@media (min-width: 1440px) {
  .page-template-page-cir main section ul.stats li p {
    font-size: 1.5rem;
  }
}
.page-template-page-cir main section.intro .wrapper {
  min-height: auto;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.intro .wrapper {
    min-height: calc(100vh - 80px);
  }
}
.page-template-page-cir main section.intro .wrapper__inner {
  min-height: auto;
}
.page-template-page-cir main section.intro .title {
  color: #41b6e6;
  font-size: 3.75rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
  transition-delay: 0.125s;
}
@media (min-width: 640px) {
  .page-template-page-cir main section.intro .title {
    font-size: 14vw;
  }
}
@media (min-width: 960px) {
  .page-template-page-cir main section.intro .title {
    font-size: 7.5vw;
  }
}
@media (min-width: 1600px) {
  .page-template-page-cir main section.intro .title {
    font-size: 7.5rem;
  }
}
.page-template-page-cir main section.intro .title span {
  display: block;
  color: #0c5587;
  opacity: 0;
  transition-delay: 0.5s;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.intro .content {
    padding-right: 5%;
    flex-basis: 55%;
  }
}
.page-template-page-cir main section.intro .content .learn-more {
  display: inline-block !important;
}
.page-template-page-cir main section.intro .media {
  display: flex;
  flex-flow: row wrap;
  margin: 20px 0;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.intro .media {
    margin: 0;
    flex-basis: 45%;
    align-content: center;
  }
}
.page-template-page-cir main section.intro .media > div {
  transition: all 1s ease-out;
  opacity: 0;
  animation: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  aspect-ratio: 1;
  flex: 0 0 29.333333%;
  margin: 2%;
}
.page-template-page-cir main section.intro .media > div.shape--curve {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #41b6e6;
}
.page-template-page-cir main section.intro .media > div.shape--square {
  background-color: #0c5587;
}
.page-template-page-cir main section.intro .media > div.shape--circle {
  border-radius: 50%;
  background-color: #d01c65;
}
.page-template-page-cir main section.intro .media > div.shape--leaf {
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #799a3e;
}
.page-template-page-cir main section.intro .media > div:nth-child(1) {
  animation-delay: 0s;
}
.page-template-page-cir main section.intro .media > div:nth-child(2) {
  animation-delay: 0.125s;
}
.page-template-page-cir main section.intro .media > div:nth-child(2) img:nth-child(2) {
  animation-delay: -4s;
}
.page-template-page-cir main section.intro .media > div:nth-child(2) img:nth-child(3) {
  animation-delay: -8s;
}
.page-template-page-cir main section.intro .media > div:nth-child(3) {
  animation-delay: 0.25s;
}
.page-template-page-cir main section.intro .media > div:nth-child(4) {
  animation-delay: 0.375s;
}
.page-template-page-cir main section.intro .media > div:nth-child(4) img:nth-child(2) {
  animation-delay: -8s;
}
.page-template-page-cir main section.intro .media > div:nth-child(4) img:nth-child(3) {
  animation-delay: -4s;
}
.page-template-page-cir main section.intro .media > div:nth-child(5) {
  animation-delay: 0.5s;
}
.page-template-page-cir main section.intro .media > div:nth-child(5) img:nth-child(2) {
  animation-delay: -8s;
}
.page-template-page-cir main section.intro .media > div:nth-child(5) img:nth-child(3) {
  animation-delay: -4s;
}
.page-template-page-cir main section.intro .media > div:nth-child(6) {
  animation-delay: 0.625s;
}
.page-template-page-cir main section.intro .media > div:nth-child(6) img:nth-child(2) {
  animation-delay: -4s;
}
.page-template-page-cir main section.intro .media > div:nth-child(6) img:nth-child(3) {
  animation-delay: -8s;
}
.page-template-page-cir main section.intro .media > div:nth-child(7) {
  animation-delay: 0.875s;
}
.page-template-page-cir main section.intro .media > div:nth-child(8) {
  animation-delay: 1s;
}
.page-template-page-cir main section.intro .media > div:nth-child(8) img:nth-child(2) {
  animation-delay: -8s;
}
.page-template-page-cir main section.intro .media > div:nth-child(8) img:nth-child(3) {
  animation-delay: -4s;
}
.page-template-page-cir main section.intro .media > div:nth-child(9) {
  animation-delay: 1.125s;
}
.page-template-page-cir main section.intro .media > div:hover {
  transform: scale(1.05);
  transition-duration: 0.25s;
}
.page-template-page-cir main section.intro .media > div.image {
  position: relative;
}
.page-template-page-cir main section.intro .media > div img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  /*
  &:nth-child(n+2) {
    animation-name: fadeLoop;
    animation-iteration-count: infinite;
    animation-duration: 12s;
  }
  */
}
.page-template-page-cir main section.statement {
  overflow: hidden;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.statement::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-94%, -50%);
    transform-origin: left center;
    aspect-ratio: 1;
    background: #fff;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
}
.page-template-page-cir main section.statement .wrapper__inner {
  padding: 0 !important;
}
@media (max-width: 959px) {
  .page-template-page-cir main section.statement .wrapper__inner {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 960px) {
  .page-template-page-cir main section.statement .wrapper__inner {
    flex-direction: row !important;
  }
}
.page-template-page-cir main section.statement .content {
  position: relative;
  z-index: 2;
}
@media (max-width: 959px) {
  .page-template-page-cir main section.statement .content {
    display: block;
    flex: 0 0 70%;
    background: #fff;
    padding: 60px;
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .page-template-page-cir main section.statement .content {
    flex: 0 0 100%;
    padding: 20px;
    margin-top: 250px;
  }
}
.page-template-page-cir main section.statement .content h2.title {
  color: #0c5587;
}
.page-template-page-cir main section.statement .content h2.title span {
  display: block;
}
.page-template-page-cir main section.statement .content h2.title small {
  font-weight: 600;
  color: #41b6e6;
  display: block;
  transition-delay: 0.5s;
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.statement .content h2.title small {
    white-space: nowrap;
  }
}
.page-template-page-cir main section.statement .content .copy p {
  color: #665546;
  text-shadow: none;
}
.page-template-page-cir main section.statement .content a.learn-more {
  color: #41b6e6;
}
.page-template-page-cir main section.statement .media {
  align-items: flex-end;
  justify-content: center;
  z-index: 0;
}
@media (max-width: 959px) {
  .page-template-page-cir main section.statement .media {
    position: absolute;
    text-align: center;
    right: 0;
    bottom: 0;
    width: 32%;
    min-width: 250px;
    height: 98%;
    margin: 0;
  }
}
@media (max-width: 639px) {
  .page-template-page-cir main section.statement .media {
    width: 100%;
    height: calc(100% - 45px);
    top: 0;
    bottom: auto;
  }
}
.page-template-page-cir main section.statement .media img {
  height: 92%;
  max-height: 92vh;
  object-fit: contain;
  object-position: center bottom;
  width: auto;
}
@media (max-width: 959px) {
  .page-template-page-cir main section.statement .media img {
    height: 100%;
    transform: translateX(5%);
  }
}
@media (max-width: 639px) {
  .page-template-page-cir main section.statement .media img {
    transform: translateY(15px);
    object-position: center top;
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.statement .media img {
    transform: translateX(15%);
  }
}
@media (min-width: 1600px) {
  .page-template-page-cir main section.statement .media img {
    transform: translateX(25%);
  }
}
.page-template-page-cir main section.afghan {
  /*
  .stats {
    display: grid;
    grid-auto-rows: 1fr;

    li {
      background: #f1efee;
      margin: 15px 0;
      border-radius: 9999px 0 0 9999px;
      overflow: hidden;
      display: flex;
      flex-flow: row nowrap;

      h3 {
        background: $cir-blue-light;
        color: $white;
        font-size: 2rem;
        font-weight: 700;
        flex: 0 0 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        border-radius: 9999px;
      }

      p {
        font-size: 1.25rem;
        display: flex;
        align-items: center;
        flex: 1 1 auto;
        padding: 20px;

        @include bp-min(md) {
          padding-right: 90px;
        }
      }
    }
  }
  */
  /*
  .wrapper__inner {
    position: relative;
  }
  */
}
@media (min-width: 960px) {
  .page-template-page-cir main section.afghan .content {
    box-sizing: border-box;
    padding: 0 90px;
  }
}
.page-template-page-cir main section.afghan .content h3 {
  text-transform: none;
  font-weight: 700;
  font-size: 2.75rem;
  margin: 30px 0 15px;
  color: #958579;
}
.page-template-page-cir main section.afghan .media video {
  background: transparent url("/wp-content/uploads/2023/06/poster-afghan.jpg") center center/cover no-repeat;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.afghan .media video {
    border-radius: 1rem;
  }
}
.page-template-page-cir main section.afghan .media.shape-curve {
  overflow: hidden;
  border-radius: 9999px 0 0 9999px;
}
.page-template-page-cir main section.afghan .media.shape-curve img {
  height: 100%;
  object-fit: cover;
}
.page-template-page-cir main section.afghan .media.pin-right img {
  border-radius: 9999px 0 0 9999px;
}
.page-template-page-cir main section.afghan .stats {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.afghan .stats {
    margin-top: 30px;
    padding: 0 90px;
  }
}
.page-template-page-cir main section.afghan .stats li {
  flex: 0 0 100%;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.afghan .stats li {
    width: calc(100% + 120px);
  }
}
.page-template-page-cir main section.afghan .stats li h3 {
  background: #41b6e6;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 10px 50px;
  border-radius: 9999px 0 0 9999px;
  width: calc(100% + 20px);
}
@media (min-width: 960px) {
  .page-template-page-cir main section.afghan .stats li h3 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.afghan .stats li h3 {
    width: calc(100% + 60px);
  }
}
.page-template-page-cir main section.afghan .stats li p {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding: 15px 0 15px 50px;
}
.page-template-page-cir main section.afghan .stats li:nth-child(1) h3 {
  background: #1ca1d8;
}
.page-template-page-cir main section.afghan .stats li:nth-child(2) h3 {
  background: #41b6e6;
}
.page-template-page-cir main section.afghan .stats li:nth-child(3) h3 {
  background: #6ec7ec;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(1) .content {
    flex-basis: 60%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(1) .content {
    flex-basis: 55%;
  }
}
@media (max-width: 959px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(1) .media {
    margin: 0 -30px 30px 0;
  }
}
@media (min-width: 960px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(1) .media {
    flex-basis: 40%;
    margin-right: -60px;
  }
  .page-template-page-cir main section.afghan .wrapper:nth-child(1) .media img {
    max-height: 100vh;
    object-fit: contain;
    object-position: right bottom;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(1) .media img {
    max-height: calc(100vh - 20px);
  }
}
@media (min-width: 960px) and (min-width: 1200px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(1) .media img {
    max-height: calc(100vh - 60px);
  }
}
@media (min-width: 960px) and (min-width: 1440px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(1) .media img {
    max-height: calc(100vh - 80px);
  }
}
@media (min-width: 960px) and (min-width: 1600px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(1) .media img {
    max-height: calc(100vh - 120px);
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(1) .media {
    flex-basis: 45%;
  }
}
@media (min-width: 960px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 50%;
    left: 40%;
    transform: translate(0, -50%);
    transform-origin: left center;
    aspect-ratio: 1;
    background: #41b6e6;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
}
.page-template-page-cir main section.afghan .wrapper:nth-child(2) .wrapper__inner {
  position: relative;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(2) .wrapper__inner {
    display: grid;
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(2) .wrapper__inner {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 960px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(2) .content {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(2) .content {
    flex: 0 0 40%;
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.125);
    padding-left: 60px;
  }
  .page-template-page-cir main section.afghan .wrapper:nth-child(2) .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(2) .title {
    color: #fff;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(2) .copy {
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.025);
  }
  .page-template-page-cir main section.afghan .wrapper:nth-child(2) .copy p {
    font-size: 1.125rem;
  }
}
.page-template-page-cir main section.afghan .wrapper:nth-child(2) .media {
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(2) .media {
    padding: 0 90px;
    align-items: start;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(2) .media {
    flex: 0 0 60%;
    padding-right: 0;
    align-items: center;
  }
}
@media (min-width: 960px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(3) .wrapper__inner {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1440px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(3) .wrapper__inner {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(3) .content {
    flex: 0 1 auto;
  }
}
@media (min-width: 1440px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(3) .content {
    flex-basis: 100%;
  }
}
.page-template-page-cir main section.afghan .wrapper:nth-child(3) .copy {
  grid-row: 2;
}
@media (max-width: 959px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(3) .copy {
    margin-bottom: 20px;
  }
}
.page-template-page-cir main section.afghan .wrapper:nth-child(3) .media {
  grid-row: 3;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.afghan .wrapper:nth-child(3) .media {
    flex: 0 1 auto;
  }
}
.page-template-page-cir main section.bins {
  background: #0c5587 url("/wp-content/themes/chop-start/img/bg-pills-sm.png") 0 0 repeat;
  background-size: 600px auto;
}
.page-template-page-cir main section.bins .wrapper {
  padding: 0;
}
.page-template-page-cir main section.bins .wrapper__inner {
  padding-top: 0;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.bins .wrapper__inner {
    align-items: center;
  }
}
.page-template-page-cir main section.bins .content {
  background: #0c5587;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.bins .content {
    box-sizing: border-box;
    padding: 60px 90px;
    aspect-ratio: 1;
  }
}
.page-template-page-cir main section.bins .content .title {
  background: #0c5587;
}
@media (max-width: 959px) {
  .page-template-page-cir main section.bins .content .title {
    padding: 30px;
    margin: 30px 15px 0;
  }
}
.page-template-page-cir main section.bins .content .copy {
  background: #0c5587;
}
@media (max-width: 959px) {
  .page-template-page-cir main section.bins .content .copy {
    padding: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.page-template-page-cir main section.bins .media {
  display: flex;
}
@media (max-width: 959px) {
  .page-template-page-cir main section.bins .media {
    margin-bottom: 0;
  }
}
.page-template-page-cir main section.bins .media img, .page-template-page-cir main section.bins .media video {
  margin: 0 auto;
  box-shadow: 10px 10px rgba(0, 0, 0, 0.125);
}
@media (max-width: 959px) {
  .page-template-page-cir main section.bins .media img, .page-template-page-cir main section.bins .media video {
    width: calc(100% + 30px);
    max-width: none;
    margin-left: -15px;
  }
}
@media (min-width: 960px) {
  .page-template-page-cir main section.bins .media img, .page-template-page-cir main section.bins .media video {
    transform: translateX(45px);
  }
}
.page-template-page-cir main section.bins .media video {
  background: transparent url("/wp-content/uploads/2023/06/poster-bins.jpg") center center/cover no-repeat;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.gun-violence .content {
    box-sizing: border-box;
    padding: 0 60px;
  }
}
.page-template-page-cir main section.gun-violence .wrapper:nth-child(2) .content {
  position: relative;
}
.page-template-page-cir main section.gun-violence .wrapper:nth-child(2) .content::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(0.75);
  display: block;
  background: rgba(0, 0, 0, 0.125);
  border-radius: 9999px;
  aspect-ratio: 1;
  pointer-events: none;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.gun-violence .wrapper:nth-child(2) .content::before {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.page-template-page-cir main section.gun-violence .wrapper:nth-child(2) .content .title,
.page-template-page-cir main section.gun-violence .wrapper:nth-child(2) .content .copy {
  position: relative;
}
.page-template-page-cir main section.gun-violence .wrapper:nth-child(2) .media {
  position: relative;
}
.page-template-page-cir main section.gun-violence .wrapper:nth-child(2) .media video {
  border-radius: 15px;
  background: transparent url("/wp-content/uploads/2023/06/poster-gun-safety.jpg") center center/cover no-repeat;
}
.page-template-page-cir main section.gun-violence .wrapper:nth-child(3) .media {
  background: #fff url("/wp-content/themes/chop-start/img/gun-safety-stats.png") center center/70% auto no-repeat;
  border-radius: 9999px;
  max-width: 100%;
  aspect-ratio: 1;
  align-self: center;
}
.page-template-page-cir main section.gun-violence .wrapper:nth-child(3) .media img {
  opacity: 0;
}
.page-template-page-cir main section.gun-violence .wrapper:last-child .media img {
  border-radius: 9999px;
  aspect-ratio: 1;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.playground .wrapper__inner {
    align-items: center;
  }
}
@media (min-width: 960px) {
  .page-template-page-cir main section.playground .content {
    box-sizing: border-box;
    padding: 0 60px;
  }
}
.page-template-page-cir main section.playground .media img {
  border-radius: 20px 0 20px 0;
}
.page-template-page-cir main section.playground .media video {
  border-radius: 20px 0 20px 0;
  background: transparent url("/wp-content/uploads/2023/06/poster-parks.jpg") center center/cover no-repeat;
}
.page-template-page-cir main section.playground .wrapper:nth-child(1) .media {
  position: relative;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.playground .wrapper:nth-child(1) .media {
    box-sizing: border-box;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.playground .wrapper:nth-child(1) .media {
    box-sizing: border-box;
    padding: 40px;
  }
}
@media (min-width: 1440px) {
  .page-template-page-cir main section.playground .wrapper:nth-child(1) .media {
    padding: 60px;
  }
}
.page-template-page-cir main section.playground .wrapper:nth-child(1) .media::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.page-template-page-cir main section.playground .wrapper:nth-child(1) .media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  max-width: auto;
  object-fit: cover;
  aspect-ratio: 1;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.playground .wrapper:nth-child(2)::before {
    content: "";
    position: absolute;
    z-index: 0;
    opacity: 0.125;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent url("/wp-content/themes/chop-start/img/anderson-playground-2.jpg") center center no-repeat;
    background-size: cover;
  }
}
.page-template-page-cir main section.playground .wrapper:nth-child(2) .wrapper__inner {
  position: relative;
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.playground .wrapper:nth-child(2) .media {
    padding-left: 30px;
  }
}
.page-template-page-cir main section.playground .wrapper:nth-child(2) .media video {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.125);
}
.page-template-page-cir main section.playground .wrapper.media-only {
  background: radial-gradient(#abc876 0%, #799a3e 100%);
}
.page-template-page-cir main section.playground .wrapper.media-only .media {
  border-radius: 20px 0 20px 0;
  overflow: hidden;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.playground .wrapper.media-only .media {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.125);
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.playground .wrapper.media-only .media {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.125);
    border-radius: 30px 0 30px 0;
  }
}
@media (min-width: 1440px) {
  .page-template-page-cir main section.playground .wrapper.media-only .media {
    box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.125);
    border-radius: 50px 0 50px 0;
  }
}
.page-template-page-cir main section.playground .wrapper.media-only .media img {
  max-height: 70vh;
  object-fit: cover;
}
.page-template-page-cir main section.playground .wrapper:last-child .title,
.page-template-page-cir main section.playground .wrapper:last-child .copy {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.025);
}
.page-template-page-cir main section.playground .wrapper:last-child .quote {
  display: block;
  padding: 30px;
  border-radius: 30px 0 30px 0;
  background: rgba(0, 0, 0, 0.25);
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.playground .wrapper:last-child .quote {
    padding: 50px;
    border-radius: 50px 0 50px 0;
  }
}
.page-template-page-cir main section.playground .wrapper:last-child .quote q {
  font-style: italic;
}
.page-template-page-cir main section.playground .wrapper:last-child .quote .attribution {
  font-weight: 700;
  display: block;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.supplier .content {
    box-sizing: border-box;
    padding: 0 60px;
  }
}
.page-template-page-cir main section.supplier .wrapper:nth-child(1) .media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.supplier .wrapper:nth-child(1) .media {
    padding: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .page-template-page-cir main section.supplier .wrapper:nth-child(1) .media {
    gap: 40px;
  }
}
@media (min-width: 1600px) {
  .page-template-page-cir main section.supplier .wrapper:nth-child(1) .media {
    padding: 40px;
  }
}
.page-template-page-cir main section.supplier .wrapper:nth-child(1) .media img {
  aspect-ratio: 1;
  box-shadow: 8px 8px rgba(0, 0, 0, 0.125);
  align-self: end;
}
@media (min-width: 1440px) {
  .page-template-page-cir main section.supplier .wrapper:nth-child(1) .media img {
    box-shadow: 10px 10px rgba(0, 0, 0, 0.125);
  }
}
.page-template-page-cir main section.supplier .wrapper:nth-child(1) .media img:nth-child(n+3) {
  align-self: start;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.supplier .wrapper.center-media .wrapper__inner {
    display: grid;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .page-template-page-cir main section.supplier .wrapper.center-media .content {
    display: contents;
  }
}
.page-template-page-cir main section.supplier .wrapper.center-media .media video {
  box-shadow: 8px 8px rgba(0, 0, 0, 0.125);
  max-height: 60vh;
  width: auto;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.supplier .wrapper.center-media .media video {
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .page-template-page-cir main section.supplier .wrapper.center-media .media video {
    box-shadow: 10px 10px rgba(0, 0, 0, 0.125);
  }
}
@media (min-width: 960px) {
  .page-template-page-cir main section.supplier .wrapper.center-media .title,
  .page-template-page-cir main section.supplier .wrapper.center-media .copy,
  .page-template-page-cir main section.supplier .wrapper.center-media .media {
    padding-left: 60px;
    padding-right: 60px;
  }
  .page-template-page-cir main section.supplier .wrapper.center-media .title {
    align-self: end;
  }
  .page-template-page-cir main section.supplier .wrapper.center-media .media {
    align-self: center;
  }
  .page-template-page-cir main section.supplier .wrapper.center-media .copy {
    align-self: start;
  }
}
.page-template-page-cir main section.supplier .wrapper:nth-child(2) .media video {
  background: transparent url("/wp-content/uploads/2023/06/poster-supplier-1.jpg") center center/cover no-repeat;
}
.page-template-page-cir main section.supplier .wrapper:nth-child(3) .media video {
  background: transparent url("/wp-content/uploads/2023/06/poster-supplier-2.jpg") center center/cover no-repeat;
}
.page-template-page-cir main section.supplier .wrapper:nth-child(4) .media video {
  background: transparent url("/wp-content/uploads/2023/06/poster-supplier-3.jpg") center center/cover no-repeat;
}
.page-template-page-cir main section.supplier .wrapper:nth-child(5) .media video {
  background: transparent url("/wp-content/uploads/2023/06/poster-supplier-4.jpg") center center/cover no-repeat;
}
.page-template-page-cir main section.supplier .wrapper:last-child .media img {
  background: #fff;
  box-shadow: 8px 8px rgba(0, 0, 0, 0.125);
}
@media (min-width: 1440px) {
  .page-template-page-cir main section.supplier .wrapper:last-child .media img {
    box-shadow: 10px 10px rgba(0, 0, 0, 0.125);
  }
}
@media (min-width: 960px) {
  .page-template-page-cir main section.grit .content {
    box-sizing: border-box;
    padding: 0 60px;
  }
}
@media (min-width: 960px) {
  .page-template-page-cir main section.grit .stats {
    padding: 0 60px;
  }
}
.page-template-page-cir main section.grit .stats .stat h3 {
  font-size: 2rem;
  position: relative;
  display: inline-block;
  color: #0c5587;
  font-weight: 700;
  margin: 30px 0;
}
.page-template-page-cir main section.grit .stats .stat h3::before {
  content: "";
  display: block;
  height: 40px;
  width: 60px;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  border-radius: 0 9999px 9999px 0;
}
.page-template-page-cir main section.grit .media video {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.grit .media video {
    border-radius: 20px 0 0 20px;
  }
}
.page-template-page-cir main section.grit .wrapper:nth-child(1) .media video {
  background: transparent url("/wp-content/uploads/2023/06/poster-grit-1.jpg") center center/cover no-repeat;
}
.page-template-page-cir main section.grit .wrapper:nth-child(2) .media video {
  background: transparent url("/wp-content/uploads/2023/06/poster-grit-2.jpg") center center/cover no-repeat;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.grit .wrapper.content-only .content {
    flex-basis: 100%;
  }
}
.page-template-page-cir main section.grit .wrapper.content-only q {
  display: block;
  padding: 30px 45px 30px 30px;
  border-radius: 30px 0 0 30px;
  background: #fff;
  color: #958579;
  text-shadow: none;
  margin-right: -15px;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.grit .wrapper.content-only q {
    margin-right: -90px;
    padding-right: 120px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.grit .wrapper.content-only q {
    font-size: 1.5rem;
    padding: 40px 240px 40px 120px;
    border-radius: 9999px 0 0 9999px;
    margin-right: -120px;
  }
}
.page-template-page-cir main section.grit .wrapper.content-only q + q {
  padding: 30px 30px 30px 45px;
  margin-top: 20px;
  border-radius: 0 30px 30px 0;
  margin-left: -15px;
  margin-right: 0;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.grit .wrapper.content-only q + q {
    padding-left: 120px;
    margin-left: -90px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .page-template-page-cir main section.grit .wrapper.content-only q + q {
    padding: 40px 120px 40px 240px;
    border-radius: 0 9999px 9999px 0;
    margin-left: -120px;
    margin-right: 0;
  }
}
.page-template-page-cir main section.grit .next-story a {
  color: #0c5587 !important;
}
.page-template-page-cir main section.financials {
  overflow: hidden;
}
@media (min-width: 1440px) {
  .page-template-page-cir main section.financials::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%) scale(2);
    transform-origin: left center;
    aspect-ratio: 1;
    background: #41b6e6;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    opacity: 0.125;
  }
}
.page-template-page-cir main section.financials .wrapper {
  position: relative;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.financials .content {
    flex: 0 0 50%;
    padding-right: 2.5%;
  }
}
@media (min-width: 1440px) {
  .page-template-page-cir main section.financials .content {
    padding-right: 5%;
  }
}
.page-template-page-cir main section.financials .content .copy {
  display: contents;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.financials .content .copy {
    display: block;
  }
}
.page-template-page-cir main section.financials .content p:first-of-type {
  grid-row: 2;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.financials .content p:first-of-type {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #d9d3ce;
  }
}
.page-template-page-cir main section.financials .content p ~ p {
  font-style: italic;
  font-size: 1rem;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.financials .content p ~ p {
    font-size: 1rem;
  }
}
.page-template-page-cir main section.financials .media {
  position: relative;
  grid-row: 3;
  background: rgba(65, 182, 230, 0.125);
  padding: 20px 30px;
  border-radius: 20px;
  margin: 20px 0;
}
@media (min-width: 960px) {
  .page-template-page-cir main section.financials .media {
    flex: 0 0 50%;
    padding-left: 2.5%;
    margin: 0;
    align-self: center;
  }
}
@media (min-width: 1440px) {
  .page-template-page-cir main section.financials .media {
    padding: 0 0 0 5%;
    background: transparent;
  }
}
.page-template-page-cir main section.dark-blue .title,
.page-template-page-cir main section.dark-blue .copy,
.page-template-page-cir main section.dark-blue a, .page-template-page-cir main section.pink .title,
.page-template-page-cir main section.pink .copy,
.page-template-page-cir main section.pink a, .page-template-page-cir main section.green .title,
.page-template-page-cir main section.green .copy,
.page-template-page-cir main section.green a {
  color: #fff;
}
.page-template-page-cir main section.light-blue ::selection {
  color: #0c5587;
  background-color: #41b6e6;
}
.page-template-page-cir main section.light-blue:not(.intro) .title {
  color: #958579;
}
.page-template-page-cir main section.light-blue a {
  color: #41b6e6;
}
.page-template-page-cir main section.light-blue .next-story a {
  color: #fff;
}
.page-template-page-cir main section.light-blue .next-story a::before {
  background-color: #41b6e6;
}
.page-template-page-cir main section.light-blue .swiper-pagination {
  background: #fbfbfb;
}
.page-template-page-cir main section.light-blue .swiper-pagination-bullet {
  border: 2px solid #41b6e6;
  background: transparent;
}
.page-template-page-cir main section.light-blue .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #41b6e6;
}
.page-template-page-cir main section.light-blue--invert {
  background: #41b6e6;
}
.page-template-page-cir main section.light-blue--invert ::selection {
  color: #41b6e6;
  background-color: #0c5587;
}
.page-template-page-cir main section.light-blue--invert .content,
.page-template-page-cir main section.light-blue--invert .title,
.page-template-page-cir main section.light-blue--invert .copy,
.page-template-page-cir main section.light-blue--invert p, .page-template-page-cir main section.light-blue--invert a {
  color: #fff;
}
.page-template-page-cir main section.light-blue--invert .title {
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.025);
}
.page-template-page-cir main section.light-blue--invert .content, .page-template-page-cir main section.light-blue--invert p, .page-template-page-cir main section.light-blue--invert q {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.025);
}
.page-template-page-cir main section.light-blue--invert .next-story a {
  color: #41b6e6;
}
.page-template-page-cir main section.light-blue--invert .next-story a::before {
  background-color: #fff;
}
.page-template-page-cir main section.light-blue--invert .swiper-pagination {
  background: #41b6e6;
}
.page-template-page-cir main section.light-blue--invert .swiper-pagination-bullet {
  border: 2px solid #fff;
  background: transparent;
}
.page-template-page-cir main section.light-blue--invert .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.page-template-page-cir main section.dark-blue {
  background-color: #0c5587;
}
.page-template-page-cir main section.dark-blue ::selection {
  color: #0c5587;
  background-color: #fff;
}
.page-template-page-cir main section.dark-blue .next-story a,
.page-template-page-cir main section.dark-blue .swiper-button-prev,
.page-template-page-cir main section.dark-blue .swiper-button-next {
  color: #0c5587;
}
.page-template-page-cir main section.dark-blue .swiper-pagination {
  background: #0c5587;
}
.page-template-page-cir main section.dark-blue .swiper-pagination-bullet {
  border: 2px solid #fff;
  background: transparent;
}
.page-template-page-cir main section.dark-blue .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.page-template-page-cir main section.pink {
  background-color: #d01c65;
}
.page-template-page-cir main section.pink ::selection {
  color: #d01c65;
  background-color: #fff;
}
.page-template-page-cir main section.pink .next-story a {
  color: #a3164f;
}
.page-template-page-cir main section.pink .swiper-button-prev,
.page-template-page-cir main section.pink .swiper-button-next {
  color: #d01c65;
}
.page-template-page-cir main section.pink .swiper-pagination {
  background: #d01c65;
}
.page-template-page-cir main section.pink .swiper-pagination-bullet {
  border: 2px solid #fff;
  background: transparent;
}
.page-template-page-cir main section.pink .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.page-template-page-cir main section.green {
  background-color: #799a3e;
}
.page-template-page-cir main section.green ::selection {
  color: #799a3e;
  background-color: #fff;
}
.page-template-page-cir main section.green .next-story a {
  color: #5c762f;
}
.page-template-page-cir main section.green .swiper-button-prev,
.page-template-page-cir main section.green .swiper-button-next {
  color: #799a3e;
}
.page-template-page-cir main section.green .swiper-pagination {
  background: #799a3e;
}
.page-template-page-cir main section.green .swiper-pagination-bullet {
  border: 2px solid #fff;
  background: transparent;
}
.page-template-page-cir main section.green .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.page-template-page-cir main section:not(.intro) .media {
  opacity: 0;
  transition: all 1s ease;
}
@media (min-width: 960px) {
  .page-template-page-cir main section:not(.intro):nth-child(2n+2) .wrapper__inner {
    flex-direction: row-reverse;
  }
}
.page-template-page-cir main section.was-visible .media {
  opacity: 1;
}
.page-template-page-cir main section.was-visible .title,
.page-template-page-cir main section.was-visible .title span,
.page-template-page-cir main section.was-visible .title small,
.page-template-page-cir main section.was-visible .copy {
  opacity: 1;
  transform: none;
}
.page-template-page-cir .site-footer .wrapper__inner {
  max-width: 1800px;
  display: block;
}
@media (min-width: 960px) {
  .page-template-page-cir .site-footer .wrapper__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
@media (min-width: 960px) {
  .page-template-page-cir .site-footer .site-info {
    grid-column: 1;
    grid-row: 1;
  }
}
.page-template-page-cir .site-footer .site-copyright {
  margin: 20px 0;
}
@media (min-width: 960px) {
  .page-template-page-cir .site-footer .site-copyright {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
  }
}
@media (min-width: 960px) {
  .page-template-page-cir .site-footer .site-social {
    grid-column: 2;
    grid-row: 1/span 2;
  }
}

@media (min-width: 640px) {
  .home .hero {
    min-height: 350px;
  }
}
@media (min-width: 960px) {
  .home .hero {
    min-height: 400px;
  }
}
@media (min-width: 1440px) {
  .home .hero {
    min-height: 450px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
  }
  .main-navigation ul > li {
    font-family: "Rubrik", "Arial Rounded", Helvetica, Arial, sans-serif;
  }
  .main-navigation ul > li + li {
    margin-left: 30px;
  }
  .main-navigation ul > li a {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    padding: 20px 0;
    line-height: 1.2;
    color: var(--nav-color);
    transition: all 0.25s ease;
  }
  .main-navigation ul > li a:hover::after {
    transform: translateY(-100%);
  }
  .main-navigation ul > li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 5px;
    background-color: var(--signature-color);
    transition: all 0.25s ease;
  }
  .main-navigation ul > li.current_page_item a::after {
    transform: translateY(-100%);
  }
}
/* Menu Toggle */
.menu-toggle {
  display: block;
  border-radius: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  width: 70px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
}

.main-navigation.toggled ul {
  display: block;
}
@media (min-width: 960px) {
  .main-navigation.toggled ul {
    display: flex;
  }
}

@media (max-width: 959px) {
  .main-navigation ul li {
    font-size: 0.9rem;
    font-family: "Rubrik", "Arial Rounded", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .main-navigation ul li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  .main-navigation ul li a {
    display: block;
    padding: 15px 0;
    line-height: 1.2;
    color: var(--nav-color);
    transition: all 0.25s ease;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.eyebrow-navigation {
  background-color: #e4e0dc;
  position: relative;
}
.eyebrow-navigation::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  background-color: #e4e0dc;
  z-index: -1;
}
.eyebrow-navigation .menu {
  height: 38px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 80px 0 0;
}
@media (min-width: 960px) {
  .eyebrow-navigation .menu {
    padding-right: 0;
  }
}
.eyebrow-navigation .menu li {
  display: block;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  line-height: 1;
  font-family: "Rubrik", "Arial Rounded", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-left: 1px solid rgba(102, 85, 70, 0.25);
}
.eyebrow-navigation .menu li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
.eyebrow-navigation .menu li a {
  color: #665546;
  text-decoration: none;
  transition: all 0.25s ease;
}
.eyebrow-navigation .menu li a:hover {
  color: #005587;
}

.footer-navigation .menu {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0;
}
.footer-navigation .menu li {
  display: block;
}
.footer-navigation .menu li a {
  color: #fff;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

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

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

.wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.wrapper__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#hero-1:first-child + section {
  position: relative;
}
#hero-1:first-child + section .wrapper__inner {
  background: #fff;
  margin-top: -50px;
  padding: 30px;
  border-top: 8px solid;
  border-top-color: var(--signature-color);
  box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.075);
}
@media (min-width: 960px) {
  #hero-1:first-child + section .wrapper__inner {
    padding: 30px 50px;
  }
}
@media (min-width: 1200px) {
  #hero-1:first-child + section .wrapper__inner {
    padding: 50px 100px;
    box-shadow: 0 -50px 50px rgba(0, 0, 0, 0.075);
  }
}

#hero-1:first-child ~ section:not(.hero) .wrapper__inner {
  padding: 30px;
}
@media (min-width: 960px) {
  #hero-1:first-child ~ section:not(.hero) .wrapper__inner {
    padding: 30px 50px;
  }
}
@media (min-width: 1200px) {
  #hero-1:first-child ~ section:not(.hero) .wrapper__inner {
    padding: 40px 60px;
  }
}

#hero-1:first-child + section ~ section:not(.hero) .wrapper__inner {
  padding-top: 0;
}

.wrapper__inner > h2,
.basic-content h2,
.callout h2,
.card h2 {
  color: var(--signature-color);
  font-weight: 500;
  margin-bottom: 15px;
}

.html {
  position: relative;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Hero
--------------------------------------------- */
.hero {
  overflow: hidden;
  position: relative;
  min-height: 300px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.hero .media {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.hero .media img, .hero .media video {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 959px) {
  .hero--overlay .media::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.25);
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 960px) {
  .hero--overlay .media::after {
    content: "";
    display: block;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 33.33%, rgba(0, 0, 0, 0.125) 66.66%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.hero .content {
  position: relative;
  margin-top: -50px;
  padding: 100px 0;
  color: #fff;
  font-family: "Rubrik", "Arial Rounded", Helvetica, Arial, sans-serif;
}
@media (min-width: 960px) {
  .hero .content {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .hero .content {
    max-width: 60%;
  }
}
.hero .content h1 {
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.75);
}
@media (min-width: 960px) {
  .hero .content h1 {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  }
}
.hero .content p {
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  font-size: 1.125rem;
}

/* Card Stack
--------------------------------------------- */
.card-stack .wrapper__inner > .card-stack__heading {
  grid-row: 1;
  grid-column: 1/-1;
}
.card-stack__heading {
  margin-bottom: 20px;
  color: var(--signature-color);
}

.cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% - 30px), 1fr));
}
@media (min-width: 960px) {
  .cards--2-up {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 30px), 1fr));
  }
  .cards--3-up {
    grid-template-columns: repeat(auto-fill, minmax(calc(30% - 30px), 1fr));
  }
  .cards--4-up {
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 30px), 1fr));
  }
}
.cards--dynamic .card {
  border-top: 5px solid var(--signature-color);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
@media (min-width: 1440px) {
  .cards--dynamic .card {
    padding: 30px;
  }
}
.cards--dynamic .card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.125);
}
.cards--dynamic .card__media {
  margin: -20px -20px 20px;
}
@media (min-width: 1440px) {
  .cards--dynamic .card__media {
    margin: -30px -30px 20px;
  }
}
.cards--text .card {
  position: relative;
  border-radius: 30px;
  padding: 30px;
  background: linear-gradient(#e8e5e2, #edeae8);
}
.cards--text .card::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 20%;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #edeae8;
  pointer-events: none;
}
.cards--text .card__content {
  font-family: "Rubrik", "Arial Rounded", Helvetica, Arial, sans-serif;
}
.cards--social .card {
  position: relative;
  border-radius: 10px;
  padding: 30px 30px 5px;
  border: 1px solid #e4e0dc;
}
.cards--social .card::after {
  content: "";
  display: block;
  border-top: 1px solid #e4e0dc;
  margin-top: 30px;
  height: 60px;
  background: transparent url("/wp-content/themes/chop-start/img/social-share.svg") center bottom no-repeat;
  background-size: contain;
}
.cards--social .card__content {
  font-family: "Rubrik", "Arial Rounded", Helvetica, Arial, sans-serif;
}
.cards--email .card__content {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4e0dc;
  padding: 30px;
}
.cards--email .card__content::before {
  content: "@";
  position: absolute;
  top: -25%;
  left: -15%;
  font-family: "Rubrik", "Arial Rounded", Helvetica, Arial, sans-serif;
  pointer-events: none;
  color: var(--signature-color);
  opacity: 0.05;
  font-size: 250px;
  line-height: 1;
}

.card {
  display: flex;
  flex-flow: column nowrap;
  grid-row: auto;
  transition: all 0.5s ease;
}
.card:hover .card__media img {
  transform: scale(1.025);
}
.card__media {
  overflow: hidden;
}
.card__media img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.card__content {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
}
.card__heading {
  margin-bottom: 15px;
}
.card__subheading {
  font-size: 1.125rem;
  margin: -10px 0 15px;
  opacity: 0.8;
}
.card__text p {
  margin: 0;
}
.card__buttons {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.card__buttons .button {
  flex: 1 1 auto;
}
@media (min-width: 1200px) {
  .card__buttons .button {
    flex: 0 1 auto;
  }
}

/* Basic Content
--------------------------------------------- */
.basic-content .wrapper__inner *:last-child {
  margin-bottom: 0;
}
.basic-content .wrapper__inner h2, .basic-content .wrapper__inner h3, .basic-content .wrapper__inner h4, .basic-content .wrapper__inner h5, .basic-content .wrapper__inner h6 {
  clear: none;
}
.basic-content .wrapper__inner ul, .basic-content .wrapper__inner ol {
  padding: 0 0 0 30px;
  margin-bottom: 20px;
}
.basic-content .wrapper__inner p a {
  color: var(--signature-color);
  text-decoration: underline;
}
.basic-content .wrapper__inner p a:hover {
  text-decoration: none;
}
.basic-content .wrapper__inner blockquote {
  border-left: 3px solid var(--signature-color);
  padding: 10px 30px;
}
.basic-content .wrapper__inner blockquote p {
  font-size: 1.125rem;
  font-style: italic;
  margin: 0;
}
@media (min-width: 960px) {
  .basic-content .wrapper__inner blockquote p {
    font-size: 1.25rem;
  }
}
.basic-content .wrapper__inner blockquote p + p {
  margin-top: 15px;
}
@media (max-width: 639px) {
  .basic-content .wrapper__inner .alignleft,
  .basic-content .wrapper__inner .alignright {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Banner
--------------------------------------------- */
.banner .wrapper__inner {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Rubrik", "Arial Rounded", Helvetica, Arial, sans-serif;
}
@media (min-width: 960px) {
  .banner .wrapper__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}
.banner .wrapper__inner h2 {
  font-size: 4rem;
  letter-spacing: -0.25rem;
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.125);
  color: #fff;
}
@media (min-width: 960px) {
  .banner .wrapper__inner h2 {
    flex: 0 1 auto;
    font-size: 5rem;
    margin-right: 50px;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.125);
  }
}
@media (min-width: 1200px) {
  .banner .wrapper__inner h2 {
    font-size: 5.5rem;
  }
}
.banner .wrapper__inner p {
  font-size: 1.25rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.125);
  margin: 0;
  flex: 1;
}
@media (min-width: 960px) {
  .banner .wrapper__inner p {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 500;
  }
}
.banner .wrapper__inner a {
  color: #fff;
}
.banner .wrapper__inner a:hover {
  text-decoration: none;
}
.banner--top {
  text-align: center;
}
.banner--top .wrapper .wrapper__inner {
  padding: 15px 0;
}
.banner--top .wrapper .wrapper__inner p {
  font-size: 1rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.125);
  margin: 0;
  flex: 1;
}
@media (min-width: 960px) {
  .banner--top .wrapper .wrapper__inner p {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 400;
  }
}
.banner.bg-color--white .wrapper__inner * {
  color: #665546;
}
.banner.bg-color--white .wrapper__inner a {
  color: var(--signature-color);
}

/* Accordion
--------------------------------------------- */
details {
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin: 20px 0;
  transition: all 0.25s ease;
}
details:first-child {
  margin-top: 0;
}
details:last-child {
  margin-bottom: 0;
}
details:hover {
  border-color: var(--signature-color);
}
details summary {
  padding: 10px;
  cursor: pointer;
  display: block;
  transition: all 0.25s ease;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary:hover h3 {
  color: var(--signature-color);
}
details summary h3 {
  display: flex;
  transition: all 0.25s ease;
}
details summary h3::before {
  content: "+";
  color: var(--signature-color);
  display: inline-block;
  text-align: center;
  width: 1.5rem;
  margin-right: 5px;
}
details summary[open] summary h3::before {
  content: "–";
  transform: translateY(-2px);
}
details summary + div {
  padding: 0 40px 40px;
}
details .accordion__content {
  padding: 0 20px 20px;
}
@media (min-width: 960px) {
  details .accordion__content {
    padding: 0 40px 40px;
  }
}
details .accordion__content > h1, details .accordion__content > h2, details .accordion__content > h3,
details .accordion__content > h4, details .accordion__content > h5, details .accordion__content > h6 {
  color: var(--signature-color);
  margin: 20px 0;
}
details .accordion__content *:last-child {
  margin-bottom: 0;
}
details .accordion__content a:not(.button) {
  color: var(--signature-color);
  text-decoration: underline;
}
details .accordion__content a:not(.button):hover {
  text-decoration: none;
}
details .accordion__buttons {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
details .accordion__buttons .button {
  flex: 1 1 auto;
}
@media (min-width: 640px) {
  details .accordion__buttons .button {
    flex: 0 1 auto;
  }
}
details .cards + * {
  margin-top: 40px;
}

/* Callout
--------------------------------------------- */
.callout {
  position: relative;
}
.callout .callout__content {
  padding: 30px;
  background: white;
  border-top: 5px solid var(--signature-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.125);
}
.callout .callout__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(var(--signature-color__alpha-0), var(--signature-color__alpha-100));
  opacity: 0.125;
}
@media (min-width: 960px) {
  .callout .callout__content {
    padding: 50px;
    margin-top: 30px;
  }
}
.callout .callout__copy p {
  font-size: 1.125rem;
}
.callout .callout__copy + .callout__buttons {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.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;
  clip-path: none;
  color: #33a0bb;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Background Color
--------------------------------------------- */
.bg-color--pink {
  background-color: #d01c65;
}

.bg-color--green {
  background-color: #799a3e;
}

.bg-color--blue {
  background-color: #33a0bb;
}

.bg-color--brown {
  background-color: #665546;
}

.bg-color--signature {
  background-color: var(--signature-color);
}
.bg-color--signature ::selection {
  background: #fff;
  color: var(--signature-color);
}

.bg-color--white {
  color: #665546;
}

/* Heart Icon
--------------------------------------------- */
.heart-icon {
  vertical-align: revert;
  height: auto;
  width: 12px;
}
.heart-icon.lg {
  width: 16px;
}
@media (min-width: 960px) {
  .heart-icon.lg {
    width: 20px;
  }
}
.heart-icon.xl {
  width: 30px;
}
@media (min-width: 960px) {
  .heart-icon.xl {
    width: 34px;
  }
}

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