@charset "UTF-8";
/*
Purchased by :
Danielle Eliser
Chef Ann Foundation

Via Okay Type
*/
@font-face {
  font-family: "Harriet";
  src: url("/assets/fonts/Harriet-v2-Text-Light-latin1.woff2") format("woff2"), url("/assets/fonts/Harriet-v2-Text-Light-latin1.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Harriet";
  src: url("/assets/fonts/Harriet-v2-Text-Regular-latin1.woff2") format("woff2"), url("/assets/fonts/Harriet-v2-Text-Regular-latin1.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Harriet";
  src: url("/assets/fonts/Harriet-v2-Text-Medium-latin1.woff2") format("woff2"), url("/assets/fonts/Harriet-v2-Text-Medium-latin1.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* already loading this in _global.twig via googlefonts */
@font-face {
  font-family: "Palanquin";
  src: url("/assets/fonts/palanquin-regular-webfont.woff2") format("woff2"), url("/assets/fonts/palanquin-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Palanquin";
  src: url("/assets/fonts/palanquin-semibold-webfont.woff2") format("woff2"), url("/assets/fonts/palanquin-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Palanquin_Dark";
  src: url("/assets/fonts/palanquindark-regular-webfont.woff2") format("woff2"), url("/assets/fonts/palanquindark-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Palanquin_Dark";
  src: url("/assets/fonts/palanquindark-medium-webfont.woff2") format("woff2"), url("/assets/fonts/palanquindark-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 0;
  font-size: 0;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

picture,
.picture {
  display: block;
}

picture img,
.picture img {
  display: block;
  width: 100%;
}

a {
  color: currentColor;
}

ol,
ul {
  list-style: none;
}

[type=button],
[type=color],
[type=date],
[type=datetime-local],
[type=email],
[type=file],
[type=month],
[type=number],
[type=password],
[type=range],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea,
button {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

::placeholder {
  color: currentColor;
  opacity: 0.75;
}

table,
tr,
th,
td {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

.row {
  display: flex;
  flex-flow: row wrap;
}

.col {
  display: block;
  flex: 1 1 0.0001px;
  width: auto;
}

/* Extra-Small (>= 0px)
----------------------------- */
.row > .col.xs-0 {
  display: none;
}

.row > .col.xs-1,
.row > .col.xs-2,
.row > .col.xs-3,
.row > .col.xs-4,
.row > .col.xs-5,
.row > .col.xs-6,
.row > .col.xs-7,
.row > .col.xs-8,
.row > .col.xs-9,
.row > .col.xs-10,
.row > .col.xs-11,
.row > .col.xs-12,
.row > .col.xs-min,
.row > .col.xs-max {
  display: block;
}

.row > .col.xs-1,
.row > .col.xs-2,
.row > .col.xs-3,
.row > .col.xs-4,
.row > .col.xs-5,
.row > .col.xs-6,
.row > .col.xs-7,
.row > .col.xs-8,
.row > .col.xs-9,
.row > .col.xs-10,
.row > .col.xs-11,
.row > .col.xs-12,
.row > .col.xs-min {
  flex: none;
}

.row > .col.xs-min,
.row > .col.xs-max {
  width: auto;
}

.row > .col.xs-1 {
  width: 8.3333%;
}

.row > .col.xs-2 {
  width: 16.6667%;
}

.row > .col.xs-3 {
  width: 25%;
}

.row > .col.xs-4 {
  width: 33.3333%;
}

.row > .col.xs-5 {
  width: 41.6667%;
}

.row > .col.xs-6 {
  width: 50%;
}

.row > .col.xs-7 {
  width: 58.3333%;
}

.row > .col.xs-8 {
  width: 66.6667%;
}

.row > .col.xs-9 {
  width: 75%;
}

.row > .col.xs-10 {
  width: 83.3333%;
}

.row > .col.xs-11 {
  width: 91.6667%;
}

.row > .col.xs-12 {
  width: 100%;
}

.row > .col.xs-max {
  flex: 1 1 0.00000001px;
} /* 1 */
/* Small (>= 512px)
----------------------------- */
.row.min-32rem > .col.sm-0 {
  display: none;
}

.row.min-32rem > .col.sm-1,
.row.min-32rem > .col.sm-2,
.row.min-32rem > .col.sm-3,
.row.min-32rem > .col.sm-4,
.row.min-32rem > .col.sm-5,
.row.min-32rem > .col.sm-6,
.row.min-32rem > .col.sm-7,
.row.min-32rem > .col.sm-8,
.row.min-32rem > .col.sm-9,
.row.min-32rem > .col.sm-10,
.row.min-32rem > .col.sm-11,
.row.min-32rem > .col.sm-12,
.row.min-32rem > .col.sm-min,
.row.min-32rem > .col.sm-max {
  display: block;
}

.row.min-32rem > .col.sm-1,
.row.min-32rem > .col.sm-2,
.row.min-32rem > .col.sm-3,
.row.min-32rem > .col.sm-4,
.row.min-32rem > .col.sm-5,
.row.min-32rem > .col.sm-6,
.row.min-32rem > .col.sm-7,
.row.min-32rem > .col.sm-8,
.row.min-32rem > .col.sm-9,
.row.min-32rem > .col.sm-10,
.row.min-32rem > .col.sm-11,
.row.min-32rem > .col.sm-12,
.row.min-32rem > .col.sm-min {
  flex: none;
}

.row.min-32rem > .col.sm-min,
.row.min-32rem > .col.sm-max {
  width: auto;
}

.row.min-32rem > .col.sm-1 {
  width: 8.3333%;
}

.row.min-32rem > .col.sm-2 {
  width: 16.6667%;
}

.row.min-32rem > .col.sm-3 {
  width: 25%;
}

.row.min-32rem > .col.sm-4 {
  width: 33.3333%;
}

.row.min-32rem > .col.sm-5 {
  width: 41.6667%;
}

.row.min-32rem > .col.sm-6 {
  width: 50%;
}

.row.min-32rem > .col.sm-7 {
  width: 58.3333%;
}

.row.min-32rem > .col.sm-8 {
  width: 66.6667%;
}

.row.min-32rem > .col.sm-9 {
  width: 75%;
}

.row.min-32rem > .col.sm-10 {
  width: 83.3333%;
}

.row.min-32rem > .col.sm-11 {
  width: 91.6667%;
}

.row.min-32rem > .col.sm-12 {
  width: 100%;
}

.row.min-32rem > .col.sm-max {
  flex: 1 1 0.00000001px;
} /* 1 */
/* Medium (>= 768px)
----------------------------- */
.row.min-48rem > .col.md-0 {
  display: none;
}

.row.min-48rem > .col.md-1,
.row.min-48rem > .col.md-2,
.row.min-48rem > .col.md-3,
.row.min-48rem > .col.md-4,
.row.min-48rem > .col.md-5,
.row.min-48rem > .col.md-6,
.row.min-48rem > .col.md-7,
.row.min-48rem > .col.md-8,
.row.min-48rem > .col.md-9,
.row.min-48rem > .col.md-10,
.row.min-48rem > .col.md-11,
.row.min-48rem > .col.md-12,
.row.min-48rem > .col.md-min,
.row.min-48rem > .col.md-max {
  display: block;
}

.row.min-48rem > .col.md-1,
.row.min-48rem > .col.md-2,
.row.min-48rem > .col.md-3,
.row.min-48rem > .col.md-4,
.row.min-48rem > .col.md-5,
.row.min-48rem > .col.md-6,
.row.min-48rem > .col.md-7,
.row.min-48rem > .col.md-8,
.row.min-48rem > .col.md-9,
.row.min-48rem > .col.md-10,
.row.min-48rem > .col.md-11,
.row.min-48rem > .col.md-12,
.row.min-48rem > .col.md-min {
  flex: none;
}

.row.min-48rem > .col.md-min,
.row.min-48rem > .col.md-max {
  width: auto;
}

.row.min-48rem > .col.md-1 {
  width: 8.3333%;
}

.row.min-48rem > .col.md-2 {
  width: 16.6667%;
}

.row.min-48rem > .col.md-3 {
  width: 25%;
}

.row.min-48rem > .col.md-4 {
  width: 33.3333%;
}

.row.min-48rem > .col.md-5 {
  width: 41.6667%;
}

.row.min-48rem > .col.md-6 {
  width: 50%;
}

.row.min-48rem > .col.md-7 {
  width: 58.3333%;
}

.row.min-48rem > .col.md-8 {
  width: 66.6667%;
}

.row.min-48rem > .col.md-9 {
  width: 75%;
}

.row.min-48rem > .col.md-10 {
  width: 83.3333%;
}

.row.min-48rem > .col.md-11 {
  width: 91.6667%;
}

.row.min-48rem > .col.md-12 {
  width: 100%;
}

.row.min-48rem > .col.md-max {
  flex: 1 1 0.00000001px;
} /* 1 */
/* Large (>= 1024px)
----------------------------- */
.row.min-64rem > .col.lg-0 {
  display: none;
}

.row.min-64rem > .col.lg-1,
.row.min-64rem > .col.lg-2,
.row.min-64rem > .col.lg-3,
.row.min-64rem > .col.lg-4,
.row.min-64rem > .col.lg-5,
.row.min-64rem > .col.lg-6,
.row.min-64rem > .col.lg-7,
.row.min-64rem > .col.lg-8,
.row.min-64rem > .col.lg-9,
.row.min-64rem > .col.lg-10,
.row.min-64rem > .col.lg-11,
.row.min-64rem > .col.lg-12,
.row.min-64rem > .col.lg-min,
.row.min-64rem > .col.lg-max {
  display: block;
}

.row.min-64rem > .col.lg-1,
.row.min-64rem > .col.lg-2,
.row.min-64rem > .col.lg-3,
.row.min-64rem > .col.lg-4,
.row.min-64rem > .col.lg-5,
.row.min-64rem > .col.lg-6,
.row.min-64rem > .col.lg-7,
.row.min-64rem > .col.lg-8,
.row.min-64rem > .col.lg-9,
.row.min-64rem > .col.lg-10,
.row.min-64rem > .col.lg-11,
.row.min-64rem > .col.lg-12,
.row.min-64rem > .col.lg-min {
  flex: none;
}

.row.min-64rem > .col.lg-min,
.row.min-64rem > .col.lg-max {
  width: auto;
}

.row.min-64rem > .col.lg-1 {
  width: 8.3333%;
}

.row.min-64rem > .col.lg-2 {
  width: 16.6667%;
}

.row.min-64rem > .col.lg-3 {
  width: 25%;
}

.row.min-64rem > .col.lg-4 {
  width: 33.3333%;
}

.row.min-64rem > .col.lg-5 {
  width: 41.6667%;
}

.row.min-64rem > .col.lg-6 {
  width: 50%;
}

.row.min-64rem > .col.lg-7 {
  width: 58.3333%;
}

.row.min-64rem > .col.lg-8 {
  width: 66.6667%;
}

.row.min-64rem > .col.lg-9 {
  width: 75%;
}

.row.min-64rem > .col.lg-10 {
  width: 83.3333%;
}

.row.min-64rem > .col.lg-11 {
  width: 91.6667%;
}

.row.min-64rem > .col.lg-12 {
  width: 100%;
}

.row.min-64rem > .col.lg-max {
  flex: 1 1 0.00000001px;
} /* 1 */
/* Extra-Large (>= 1280px)
----------------------------- */
.row.min-80rem > .col.xl-0 {
  display: none;
}

.row.min-80rem > .col.xl-1,
.row.min-80rem > .col.xl-2,
.row.min-80rem > .col.xl-3,
.row.min-80rem > .col.xl-4,
.row.min-80rem > .col.xl-5,
.row.min-80rem > .col.xl-6,
.row.min-80rem > .col.xl-7,
.row.min-80rem > .col.xl-8,
.row.min-80rem > .col.xl-9,
.row.min-80rem > .col.xl-10,
.row.min-80rem > .col.xl-11,
.row.min-80rem > .col.xl-12,
.row.min-80rem > .col.xl-min,
.row.min-80rem > .col.xl-max {
  display: block;
}

.row.min-80rem > .col.xl-1,
.row.min-80rem > .col.xl-2,
.row.min-80rem > .col.xl-3,
.row.min-80rem > .col.xl-4,
.row.min-80rem > .col.xl-5,
.row.min-80rem > .col.xl-6,
.row.min-80rem > .col.xl-7,
.row.min-80rem > .col.xl-8,
.row.min-80rem > .col.xl-9,
.row.min-80rem > .col.xl-10,
.row.min-80rem > .col.xl-11,
.row.min-80rem > .col.xl-12,
.row.min-80rem > .col.xl-min {
  flex: none;
}

.row.min-80rem > .col.xl-min,
.row.min-80rem > .col.xl-max {
  width: auto;
}

.row.min-80rem > .col.xl-1 {
  width: 8.3333%;
}

.row.min-80rem > .col.xl-2 {
  width: 16.6667%;
}

.row.min-80rem > .col.xl-3 {
  width: 25%;
}

.row.min-80rem > .col.xl-4 {
  width: 33.3333%;
}

.row.min-80rem > .col.xl-5 {
  width: 41.6667%;
}

.row.min-80rem > .col.xl-6 {
  width: 50%;
}

.row.min-80rem > .col.xl-7 {
  width: 58.3333%;
}

.row.min-80rem > .col.xl-8 {
  width: 66.6667%;
}

.row.min-80rem > .col.xl-9 {
  width: 75%;
}

.row.min-80rem > .col.xl-10 {
  width: 83.3333%;
}

.row.min-80rem > .col.xl-11 {
  width: 91.6667%;
}

.row.min-80rem > .col.xl-12 {
  width: 100%;
}

.row.min-80rem > .col.xl-max {
  flex: 1 1 0.00000001px;
} /* 1 */
/* Element Query Utilities
----------------------------- */
.eq .xs-hidden {
  display: none;
}

.eq .xs-visible {
  display: block;
}

.eq.min-32rem .sm-hidden {
  display: none;
}

.eq.min-32rem .sm-visible {
  display: block;
}

.eq.min-48rem .md-hidden {
  display: none;
}

.eq.min-48rem .md-visible {
  display: block;
}

.eq.min-64rem .lg-hidden {
  display: none;
}

.eq.min-64rem .lg-visible {
  display: block;
}

.eq.min-80rem .xl-hidden {
  display: none;
}

.eq.min-80rem .xl-visible {
  display: block;
}

/**
 * 1. The `xs-max` class applies a `flex` value of `1 1 .00000001px` rather than `1 1 0` because
 * the minification system removes the unit for 0 values. This would normally be fine, except
 * Internet Explorer does not handle this properly.
 */
/* Fonts
============================================================= */
/*

Font Sources
-----------------------------

See _font_faces.scss

Font Usage
-----------------------------

See _vars_fonts.scss or /component-library
@include font-style('font-name')

Supported Weights
-----------------------------

See _vars_fonts.scss or /component-library

*/
/* Base
============================================================= */
.h-type {
  font-family: serif;
  font-weight: 500;
  font-style: normal;
  color: #ff0000; /* If you see this color, you haven't specified a color scheme */
  display: block;
  width: 100%;
  max-width: 64rem; /* This is the cap on line length */
  text-align: left; /* Default text alignment */
}

/* Modifiers
============================================================= */
/* Alignment
----------------------------- */
.h-type.h-type--block-center {
  margin: 0 auto;
}

.h-type.h-type--block-right {
  margin-left: auto;
}

.h-type.h-type--text-left {
  text-align: left;
}

.h-type.h-type--text-center {
  text-align: center;
}

.h-type.h-type--text-right {
  text-align: right;
}

.h-type.h-type--text-justify {
  text-align: justify;
}

/* Misc
 * Note: Other modifiers can be defined at element/class
 * level below. These modifiers should be prefixed
 * with "h-type--" to indicate they are a modifier
 *
 * An example would be "h-type--featured"
----------------------------- */
/* Themes
 * These are special modifiers that may change the appearance
 * of multiple elements at once. This is a way
 * to group multiple modifiers together instead of creating
 * unique instances for each one.
 *
 * Themes may be stacked on each other but conflicts
 * need to be resolved on a case by case bases.
 *
 * A theme is not required for H-Type to function but is
 * highly recommended for coloring.
============================================================= */
/* Columns
----------------------------- */
.h-type.h-type--2-col {
  max-width: 99rem;
  -webkit-columns: 2 24rem;
  columns: 2 24rem;
  -webkit-column-gap: 3rem;
  column-gap: 3rem;
}

.h-type.h-type--3-col {
  max-width: 150rem;
  -webkit-columns: 3 16rem;
  columns: 3 16rem;
  -webkit-column-gap: 3rem;
  column-gap: 3rem;
}

/* H-Type Override
 * This is a class that is reserved for modification to h-type
 * from various sources. Do not place any css in this class from within H-Type.
----------------------------- */
.h-type.h-type--override {
  /* Reserved, do not place anything in here */
}

/* Headings
============================================================= */
.h-type h1,
.h-type .h1 {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.45rem;
  line-height: 3.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: currentColor;
  position: relative;
  display: block;
}

.h-type.h-type--theme-dark-type h1,
.h-type.h-type--theme-dark-type .h1 {
  color: #d14600;
}

.h-type.h-type--theme-light-type h1,
.h-type.h-type--theme-light-type .h1 {
  color: #ffffff;
}

/* --- */
.h-type h2,
.h-type .h2 {
  font-family: Harriet,serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.95rem;
  line-height: 2.875rem;
  letter-spacing: 0;
  text-transform: none;
  color: currentColor;
  position: relative;
  display: block;
}

.h-type.h-type--theme-dark-type h2,
.h-type.h-type--theme-dark-type .h2 {
  color: #326195;
}

.h-type.h-type--theme-light-type h2,
.h-type.h-type--theme-light-type .h2 {
  color: #ffffff;
}

/* --- */
.h-type h3,
.h-type .h3 {
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
  color: currentColor;
  position: relative;
  display: block;
}

.h-type.h-type--theme-dark-type h3,
.h-type.h-type--theme-dark-type .h3 {
  color: #63656a;
}

.h-type.h-type--theme-light-type h3,
.h-type.h-type--theme-light-type .h3 {
  color: #ffffff;
}

/* --- */
.h-type h4,
.h-type .h4 {
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  color: currentColor;
  position: relative;
  display: block;
}

.h-type.h-type--theme-dark-type h4,
.h-type.h-type--theme-dark-type .h4 {
  color: #63656a;
}

.h-type.h-type--theme-light-type h4,
.h-type.h-type--theme-light-type .h4 {
  color: #ffffff;
}

/* H5 are not supported. */
/* H6 are not supported. */
/* Paragraphs
============================================================= */
.h-type p,
.h-type .p {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.95rem;
  letter-spacing: 0;
  text-transform: none;
  color: currentColor;
  position: relative;
  display: block;
}

.h-type.h-type--theme-dark-type p {
  color: #002b49;
}

.h-type.h-type--theme-light-type p {
  color: #ffffff;
}

/* Bold / Italic
============================================================= */
.h-type b,
.h-type strong {
  font-weight: 700;
}

.h-type i,
.h-type em {
  font-style: italic;
}

/* Underline
============================================================= */
.h-type u {
  text-decoration: underline;
}

/* Strikethrough
============================================================= */
.h-type s {
  text-decoration: line-through;
}

/* Horizontal Rules
============================================================= */
.h-type hr {
  width: calc(100% - 3rem);
  height: 0.3125rem;
  margin: 0 1.5rem;
  background-image: url("/assets/ui/pattern-horiz-rule-gray@2x.png");
  background-repeat: repeat-x;
  background-size: auto 0.3125rem;
  background-color: transparent;
}

@media (min-width: 32em) {
  .h-type hr {
    width: 100%;
    margin: 0;
  }
}
/* Lists
============================================================= */
.h-type ol,
.h-type ul {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-transform: none;
  color: currentColor;
  position: relative;
  display: block;
}

.h-type ol {
  list-style: none;
  counter-reset: item;
  margin-left: 1.75rem;
}

.h-type ul {
  list-style-type: none;
  margin-left: 0.75rem;
}

.h-type li {
  display: list-item;
  position: relative;
}

.h-type.align-center li {
  display: list-item;
}

.h-type li > ol {
  margin-top: 0.5rem;
  margin-left: 1.725rem;
}

.h-type li > ul {
  margin-top: 0.5rem;
  margin-left: 0.125rem;
}

.h-type li + li {
  margin-top: 0.75rem;
}

.h-type.align-center li::before {
  display: inline;
}

.h-type ol > li {
  counter-increment: item;
}

.h-type ol > li::before {
  content: counters(item, ".") ". ";
  padding-right: 0.3125rem;
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  display: inline-block;
  text-align: right;
  right: 100%;
  top: 0;
}

.h-type ul > li {
  padding-left: 0.875rem;
}

.h-type ul > li::before {
  content: "​";
  width: 0.5rem;
  height: 0.125rem;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0.8125rem;
  left: 0;
}

.h-type.h-type--theme-dark-type ol {
  color: #002b49;
}

.h-type.h-type--theme-dark-type ul {
  color: #002b49;
}

.h-type.h-type--theme-dark-type ol > li::before {
  color: #d14600;
}

.h-type.h-type--theme-dark-type li ol > li::before {
  color: #652f6c;
}

.h-type.h-type--theme-dark-type ul > li::before {
  background-color: #002b49;
}

.h-type.h-type--theme-dark-type li ul > li::before {
  background-color: #002b49;
}

.h-type.h-type--theme-light-type ol {
  color: #ffffff;
}

.h-type.h-type--theme-light-type ul {
  color: #ffffff;
}

.h-type.h-type--theme-light-type ol > li::before {
  color: #ffffff;
}

.h-type.h-type--theme-light-type ul > li::before {
  background-color: #ffffff;
}

/* Blockquote
============================================================= */
.h-type blockquote {
  font-family: Harriet,serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.88rem;
  letter-spacing: normal;
  text-transform: none;
  position: relative;
  display: block;
  padding-top: 3rem;
}

@media screen and (min-width: 48em) {
  .h-type blockquote {
    padding-left: 0rem;
  }
}
/*
@media screen and (min-width: 48em) {
	.h-type blockquote::before {
		content: "“";
		@include font-style('palanquin-600-n');
		font-size: 7.5rem;
		line-height: 0;
		vertical-align: top;
		display: inline-block;
		position: absolute;
		left: 0;
		top: 2.5rem;
	}

	.h-type blockquote::after {
		content: "";
	}
}
*/
.h-type blockquote::before {
  content: "“";
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 7.5rem;
  line-height: 5rem;
  vertical-align: bottom;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 2.5rem;
}

.h-type blockquote::after {
  content: "";
}

.h-type.h-type--theme-dark-type blockquote {
  color: #326195;
}

.h-type.h-type--theme-dark-type blockquote:before {
  color: #652f6c;
}

.h-type.h-type--theme-light-type blockquote {
  color: #ffffff;
}

/* Unique Classes
============================================================= */
.h-type p.large {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1975rem;
  line-height: 2rem;
  letter-spacing: 0;
  text-transform: none;
  color: currentColor;
  position: relative;
  display: block;
}

.h-type.h-type--theme-dark-type p.large {
  color: #002b49;
}

.h-type.h-type--theme-light-type p.large {
  color: #ffffff;
}

.h-type p.small {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.4rem;
  letter-spacing: 0;
  text-transform: none;
  color: currentColor;
  position: relative;
  display: block;
}

.h-type.h-type--theme-dark-type p.small {
  color: #002b49;
}

.h-type.h-type--theme-light-type p.small {
  color: #ffffff;
}

/* Anchors
============================================================= */
.h-type a {
  text-decoration: none;
  position: relative;
  background-image: linear-gradient(to right, transparent 100%, transparent 100%);
  background-size: 100% 0.125rem;
  background-repeat: repeat-x;
  background-position: 0 3.4125ex;
}

.h-type.h-type--theme-dark-type a {
  color: inherit;
  background-image: linear-gradient(to right, #ff681d 100%, transparent 100%);
}

.h-type.h-type--theme-light-type a {
  color: inherit;
  background-image: linear-gradient(to right, #ffffff 100%, transparent 100%);
}

.h-type.h-type--theme-dark-type a:hover {
  color: inherit;
  background-image: linear-gradient(to right, #d14600 100%, transparent 100%);
}

.h-type.h-type--theme-light-type a:hover {
  color: inherit;
  background-image: linear-gradient(to right, #dad9d7 100%, transparent 100%);
}

.h-type.h-type--theme-dark-type a:visited {
  color: #d14600;
  background-image: linear-gradient(to right, #d14600 100%, transparent 100%);
}

.h-type.h-type--theme-light-type a:visited {
  color: #eae9e8;
  background-image: linear-gradient(to right, #dad9d7 100%, transparent 100%);
}

.h-type h2 a,
.h-type .h2 a,
.h-type a h2,
.h-type a.h2 {
  padding-bottom: 0.25rem;
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  background-image: transparent;
}

.h-type.h-type--theme-dark-type h2 a,
.h-type.h-type--theme-dark-type .h2 a,
.h-type.h-type--theme-dark-type a h2,
.h-type.h-type--theme-dark-type a.h2 {
  border-bottom-color: #ff681d;
  background-image: none;
}

.h-type.h-type--theme-dark-type h2 a:hover,
.h-type.h-type--theme-dark-type .h2 a:hover,
.h-type.h-type--theme-dark-type a:hover h2,
.h-type.h-type--theme-dark-type a:hover.h2 {
  border-bottom-color: #d14600;
  background-image: none;
}

.h-type.h-type--theme-dark-type h2 a:visited,
.h-type.h-type--theme-dark-type .h2 a:visited,
.h-type.h-type--theme-dark-type a:visited h2,
.h-type.h-type--theme-dark-type a:visited.h2 {
  border-bottom-color: #d14600;
  background-image: none;
}

.h-type.h-type--theme-light-type h2 a,
.h-type.h-type--theme-light-type .h2 a,
.h-type.h-type--theme-light-type a h2,
.h-type.h-type--theme-light-type a.h2 {
  border-bottom-color: #ffffff;
  background-image: none;
}

.h-type.h-type--theme-light-type h2 a:hover,
.h-type.h-type--theme-light-type .h2 a:hover,
.h-type.h-type--theme-light-type a:hover h2,
.h-type.h-type--theme-light-type a:hover.h2 {
  border-bottom-color: #dad9d7;
  background-image: none;
}

.h-type.h-type--theme-light-type h2 a:visited,
.h-type.h-type--theme-light-type .h2 a:visited,
.h-type.h-type--theme-light-type a:visited h2,
.h-type.h-type--theme-light-type a:visited.h2 {
  color: #dad9d7;
  border-bottom-color: #dad9d7;
  background-image: none;
}

.h-type .small a,
.h-type a .small {
  background-size: 0.0625rem 0.06125rem;
}

/* Spacing
============================================================= */
.h-type * + * {
  margin-top: 2rem;
}

.h-type * + br {
  margin-top: 0;
}

.h-type h1 + p,
.h-type .h1 + p,
.h-type h1 + .p,
.h-type .h1 + .p {
  margin-top: 1rem;
}

.h-type h1 + .large,
.h-type .h1 + .large {
  margin-top: 1rem;
}

.h-type h1 + .small,
.h-type .h1 + .small {
  margin-top: 1rem;
}

.h-type h2 + h3,
.h-type .h2 + h3,
.h-type h2 + .h3,
.h-type .h2 + .h3 {
  margin-top: 1rem;
}

.h-type h2 + p,
.h-type .h2 + p,
.h-type h2 + .p,
.h-type .h2 + .p {
  margin-top: 1rem;
}

.h-type h2 + .large,
.h-type .h2 + .large {
  margin-top: 1rem;
}

.h-type h2 + .small,
.h-type .h2 + .small {
  margin-top: 1rem;
}

.h-type h3 + h4,
.h-type .h3 + h4,
.h-type h3 + .h4,
.h-type .h3 + .h4 {
  margin-top: 1rem;
}

.h-type h3 + p,
.h-type .h3 + p,
.h-type h3 + .p,
.h-type .h3 + .p {
  margin-top: 0.5rem;
}

.h-type h3 + ol,
.h-type .h3 + ol {
  margin-top: 1rem;
}

.h-type h3 + ul,
.h-type .h3 + ul {
  margin-top: 1rem;
}

.h-type h3 + .large,
.h-type .h3 + .large {
  margin-top: 0.75rem;
}

.h-type h3 + .small,
.h-type .h3 + .small {
  margin-top: 0.75rem;
}

.h-type h4 + p,
.h-type .h4 + p,
.h-type h4 + .p,
.h-type .h4 + .p {
  margin-top: 0.5rem;
}

.h-type h4 + ol,
.h-type .h4 + ol {
  margin-top: 1rem;
}

.h-type h4 + ul,
.h-type .h4 + ul {
  margin-top: 1rem;
}

.h-type h4 + .large,
.h-type .h4 + .large {
  margin-top: 0.75rem;
}

.h-type h4 + .small,
.h-type .h4 + .small {
  margin-top: 0.75rem;
}

.h-type p + ol,
.h-type .p + ol {
  margin-top: 1rem;
}

.h-type p + ul,
.h-type .p + ul {
  margin-top: 1rem;
}

.h-type ol + ol,
.h-type ol + ol {
  margin-top: 1rem;
}

.h-type ol + ul,
.h-type ol + ul {
  margin-top: 1rem;
}

.h-type ul + ol,
.h-type ul + ol {
  margin-top: 1rem;
}

.h-type ul + ul,
.h-type ul + ul {
  margin-top: 1rem;
}

.h-type .large + ol,
.h-type .large + ol {
  margin-top: 1rem;
}

.h-type .large + ul,
.h-type .large + ul {
  margin-top: 1rem;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(99, 101, 106, 0.875);
  left: 0;
  top: 0;
  touch-action: none;
  z-index: 6;
  overscroll-behavior: none;
  padding: 3rem 1.5rem;
}
@media (min-width: 48rem) {
  .modal {
    padding: 1.5rem 3rem;
  }
}

.modal-wrapper {
  max-width: size("container-width");
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal-button {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-size: 1.5rem 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*
.modal-button.m-prev {
	background-image: url('/assets/ui/modal-prev.svg');
	top: calc(100% - 3rem);
	left: calc(50% - 3rem);

	@media (min-width: 48rem) {
		top: calc(50% - 1.5rem);
		left: 0;
	}
}

.modal-button.m-next {
	background-image: url('/assets/ui/modal-next.svg');
	top: calc(100% - 3rem);
	right: calc(50% - 3rem);

	@media (min-width: 48rem) {
		top: calc(50% - 1.5rem);
		right: 0;
	}
}

.modal-button.m-close {
	background-image: url('/assets/ui/modal-close.svg');
	top: 0;
	right: 0;
}
*/
.modal-panel {
  width: 100%;
  pointer-events: none;
  max-height: calc(100vh - 3rem);
  overflow: hidden;
}

.modal-panel.m-hidden {
  display: none;
}

.modal-panel > * {
  pointer-events: all;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-base-background-image.m-full {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
}

.c-base-button-hamburger {
  position: relative;
  width: 5rem;
  height: 4rem;
  cursor: pointer;
}

.c-base-button-hamburger--icon {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 3.5rem;
  height: 2.5rem;
}

.c-base-button-hamburger--line {
  fill: none;
  stroke: #63656a;
  stroke-width: 0.125rem;
  transform-origin: center center;
  transition: transform 100ms ease, stroke 100ms ease;
}

.c-base-button-hamburger:hover .c-base-button-hamburger--line {
  stroke: #d14600;
}

.c-base-button-hamburger[aria-expanded=true] .c-base-button-hamburger--line.m-1 {
  transform: rotate(45deg) translateY(0.4375rem);
}

.c-base-button-hamburger[aria-expanded=true] .c-base-button-hamburger--line.m-2 {
  transform: scaleX(0);
}

.c-base-button-hamburger[aria-expanded=true] .c-base-button-hamburger--line.m-3 {
  transform: rotate(-45deg) translateY(-0.4375rem);
}

.c-base-button-primary {
  display: inline-block;
}

.c-base-button-primary.m-stretch {
  display: block;
  width: 100%;
}

.c-base-button-primary--element {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-family: Harriet,serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #ffffff;
  background-color: #326195;
  cursor: pointer;
  transition: border 100ms ease;
  border-bottom: 0.375rem solid #ff681d;
}

html.ie .c-base-button-primary--element {
  padding: 1.25rem 2.5rem 0.75rem;
}

.c-base-button-primary--element:hover {
  border-bottom: 0.375rem solid #d14600;
}

.c-base-button-primary.m-stretch .c-base-button-primary--element {
  width: 100%;
}

.c-base-button-primary.color-blue .c-base-button-primary--element {
  background-color: #326195;
}

.c-base-button-primary.color-purple .c-base-button-primary--element {
  background-color: #652f6c;
}

.c-base-button-primary.color-white .c-base-button-primary--element {
  background-color: #ffffff;
  color: #63656a;
}

.c-base-button-secondary {
  display: inline-block;
  position: relative;
}

.c-base-button-secondary--element {
  display: flex;
  align-items: center;
  font-family: Harriet,serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  color: #63656a;
  cursor: pointer;
  padding-bottom: 0.75rem;
}

.c-base-button-secondary--element:after {
  content: "";
  width: 2.5rem;
  height: 0.1875rem;
  background-color: #ff681d;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}

.c-base-button-secondary:hover .c-base-button-secondary--element::after {
  width: 100%;
}

.c-base-button-secondary.theme-dark-type .c-base-button-secondary--element {
  color: #63656a;
}

.c-base-button-secondary.theme-dark-type .c-base-button-secondary--element:after {
  background-color: #ff681d;
}

.c-base-button-secondary.theme-dark-type:hover .c-base-button-secondary--element:after {
  background-color: #d14600;
}

.c-base-button-secondary.theme-light-type .c-base-button-secondary--element {
  color: #ffffff;
}

.c-base-button-secondary.theme-light-type .c-base-button-secondary--element:after {
  background-color: #dad9d7;
}

.c-base-button-secondary.theme-light-type:hover .c-base-button-secondary--element:after {
  background-color: #b8b8b8;
}

.c-base-button-tertiary {
  display: inline-block;
}

.c-base-button-tertiary--element {
  display: inline-block;
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #63656a;
  cursor: pointer;
  border-bottom: 0.125rem solid #ff681d;
  transition: border 100ms ease;
}

.c-base-button-tertiary.theme-dark-type .c-base-button-tertiary--element {
  border-bottom: 0.125rem solid #ff681d;
  color: #63656a;
}

.c-base-button-tertiary.theme-dark-type:hover .c-base-button-tertiary--element {
  border-bottom: 0.125rem solid #d14600;
}

.c-base-button-tertiary.theme-light-type .c-base-button-tertiary--element {
  border-bottom: 0.125rem solid #dad9d7;
  color: #ffffff;
}

.c-base-button-tertiary.theme-light-type:hover .c-base-button-tertiary--element {
  border-bottom: 0.125rem solid #63656a;
}

.c-base-carousel {
  position: relative;
  touch-action: pan-y;
}

.c-base-carousel--item-offset {
  display: flex;
  align-items: flex-start;
  pointer-events: none;
}

.c-base-carousel.m-inactive .c-base-carousel--item-offset {
  transition: transform 1s ease-out;
}

.c-base-carousel.m-center .c-base-carousel--item-offset {
  align-items: center;
}

.c-base-carousel.m-bottom .c-base-carousel--item-offset {
  align-items: flex-end;
}

.c-base-carousel--buttons {
  width: 100%;
  height: 0;
}

.c-base-carousel.m-controls-hidden .c-base-carousel--buttons {
  display: none;
}

.c-base-carousel--button {
  width: 2.5rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.c-base-carousel--button.m-prev {
  background-image: url("/assets/ui/carousel-left.svg");
  left: 0;
}

.c-base-carousel--button.m-next {
  background-image: url("/assets/ui/carousel-right.svg");
  right: 0;
}

.c-base-carousel--item {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
}

.c-base-carousel--item > * {
  width: 100%;
  pointer-events: auto;
}

.c-base-carousel--dots {
  display: flex;
  justify-content: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding: 0.25rem;
}

.c-base-carousel.m-controls-hidden .c-base-carousel--dots {
  display: none;
}

.c-base-carousel--dot {
  padding: 0.75rem 0.5rem;
  cursor: pointer;
}

.c-base-carousel--dot::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.25rem;
  border-radius: 0;
  background-color: #dad9d7;
}

.c-base-carousel--dot:hover::before {
  background-color: #d14600;
}

.c-base-carousel--dot.m-active::before {
  background-color: #ff681d;
}

.c-base-form--message {
  display: none;
}

.c-base-form--message.m-validation {
  display: none;
}

.c-base-form--message.m-validation.m-show {
  display: block;
}

.c-base-form--validation-message {
  color: #d14600 !important;
}

.c-base-form .m-validation-plural {
  display: none;
}

.c-base-form .m-validation-plural.m-show {
  display: inline;
}

.c-base-form-input--input {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #326195;
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  border: 0.0625rem solid #dad9d7;
}

.c-base-form-input--input:hover {
  border-color: #ff681d;
  outline: none;
}

.c-base-form-input--input:focus {
  border-color: #ff681d;
  outline: none;
}

.c-base-form-input--input:focus-visible {
  border-color: #ff681d;
  outline: none;
}

.c-base-form-input--input.focus-visible {
  border-color: #ff681d;
  outline: none;
}

.c-base-form-input.invalid .c-base-form-input--input {
  border-color: #d14600 !important;
  outline: none;
}

.c-base-form-label {
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #63656a;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding-bottom: 0.375rem;
}

.invalid > .c-base-form-label {
  color: #d14600;
}

.c-base-form-select--wrapper {
  position: relative;
}

.c-base-form-select--select {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #326195;
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  border: 0.0625rem solid #dad9d7;
  padding-right: 3.5rem;
  background-image: url("/assets/ui/icons/arrow-large-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 50%;
  background-size: auto 1.25rem;
  cursor: pointer;
}

html.ie .c-base-form-select--select {
  background-position: calc(100% + 3rem) 50%;
}

.c-base-form-select--select[data-select=""] {
  color: rgba(50, 97, 149, 0.75);
}

.c-base-form-select--select:hover {
  border-color: #ff681d;
  outline: none;
  background-image: url("/assets/ui/icons/arrow-large-down-hover.svg");
}

.c-base-form-select--select:focus {
  border-color: #ff681d;
  outline: none;
  background-image: url("/assets/ui/icons/arrow-large-down-hover.svg");
}

.c-base-form-select--select:focus-visible {
  border-color: #ff681d;
  outline: none;
  background-image: url("/assets/ui/icons/arrow-large-down-hover.svg");
}

.c-base-form-select.invalid .c-base-form-select--select {
  border-color: #d14600;
  outline: none;
}

.c-base-form-select--button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.c-base-form-submit {
  text-align: right;
}

.c-base-form-textarea--textarea {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #326195;
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  border: 0.0625rem solid #dad9d7;
  min-height: 7.625rem;
  resize: vertical;
}

.c-base-form-textarea--textarea:hover {
  border-color: #ff681d;
  outline: none;
}

.c-base-form-textarea--textarea:focus {
  border-color: #ff681d;
  outline: none;
}

.c-base-form-textarea--textarea:focus-visible {
  border-color: #ff681d;
  outline: none;
}

.c-base-form-textarea--textarea.focus-visible {
  border-color: #ff681d;
  outline: none;
}

.c-base-image img {
  max-width: 100%;
}

@media (min-width: 48em) {
  .c-base-layout-sidebar {
    display: flex;
  }
}
.c-base-layout-sidebar--sidebar {
  flex: none;
  z-index: 1;
}

@media (min-width: 48em) {
  .c-base-layout-sidebar--sidebar {
    width: 20rem;
  }
}
.c-base-layout-sidebar--main {
  flex: 1 1 0.0001px;
}

.c-base-social-icon {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.c-base-social-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.125rem solid #326195;
  transition: border-color 100ms ease;
}

.c-base-social-icon:hover::before {
  border-color: #002b49;
}

.c-base-social-icon--svg {
  width: 1.875rem;
  height: 1.875rem;
}

.c-base-social-icon--svg path {
  fill: #326195;
  transition: fill 100ms ease;
}

.c-base-social-icon:hover .c-base-social-icon--svg path {
  fill: #002b49;
}

.c-base-social-icon.linkedin path {
  fill: #ffffff !important;
}
.c-base-social-icon.linkedin:hover rect {
  fill: #002b49 !important;
}

.c-base-stat--content {
  font-family: Harriet,serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.375rem;
  line-height: 1.15;
  text-align: center;
}

.c-base-stat.m-theme-dark-type .c-base-stat--content {
  color: #63656a;
}

.c-base-stat.m-theme-light-type .c-base-stat--content {
  color: #ffffff;
}

.c-base-stat.m-align-left .c-base-stat--content {
  text-align: left;
}

.c-base-stat.m-align-right .c-base-stat--content {
  text-align: right;
}

.c-base-stat--content[data-length="1"] {
  min-width: 42.75px;
}

.c-base-stat--content[data-length="2"] {
  min-width: 85.5px;
}

.c-base-stat--content[data-length="3"] {
  min-width: 128.25px;
}

.c-base-stat--content[data-length="4"] {
  min-width: 171px;
}

.c-base-stat--content[data-length="5"] {
  min-width: 213.75px;
}

.c-base-stat--content[data-length="6"] {
  min-width: 256.5px;
}

.c-base-stat--content[data-length="7"] {
  min-width: 299.25px;
}

.c-base-stat--content[data-length="8"] {
  min-width: 342px;
}

.c-base-stat--content[data-length="9"] {
  min-width: 384.75px;
}

.c-base-stat--content[data-length="10"] {
  min-width: 427.5px;
}

.c-base-stat--content[data-length="11"] {
  min-width: 470.25px;
}

.c-base-stat--content[data-length="12"] {
  min-width: 513px;
}

.c-base-stat--content[data-length="13"] {
  min-width: 555.75px;
}

.c-base-stat--content[data-length="14"] {
  min-width: 598.5px;
}

.c-base-stat--content[data-length="15"] {
  min-width: 641.25px;
}

.c-base-testimonial {
  position: relative;
}

.c-base-testimonial--attribution {
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
  text-transform: uppercase;
  margin-top: 1.5rem;
}

.c-base-testimonial--attribution.dark-type {
  color: #63656a;
}

.c-base-testimonial--attribution.light-type {
  color: #ffffff;
}

.c-base-testimonial--attribution:before {
  content: "— ";
  display: inline;
}

.c-base-testimonial > .h-type {
  max-width: 100%;
}

.c-base-video--wrapper {
  padding-top: 56.25%;
  position: relative;
}

.c-base-video--wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

iframe.c-base-video--embed,
.c-base-video--embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-base-video--cover {
  background-size: cover;
  background-position: center;
}

.c-block-accordion {
  margin-top: 0.3125rem;
}

.c-block-accordion--item {
  margin-bottom: 0.3125rem;
}

.c-block-accordion,
.c-block-accordion--item {
  position: relative;
}

.c-block-accordion:before,
.c-block-accordion--item:before {
  content: "";
  display: block;
  height: 0.3125rem;
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  background-image: url("/assets/ui/pattern-horiz-rule-gray@2x.png");
  background-repeat: repeat-x;
  background-size: auto 0.3125rem;
  background-color: transparent;
}

.c-block-accordion:before {
  bottom: 100%;
}

.c-block-accordion--item:before {
  top: 100%;
}

@media (min-width: 32em) {
  .c-block-accordion:before,
  .c-block-accordion--item:before {
    left: 0;
    right: 0;
  }
}
.c-block-accordion--control {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.c-block-accordion--heading h4 {
  color: #63656a;
}

.c-block-accordion--control:hover .c-block-accordion--heading h4 {
  color: #d14600;
}

.c-block-accordion--control[aria-expanded=true] .c-block-accordion--heading h4 {
  color: #d14600;
}

.c-block-accordion--icon {
  width: 1rem;
  height: 1rem;
}

.c-block-accordion--line {
  fill: none;
  stroke: #ff681d;
  stroke-width: 0.25rem;
}

.c-block-accordion--control:hover .c-block-accordion--line {
  stroke: #d14600;
}

.c-block-accordion--control[aria-expanded=true] .c-block-accordion--line {
  stroke: #d14600;
}

.c-block-accordion--control[aria-expanded=true] .c-block-accordion--line.m-vertical {
  display: none;
}

.c-block-button--button-holder {
  text-align: center;
}

.c-block-divider-horizontal > .h-type {
  max-width: 100%;
}

.c-block-filter {
  padding-bottom: 3rem;
}

.c-block-filter--filter-bar {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem 0 1.75rem 0;
  margin-bottom: 3rem;
  position: relative;
}

.c-block-filter--filter-bar > * {
  position: relative;
}

.c-block-filter--filter-bar:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  background-image: url("/assets/ui/bkgnd-check-gray@2x.png");
  background-size: 16.5rem;
}

.c-block-filter--input-buttons {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem 1.25rem;
}

.c-block-filter.m-busy .c-block-filter--input-buttons {
  opacity: 0.5;
}

.c-block-filter--filter-input {
  flex: 1 1 16rem;
  padding: 1.25rem 1.25rem;
  max-width: 28rem;
}

html.ie .c-block-filter--filter-input {
  flex: 0 1 25rem;
}

.c-block-filter--filter-input input {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #326195;
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  border: 0.0625rem solid #dad9d7;
}

.c-block-filter--filter-input input:focus {
  border-color: #ff681d;
  outline: none;
}

.c-block-filter--filter-input input:focus-visible {
  border-color: #ff681d;
  outline: none;
}

.c-block-filter--filter-input input.focus-visible {
  border-color: #ff681d;
  outline: none;
}

.c-block-filter--filter-input select {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #326195;
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  border: 0.0625rem solid #dad9d7;
  padding-right: 3.5rem;
  background-image: url("/assets/ui/icons/arrow-large-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 50%;
  background-size: auto 1.25rem;
  cursor: pointer;
}

.c-block-filter--filter-input select:hover {
  border-color: #ff681d;
  outline: none;
  background-image: url("/assets/ui/icons/arrow-large-down-hover.svg");
}

.c-block-filter--filter-input select:focus {
  border-color: #ff681d;
  outline: none;
  background-image: url("/assets/ui/icons/arrow-large-down-hover.svg");
}

.c-block-filter--filter-input select:focus-visible {
  border-color: #ff681d;
  outline: none;
  background-image: url("/assets/ui/icons/arrow-large-down-hover.svg");
}

html.ie .c-block-filter--filter-input select {
  background-position: calc(100% + 3rem) 50%;
}

.c-block-filter--clear-button {
  padding: 1.25rem 2rem;
}

.c-block-filter--load-button {
  margin-top: 1.5rem;
  text-align: center;
}

.c-block-filter.m-busy .c-block-filter--load-button {
  visibility: hidden;
}

.c-block-filter--loader {
  display: none;
}

.c-block-filter.m-busy .c-block-filter--loader {
  display: block;
}

.c-block-filter.m-no-more .c-block-filter--load-button {
  display: none;
}

.c-block-filter--result-section > .col.p-half {
  padding: 1.25rem;
}

/* this needs to be added back to src DTG */
.c-block-filter--filter-bar[data-group=images-and-text-grid] {
  margin: 0;
}

.c-block-filter--filter-input[data-filter=c-block-images-and-text-grid] {
  max-width: unset;
}

.c-block-generic-card {
  background-color: #ffffff;
}

.c-block-generic-card--container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  border: solid 0.0625rem #eae9e8;
  transition: border 100ms ease;
  position: relative;
}

.c-block-generic-card--container:hover {
  border: solid 0.0625rem #d14600;
}

.c-block-generic-card--image {
  flex: 0 0 auto;
  padding-top: 75%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.c-block-generic-card--icon {
  display: block;
}

.c-block-generic-card--icon .c-base-image {
  width: 3.625rem;
}

.c-block-generic-card--content {
  flex: 1 0 auto;
  position: relative;
  background-color: #ffffff;
}

.c-block-generic-card--container .c-block-generic-card--copy .h-type h3 {
  transition: color 100ms ease;
}

.c-block-generic-card--container:hover .c-block-generic-card--copy .h-type h3 {
  color: #d14600;
}

.c-block-heading-with-icon--icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
  height: 3.5rem;
}

.c-block-heading-with-icon--icon > .c-base-image,
.c-block-heading-with-icon--icon > .c-base-image picture,
.c-block-heading-with-icon--icon > .c-base-image img {
  height: 100%;
  width: auto;
}

.c-block-heading-with-icon--text {
  position: relative;
}

.c-block-heading-with-icon--col-align {
  display: flex;
  height: 100%;
  align-items: center;
}

.c-block-homepage-banner--slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.c-block-homepage-banner--slide.disable-color .c-block-homepage-banner--slide-content {
  background: transparent !important;
}
.c-block-homepage-banner--slide.disable-color .c-block-homepage-banner--slide-content:after {
  display: none !important;
}

.c-block-homepage-banner--slide::before {
  content: "";
  display: block;
  height: 100vh;
  width: 0;
}

.c-block-homepage-banner.m-mobile-mode .c-block-homepage-banner--slide::before {
  height: 64vh;
}

/*.c-block-homepage-banner--slide-content {
	max-width: 80rem;
	padding-bottom: 10rem;
	position: relative;
}

.c-block-homepage-banner.m-mobile-mode .c-block-homepage-banner--slide-content {
	padding-bottom: 0;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}*/
.c-block-homepage-banner--slide-button-wrapper {
  text-align: right;
}

.c-block-homepage-banner--carousel-container {
  margin-bottom: -9rem;
  width: 100vw;
  overflow: hidden;
}

.c-block-homepage-banner.m-mobile-mode .c-block-homepage-banner--carousel-container {
  margin-bottom: 0;
}

.c-block-homepage-banner--carousel-container .c-base-carousel--item {
  max-height: 578px;
}
@media (max-width: 991px) {
  .c-block-homepage-banner--carousel-container .c-base-carousel--item {
    min-height: 580px;
  }
}
.c-block-homepage-banner--carousel-container .c-base-carousel--item .c-block-homepage-banner--slide-content {
  padding: 30px 40px 38px;
  background: rgba(50, 97, 149, 0.8);
  max-width: 679px;
  position: relative;
  top: -50px;
}
.c-block-homepage-banner--carousel-container .c-base-carousel--item .c-block-homepage-banner--slide-content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: -20px;
  left: 0;
  background-position: center;
  background-size: 300%;
  background-repeat: no-repeat;
  background-image: url("/assets/ui/banner-bottom-pattern.png");
}
@media (max-width: 1024px) {
  .c-block-homepage-banner--carousel-container .c-base-carousel--item .c-block-homepage-banner--slide-content {
    background: transparent;
    top: auto;
    padding: 1.1rem !important;
  }
  .c-block-homepage-banner--carousel-container .c-base-carousel--item .c-block-homepage-banner--slide-content:after {
    display: none;
  }
}
.c-block-homepage-banner--carousel-container .c-base-carousel--item .c-block-homepage-banner--slide-content h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  max-width: 500px;
}
@media (max-width: 991px) {
  .c-block-homepage-banner--carousel-container .c-base-carousel--item .c-block-homepage-banner--slide-content h1 {
    font-size: 46px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    max-width: none;
  }
}
@media (max-width: 320px) {
  .c-block-homepage-banner--carousel-container .c-base-carousel--item .c-block-homepage-banner--slide-content h1 {
    font-size: 39px;
  }
}
.c-block-homepage-banner--carousel-container .c-base-carousel--item .c-block-homepage-banner--slide-content p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  margin: 10px 0 30px;
}
.c-block-homepage-banner--carousel-container .c-base-carousel--item .c-block-homepage-banner--slide-content .c-base-button-primary--element {
  padding: 14px 43px;
}

.c-block-homepage-banner.m-mobile-mode .c-block-homepage-banner--slide-content {
  padding: 1.5rem;
  max-width: 90%;
  width: 100%;
  margin: auto;
}

/* Special override for carousel dots. */
.c-block-homepage-banner--carousel-button-container .c-base-carousel--dots {
  position: relative;
  justify-content: flex-end;
  margin: 0.5rem 0.7rem 1.5rem;
}
@media (max-width: 1080px) {
  .c-block-homepage-banner--carousel-button-container .c-base-carousel--dots {
    margin: 0.5rem 0.8rem 0.4rem;
  }
}

.c-block-homepage-banner--intro-block {
  position: relative;
  padding-top: 3rem;
}
@media (max-width: 1080px) {
  .c-block-homepage-banner--intro-block {
    padding-top: 0;
  }
  .c-block-homepage-banner--intro-block h1 {
    margin-top: -2px;
  }
}

.c-block-homepage-banner--intro-content {
  padding-left: 4rem;
}

.c-block-homepage-banner--intro-button {
  position: relative;
  text-align: right;
}

.c-block-homepage-banner.m-mobile-mode .c-block-homepage-banner--intro-content {
  padding-left: 0;
}

.c-block-homepage-banner--overlap {
  background-color: #ffffff;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-block-illustration-and-text.m-vertical-align-top .c-block-illustration-and-text--content {
  align-self: flex-start;
}

.c-block-illustration-and-text.m-vertical-align-center .c-block-illustration-and-text--content {
  align-self: center;
}

.c-block-illustration-and-text .c-block-illustration-and-text--content .h-type blockquote {
  padding-top: 0;
}

.c-block-illustration-and-text .c-block-illustration-and-text--content .h-type blockquote:before {
  display: none;
}

.c-block-illustration-and-text--image {
  width: 14rem;
  max-width: 100%;
  margin-right: 1rem;
}

.c-block-illustration-banner--spacer {
  height: 12.75rem;
}

.c-block-illustration-banner.min-40rem .c-block-illustration-banner--spacer {
  height: 21.25rem;
}

.c-block-image-and-linkouts.m-vertical-align-top .c-block-image-and-linkouts--content {
  align-self: flex-start;
}

.c-block-image-and-linkouts.m-vertical-align-center .c-block-image-and-linkouts--content {
  align-self: center;
}

.c-block-image-and-linkouts.m-vertical-align-bottom .c-block-image-and-linkouts--content {
  align-self: flex-end;
}

.c-block-image-and-text.m-vertical-align-top .c-block-image-and-text--content {
  align-self: flex-start;
}

.c-block-image-and-text.m-vertical-align-center .c-block-image-and-text--content {
  align-self: center;
}

.c-block-image-and-text.m-vertical-align-bottom .c-block-image-and-text--content {
  align-self: flex-end;
}

.c-block-image-and-text--button {
  margin-top: 1.5rem;
  text-align: right;
}

.c-block-image-and-text-box--text {
  height: 100%;
}

.c-block-image-and-text-box--box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 2.5rem;
  background-size: 16.5rem;
  background-image: url("/assets/ui/bkgnd-check-gray@2x.png");
}

.c-block-image-and-text-box--intro {
  margin-bottom: 1.5rem;
}

.c-block-image-and-text-box--columns {
  columns: 2;
  column-gap: 1.5rem;
}

.c-block-image-and-text-box--text.m-one-column .c-block-image-and-text-box--columns {
  columns: 1;
}

.c-block-image-and-text-with-link-grid {
  position: relative;
  padding-bottom: 1rem;
}

.c-block-image-and-text-with-link-grid--overlap {
  width: 100vw;
  height: 7.5rem;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  background-color: #ffffff;
}

.c-block-image-and-text-with-link-grid--text {
  margin-top: 9rem;
  position: relative;
}

.c-block-image-and-text-with-link-grid.m-stacked .c-block-image-and-text-with-link-grid--text {
  margin-top: 0;
}

.c-block-image-and-text-with-link-grid--image {
  position: relative;
}

.c-block-image-and-text-with-link-grid--intro {
  margin-bottom: 2rem;
}

.c-block-image-and-text-with-link-grid--buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -1.5rem -1.5rem;
}

.c-block-image-and-text-with-link-grid--button-wrapper {
  flex: 0 0 33%;
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}

.c-block-image-and-text-with-link-grid--text.m-two-columns .c-block-image-and-text-with-link-grid--button-wrapper {
  flex: 0 0 50%;
  margin-bottom: 1.5rem;
}

.c-block-image-and-text-with-link-grid--text.m-one-column .c-block-image-and-text-with-link-grid--button-wrapper {
  flex: 0 0 100%;
  margin-bottom: 1rem;
}

.c-block-image-banner {
  height: 100vh;
  max-height: 34rem;
  background-size: cover;
  background-position: center;
}

.c-block-image-banner.m-small {
  height: calc(40vmin + 3rem);
}

.c-block-image-gallery--image {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-block-image-gallery.m-square .c-block-image-gallery--image {
  padding-top: 100%;
}

.c-block-image-gallery.m-tall .c-block-image-gallery--image {
  padding-top: 133.3333%;
}

.c-block-image-gallery.m-wide .c-block-image-gallery--image {
  padding-top: 75%;
}

.c-block-image-gallery.m-wider .c-block-image-gallery--image {
  padding-top: 56.25%;
}

.c-block-image-gallery-with-links--image {
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-block-image-gallery-with-links.m-square .c-block-image-gallery-with-links--image {
  padding-top: 100%;
}

.c-block-image-gallery-with-links.m-tall .c-block-image-gallery-with-links--image {
  padding-top: 133.3333%;
}

.c-block-image-gallery-with-links.m-wide .c-block-image-gallery-with-links--image {
  padding-top: 75%;
}

.c-block-image-gallery-with-links.m-wider .c-block-image-gallery-with-links--image {
  padding-top: 56.25%;
}

.c-block-images-and-text-grid--imagelink {
  display: block;
  border: 0.0625rem solid transparent;
  transition: border 100ms ease;
}

.c-block-images-and-text-grid--imagelink:hover {
  border-color: #d14600;
}

.c-block-images-and-text-grid .c-base-text.h-type h3 a {
  color: #63656a;
  background-image: none;
}

.c-block-images-and-text-grid .c-base-text.h-type h3 a:hover {
  color: #d14600;
  background-image: none;
}

.c-block-images-and-text-grid .c-base-text.h-type h3 a:visited {
  color: #d14600;
  background-image: none;
}

.c-block-intro-image-and-text {
  position: relative;
  padding-bottom: 1rem;
}

.c-block-intro-image-and-text--overlap {
  width: 100vw;
  height: 5rem;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  background-color: #ffffff;
}

.c-block-intro-image-and-text--image {
  position: relative;
}

.c-block-intro-image-and-text--image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.c-block-intro-image-and-text--text {
  margin-top: 6rem;
  position: relative;
}

.c-block-intro-image-and-text.m-stacked .c-block-intro-image-and-text--text {
  margin-top: 0;
}

.c-block-intro-image-and-text--button {
  margin-top: 1.5rem;
  text-align: right;
}

.c-block-keyword-carousel--carousel-container {
  padding-top: 1rem;
}

.c-block-keyword-carousel--item {
  min-height: 10rem;
  position: relative;
}

.c-block-keyword-carousel--keyword {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  white-space: nowrap;
  font-family: Harriet,serif;
  font-weight: 300;
  font-style: normal;
  font-size: 8.75rem;
  line-height: 9rem;
  color: #f2f1f1;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 1;
  transition: opacity 0.5s linear, transform 0.33s ease-in;
}

.c-block-keyword-carousel.m-hide-keyword .c-block-keyword-carousel--keyword {
  display: none;
}

.c-block-keyword-carousel--copy {
  position: relative;
}

.c-block-keyword-carousel--copy .h3 {
  text-transform: unset !important;
}

.c-block-keyword-carousel .c-base-carousel--items {
  margin: 0 -1.5rem;
  overflow: hidden;
}

.c-block-keyword-carousel .c-base-carousel--item {
  padding: 0 1.5rem 1rem;
}

.c-block-keyword-carousel .c-base-carousel--item.m-out .c-block-keyword-carousel--keyword {
  opacity: 0;
}

.c-block-keyword-carousel .c-base-carousel--item.m-out-left .c-block-keyword-carousel--keyword {
  transform: translate(-8rem, -50%);
}

.c-block-keyword-carousel .c-base-carousel--item.m-out-right .c-block-keyword-carousel--keyword {
  transform: translate(8rem, -50%);
}

.c-block-keyword-carousel .c-base-carousel--dots {
  justify-content: flex-start;
}

.c-block-logo-carousel--button {
  text-align: center;
}

.c-block-logo-grid--heading {
  margin-bottom: 1rem;
}

.c-block-logo-grid--logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-block-logo-grid.m-stacked .c-block-logo-grid--logo-container {
  flex-wrap: wrap;
  margin-top: -1rem;
}

.c-block-logo-grid--logo {
  flex: 0 1 auto;
}

.c-block-logo-grid.m-stacked .c-block-logo-grid--logo {
  padding: 0 1rem;
  margin-top: 1rem;
}

.c-block-logo-grid.m-three-columns .c-block-logo-grid--logo {
  width: 33%;
}

.c-block-logo-grid.m-two-columns .c-block-logo-grid--logo {
  width: 50%;
}

.c-block-logo-grid--logo-wrapper {
  max-width: 100%;
  margin: auto;
}

.c-block-logo-grid--button-wrapper {
  margin-top: 0.5rem;
  text-align: right;
}

.c-block-media-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 40%;
}

.c-block-media-banner--video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.c-block-newsletter-form--label {
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
  color: currentColor;
  position: relative;
  display: block;
  color: #ffffff;
  display: block;
  margin-bottom: 0.75rem;
}

.c-block-newsletter-form--input {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  height: 3.25rem;
  padding: 0.75rem 1rem 0.75rem 1rem;
  color: #002b49;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: bottom;
}

.c-block-newsletter-form--input:focus {
  border-color: #ff681d;
  outline: none;
}

.c-block-newsletter-form--input:focus-visible {
  border-color: #ff681d;
  outline: none;
}

.c-block-newsletter-form--input.focus-visible {
  border-color: #ff681d;
  outline: none;
}

.c-block-newsletter-form--submit {
  width: 3rem;
  height: 100%;
  background-color: #ffffff;
  background-position: center;
  background-size: 1.25rem auto;
  background-repeat: no-repeat;
  background-image: url("/assets/ui/icons/arrow-large-right.svg");
  cursor: pointer;
}

.c-block-newsletter-form--submit:hover {
  background-image: url("/assets/ui/icons/arrow-large-right.svg");
}

.c-block-newsletter-form--message {
  display: none;
}

.c-block-ordered-list-grid--number {
  width: 2.475rem;
  height: 2.475rem;
  margin-bottom: 0.75rem;
  background-image: url("/assets/ui/bkgnd-diamonds-purple@2x.png");
  background-repeat: repeat;
  background-size: 20.15625rem auto;
  background-position: center center;
}

.c-block-ordered-list-grid--number .digit {
  font-family: Harriet,serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-top: 2px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.c-block-ordered-list-grid--number[data-number="3"] .digit {
  line-height: 1.3;
}

.c-block-ordered-list-grid--number[data-number="4"] .digit {
  line-height: 1.3;
}

.c-block-ordered-list-grid--number[data-number="5"] .digit {
  line-height: 1.3;
}

.c-block-ordered-list-grid--number[data-number="6"] .digit {
  line-height: 1.5;
}

.c-block-ordered-list-grid--number[data-number="7"] .digit {
  line-height: 1.3;
}

.c-block-ordered-list-grid--number[data-number="8"] .digit {
  line-height: 1.5;
}

.c-block-ordered-list-grid--number[data-number="9"] .digit {
  line-height: 1.3;
}

.c-block-ordered-list-grid--item {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.c-block-ordered-list-grid--item .tbl-cell {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  padding-left: 20px;
}
.c-block-ordered-list-grid--item .tbl-cell.number-cell {
  width: 40px;
  padding-left: 0;
  padding-top: 6px;
}
.c-block-ordered-list-grid--item .c-block-ordered-list-grid--number {
  margin: 0 !important;
}

.vertical-align-cell.c-block-ordered-list-grid--item .tbl-cell {
  vertical-align: middle;
  padding-bottom: 0;
  padding-top: 0;
}
.vertical-align-cell.c-block-ordered-list-grid--item .tbl-cell.number-cell {
  padding-top: 0;
}

.c-block-promo-card {
  height: 100%;
}

.c-block-promo-card--container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  border: solid 0.0625rem #eae9e8;
  transition: border 100ms ease;
  position: relative;
}

.c-block-promo-card--container:hover {
  border: solid 0.0625rem #d14600;
}

.c-block-promo-card--image {
  flex: 0 0 auto;
  padding-top: 66.66%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.c-block-promo-card--content {
  flex: 1 0 auto;
  position: relative;
  background-color: #ffffff;
}

.c-block-promo-card--content.m-reserve-space {
  padding-bottom: 4.5rem;
}

.c-block-promo-card--button {
  padding: 3rem;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.c-block-promo-featured {
  max-width: 48rem;
  margin: auto;
  position: relative;
}

.c-block-promo-featured--image {
  position: relative;
  padding-top: 66.66%;
  background-size: cover;
  background-position: center;
}

.c-block-promo-featured--content-wrapper {
  margin-top: -8rem;
  padding: 0 10% 1.25rem 20%;
}

.c-block-promo-featured.m-flat-view .c-block-promo-featured--content-wrapper {
  margin-top: 0;
  padding: 0 0 1.25rem 0;
}

.c-block-promo-featured--content {
  max-width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  background-color: #326195;
}

.c-block-promo-featured.m-flat-view .c-block-promo-featured--content {
  max-width: 100%;
}

.c-block-promo-featured--content::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 100%;
  background-image: url("/assets/ui/pattern-edge-blue@2x.png");
  background-size: auto 1.25rem;
}

.c-block-promo-featured--button {
  padding: 0 1.5rem 1.5rem;
  text-align: right;
}

.row.min-64rem .c-block-promos-featured--wrapper.m-alt {
  padding-top: 4rem;
}

.c-block-promos-featured--heading-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}

.c-block-promos-simple--promos-wrapper {
  position: relative;
  padding: 1.5rem 0;
  margin: 0 -1.5rem;
}

.c-block-promos-simple.m-hide-background .c-block-promos-simple--promos-wrapper {
  padding: 0;
  margin: 0;
}

.c-block-promos-simple.m-hide-background .c-block-promos-simple--heading-wrapper {
  padding-bottom: 0;
}

.c-block-promos-simple--background {
  position: absolute;
  left: 3rem;
  right: 3rem;
  top: 0;
  bottom: 0;
  background-image: url("/assets/ui/bkgnd-check-gray@2x.png");
  background-size: 16.5rem auto;
}

.c-block-promos-simple.m-hide-background .c-block-promos-simple--background {
  display: none;
}

.c-block-promos-simple--heading-wrapper {
  padding: 1.5rem;
}

/*
.c-block-promos-simple--heading-wrapper {
	padding-left: 4.5rem;
	padding-right: 4.5rem;
	padding-top: 1.5rem;
}

.c-block-promos-simple.m-hide-background .c-block-promos-simple--heading-wrapper {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
*/
/* Meta
============================================================= */
.c-block-rebar--meta {
  display: none;
  justify-content: space-between;
  background-color: #f1f5f8;
  border: 0.0625rem solid #e3e5e8;
  padding: 1.5rem;
}

.c-block-rebar--meta[data-block-id=null] {
  display: none !important;
}

body.show-module-meta .c-block-rebar--meta {
  display: flex;
}

.c-block-rebar--meta-title {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #29323d;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  text-align: center;
}

.c-block-rebar--meta-link {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  background-image: linear-gradient(#da5a47, #cc5643);
  height: 2rem;
  display: block;
  border-radius: 0.125rem;
  padding: 0.375rem 0.75rem;
  border: none;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: inset 0 0 0 0.0625rem transparent, 0 0 0 0.0625rem rgba(0, 0, 0, 0.025), 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
}

.c-block-rebar--meta-link:hover {
  background-image: linear-gradient(#bf503f, #b34b3b);
}

.c-block-rebar--meta-link:active {
  background-image: linear-gradient(#8c3b2e, #994032);
}

/* Outer Wrapper
============================================================= */
.c-block-rebar--outer-wrapper[data-top="0"] {
  padding-top: 0;
}

.c-block-rebar--outer-wrapper[data-top="1"] {
  padding-top: 0.75rem;
}

.c-block-rebar--outer-wrapper[data-top="2"] {
  padding-top: 1.5rem;
}

.c-block-rebar--outer-wrapper[data-top="3"] {
  padding-top: 2.25rem;
}

.c-block-rebar--outer-wrapper[data-top="4"] {
  padding-top: 3rem;
}

.c-block-rebar--outer-wrapper[data-top="5"] {
  padding-top: 3.75rem;
}

.c-block-rebar--outer-wrapper[data-top="6"] {
  padding-top: 4.5rem;
}

.c-block-rebar--outer-wrapper[data-top="7"] {
  padding-top: 5.25rem;
}

.c-block-rebar--outer-wrapper[data-top="8"] {
  padding-top: 6rem;
}

.c-block-rebar--outer-wrapper[data-top="9"] {
  padding-top: 6.75rem;
}

.c-block-rebar--outer-wrapper[data-bottom="0"] {
  padding-bottom: 0;
}

.c-block-rebar--outer-wrapper[data-bottom="1"] {
  padding-bottom: 0.75rem;
}

.c-block-rebar--outer-wrapper[data-bottom="2"] {
  padding-bottom: 1.5rem;
}

.c-block-rebar--outer-wrapper[data-bottom="3"] {
  padding-bottom: 2.25rem;
}

.c-block-rebar--outer-wrapper[data-bottom="4"] {
  padding-bottom: 3rem;
}

.c-block-rebar--outer-wrapper[data-bottom="5"] {
  padding-bottom: 3.75rem;
}

.c-block-rebar--outer-wrapper[data-bottom="6"] {
  padding-bottom: 4.5rem;
}

.c-block-rebar--outer-wrapper[data-bottom="7"] {
  padding-bottom: 5.25rem;
}

.c-block-rebar--outer-wrapper[data-bottom="8"] {
  padding-bottom: 6rem;
}

.c-block-rebar--outer-wrapper[data-bottom="9"] {
  padding-bottom: 6.75rem;
}

/* Inner Wrapper
============================================================= */
.c-block-rebar--inner-wrapper[data-top="0"] {
  padding-top: 0;
}

.c-block-rebar--inner-wrapper[data-top="1"] {
  padding-top: 0.75rem;
}

.c-block-rebar--inner-wrapper[data-top="2"] {
  padding-top: 1.5rem;
}

.c-block-rebar--inner-wrapper[data-top="3"] {
  padding-top: 2.25rem;
}

.c-block-rebar--inner-wrapper[data-top="4"] {
  padding-top: 3rem;
}

.c-block-rebar--inner-wrapper[data-top="5"] {
  padding-top: 3.75rem;
}

.c-block-rebar--inner-wrapper[data-top="6"] {
  padding-top: 4.5rem;
}

.c-block-rebar--inner-wrapper[data-top="7"] {
  padding-top: 5.25rem;
}

.c-block-rebar--inner-wrapper[data-top="8"] {
  padding-top: 6rem;
}

.c-block-rebar--inner-wrapper[data-top="9"] {
  padding-top: 6.75rem;
}

.c-block-rebar--inner-wrapper[data-bottom="0"] {
  padding-bottom: 0;
}

.c-block-rebar--inner-wrapper[data-bottom="1"] {
  padding-bottom: 0.75rem;
}

.c-block-rebar--inner-wrapper[data-bottom="2"] {
  padding-bottom: 1.5rem;
}

.c-block-rebar--inner-wrapper[data-bottom="3"] {
  padding-bottom: 2.25rem;
}

.c-block-rebar--inner-wrapper[data-bottom="4"] {
  padding-bottom: 3rem;
}

.c-block-rebar--inner-wrapper[data-bottom="5"] {
  padding-bottom: 3.75rem;
}

.c-block-rebar--inner-wrapper[data-bottom="6"] {
  padding-bottom: 4.5rem;
}

.c-block-rebar--inner-wrapper[data-bottom="7"] {
  padding-bottom: 5.25rem;
}

.c-block-rebar--inner-wrapper[data-bottom="8"] {
  padding-bottom: 6rem;
}

.c-block-rebar--inner-wrapper[data-bottom="9"] {
  padding-bottom: 6.75rem;
}

/* Container
============================================================= */
.c-block-rebar--container {
  position: relative;
}

.c-block-rebar--container[data-width=auto] {
  margin: 0;
  padding: 0;
}

.c-block-rebar--container[data-width=autoExtended] {
  margin: 0 calc(-50vw + 50%);
  padding: 0 calc(50vw - 50%);
}

@media (min-width: 48em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=autoExtended] {
    margin: 0 calc(-50vw + 50% + 10rem);
    padding: 0 calc(50vw - 50% - 10rem);
  }
}
.c-block-rebar--container[data-width=wide] {
  margin: 0;
}

@media (min-width: 32em) {
  .c-block-rebar--container[data-width=wide] {
    margin: 0 -1.5rem;
  }
}
@media (min-width: 48em) {
  .c-block-rebar--container[data-width=wide] {
    margin: 0 -3rem;
  }
}
@media (min-width: 64em) {
  .c-block-rebar--container[data-width=wide] {
    margin: 0 -4.5rem;
  }
}
@media (min-width: 80em) {
  .c-block-rebar--container[data-width=wide] {
    margin: 0 -6rem;
  }
}
@media (min-width: 32em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=wide] {
    margin: 0;
  }
}
@media (min-width: 48em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=wide] {
    margin: 0;
  }
}
@media (min-width: 52em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=wide] {
    margin: 0 -1.5rem;
  }
}
@media (min-width: 68em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=wide] {
    margin: 0 -3rem;
  }
}
@media (min-width: 84em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=wide] {
    margin: 0 -4.5rem;
  }
}
@media (min-width: 100em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=wide] {
    margin: 0 -6rem;
  }
}
.c-block-rebar--container[data-width=wideExtended] {
  margin: 0 calc(-50vw + 50%);
  padding: 0 calc(50vw - 50%);
}

@media (min-width: 48em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=wideExtended] {
    margin: 0 calc(-50vw + 50% + 10rem);
    padding: 0 calc(50vw - 50% - 10rem);
  }
}
@media (min-width: 32em) {
  .c-block-rebar--container[data-width=wideExtended] {
    padding: 0 calc(50vw - 50% - 1.5rem);
  }
}
@media (min-width: 48em) {
  .c-block-rebar--container[data-width=wideExtended] {
    padding: 0 calc(50vw - 50% - 3rem);
  }
}
@media (min-width: 64em) {
  .c-block-rebar--container[data-width=wideExtended] {
    padding: 0 calc(50vw - 50% - 4.5rem);
  }
}
@media (min-width: 80em) {
  .c-block-rebar--container[data-width=wideExtended] {
    padding: 0 calc(50vw - 50% - 6rem);
  }
}
@media (min-width: 32em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=wideExtended] {
    padding: 0 calc(50vw - 50%);
  }
}
@media (min-width: 48em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=wideExtended] {
    padding: 0 calc(50vw - 50% - 10rem);
  }
}
@media (min-width: 52em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=wideExtended] {
    padding: 0 calc(50vw - 50% - 1.5rem - 10rem);
  }
}
@media (min-width: 68em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=wideExtended] {
    padding: 0 calc(50vw - 50% - 3rem - 10rem);
  }
}
@media (min-width: 84em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=wideExtended] {
    padding: 0 calc(50vw - 50% - 4.5rem - 10rem);
  }
}
@media (min-width: 100em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=wideExtended] {
    padding: 0 calc(50vw - 50% - 6rem - 10rem);
  }
}
.c-block-rebar--container[data-width=slim] {
  margin: 0;
}

@media (min-width: 32em) {
  .c-block-rebar--container[data-width=slim] {
    margin: 0 1.5rem;
  }
}
@media (min-width: 48em) {
  .c-block-rebar--container[data-width=slim] {
    margin: 0 3rem;
  }
}
@media (min-width: 64em) {
  .c-block-rebar--container[data-width=slim] {
    margin: 0 4.5rem;
  }
}
@media (min-width: 80em) {
  .c-block-rebar--container[data-width=slim] {
    margin: 0 6rem;
  }
}
@media (min-width: 32em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=slim] {
    margin: 0;
  }
}
@media (min-width: 48em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=slim] {
    margin: 0;
  }
}
@media (min-width: 52em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=slim] {
    margin: 0 1.5rem;
  }
}
@media (min-width: 68em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=slim] {
    margin: 0 3rem;
  }
}
@media (min-width: 84em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=slim] {
    margin: 0 4.5rem;
  }
}
@media (min-width: 100em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=slim] {
    margin: 0 6rem;
  }
}
.c-block-rebar--container[data-width=slimExtended] {
  margin: 0 calc(-50vw + 50%);
  padding: 0 calc(50vw - 50%);
}

@media (min-width: 48em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=slimExtended] {
    margin: 0 calc(-50vw + 50% + 10rem);
    padding: 0 calc(50vw - 50% - 10rem);
  }
}
@media (min-width: 32em) {
  .c-block-rebar--container[data-width=slimExtended] {
    padding: 0 calc(50vw - 50% + 1.5rem);
  }
}
@media (min-width: 48em) {
  .c-block-rebar--container[data-width=slimExtended] {
    padding: 0 calc(50vw - 50% + 3rem);
  }
}
@media (min-width: 64em) {
  .c-block-rebar--container[data-width=slimExtended] {
    padding: 0 calc(50vw - 50% + 4.5rem);
  }
}
@media (min-width: 80em) {
  .c-block-rebar--container[data-width=slimExtended] {
    padding: 0 calc(50vw - 50% + 6rem);
  }
}
@media (min-width: 32em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=slimExtended] {
    padding: 0 calc(50vw - 50%);
  }
}
@media (min-width: 48em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=slimExtended] {
    padding: 0 calc(50vw - 50% - 10rem);
  }
}
@media (min-width: 52em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=slimExtended] {
    padding: 0 calc(50vw - 50% + 1.5rem - 10rem);
  }
}
@media (min-width: 68em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=slimExtended] {
    padding: 0 calc(50vw - 50% + 3rem - 10rem);
  }
}
@media (min-width: 84em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=slimExtended] {
    padding: 0 calc(50vw - 50% + 4.5rem - 10rem);
  }
}
@media (min-width: 100em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=slimExtended] {
    padding: 0 calc(50vw - 50% + 6rem - 10rem);
  }
}
.c-block-rebar--container[data-width=full] {
  margin: 0 calc(-50vw + 50%);
}

@media (min-width: 48em) {
  .c-base-layout-sidebar .c-block-rebar--container[data-width=full] {
    margin: 0 calc(-50vw + 50% + 10rem);
  }
}
/* Background
============================================================= */
.c-block-rebar--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.c-block-rebar--background[data-bg-color=none] {
  background-color: transparent;
}

.c-block-rebar--background[data-bg-color=check-gray]:not([style*=background-image]) {
  background-color: #dad9d7;
  background-image: url("/assets/ui/bkgnd-check-gray@2x.png");
  background-repeat: repeat;
  background-size: 18.375rem;
  background-position: center;
  background-attachment: fixed;
}

.c-block-rebar--background[data-bg-color=dotted-gray]:not([style*=background-image]) {
  background-color: #dad9d7;
  background-image: url("/assets/ui/bkgnd-diamonds-gray@2x.png");
  background-repeat: repeat;
  background-size: 18.375rem;
  background-position: center;
  background-attachment: fixed;
}

.c-block-rebar--background[data-bg-color=dotted-orange]:not([style*=background-image]) {
  background-color: #ff681d;
  background-image: url("/assets/ui/bkgnd-diamonds-orange@2x.png");
  background-repeat: repeat;
  background-size: 18.375rem;
  background-position: center;
  background-attachment: fixed;
}

.c-block-rebar--background[data-bg-color=dotted-blue]:not([style*=background-image]) {
  background-color: #326195;
  background-image: url("/assets/ui/bkgnd-diamonds-blue@2x.png");
  background-repeat: repeat;
  background-size: 18.375rem;
  background-position: center;
  background-attachment: fixed;
}

.c-block-rebar--background[data-bg-color=dotted-purple]:not([style*=background-image]) {
  background-color: #652f6c;
  background-image: url("/assets/ui/bkgnd-diamonds-purple@2x.png");
  background-repeat: repeat;
  background-size: 18.375rem;
  background-position: center;
  background-attachment: fixed;
}

.c-block-rebar--background[data-bg-color=dotted-teal]:not([style*=background-image]) {
  background-color: #dad9d7;
  background-image: url("/assets/ui/bkgnd-diamonds-teal@2x.png");
  background-repeat: repeat;
  background-size: 18.375rem;
  background-position: center;
  background-attachment: fixed;
}

/* Overlay
============================================================= */
.c-block-rebar--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Content
============================================================= */
.c-block-rebar--content {
  position: relative;
}

.c-block-stat-grid {
  background-image: url("/assets/ui/bkgnd-large-stats.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.c-block-stat-grid--sidenote-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.c-block-stat-grid--sidenote-copy {
  flex: 1 0 auto;
  position: relative;
}

.c-block-stat-grid--sidenote-button {
  flex: 0 0 auto;
  position: relative;
  text-align: right;
}

.c-block-stat-grid--content-wrapper {
  vertical-align: top;
  display: inline-block;
}

.c-block-stat-grid table {
  width: 100%;
  border-collapse: collapse;
}

.c-block-stat-grid table tr td {
  border: 1px solid #ffffff;
}

.c-block-stat-grid table tr:first-child > td {
  border-top: none;
}

.c-block-stat-grid table tr:last-child > td {
  border-bottom: none;
}

.c-block-stat-grid table tr td > * {
  width: 100%;
}

.c-block-stat-grid[data-cols="2"].min-80rem table tr td > * {
  width: 36rem;
}

.c-block-stat-grid[data-cols="3"].min-80rem table tr td > * {
  width: 22.6666666667rem;
}

.c-block-stat-grid[data-cols="4"].min-80rem table tr td > * {
  width: 16rem;
}

.c-block-stat-grid table tr td {
  width: auto;
  padding: 2.5rem 2rem;
}

.c-block-stat-grid[data-cols="2"].min-80rem table tr td {
  width: 36rem;
}

.c-block-stat-grid[data-cols="3"].min-80rem table tr td {
  width: 22.6666666667rem;
}

.c-block-stat-grid[data-cols="4"].min-80rem table tr td {
  width: 16rem;
}

.c-block-stat-grid table tr td:first-child {
  text-align: right;
  border-left: none;
  width: auto;
}

.c-block-stat-grid[data-cols="2"].min-80rem table tr td:first-child {
  width: calc(50% - 36rem);
}

.c-block-stat-grid[data-cols="3"].min-80rem table tr td:first-child {
  width: calc(50% - 22.6666666667rem);
}

.c-block-stat-grid[data-cols="4"].min-80rem table tr td:first-child {
  width: calc(50% - 16rem);
}

.c-block-stat-grid table tr td:last-child {
  text-align: left;
  border-right: none;
  width: auto;
}

.c-block-stat-grid[data-cols="2"].min-80rem table tr td:last-child {
  width: calc(50% - 36rem);
}

.c-block-stat-grid[data-cols="3"].min-80rem table tr td:last-child {
  width: calc(50% - 22.6666666667rem);
}

.c-block-stat-grid[data-cols="4"].min-80rem table tr td:last-child {
  width: calc(50% - 16rem);
}

.c-block-stat-grid table tr td.sidenote-cell {
  background-color: #326195;
}

@media only screen and (max-width: 65em) {
  .c-block-stat-grid[data-cols="3"] .row > .col.md-12,
  .c-block-stat-grid[data-cols="4"] .row > .col.md-12 {
    display: none;
  }
  .c-block-stat-grid[data-cols="3"] .row > .col.md-0,
  .c-block-stat-grid[data-cols="4"] .row > .col.md-0 {
    display: block;
  }
  .c-block-stat-grid[data-cols="3"] .row table,
  .c-block-stat-grid[data-cols="4"] .row table {
    table-layout: fixed;
  }
}
@media only screen and (max-width: 48em) {
  .c-base-stat--content {
    font-size: 3.375rem;
  }
}
.c-block-table {
  position: relative;
  display: block;
}

.c-block-table--wrapper {
  position: relative;
}

.c-block-table.m-scroll .c-block-table--wrapper {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .c-block-table.m-scroll .c-block-table--wrapper {
    overflow-x: scroll;
  }
}

.c-block-table.m-scroll .c-block-table--scroll-indicator {
  position: absolute;
  top: 0;
  pointer-events: none;
}

.c-block-table.m-scroll .c-block-table--scroll-indicator.m-right {
  right: 1.5rem;
}

.c-block-table.m-scroll .c-block-table--scroll-indicator.m-right:before {
  content: "Scroll";
  vertical-align: middle;
  margin: 0.25rem;
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.3725rem;
  color: #652f6c;
}

.c-block-table.m-scroll .c-block-table--scroll-indicator.m-right:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-90deg);
  width: 0.625rem;
  height: 0.5rem;
  margin: 0.25rem;
  background-image: url("/assets/ui/icons/arrow-tiny-purple.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.c-block-table table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.c-block-table.m-list table {
  display: flex;
  flex-direction: column;
}

.c-block-table.m-list thead {
  display: block;
}

.c-block-table.m-list tbody {
  display: block;
}

.c-block-table th {
  border: 1px solid #eae9e8;
  padding: 1rem 1.25rem;
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  vertical-align: middle;
  color: #f2f1f1;
  background-color: #652f6c;
}

.c-block-table.m-list th {
  display: block;
  height: 0;
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.c-block-table.m-list tr {
  display: block;
}

.c-block-table tbody tr {
  background-color: #ffffff;
}

.c-block-table tbody tr:nth-child(2n) {
  background-color: #f2f1f1;
}

.c-block-table tr td {
  border: 1px solid #eae9e8;
  padding: 0.5rem 1.25rem;
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #002b49;
}

.c-block-table tr td a {
  color: #ff681d;
}

.c-block-table tr td a:hover {
  text-decoration: underline;
}

.c-block-table.m-list td {
  display: block;
  border: none;
}

.c-block-table.m-list td.m-row-heading {
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #63656a;
}

.c-block-table.m-list td:empty {
  display: none;
}

.c-block-table.m-list td:not(.m-row-heading) {
  padding-left: 2.25rem;
}

.c-block-table.m-list td:not(.m-row-heading)::before {
  content: attr(data-heading);
  display: block;
  margin: 0 0 0.75rem -1rem;
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #63656a;
}

.c-block-table caption {
  caption-side: bottom;
  padding: 0.75rem 1.25rem;
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.375rem;
  text-align: left;
  color: #63656a;
}

.c-block-table caption strong {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
}

.c-block-table caption a {
  text-decoration: underline;
  color: #ff681d;
}

.c-block-table caption a:hover {
  color: #d14600;
}

.c-block-table.m-list caption {
  order: 1;
}

.ckeditor-with-table {
  position: relative;
}
.ckeditor-with-table .c-base-text {
  padding: 1.5rem;
  max-width: 100%;
}
.ckeditor-with-table span.caption {
  position: absolute;
  padding: 0.75rem 2.25rem;
  font-family: Palanquin, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.375rem;
  text-align: left;
  color: #63656a;
  bottom: 28px;
}
@media (max-width: 768px) {
  .ckeditor-with-table .m-right {
    text-align: right;
    padding: 0 1.5rem;
  }
  .ckeditor-with-table .m-right:before {
    content: "Scroll";
    vertical-align: middle;
    margin: 0.25rem;
    font-family: Palanquin,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.3725rem;
    color: #652f6c;
  }
  .ckeditor-with-table .m-right:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-90deg);
    width: 0.625rem;
    height: 0.5rem;
    margin: 0.25rem;
    background-image: url("/assets/ui/icons/arrow-tiny-purple.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.ckeditor-with-table figure.table {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .ckeditor-with-table figure.table {
    overflow-x: scroll;
  }
}
.ckeditor-with-table .table table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  min-width: 572px;
}
.ckeditor-with-table .table th {
  border: 1px solid #eae9e8;
  padding: 1rem 1.25rem;
  font-family: "Palanquin Dark", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  vertical-align: middle;
  color: #f2f1f1;
  background-color: #652f6c;
}
.ckeditor-with-table .table tbody tr {
  background-color: #ffffff;
}
.ckeditor-with-table .table tbody tr:nth-child(2n) {
  background-color: #f2f1f1;
}
.ckeditor-with-table .table tr td {
  border: 1px solid #eae9e8;
  padding: 0.5rem 1.25rem;
  font-family: Palanquin, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #002b49;
}

.c-block-testimonials {
  display: flex;
}

.c-block-testimonials--button {
  flex: 0 0 8rem;
}

.c-block-testimonials--carousel {
  flex: 1 0 1px;
  overflow: hidden;
}

.c-block-testimonials--testimonial {
  padding: 0 4rem;
}

.c-block-testimonials-with-images > .row.min-48rem .c-block-testimonials-with-images--images-wrapper {
  width: 100%;
  height: 100%;
}

.c-block-testimonials-with-images--images {
  padding-top: 75%;
  position: relative;
  height: 100%;
}

.c-block-testimonials-with-images--image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity ease-out 0.5s;
}

.c-block-testimonials-with-images--image.m-show {
  opacity: 1;
}

.c-block-testimonials-with-images--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.c-block-testimonials-with-images--carousel {
  max-width: 100%;
  margin-top: 0.75rem;
  overflow: hidden;
}

.c-block-testimonials-with-images--testimonial {
  max-width: 32rem;
  padding: 0 1.5rem;
  margin: auto;
}

.c-block-text-banner--container {
  max-width: 36rem;
}

.c-block-text-banner--text {
  margin: 1.5rem 0;
}

.c-block-text-banner--button {
  margin-top: 1.5rem;
  text-align: right;
}

.c-block-timeline {
  position: relative;
}

.c-block-timeline--progress-container {
  position: absolute;
  left: 0;
  height: 50vh;
  width: 8rem;
}

.c-block-timeline--progress-width-spacer {
  width: 5rem;
}

.c-block-timeline--progress-wrapper {
  position: relative;
  height: 100%;
}

.c-block-timeline--progress-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  background-color: #eae9e8;
}

.c-block-timeline--progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ff681d;
  transition: transform 250ms ease;
}

.c-block-timeline--progress-date {
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #63656a;
}

.c-block-timeline--progress-date.m-start {
  top: 0;
  right: calc(50% + 1.5rem / 2);
  transform-origin: right top;
  transform: rotate(-90deg);
}

.c-block-timeline--progress-date.m-end {
  bottom: 0;
  left: calc(50% + 1.5rem / 2);
  transform-origin: left bottom;
  transform: rotate(-90deg);
}

.c-block-timeline--item + .c-block-timeline--item {
  margin-top: 3rem;
}

.c-block-timeline--content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-block-timeline--year {
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  width: 11rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  background-color: #652f6c;
  color: #ffffff;
  background-image: url("/assets/ui/bkgnd-diamonds-purple@2x.png");
  background-repeat: repeat;
  background-size: 20.15625rem auto;
  background-position: center center;
}

.c-block-timeline--year:after {
  content: "";
  width: 100%;
  display: block;
  height: 0.25rem;
  line-height: 0;
  font-size: 0;
  position: relative;
}

.c-block-timeline--text {
  width: 100%;
}

.c-block-timeline--item.min-48rem .c-block-timeline--line {
  flex-grow: 1;
  width: 0.25rem;
  min-height: 1.5rem;
  margin-left: 5.375rem;
  margin-top: 1.5rem;
  margin-bottom: -6rem;
  background-color: #eae9e8;
  transform: scaleY(0);
  transform-origin: top;
}

.c-block-timeline--item.min-48rem:last-child .c-block-timeline--line {
  display: none;
}

.c-block-video {
  position: relative;
}

.c-block-video--button {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.c-block-video--overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(99, 101, 106, 0.65);
  transform: background-color 0.333s linear;
}

.c-block-video--button:hover .c-block-video--overlay {
  background-color: rgba(99, 101, 106, 0.45);
}

.c-block-video--image-wrapper {
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-block-video.m-hidden .c-block-video--button {
  display: none;
}

.module.module--video .row {
  display: block;
}
.module.module--video .row .col {
  margin: auto;
}

.row .lg-3 .c-block-video {
  margin-bottom: -40px;
}
.row .lg-3 .c-block-video .c-block-video--button .c-block-video--image-wrapper {
  width: 3rem;
  height: 3rem;
}

.c-card-menu-cycle {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.c-card-menu-cycle--bottom {
  display: block;
}

.c-card-menu-cycle--bottom .c-base-button-primary {
  height: 100%;
}

.c-card-menu-cycle--bottom .c-base-button-primary a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.c-card-menu-cycle--bottom .m-less-padding .c-base-button-primary a {
  padding: 1rem 1rem;
}

.c-card-menu-cycle .c-card-download {
  height: auto;
  flex: 1 0 50%;
  width: 100%;
}

.c-card-menu-cycle .h-type h3 {
  text-transform: none;
}

.c-card-recipe {
  height: 100%;
}

.c-card-recipe--card-content {
  display: block;
  border: 0.0625rem solid #dad9d7;
  transition: border 100ms ease;
  height: 100%;
}

.c-card-recipe--card-content:hover {
  border: 0.0625rem solid #d14600;
}

.c-card-recipe--image-holder {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 59.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.c-card-recipe--description {
  display: block;
  width: 100%;
}

.c-card-recipe--description .h-type h3 {
  text-transform: none;
}

.c-card-recipe--card-content:hover .c-card-recipe--description .h-type h3 {
  color: #ff681d;
}

.c-card-recipe--temp-icon {
  display: block;
  width: 2.75rem;
}

.c-card-supporting-research {
  height: 100%;
}

.c-card-supporting-research--card-content {
  display: block;
  border: 0.0625rem solid #dad9d7;
  transition: border 100ms ease;
  height: 100%;
}

.c-card-supporting-research--card-content:hover {
  border: 0.0625rem solid #d14600;
}

.c-card-supporting-research--preview {
  width: 100%;
  padding-top: 75%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.c-card-supporting-research--icon {
  position: relative;
  display: block;
}

.c-card-supporting-research--icon .c-base-image {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: 0.375rem 0.75rem 0;
}

.c-card-supporting-research--content .h-type h3 {
  transition: color 100ms ease;
  text-transform: none;
}

.c-card-supporting-research--card-content:hover .c-card-supporting-research--content .h-type h3 {
  color: #d14600;
}

.share-block-section.c-block-rebar--outer-wrapper {
  padding-bottom: 0;
}

.module--tags-and-share {
  text-align: center;
}
.module--tags-and-share.supporting-research-share {
  padding: 14px 0;
  text-align: left;
  display: inline-block;
  float: left;
}
.module--tags-and-share .at-share-btn-elements:before {
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #63656a;
  content: "Share";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin: 3px 6px 0 0;
}
.module--tags-and-share .at-style-responsive .at-share-btn {
  background: #326195 !important;
  padding: 5px;
  margin: 0 5px;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.module--tags-and-share .at-style-responsive .at-share-btn:hover {
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.module--tags-and-share .at-style-responsive .at-share-btn .at-icon-wrapper {
  cursor: pointer;
  width: 20px !important;
  height: 20px !important;
}
.module--tags-and-share .at-style-responsive .at-share-btn .at-icon {
  width: 22px !important;
  height: 22px !important;
  margin-left: -1px;
  margin-top: -1px;
}
.module--tags-and-share .at-style-responsive .at-share-btn .at-icon.at-icon-facebook {
  width: 26px !important;
  height: 26px !important;
  margin-left: -2px;
  margin-top: -2px;
}
.module--tags-and-share .at-style-responsive .at-share-btn:hover {
  background: #002b49 !important;
}

.c-block-header-caf--back-to-top-button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  background-color: #ffffff;
  background-image: url("/assets/ui/icons/button-back-to-top@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 200ms linear;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
}

.c-block-header-caf.m-show-back-to-top-button .c-block-header-caf--back-to-top-button {
  opacity: 1;
  pointer-events: all;
}

.c-block-header-caf--utility-wrapper {
  background-color: #dad9d7;
}

.c-block-header-caf--utility-wrapper-flex {
  display: flex;
  justify-content: space-between;
}

.c-block-header-caf--linkout-menu {
  display: flex;
  justify-content: flex-end;
  justify-self: flex-start;
}

.c-block-header-caf--linkout-item {
  padding: 0.75rem 1.5rem;
}

.c-block-header-caf--utility-button,
.c-block-header-caf--linkout-button {
  position: relative;
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #63656a;
  position: relative;
  background-size: 100% 0.125rem;
  background-repeat: repeat-x;
  background-position: 0 3.4125ex;
  background-image: linear-gradient(to right, currentColor 100%, transparent 100%);
}

.c-block-header-caf--utility-button:hover,
.c-block-header-caf--linkout-button:hover {
  color: inherit !important;
  background-image: linear-gradient(to right, currentColor 100%, transparent 100%);
}

.c-block-header-caf--utility-menu {
  display: flex;
  justify-content: flex-end;
}

.c-block-header-caf--utility-item {
  padding: 0.75rem 1.5rem;
}

/*
.c-block-header-caf--utility-button {
	@include font-style('palanquin-400-n');
	font-size: 1rem;
	line-height: 1rem;
	color: color('anvil');
}

.c-block-header-caf--utility-button:hover {
	text-decoration: underline;
}
*/
.c-block-header-caf--utility-search-item {
  padding: 0 0 0 1.5rem;
  position: relative;
}

.c-block-header-caf--utility-search-button {
  background-image: url("/assets/ui/icons/icon-search.svg");
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.75rem;
  height: 2.75rem;
  cursor: pointer;
}

.c-block-header-caf--utility-search-button:hover {
  background-image: url("/assets/ui/icons/icon-search-hover.svg");
}

.c-block-header-caf--utility-search-button[aria-expanded=true] {
  background-image: url("/assets/ui/icons/icon-close-x.svg");
}

.c-block-header-caf--utility-search-button[aria-expanded=true]:hover {
  background-image: url("/assets/ui/icons/icon-close-x-hover.svg");
}

.c-block-header-caf--search-box-wrapper {
  position: absolute;
  right: -0.75rem;
  top: 2.75rem;
  padding: 1.5rem 2.25rem 2.25rem 2.25rem;
  background-color: #dad9d7;
  width: 30.25rem;
  height: 10.25rem;
  z-index: 4;
}

.c-block-header-caf--search-box-wrapper .c-block-header-caf--search-input {
  width: calc(100% - 3rem);
  height: 3.25rem;
  padding: 0.75rem 1rem 0.75rem 1rem;
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #63656a;
  background-color: #ffffff;
  margin-top: 1.25rem;
  display: inline-block;
  vertical-align: bottom;
  border: 0.0625rem solid #ffffff;
}

.c-block-header-caf--search-box-wrapper .c-block-header-caf--search-input:focus {
  outline: none;
}

.c-block-header-caf--search-box-wrapper .c-block-header-caf--search-input:focus-visible {
  outline: none;
}

.c-block-header-caf--search-box-wrapper .c-block-header-caf--search-input.focus-visible {
  outline: none;
}

.c-block-header-caf--search-box-wrapper .c-block-header-caf--search-button {
  background-color: #ffffff;
  background-position: center;
  background-size: 1.25rem auto;
  background-repeat: no-repeat;
  background-image: url("/assets/ui/icons/arrow-large-right.svg");
  width: 3rem;
  height: 3.25rem;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}

.c-block-header-caf--bar-wrapper {
  background-color: #f2f1f1;
}

.c-block-header-caf--bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: relative;
}

.c-block-header-caf--headerspace {
  display: block;
  justify-content: flex-end;
  width: 100%;
  height: 9rem;
  background-color: #dad9d7;
  background-image: url("/assets/ui/bkgnd-check-gray@2x.png");
  background-repeat: repeat;
  background-size: 18.375rem;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.c-block-header-caf--headerspace > .site--container {
  height: 100%;
  position: relative;
}

/* Dead code
.c-block-header-caf--logo {
	position: absolute;
	background-size: 21.875rem auto;
	background-image: url('/assets/ui/logo-tlb.svg');
	background-position: center center;
	width: 21.875rem;
	height: 9.5rem;
	display: inline-block;
	align-self: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.c-block-header-caf--logo:hover {

}
*/
.c-block-header-caf--logo-image {
  position: absolute;
  width: 100%;
  max-width: 15rem;
  height: 8.5rem;
  display: inline-block;
  align-self: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-block-header-caf--header-cta-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

.c-block-header-caf--header-cta {
  display: inline-block;
  padding: 0.85rem 2.125rem;
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.9125rem;
  letter-spacing: 0.0375rem;
  text-align: center;
  color: #ffffff;
  background-color: #326195;
  cursor: pointer;
  transition: border 250ms ease;
  height: 3.825rem;
  width: 9.9875rem;
  text-transform: uppercase;
  transition: color 250ms ease, background-color 250ms ease;
}

.c-block-header-caf--header-cta:hover {
  background-color: #002b49;
}

.c-block-header-caf--menu {
  display: flex;
  align-items: center;
}

.c-block-header-caf--button {
  height: 100%;
  padding: 0.675rem 1.125rem;
  position: relative;
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  color: #63656a;
  cursor: pointer;
  transition: color 250ms ease, background-color 250ms ease;
}

.c-block-header-caf--button:hover {
  color: #ffffff;
  background-color: #d14600 !important;
}

.c-block-header-caf--button.m-in-section {
  color: #ffffff;
  background-color: #ff681d;
}

a.c-block-header-caf--button {
  padding: 1.25rem;
}

.c-block-header-caf--button > span {
  position: relative;
  pointer-events: none;
}

.c-block-header-caf--item {
  align-self: stretch;
}

.c-block-header-caf--item.m-has-submenu .c-block-header-caf--button[aria-expanded=true] {
  color: #ffffff;
  background-color: #d14600;
}

.c-block-header-caf--item.m-has-submenu .c-block-header-caf--button > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  transition: transform 250ms ease;
  background-image: url("/assets/ui/icons/arrow-tiny-down.svg");
  background-size: auto 0.6rem;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.c-block-header-caf--item.m-has-submenu .c-block-header-caf--button:hover > span::after {
  background-image: url("/assets/ui/icons/arrow-tiny-down-hover.svg");
}

.c-block-header-caf--item.m-has-submenu .c-block-header-caf--button.m-in-section > span::after {
  background-image: url("/assets/ui/icons/arrow-tiny-down-hover.svg");
}

.c-block-header-caf--item.m-has-submenu .c-block-header-caf--button[aria-expanded=true] > span::after {
  background-image: url("/assets/ui/icons/arrow-tiny-up.svg");
}

.c-block-header-caf--submenu {
  display: none;
  position: absolute;
  z-index: 4;
  top: 100%;
  left: auto;
  width: auto;
  max-width: 100%;
  padding: 0rem;
  background-color: #326195;
}

html.ie .c-block-header-caf--submenu {
  left: 0;
  right: 0;
}

.c-block-header-caf--submenu--color-strip {
  background-color: #d14600;
  width: 100%;
  height: 1.375rem;
  display: block;
}

.c-block-header-caf--subitem {
  display: inline-block;
  width: 100%;
}

.c-block-header-caf--subitem.tertiary-no + .c-block-header-caf--subitem.tertiary-no {
  margin-top: 0.5rem;
}

.c-block-header-caf--subbutton {
  display: flex;
  width: 100%;
  text-align: left;
  padding: 0.5rem 1.5rem;
  font-family: Harriet,serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
  transition: color 250ms ease;
  text-decoration: none;
}

.c-block-header-caf--subbutton:hover {
  color: #ffffff;
  text-decoration: underline;
}

.c-block-header-caf--subitem.tertiary-no > .c-block-header-caf--subbutton {
  position: relative;
}

.c-block-header-caf--subitem.tertiary-no > .c-block-header-caf--subbutton::before {
  content: "•";
  display: inline-block;
  margin-right: 0.25rem;
  position: absolute;
  margin-left: -0.75rem;
}

.c-block-header-caf--subitem.tertiary-yes {
  padding-left: 0.75rem;
}

.c-block-header-caf--subitem.tertiary-yes > .c-block-header-caf--subbutton {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.83rem;
  line-height: 1.125rem;
  color: #ffffff;
  transition: color 250ms ease;
  text-decoration: none;
  text-align: left;
  padding-left: 2rem;
}

.c-block-header-caf--subitem.tertiary-yes > .c-block-header-caf--subbutton::before {
  content: "—";
  display: inline-block;
  margin-right: 0.25rem;
  position: absolute;
  margin-left: -0.75rem;
}

.c-block-header-caf--subitem.tertiary-yes .c-block-header-caf--subbutton:hover {
  color: #ffffff;
  text-decoration: underline;
}

.c-block-header-caf--subitem.tertiary-yes .c-block-header-caf--subbutton:hover::before {
  text-decoration: none;
}

.c-block-header-caf--submenu-summary--wrapper {
  background-color: #002b49;
}

html.ie .c-block-header-caf--submenu-summary--wrapper {
  max-width: 24rem;
}

.c-block-header-caf--submenu-summary {
  padding: 1.75rem 3.5rem 2.25rem;
  max-width: 24rem;
}

.c-block-header-caf .c-block-header-caf--submenu-summary .h-type h3 a {
  background-image: none;
}

.c-block-header-caf--submenu-summary-link-container {
  text-align: right;
  width: 100%;
  display: inline-block;
  padding-top: 1.25rem;
}

.c-block-header-caf--submenu-summary-link {
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.0375rem;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  background-size: 100% 0.125rem;
  background-repeat: repeat-x;
  background-position: 0 2.8125ex;
  background-image: linear-gradient(to right, #ffffff 100%, transparent 100%);
}

.c-block-header-caf--submenu-links--wrapper {
  background-color: #326195;
}

.c-block-header-caf--submenu-links {
  display: flex;
  padding: 1.75rem 3.5rem 2.25rem;
}

.c-block-header-caf--submenu-links-col {
  width: 11rem;
}

.c-block-header-caf .c-base-primary-button {
  padding: 0 1.5rem;
}

.c-block-header-caf--image-loader {
  background-image: url("/assets/ui/icons/icon-search.svg"), url("/assets/ui/icons/icon-search-hover.svg"), url("/assets/ui/icons/icon-close-x.svg"), url("/assets/ui/icons/icon-close-x-hover.svg"), url("/assets/ui/icons/arrow-large-right.svg"), url("/assets/ui/icons/arrow-tiny-down.svg"), url("/assets/ui/icons/arrow-tiny-down-hover.svg"), url("/assets/ui/icons/arrow-tiny-up.svg");
  background-size: 0rem 0rem;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.c-block-header-compact--bar-wrapper {
  background-color: #dad9d7;
  background-image: url("/assets/ui/bkgnd-check-gray@2x.png");
  background-repeat: repeat;
  background-size: 18.375rem;
  background-position: center;
  background-attachment: fixed;
}

.c-block-header-compact--bar {
  display: flex;
  align-items: center;
  height: 6.25rem;
}

.c-block-header-compact--hamburger {
  justify-self: flex-start;
  display: inline-block;
}

.c-block-header-compact--logo-image {
  width: 100%;
  max-width: 10rem;
  display: inline-block;
}

.c-block-header-compact--utility-search {
  display: inline-block;
  background-image: url("/assets/ui/icons/icon-search.svg");
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.75rem;
  height: 2.75rem;
  cursor: pointer;
  margin-right: 0.75rem;
}

.c-block-header-compact--utility-search:hover {
  background-image: url("/assets/ui/icons/icon-search-hover.svg");
}

.c-block-header-caf.min-32rem .c-block-header-compact--utility-search {
  margin-right: 0rem;
}

.c-block-header-compact--utility-search-button {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.c-block-header-compact--flex-1 {
  display: flex;
  justify-self: flex-start;
  justify-content: flex-start;
  width: 6rem;
}

.c-block-header-compact--flex-2 {
  display: flex;
  justify-self: center;
  justify-content: center;
  flex: 1 0 auto;
}

.c-block-header-compact--flex-3 {
  display: flex;
  justify-self: flex-end;
  justify-content: flex-end;
  width: 6rem;
}

.c-block-header-compact--menu-wrapper {
  background-color: #f2f1f1;
}

.c-block-header-compact--menu {
  display: none;
}

.c-block-header-compact--item.m-hide {
  display: none;
}

.c-block-header-compact--item + .c-block-header-compact--item:before {
  content: "";
  height: 0.3125rem;
  width: 100%;
  display: inline-block;
  background-image: url("/assets/ui/pattern-horiz-rule-gray@2x.png");
  background-size: auto 0.3125rem;
  background-repeat: repeat-x;
}

.c-block-header-compact--item.m-hide + .c-block-header-compact--item:before {
  display: none;
}

.c-block-header-compact--item.m-has-submenu .c-block-header-compact--button[aria-expanded=true] {
  color: #ffffff;
  background-color: #d14600;
  padding-left: 4.25rem;
}

.c-block-header-compact--item.m-has-submenu .c-block-header-compact--button > span::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: calc(50% - 0.375rem);
  right: 3.5rem;
  background-image: url("/assets/ui/icons/arrow-tiny-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}

.c-block-header-compact--item.m-has-submenu .c-block-header-compact--button:hover > span::after {
  background-image: url("/assets/ui/icons/arrow-tiny-down-hover.svg");
}

.c-block-header-compact--item.m-has-submenu .c-block-header-compact--button[aria-expanded=true] > span::after {
  background-image: url("/assets/ui/icons/arrow-tiny-down-hover.svg");
  transform: rotate(90deg);
  right: calc(100% - 3.25rem);
}

.c-block-header-compact--button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 1.5rem 2.25rem;
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #63656a;
  cursor: pointer;
  transition: color 100ms ease;
  text-transform: uppercase;
  position: relative;
}

.c-block-header-compact--button:hover {
  color: #ffffff;
  background-color: #d14600;
}

.c-block-header-compact--submenu {
  display: none;
  position: relative;
  width: auto;
  max-width: 100%;
  padding: 0rem;
  background-color: #326195;
}

.c-block-header-compact--subitem {
  display: inline-block;
  width: 100%;
}

.c-block-header-compact--subitem.tertiary-no + .c-block-header-compact--subitem.tertiary-no {
  margin-top: 0.5rem;
}

.c-block-header-compact--subbutton {
  display: flex;
  width: 100%;
  text-align: left;
  padding: 0.5rem 1.5rem;
  font-family: Harriet,serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
  transition: color 250ms ease;
  text-decoration: none;
}

.c-block-header-compact--subbutton:hover {
  color: #ffffff;
  text-decoration: underline;
}

.c-block-header-compact--subitem.tertiary-no > .c-block-header-compact--subbutton {
  position: relative;
}

.c-block-header-compact--subitem.tertiary-no > .c-block-header-compact--subbutton::before {
  content: "•";
  display: inline-block;
  margin-right: 0.25rem;
  position: absolute;
  margin-left: -0.75rem;
}

.c-block-header-compact--subitem.tertiary-yes {
  padding-left: 0.75rem;
}

.c-block-header-compact--subitem.tertiary-yes > .c-block-header-compact--subbutton {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.83rem;
  line-height: 1.125rem;
  color: #ffffff;
  transition: color 250ms ease;
  text-decoration: none;
  text-align: left;
  padding-left: 2rem;
}

.c-block-header-compact--subitem.tertiary-yes > .c-block-header-compact--subbutton::before {
  content: "—";
  display: inline-block;
  margin-right: 0.25rem;
  position: absolute;
  margin-left: -0.75rem;
}

.c-block-header-compact--subitem.tertiary-yes > .c-block-header-compact--subbutton:hover {
  color: #ffffff;
  text-decoration: underline;
}

.c-block-header-compact--submenu-summary--wrapper {
  background-color: #002b49;
}

.c-block-header-compact--submenu-summary {
  padding: 2.25rem;
}

.c-block-header-compact--submenu-summary-link-container {
  text-align: right;
  width: 100%;
  display: inline-block;
  padding-top: 1.25rem;
}

.c-block-header-compact--submenu-summary-link {
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.0375rem;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  background-size: 100% 0.125rem;
  background-repeat: repeat-x;
  background-position: 0 2.8125ex;
  background-image: linear-gradient(to right, #ffffff 100%, transparent 100%);
}

.c-block-header-compact--submenu-links--wrapper {
  background-color: #326195;
}

.c-block-header-compact--submenu-links {
  display: block;
  padding: 1.5rem 0.75rem;
}

.c-block-header-compact--submenu .row.min-48rem .c-block-header-compact--submenu-links {
  display: flex;
}

.c-block-header-compact--submenu-links-col {
  width: 100%;
}

.c-block-header-compact--button.donate {
  background-color: #326195;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.0375rem;
}

.c-block-header-compact--button.donate:hover {
  background-color: #002b49;
  color: #ffffff;
}

.c-block-header-compact--bottom-utility-wrapper {
  background-color: #dad9d7;
  padding: 0.75rem;
}

.c-block-header-compact--bottom-utility-wrapper.m-hide {
  display: none;
}

.c-block-header-compact--bottom-utility-items {
  padding: 0.75rem 1.5rem;
}

.c-block-header-compact--linkout-item {
  padding: 0.75rem 1.5rem;
}

.c-block-header-compact--linkout-button,
.c-block-header-compact--utility-button {
  position: relative;
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #63656a;
  position: relative;
  background-size: 100% 0.125rem;
  background-repeat: repeat-x;
  background-position: 0 3.4125ex;
  background-image: linear-gradient(to right, currentColor 100%, transparent 100%);
}

.c-block-header-compact--linkout-button:hover,
.c-block-header-compact--utility-button:hover {
  color: inherit !important;
  background-image: linear-gradient(to right, currentColor 100%, transparent 100%);
}

/*
.c-block-header-compact--utility-button {
	@include font-style('palanquin-400-n');
	font-size: 1rem;
	line-height: 1rem;
	color: color('anvil');
}

.c-block-header-compact--utility-button:hover {
	text-decoration: underline;
}
 */
.darken-background-from-header {
  position: relative;
  pointer-events: none;
}

.darken-background-from-header:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(99, 101, 106, 0.875);
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  position: absolute;
}

.c-block-anchor-subheader--desktop-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(101, 47, 108, 0.9);
  padding: 1rem;
}

.c-block-anchor-subheader--mobile-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(101, 47, 108, 0.9);
  height: 3.75rem;
}

.c-block-anchor-subheader.m-fixed .c-block-anchor-subheader--desktop-menu {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}

.c-block-anchor-subheader.m-fixed .c-block-anchor-subheader--mobile-menu {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}

.c-block-anchor-subheader--label {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  flex: 0 0 auto;
  line-height: 1.75;
  font-size: 1rem;
  color: #ffffff;
}

.c-block-anchor-subheader--desktop-menu .c-block-anchor-subheader--label {
  margin: 0 0.75rem;
  padding: 0.25rem;
}

.c-block-anchor-subheader--mobile-menu .c-block-anchor-subheader--label {
  margin: 0.75rem;
  padding: 0.25rem;
}

.c-block-anchor-subheader--item {
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  flex: 0 0 auto;
  line-height: 1.75;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
}

.c-block-anchor-subheader--item:hover {
  text-decoration: underline;
}

.c-block-anchor-subheader--desktop-menu .c-block-anchor-subheader--item {
  margin: 0 0.75rem;
  padding: 0.25rem;
}

.c-block-anchor-subheader--mobile-menu .c-block-anchor-subheader--item {
  margin: 0.75rem;
  padding: 0.25rem;
}

.c-block-anchor-subheader--select {
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #ffffff;
  display: inline-block;
  width: auto;
  max-width: calc(100% - 6rem);
  padding: 0.75rem 1rem;
  background-color: transparent;
  padding-right: 3.5rem;
  background-image: url("/assets/ui/icons/arrow-large-down-white.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 50%;
  background-size: auto 1.25rem;
  cursor: pointer;
}

.c-block-anchor-subheader--select > option {
  background-color: #652f6c;
}

.c-block-footer-caf--logos {
  background-color: #652f6c;
  padding-top: 0.4rem;
  padding-bottom: 0.75rem;
}

.c-block-footer-caf--logos-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1.5rem;
}

.c-block-footer-caf--logos-link-holder {
  width: 100%;
  text-align: right;
  display: block;
}

.c-block-footer-caf--logos-link {
  font-family: Palanquin_Dark,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.0375rem;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  background-size: 100% 0.125rem;
  background-repeat: repeat-x;
  background-position: 0 2.8125ex;
  background-image: linear-gradient(to right, #ffffff 100%, transparent 100%);
}

.c-block-footer-caf--logo-image-holder {
  flex: 0 0 50%;
}

@media only screen and (min-width: 48em) {
  .c-block-footer-caf--logo-image-holder {
    flex: 0 0 20%;
  }
}
.c-block-footer-caf--main {
  background-color: #ff681d;
  background-image: url("/assets/ui/bkgnd-diamonds-orange@2x.png");
  background-repeat: repeat;
  background-size: 18.375rem;
  background-position: center;
  background-attachment: fixed;
  padding-top: 0.5rem;
}

.c-block-footer-caf--menu-items {
  display: flex;
  justify-content: flex-start;
}

.c-block-footer-caf--wrapper.min-64rem .c-block-footer-caf--menu-items {
  justify-content: center;
}

.c-block-footer-caf--icons {
  display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-block-footer-caf--icons .c-base-social-icon {
  -ms-flex: 0 0 1.875rem;
  flex: 0 0 1.875rem;
  max-width: 1.875rem;
  margin: 0 0.75rem 0.75rem 0;
}
.c-block-footer-caf--icons .c-base-social-icon:last-child {
  margin-right: 0;
}

.c-block-footer-caf--illustration {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.c-block-footer-caf--illustration .c-block-footer-caf--illustration-pad {
  padding-right: 0;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.c-block-footer-caf--wrapper .c-block-footer-caf--illustration .c-base-image {
  display: inline-block;
}

.c-block-footer-caf--wrapper.min-32rem .c-block-footer-caf--illustration .c-block-footer-caf--illustration-pad {
  padding-right: 1.5rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}

.c-block-footer-caf--wrapper.min-32rem .c-block-footer-caf--illustration .c-base-image {
  display: block;
}

.c-block-footer-caf--wrapper.min-32rem .c-block-footer-caf--illustration {
  justify-content: flex-end;
  display: flex;
}

.c-block-footer-caf--wrapper.min-64rem .c-block-footer-caf--illustration {
  padding-left: 0;
}

.c-block-footer-caf--illustration .c-base-image {
  max-width: 12.5rem;
  width: 100%;
}

.c-block-footer-caf--small-print {
  padding-top: 1.35rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.c-block-footer-caf--small-print-wrapper {
  display: flex;
}

.c-block-footer-caf--wrapper.min-48rem .c-block-footer-caf--small-print-wrapper {
  justify-content: flex-end;
}

.c-block-footer-caf--wrapper.min-48rem .c-block-footer-caf--small-print p {
  text-align: right;
}

.c-block-footer-caf--bottom-pattern {
  background-color: #ffffff;
  background-image: url("/assets/ui/pattern-edge-orange@2x.png");
  background-repeat: repeat;
  background-size: 8.1875rem;
  background-position: center;
  width: 100%;
  height: 1.25rem;
  display: block;
}

.c-card-webinars-and-trainings {
  height: 100%;
}

.c-card-webinars-and-trainings--card-content {
  display: block;
  border: 0.0625rem solid #dad9d7;
  transition: border 100ms ease;
  height: 100%;
}

.c-card-webinars-and-trainings--card-content:hover {
  border: 0.0625rem solid #d14600;
}

.c-card-webinars-and-trainings--preview {
  width: 100%;
  padding-top: 63.75%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.c-card-webinars-and-trainings--icon {
  position: relative;
  display: block;
}

.c-card-webinars-and-trainings--icon .c-base-image {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: 0.25rem 0.75rem;
}

.c-card-webinars-and-trainings--content .h-type h3 {
  transition: color 100ms ease;
  text-transform: none;
}

.c-card-webinars-and-trainings--card-content:hover .c-card-webinars-and-trainings--content .h-type h3 {
  color: #d14600;
}

.webinars #html5box-html5-lightbox .html5-elem-wrap {
  min-height: 591px;
}
.webinars #html5box-html5-lightbox .html5-elem-wrap .html5-image {
  height: 591px !important;
}

.c-card-project-produce {
  height: 100%;
}

.c-card-project-produce--card-content {
  display: block;
  border: 0.0625rem solid #dad9d7;
  transition: border 100ms ease;
  height: 100%;
}

.c-card-project-produce--card-content:hover {
  border: 0.0625rem solid #d14600;
}

.c-card-project-produce--preview {
  width: 100%;
  padding-top: 63.75%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.c-card-project-produce--icon {
  position: relative;
  display: block;
}

.c-card-project-produce--icon .c-base-image {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: 0.25rem 0.75rem;
}

.c-card-project-produce--content .h-type h3 {
  transition: color 100ms ease;
  text-transform: none;
}

.c-card-project-produce--card-content:hover .c-card-project-produce--content .h-type h3 {
  color: #d14600;
}

.c-card-search {
  border: solid 0.0625rem #dad9d7;
  transition: border 100ms ease;
  height: 100%;
}

.c-card-search:hover {
  border: 0.0625rem solid #d14600;
}

.c-card-search--title {
  margin-bottom: 0.5rem;
}

.c-card-search--title .h-type h3 {
  text-transform: none;
}

.c-card-search--title .h-type h3 a {
  background-image: none !important;
}

.c-card-search--title .h-type h3 a:hover {
  color: #d14600;
}

.c-card-search--crumbs {
  margin-bottom: 0.5rem;
}

.c-card-search--slash {
  /*
  @include font-style('palanquin-400-n');
  font-size: 1.1rem;
  line-height: 1.95rem;
  letter-spacing: 0;
  text-transform: none;
  color: currentColor;
  position: relative;
  display: inline-block;
  */
  padding: 0 0.25rem;
}

.c-card-search--crumb {
  /*
  @include font-style('palanquin-400-n');
  font-size: 1.1rem;
  line-height: 1.95rem;
  letter-spacing: 0;
  text-transform: none;
  color: currentColor;
  position: relative;
  display: inline-block;
  */
}

.c-block-downloads {
  display: inline-block;
  width: 100%;
  position: relative;
}

.c-block-downloads--intro-wrapper {
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
}

.c-block-downloads--group-wrapper {
  padding: 0 1.5rem;
}

.c-block-downloads--group-wrapper-row {
  display: block;
}

.c-block-downloads--group-wrapper-row-image {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.c-block-downloads.m-desktop-big .c-block-downloads--group-wrapper-row-image {
  width: 25rem;
}

.c-block-downloads.m-desktop-small .c-block-downloads--group-wrapper-row-image {
  width: 100%;
  display: block;
}

.c-block-downloads.m-mobile .c-block-downloads--group-wrapper-row-image {
  width: 100%;
  display: block;
}

.c-block-downloads--group-wrapper-row-cards {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.c-block-downloads.m-desktop-big .c-block-downloads--group-wrapper-row-cards {
  width: calc(100% - 25rem);
}

.c-block-downloads.m-desktop-small .c-block-downloads--group-wrapper-row-cards {
  width: 100%;
  display: block;
}

.c-block-downloads.m-mobile .c-block-downloads--group-wrapper-row-cards {
  width: 100%;
  display: block;
}

.c-block-downloads--group-wrapper > .c-block-downloads--group-wrapper-row + .c-block-downloads--group-wrapper-row {
  margin-top: 3rem;
}

.c-block-downloads--group-image {
  width: 100%;
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 0.6rem;
}

.c-block-downloads--group-cards-headline {
  padding: 0 1.5rem;
}

.c-block-downloads.m-desktop-small .c-block-downloads--group-cards-headline {
  padding: 1.5rem 0;
}

.c-block-downloads.m-mobile .c-block-downloads--group-cards-headline {
  padding: 1.5rem 0;
}

.c-block-downloads--group-cards-row {
  display: flex;
  flex-flow: row wrap;
}

.c-block-downloads--group-cards-col {
  flex: none;
  width: 50%;
  display: block;
}

@media (max-width: 1199px) {
  .c-block-downloads--group-cards-col {
    width: 100%;
  }
}
.c-block-downloads.m-desktop-small .c-block-downloads--group-cards-col {
  width: 100%;
}

.c-block-downloads.m-mobile .c-block-downloads--group-cards-col {
  width: 100%;
}

.c-block-downloads--download-card-wrapper {
  padding: 0 1.5rem 1.5rem 1.5rem;
  width: 100%;
  display: block;
}

.c-block-downloads.m-desktop-small .c-block-downloads--download-card-wrapper {
  padding: 0 0 1.5rem 0;
}

.c-block-downloads.m-mobile .c-block-downloads--download-card-wrapper {
  padding: 0 0 1.5rem 0;
}

.c-block-downloads--download-card-wrapper.m-has-heading {
  padding-top: 1.5rem;
}

.c-block-downloads--group-button {
  text-align: right;
  padding: 1.5rem 2.125rem;
}

.c-block-downloads--caption-wrapper {
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
}

.c-card-download {
  border: 0.0625rem solid #dad9d7;
  transition: border 100ms ease;
  display: block;
  background-color: #ffffff;
  height: 100%;
}

.c-card-download:hover {
  border: 0.0625rem solid #d14600;
}

.c-card-download--icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  display: block;
}

.c-card-download--icon-static {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.c-card-download--icon-hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 100ms ease;
}

.c-card-download:hover .c-card-download--icon-hover {
  opacity: 1;
}

.c-card-download--copy .h-type h3 {
  transition: color 100ms ease;
  text-transform: none;
}

.c-card-download:hover .c-card-download--copy .h-type h3 {
  color: #d14600;
}

.c-card-download--copy .h-type p + .small {
  margin-top: 0.25rem;
}

.c-page-search .card-search-wrapping-element {
  height: 100%;
}

.c-block-affiliation-form {
  background-size: 16.5rem;
  background-image: url("/assets/ui/bkgnd-check-gray@2x.png");
  background-repeat: repeat;
  padding: 2.4rem 1rem 2rem;
}

@media screen and (min-width: 55em) {
  .c-block-affiliation-form {
    padding: 2.4rem 2.5rem 2rem;
  }
}
.c-block-affiliation-form--header {
  padding: 0 1.5rem;
}
.c-block-affiliation-form--header h2 {
  margin-top: 13px !important;
}
.c-block-affiliation-form--header h3 {
  margin-top: 3px !important;
}
.c-block-affiliation-form--header.message-shown {
  padding-top: 0.6rem;
  padding-bottom: 0.455rem;
}
.c-block-affiliation-form--header.message-shown h2 {
  margin-bottom: 16px;
}

.c-block-affiliation-form--header-image {
  width: 5.375rem;
  margin-right: 1.5rem;
}

.c-block-affiliation-form--form-wrapper {
  padding-top: 0.95rem;
  position: relative;
}
.c-block-affiliation-form--form-wrapper .c-base-button-primary--element {
  width: 176px;
  max-width: 100%;
}

.c-block-affiliation-form--form {
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: relative;
}
.c-block-affiliation-form--form.m-form-hide {
  opacity: 0;
  visibility: hidden;
}
.c-block-affiliation-form--form .row {
  z-index: 2;
}

.c-block-affiliation-form [class*=answer].m-hide {
  display: none !important;
}

.c-block-affiliation-form .m-hide {
  display: none;
}

html.ie .c-block-affiliation-form .ie-failure-override {
  flex: 0 0 100% !important;
  width: 100% !important;
}

.c-block-affiliation-form--message {
  padding: 1.5rem 0 1.9rem;
}

.c-block-affiliation-form--newsletter {
  padding-bottom: 0;
  padding-top: 1.5rem;
}
.c-block-affiliation-form--newsletter .c-base-form-checkbox--wrapper {
  margin: 0 -23px;
  padding: 4px 0 0;
}
.c-block-affiliation-form--newsletter .c-base-form-checkbox--wrapper:after {
  display: table;
  content: " ";
  clear: both;
}
.c-block-affiliation-form--newsletter .c-base-form-checkbox--wrapper label {
  display: block;
  width: auto;
  margin: 0;
  font-size: 19px;
  line-height: 1.68;
  padding: 0 0 21px 27px;
  position: relative;
  z-index: 1;
}
.c-block-affiliation-form--newsletter .c-base-form-checkbox--wrapper label span {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  margin: -4px 0 0;
}
.c-block-affiliation-form--newsletter .c-base-form-checkbox--wrapper .field-col {
  width: 100%;
  float: left;
  padding: 0 23px;
  position: relative;
}
.c-block-affiliation-form--newsletter .c-base-form-checkbox--wrapper .field-col:nth-child(2n+1) {
  clear: both;
}
.c-block-affiliation-form--newsletter .c-base-form-checkbox--wrapper .jcf-checkbox {
  position: absolute;
  left: 23px;
  margin: 0;
  z-index: 2;
  top: 8px;
}

@media screen and (min-width: 55em) {
  .c-block-affiliation-form--newsletter .c-base-form-checkbox--wrapper .field-col {
    width: 50%;
  }
}
.c-block-affiliation-form--newsletter.signup-check .c-base-form-checkbox--wrapper {
  padding: 0;
}
.c-block-affiliation-form--newsletter.signup-check .c-base-form-checkbox--wrapper .field-col {
  width: 100% !important;
}

.spinner-rect {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner-rect > div {
  -webkit-animation: sk-stretchdelay 1.2s infinite;
  -moz-animation: sk-stretchdelay 1.2s infinite;
  -o-animation: sk-stretchdelay 1.2s infinite;
  animation: sk-stretchdelay 1.2s infinite;
  background-color: #002b49;
  height: 100%;
  width: 6px;
  display: inline-block;
}
.spinner-rect .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner-rect .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner-rect .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner-rect .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@-moz-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@-ms-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
.c-block-loader-form {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 28% 0 0;
  opacity: 0.9;
  z-index: 3;
}
.c-block-loader-form .spinner-rect {
  margin: 0 auto;
}

@media screen and (max-width: 48em) {
  .c-block-affiliation-form .hide-48rem {
    display: none;
  }
}
.c-block-recipes-view {
  padding-bottom: 1.5rem;
}

.c-block-recipes-view--controls {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem 0 1.75rem 0;
  position: relative;
}

.c-block-recipes-view--controls > * {
  position: relative;
}

.c-block-recipes-view--controls:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  background-image: url("/assets/ui/bkgnd-check-gray@2x.png");
  background-size: 16.5rem;
}

.c-block-recipes-view--filter-input {
  flex: 1 1 16rem;
  padding: 1.25rem 1.25rem;
  max-width: 28rem;
}

.c-block-recipes-view--filter-input input:focus {
  border-color: #ff681d;
  outline: none;
}

.c-block-recipes-view--filter-input input:focus-visible {
  border-color: #ff681d;
  outline: none;
}

.c-block-recipes-view--filter-input input.focus-visible {
  border-color: #ff681d;
  outline: none;
}

html.ie .c-block-recipes-view--filter-input {
  flex: 0 1 25rem;
}

.c-block-recipes-view--input-buttons {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem 1.25rem;
}

.c-block-recipes-view--controls input {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #326195;
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  border: 0.0625rem solid #dad9d7;
}

.c-block-recipes-view--controls select {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #326195;
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  border: 0.0625rem solid #dad9d7;
  padding-right: 3.5rem;
  background-image: url("/assets/ui/icons/arrow-large-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 50%;
  background-size: auto 1.25rem;
  cursor: pointer;
}

.c-block-recipes-view--controls select:hover {
  border-color: #ff681d;
  outline: none;
  background-image: url("/assets/ui/icons/arrow-large-down-hover.svg");
}

.c-block-recipes-view--controls select:focus {
  border-color: #ff681d;
  outline: none;
  background-image: url("/assets/ui/icons/arrow-large-down-hover.svg");
}

.c-block-recipes-view--controls select:focus-visible {
  border-color: #ff681d;
  outline: none;
  background-image: url("/assets/ui/icons/arrow-large-down-hover.svg");
}

html.ie .c-block-recipes-view--controls select {
  background-position: calc(100% + 3rem) 50%;
}

.c-block-recipes-view--view-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}

.c-block-recipes-view--page-buttons {
  justify-content: center;
}

.c-block-recipes-view.m-card-mode .c-block-recipes-view--card-format-button {
  display: none;
}

.c-block-recipes-view.m-table-mode .c-block-recipes-view--table-format-button {
  display: none;
}

.c-block-recipes-view.m-busy .c-block-recipes-view--input-buttons,
.c-block-recipes-view.m-busy .c-block-recipes-view--view-buttons {
  opacity: 0.5;
}

.c-block-recipes-view--clear-button {
  padding: 1.25rem 2rem;
}

.c-block-recipes-view--loader {
  display: none;
}

.c-block-recipes-view.m-busy .c-block-recipes-view--loader {
  display: block;
}

.c-block-recipes-view--prev-page-button {
  text-align: center;
}

.c-block-recipes-view.m-busy .c-block-recipes-view--page-buttons {
  opacity: 0.5;
}

.c-block-recipes-view.m-first-page .c-block-recipes-view--prev-page-button {
  display: none;
}

.c-block-recipes-view.m-last-page .c-block-recipes-view--next-page-button {
  display: none;
}

.c-block-recipes-view--result-section > .col.p-half {
  padding: 1.25rem;
}

.c-block-recipes-view--result-section th {
  padding-right: 3.5rem;
  cursor: pointer;
}

.c-block-recipes-view--result-section th.m-sort {
  background-image: url("/assets/ui/icons/arrow-tiny-down-hover.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 50%;
  background-size: auto 0.75rem;
}

.c-block-recipes-view--result-section th.m-sort-desc {
  background-image: url("/assets/ui/icons/arrow-tiny-up.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 50%;
  background-size: auto 0.75rem;
}

.c-block-recipes-view .c-block-table {
  width: 100%;
}

.c-block-recipes-view .c-block-table tr > th:nth-child(1) {
  width: 14rem;
}

.c-block-recipes-view .c-block-table tr > th:nth-child(4) {
  width: 10rem;
}

.c-base-form-checkbox--checkbox {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  border: 0.0625rem solid #dad9d7;
  background-color: #ffffff;
}

.c-base-form-checkbox--label {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-transform: none;
  color: #002b49;
  position: relative;
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: middle;
  width: calc(100% - 1.25rem);
}

.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: visible;
  cursor: default;
  background: #fff;
  border: 1px solid #dad9d7;
  margin: 0 3px 0 0;
  height: 18px;
  width: 18px;
}
.jcf-checkbox span {
  background: transparent;
  position: absolute;
  height: 7px;
  width: 13px;
  top: 6px;
  left: 11px;
  margin: -7px 0 0 -6px;
  border: 1px solid #002b49;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: none;
}
.jcf-checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-checkbox.jcf-checked span {
  display: block;
}

.c-base-form-districts--results {
  width: 100%;
  display: block;
  border-left: 0.0625rem solid #dad9d7;
  border-right: 0.0625rem solid #dad9d7;
  border-bottom: 0.0625rem solid #dad9d7;
  max-height: 12.5rem;
  overflow-y: scroll;
}

.c-base-form-districts--results:empty {
  display: none;
}

.c-base-form-districts--input-search {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #326195;
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  border: 0.0625rem solid #dad9d7;
  background-image: url("/assets/ui/icons/icon-search.svg");
  background-size: auto 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 50%;
  padding-right: 3.5rem;
}

html.ie .c-base-form-districts--input-search {
  background-position: calc(100% + 3rem) 50%;
}

.c-base-form-districts--input-search:focus {
  border-color: #ff681d;
  outline: none;
}

.c-base-form-districts--input-search:focus-visible {
  border-color: #ff681d;
  outline: none;
}

.c-base-form-districts--input-search.focus-visible {
  border-color: #ff681d;
  outline: none;
}

.c-base-form-districts .result-button {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
  width: 100%;
  color: #002b49;
  background-color: #ffffff;
  text-align: left;
  display: block;
  padding: 1rem 1rem;
  margin: 0;
  cursor: pointer;
  transition: background-color 250ms ease;
}

.c-base-form-districts .result-button:hover {
  background-color: #f2f1f1;
}

.c-base-form-districts .result-button + .result-button {
  border-top: 0.0625rem solid #eae9e8;
}

.c-base-form-districts .result-button:last-child {
  margin-bottom: 0rem;
}

.c-base-form-districts .no-results {
  font-family: Palanquin,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #002b49;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.75rem;
  background-color: #ffffff;
}

.c-base-form-districts--clear-button .c-base-button-tertiary {
  padding: 1.0625rem 2rem;
}

.c-base-form-districts--search-col {
  position: relative;
}

.c-block-popup {
  width: 100%;
  max-width: 60rem;
  display: none;
  margin: auto;
  position: relative;
  cursor: auto;
}

.c-block-popup.m-hide {
  display: none;
}

.c-block-popup.m-show {
  display: block;
}

.c-block-popup--close-container {
  position: absolute;
  right: 0;
  top: 0;
  height: 3.75rem;
  width: 3.75rem;
}

.c-block-popup--close-container button.m-closepopup {
  background-image: url("/assets/ui/icons/icon-close-x.svg");
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 2rem;
  margin-right: 2rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.c-block-popup--close-container button.m-closepopup:hover {
  background-image: url("/assets/ui/icons/icon-close-x-hover.svg");
}

.c-block-popup--content {
  overflow-y: auto;
  max-height: 100vh;
}

.c-page-recipe--name {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}

.c-page-recipe--image-details {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 2.5rem;
}

.c-page-recipe--ingredient-heading {
  display: flex;
  width: 100%;
  position: relative;
  align-items: flex-end;
}

.c-page-recipe--ingredient-heading-title {
  flex: 1 0 auto;
}

.c-page-recipe--ingredient-heading-controls {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.c-page-recipe.m-ingredients-loading .c-page-recipe--ingredient-heading-controls {
  opacity: 0.5;
}

.c-page-recipe.m-ingredients-unavailable .c-page-recipe--ingredient-heading-controls {
  display: none;
}

.c-page-recipe--ingredient-heading-controls > .c-base-form-input {
  max-width: 10.875rem;
  width: 100%;
  display: block;
  margin: 0.75rem 0.75rem 0.75rem 0;
  vertical-align: bottom;
}

@media screen and (min-width: 28.125em) {
  .c-page-recipe--ingredient-heading-controls > .c-base-form-input {
    display: inline-block;
  }
}
.c-page-recipe--ingredient-heading-controls > .c-base-button-primary {
  display: inline-block;
  width: 15rem;
}

.c-page-recipe--ingredient-heading-controls > .c-base-button-tertiary {
  max-width: 6.25rem;
  width: 100%;
  text-align: center;
  display: inline-block;
  align-self: center;
  padding-top: 1.875rem;
}

.c-page-recipe--ingredient {
  display: block;
  width: 100%;
  position: relative;
}

.c-page-recipe--ingredients-missing {
  display: none;
}

.c-page-recipe.m-ingredients-unavailable .c-page-recipe--ingredients-missing {
  display: block;
}

.c-page-recipe.m-ingredients-loading .c-page-recipe--ingredients-missing {
  display: none;
}

.c-page-recipe--loader {
  display: none;
}

.c-page-recipe.m-ingredients-loading .c-page-recipe--loader {
  display: block;
}

.c-page-recipe--ingredient-buttons {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0.75rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 2rem;
}

.c-page-recipe--ingredient-buttons-wrap {
  justify-content: center;
}

.c-page-recipe.m-ingredients-loading .c-page-recipe--ingredient-buttons {
  opacity: 0.5;
}

.c-page-recipe.m-ingredients-unavailable .c-page-recipe--ingredient-buttons {
  display: none;
}

.c-page-recipe--ingredient-button {
  display: inline-block;
  margin: 0.75rem 0.75rem 0.75rem 0;
}

@media screen and (min-width: 28.125em) {
  .c-page-recipe--ingredient-button {
    margin: 0.75rem;
  }
}
.c-page-recipe--ingredient-button.m-recipe-reset {
  margin: 1.5rem 0.75rem;
}

.c-page-recipe--instructions {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.c-page-recipe--food-groups {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.c-page-recipe--promos {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 5rem;
}

.c-page-project-produce {
  margin-top: 3rem;
}

.c-block-loader {
  width: 10rem;
  margin: auto;
  padding: 0.75rem;
  text-align: center;
  background-color: #000000;
  filter: contrast(2250%) brightness(0.81) hue-rotate(31deg) invert(1);
}

html.ie .c-block-loader {
  background-color: #ffffff;
}

@keyframes loader-animate-first {
  0% {
    left: 0;
  }
  50% {
    left: 5.25rem;
  }
  100% {
    left: 0;
  }
}
@keyframes loader-animate {
  0% {
    left: 0;
  }
  50% {
    left: -1.75rem;
  }
  100% {
    left: 0;
  }
}
.c-block-loader--dot {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  margin: 0.25rem;
  position: relative;
  background-color: #00ffff;
  filter: blur(0.375rem);
  animation: 2s ease-in-out infinite loader-animate;
}

html.ie .c-block-loader--dot {
  background-color: #d14600;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0.5rem;
}

.c-block-loader--dot:first-child {
  animation: 2s ease-in-out infinite loader-animate-first;
}

html.ie .c-block-loader--dot:first-child {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.25rem;
}

.c-card-featured-item {
  height: 100%;
}

.c-card-featured-item--card-content {
  display: block;
  border: 0.0625rem solid #dad9d7;
  transition: border 100ms ease;
  height: 100%;
  display: block;
}

.c-card-featured-item--card-content:hover {
  border: 0.0625rem solid #d14600;
}

.c-card-featured-item--preview {
  width: 100%;
  padding-top: 75%;
  position: relative;
  background-size: cover;
  background-position: center;
  display: block;
}

.c-card-featured-item--icon {
  position: relative;
  display: block;
}

.c-card-featured-item--icon .c-base-image {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: 0.375rem 0.75rem 0;
}

.c-card-featured-item--content .h-type h3 {
  transition: color 100ms ease;
  text-transform: none;
}

.c-card-featured-item--card-content:hover .c-card-featured-item--content .h-type h3 {
  color: #d14600;
}

.c-featured-entries-automatic--content .c-block-button--button-holder,
.c-featured-entries-automatic--content .p-full-x.c-block-button--button-holder,
.c-featured-entries-manual--content .c-block-button--button-holder,
.c-featured-entries-manual--content .p-full-x.c-block-button--button-holder,
.featured-entries-reliquary--content .c-block-button--button-holder,
.featured-entries-reliquary--content .p-full-x.c-block-button--button-holder {
  padding: 0;
}

.c-block-circle-image-gallery .background-image-holder {
  background-image: url("/assets/ui/icons/circular-image-module/close-button.svg"), url("/assets/ui/icons/circular-image-module/left-arrow.svg"), url("/assets/ui/icons/circular-image-module/right-arrow.svg"), url("/assets/ui/icons/circular-image-module/video-pause-btn-small.svg"), url("/assets/ui/icons/circular-image-module/video-play-btn-small.svg"), url("/assets/ui/icons/circular-image-module/close-button-hover.svg"), url("/assets/ui/icons/circular-image-module/left-arrow-hover.svg"), url("/assets/ui/icons/circular-image-module/right-arrow-hover.svg"), url("/assets/ui/icons/circular-image-module/video-pause-btn-small-hover.svg"), url("/assets/ui/icons/circular-image-module/video-play-btn-small-hover.svg");
  height: 1px;
  width: 100%;
  clear: both;
  opacity: 0;
  visibility: hidden;
}
.c-block-circle-image-gallery .img-wrap {
  max-width: 260px;
  margin: 0 auto;
}

.c-block-circle-image-gallery--image {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-block-circle-image-gallery.m-square .c-block-circle-image-gallery--image {
  padding-top: 100%;
}

.c-block-circle-image-gallery.m-tall .c-block-circle-image-gallery--image {
  padding-top: 133.3333%;
}

.c-block-circle-image-gallery.m-wide .c-block-circle-image-gallery--image {
  padding-top: 75%;
}

.c-block-circle-image-gallery.m-wider .c-block-circle-image-gallery--image {
  padding-top: 56.25%;
}

.c-block-circle-image-gallery--image {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.c-block-circle-image-gallery--image .c-base-background-image {
  -moz-transition: transform 360ms ease-in-out;
  -webkit-transition: transform 360ms ease-in-out;
  transition: transform 360ms ease-in-out;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.c-block-circle-image-gallery--image:hover .c-base-background-image {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#html5box-html5-lightbox {
  z-index: 9999 !important;
}
#html5box-html5-lightbox #html5-lightbox-overlay {
  opacity: 0.85 !important;
  background-color: #63656a !important;
}
#html5box-html5-lightbox #html5-lightbox-box {
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto !important;
  width: 60% !important;
  top: 53%;
  max-width: 788px !important;
  height: auto !important;
}
#html5box-html5-lightbox .html5-image-container {
  max-height: 37rem;
  overflow: hidden;
}
#html5box-html5-lightbox #html5-close {
  width: 28px;
  height: 28.1px;
  display: block;
  background-color: transparent !important;
  background-size: 28px 28.1px !important;
  background-image: url(/assets/ui/icons/circular-image-module/close-button.svg) !important;
  background-repeat: no-repeat !important;
  right: -14px !important;
  top: -23px !important;
}
#html5box-html5-lightbox #html5-close:hover {
  background-image: url("/assets/ui/icons/circular-image-module/close-button-hover.svg") !important;
}
#html5box-html5-lightbox #html5-close img {
  display: none !important;
}
#html5box-html5-lightbox .html5-image,
#html5box-html5-lightbox .html5-elem-box,
#html5box-html5-lightbox .html5-elem-wrap,
#html5box-html5-lightbox .html5-elem-data-box {
  background: transparent !important;
  padding: 0 !important;
}
#html5box-html5-lightbox .html5-elem-box {
  max-height: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  width: 100% !important;
}
#html5box-html5-lightbox .html5-prev,
#html5box-html5-lightbox .html5-next {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20.849px;
  height: 20px;
  display: block !important;
  opacity: 1 !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: 20.849px 20px !important;
  background-image: url("/assets/ui/icons/circular-image-module/left-arrow.svg") !important;
}
#html5box-html5-lightbox .html5-prev .mh-icon-left,
#html5box-html5-lightbox .html5-prev .mh-icon-right,
#html5box-html5-lightbox .html5-next .mh-icon-left,
#html5box-html5-lightbox .html5-next .mh-icon-right {
  display: none !important;
}
#html5box-html5-lightbox .html5-prev:hover,
#html5box-html5-lightbox .html5-next:hover {
  background-image: url("/assets/ui/icons/circular-image-module/left-arrow-hover.svg") !important;
}
#html5box-html5-lightbox .html5-prev {
  left: -45px !important;
}
#html5box-html5-lightbox .html5-next {
  right: -45px !important;
  background-image: url("/assets/ui/icons/circular-image-module/right-arrow.svg") !important;
}
#html5box-html5-lightbox .html5-next:hover {
  background-image: url("/assets/ui/icons/circular-image-module/right-arrow-hover.svg") !important;
}
#html5box-html5-lightbox .html5-text {
  font-family: Palanquin, Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-stretch: normal;
  line-height: 1.75 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  margin: 0 !important;
}
#html5box-html5-lightbox .html5-elem-data-box {
  padding: 10px 0 !important;
  position: absolute !important;
  top: 100%;
}
#html5box-html5-lightbox .html5-timer {
  background: #ff681d !important;
}
#html5box-html5-lightbox .html5-elem-wrap {
  min-height: 100px;
  background: #ffffff !important;
  height: auto !important;
  width: 100% !important;
  overflow: hidden !important;
}
#html5box-html5-lightbox .html5-loading {
  display: block !important;
  opacity: 1 !important;
  padding: 10px 0 0 !important;
}
#html5box-html5-lightbox .html5-loading .mh-spinicon {
  display: none !important;
}
#html5box-html5-lightbox .html5-loading .c-block-loader {
  padding: 0.75rem !important;
  line-height: 1 !important;
}
#html5box-html5-lightbox .html5-title {
  position: relative;
  padding: 9px 0 16px;
  padding-left: 48px;
  line-height: 1;
}
#html5box-html5-lightbox .html5-play,
#html5box-html5-lightbox .html5-pause,
#html5box-html5-lightbox .html5-playpause {
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: 36px 37px !important;
  width: 36px !important;
  height: 37px !important;
}
#html5box-html5-lightbox .html5-play img,
#html5box-html5-lightbox .html5-pause img,
#html5box-html5-lightbox .html5-playpause img {
  display: none !important;
}
#html5box-html5-lightbox .html5-playpause {
  top: 0;
  margin: auto 0 !important;
  position: absolute;
  left: 0;
  bottom: 0;
}
#html5box-html5-lightbox .html5-play {
  background-image: url("/assets/ui/icons/circular-image-module/video-play-btn-small.svg") !important;
}
#html5box-html5-lightbox .html5-play:hover {
  background-image: url("/assets/ui/icons/circular-image-module/video-play-btn-small-hover.svg") !important;
}
#html5box-html5-lightbox .html5-pause {
  background-image: url("/assets/ui/icons/circular-image-module/video-pause-btn-small.svg") !important;
}
#html5box-html5-lightbox .html5-pause:hover {
  background-image: url("/assets/ui/icons/circular-image-module/video-pause-btn-small-hover.svg") !important;
}

@media (max-height: 767px) {
  #html5box-html5-lightbox .html5-image-container {
    max-height: 25rem;
  }
}
.c-block-video-and-text.m-vertical-align-top .c-block-video-and-text--content {
  align-self: flex-start;
}

.c-block-video-and-text.m-vertical-align-center .c-block-video-and-text--content {
  align-self: center;
}

.c-block-video-and-text.m-vertical-align-bottom .c-block-video-and-text--content {
  align-self: flex-end;
}

.c-block-video-and-text--button {
  margin-top: 1.5rem;
  text-align: right;
}

.c-block-video-and-text--video-wrapper {
  position: relative;
}
.c-block-video-and-text--video-wrapper.m-hidden .c-block-video-and-text--play-button {
  display: none;
}

.c-block-video-and-text--play-button {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.c-block-video-and-text--overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(99, 101, 106, 0.65);
  transform: background-color 0.333s linear;
}

.c-block-video-and-text--button:hover .c-block-video-and-text--overlay {
  background-color: rgba(99, 101, 106, 0.45);
}

.c-block-video-and-text--image-wrapper {
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-block-video-and-text--video-wrapper.m-hidden .c-base-video--cover {
  display: none;
}

.video-and-text-section .video-and-text-mobile {
  display: none;
}
@media (max-width: 980px) {
  .video-and-text-section .video-and-text-mobile {
    display: block;
  }
  .video-and-text-section .row.eq-init {
    display: block;
  }
  .video-and-text-section .row.eq-init .col {
    width: 100%;
  }
  .video-and-text-section .row.eq-init .text-col {
    display: none;
  }
}

.c-block-donation-form .c-base-form--donation-form .c-base-form--field {
  padding: 19px 24px 19px 20px;
}
.c-block-donation-form .c-base-form--donation-form .c-base-form--field select {
  color: #002b49;
}
.c-block-donation-form .c-base-form--donation-form .c-base-form--field input {
  font-size: 16px;
  line-height: 1.75;
  color: #002b49;
}
.c-block-donation-form .c-base-form--donation-form .c-base-form--field input .placeholder {
  font-size: 16px;
  line-height: 1.75;
  color: #002b49;
  opacity: 1;
}
.c-block-donation-form .c-base-form--donation-form .c-base-form--field input :-moz-placeholder {
  font-size: 16px;
  line-height: 1.75;
  color: #002b49;
  opacity: 1;
}
.c-block-donation-form .c-base-form--donation-form .c-base-form--field input ::-moz-placeholder {
  font-size: 16px;
  line-height: 1.75;
  color: #002b49;
  opacity: 1;
}
.c-block-donation-form .c-base-form--donation-form .c-base-form--field input :-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.75;
  color: #002b49;
  opacity: 1;
}
.c-block-donation-form .c-base-form--donation-form .c-base-form--field input ::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.75;
  color: #002b49;
  opacity: 1;
}
.c-block-donation-form .c-base-form--donation-form .c-base-form--field input::placeholder {
  font-size: 16px;
  line-height: 1.75;
  color: #002b49;
  opacity: 1;
}

.other-wrapper {
  display: flex;
}
@media (max-width: 1360px) {
  .other-wrapper {
    display: inline-block;
  }
}
.other-wrapper .other-field {
  display: flex;
  position: relative;
  justify-content: end;
}
@media (max-width: 1360px) {
  .other-wrapper .other-field {
    width: 50%;
    float: right;
    position: relative;
    top: -111px;
  }
}
@media (max-width: 767px) {
  .other-wrapper .other-field {
    width: 100%;
    top: auto;
  }
}
.other-wrapper .other-field span {
  position: absolute;
  top: 0;
  left: 27px;
  bottom: 0;
  margin: auto;
  height: 19px;
  font-family: Harriet;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.32px;
  color: #63656a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1360px) {
  .other-wrapper .other-field span {
    left: 5px;
  }
}
.other-wrapper .other-field #other-amount {
  margin-left: 23px;
  -moz-appearance: textfield;
  width: 80%;
}
@media (max-width: 1360px) {
  .other-wrapper .other-field #other-amount {
    width: 100%;
  }
}
.other-wrapper .other-field #other-amount::-webkit-outer-spin-button, .other-wrapper .other-field #other-amount::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.other-wrapper .radio-group {
  display: flex;
}
.other-wrapper .radio-group.tablet {
  display: none;
}
@media (max-width: 1360px) {
  .other-wrapper .radio-group {
    display: inline-block;
    margin-right: -24px;
  }
  .other-wrapper .radio-group.desktop-mobile {
    display: none;
  }
  .other-wrapper .radio-group.tablet {
    display: inline-block;
  }
  .other-wrapper .radio-group.tablet .radio-col {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .other-wrapper .radio-group.desktop-mobile {
    display: block;
  }
  .other-wrapper .radio-group.tablet {
    display: none;
  }
}
.other-wrapper .radio-group .radio-item {
  margin-right: 28px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 1360px) {
  .other-wrapper .radio-group .radio-item {
    margin-right: 0;
    width: 100%;
    float: left;
    padding: 19px 24px 19px 30px;
  }
  .other-wrapper .radio-group .radio-item.other-amount {
    display: block;
  }
}
@media (max-width: 767px) {
  .other-wrapper .radio-group .radio-item {
    width: 100%;
  }
}
.other-wrapper .radio-group .radio-item label {
  font-family: Harriet;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.32px;
  color: #63656a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.other-wrapper .radio-group .radio-item label.checked {
  color: #002b49;
}
.other-wrapper .radio-group .radio-item label span.overlay {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 10px;
  border: solid 1px #dad9d7;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.other-wrapper .radio-group .radio-item label span.overlay:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  border: solid 1px #dad9d7;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.other-wrapper .radio-group .radio-item label .radio {
  display: none;
}
.other-wrapper .radio-group .radio-item label .radio:checked ~ span.overlay:before {
  background-color: #d14600;
}
.other-wrapper .radio-group .radio-item.other-amount {
  margin-right: 0;
}
.other-wrapper .radio-group .radio-item.other-amount label {
  display: flex;
}
.other-wrapper .radio-group .radio-item.other-amount label .radio {
  display: none;
}
.other-wrapper .radio-group .radio-item.other-amount label span {
  display: flex;
  align-items: center;
}

.module--ck-editor-multi-column figure.circle-crop {
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.module--ck-editor-multi-column figure.circle-crop > img, .module--ck-editor-multi-column figure.img-size > img {
  vertical-align: unset;
  max-width: unset;
  min-width: unset;
  height: 100%;
}

.module--ck-editor-multi-column figure.img-size > img {
  height: auto;
  width: 100%;
}

.module--ck-editor-multi-column figure.circle-lg {
  /*
      width: calc(100vw / 3.4);
      height: calc(100vw / 3.4);
   */
  width: 84vw;
  height: 84vw;
  max-width: 480px;
  max-height: 480px;
}

.module--ck-editor-multi-column figure.circle-md {
  width: 63vw;
  height: 63vw;
  max-width: 360px;
  max-height: 360px;
}

.module--ck-editor-multi-column figure.circle-sm {
  width: 42vw;
  height: 42vw;
  max-width: 240px;
  max-height: 240px;
}

.module--ck-editor-multi-column figure.circle-xs {
  width: 31.5vw;
  height: 31.5vw;
  max-width: 180px;
  max-height: 180px;
}

.module--ck-editor-multi-column div.embed-form > div {
  padding: 40px;
  /* border-radius: 40px; */
}

.module--ck-editor-multi-column div.form-light > div {
  background: white;
}

.module--ck-editor-multi-column .c-ckeditor-multi-column--button {
  text-align: right;
}

.module--ck-editor-multi-column figure.size-lg {
  width: 480px;
  height: auto;
}

.module--ck-editor-multi-column figure.size-md {
  width: 360px;
  height: auto;
}

.module--ck-editor-multi-column figure.size-sm {
  width: 240px;
  height: auto;
}

.module--ck-editor-multi-column figure.center {
  margin-right: auto;
  margin-left: auto;
}

.module--ck-editor-multi-column figure.size-xs {
  width: 180px;
  height: auto;
}

.module--ck-editor-multi-column .c-base-testimonial {
  width: 90%;
}

/* Small (>= 512px) */
@media (min-width: 32em) {
  .module--ck-editor-multi-column div.embed-form > div {
    border-radius: 40px;
  }
}
/* Medium (>= 768px) */
@media screen and (min-width: 48em) {
  .c-ckeditor-multi-column--content.md-3 figure.circle-lg {
    max-width: 180px;
    max-height: 180px;
  }
  .c-ckeditor-multi-column--content.md-4 figure.circle-lg {
    max-width: 257px;
    max-height: 257px;
  }
  .c-ckeditor-multi-column--content.md-5 figure.circle-lg {
    max-width: 317px;
    max-height: 317px;
  }
  .c-ckeditor-multi-column--content.md-6 figure.circle-lg {
    max-width: 420px;
    max-height: 420px;
  }
}
/* Large (>= 1024px) */
/* Extra-Large (>= 1280px) */
@media screen and (min-width: 80em) {
  .c-ckeditor-multi-column--content.md-3 figure.circle-lg {
    max-width: 272px;
    max-height: 272px;
  }
  .c-ckeditor-multi-column--content.md-4 figure.circle-lg {
    max-width: 378px;
    max-height: 378px;
  }
  .c-ckeditor-multi-column--content.md-5 figure.circle-lg {
    max-width: 420px;
    max-height: 420px;
  }
}
html {
  width: 100vw;
  overflow-x: hidden;
}

/* Body
----------------------------- */
body {
  width: 100vw;
  overflow-x: hidden;
  opacity: 1;
  transition: opacity 0.33s linear 0.25s;
}

body.content-loading {
  visibility: hidden;
  opacity: 0;
}

main {
  width: 100%;
}

/* Site Container
----------------------------- */
.site--container,
.site--narrow-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 32em) {
  .site--container {
    max-width: calc(100% - 3rem);
  }
}
@media (min-width: 48em) {
  .site--container {
    max-width: calc(100% - 6rem);
  }
}
@media (min-width: 64em) {
  .site--container {
    max-width: calc(100% - 9rem);
  }
}
@media (min-width: 80em) {
  .site--container {
    max-width: calc(100% - 16rem);
  }
}
@media (min-width: 92em) {
  .site--container {
    max-width: 80rem;
  }
}
@media (min-width: 52em) {
  .site--narrow-container {
    max-width: calc(100% - 3rem);
  }
}
@media (min-width: 68em) {
  .site--narrow-container {
    max-width: calc(100% - 6rem);
  }
}
@media (min-width: 84em) {
  .site--narrow-container {
    max-width: calc(100% - 9rem);
  }
}
@media (min-width: 100em) {
  .site--narrow-container {
    max-width: calc(100% - 16rem);
  }
}
@media (min-width: 112em) {
  .site--narrow-container {
    max-width: 80rem;
  }
}
/* Padding
----------------------------- */
.p-full {
  padding: 1.5rem;
}

.p-half {
  padding: 0.75rem;
}

.p-full-x {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-full-y {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-half-x {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.p-half-y {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.p-double-t {
  padding-top: 3rem;
}

.p-full-t {
  padding-top: 1.5rem;
}

.p-full-r {
  padding-right: 1.5rem;
}

.p-full-b {
  padding-bottom: 1.5rem;
}

.p-full-l {
  padding-left: 1.5rem;
}

.p-half-t {
  padding-top: 0.75rem;
}

.p-half-r {
  padding-right: 0.75rem;
}

.p-half-b {
  padding-bottom: 0.75rem;
}

.p-half-l {
  padding-left: 0.75rem;
}

/* Focus Style
----------------------------- */
/* Hide focus indicator if focused via mouse, but not via keyboard */
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

/* recaptcha v3 badge */
.c-base-form--recaptcha-disclosure {
  padding-top: 0;
  padding-bottom: 0;
}

.c-base-form--recaptcha-disclosure .h-type {
  max-width: none;
  text-align: center;
}

.grecaptcha-badge {
  display: none !important;
}

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