@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper {
  max-width: 580px;
  margin: 0 auto;
}
@media (min-width: 580px) {
  .wrapper {
    max-width: 767px;
  }
  .wrapper::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 767px) {
  .wrapper {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 1200px;
  }
}

.two-column-section .wrapper {
  margin: 1em;
}
@media (min-width: 767px) {
  .two-column-section .wrapper {
    margin: 1em auto;
    display: grid;
    grid-template-columns: 3fr 2fr;
    column-gap: 24px;
    padding: 0 1em;
  }
}
@media (min-width: 992px) {
  .two-column-section .wrapper {
    grid-template-columns: 5fr 2fr;
    column-gap: 48px;
  }
}

/* Link Color Mixin 
  Who Likes being able to quickly over-ride default link static and hover colors?! You Do!
  use on the <a> selector (or whatever you are hovering) passing a $static and/or $hover color or neither (uses site defaults):
  @include link-color(color(swatch-one), color(swatch-two));
    OR
  @include link-color;
 */
*[class*=fa-] {
  opacity: 0;
  transition: opacity ease-in 0.3s;
  display: inline-block;
  width: 0.875em;
}
.wf-active *[class*=fa-] {
  opacity: 1;
}
.wf-inactive *[class*=fa-] {
  opacity: 1;
}
.wf-active *[class*=fa-]:not(.fa-fw, .fa-li) {
  width: auto;
}

*[class*=font-effects] {
  opacity: 0;
  transition: opacity ease 0.3s;
}
*[class*=font-effects] .wf-gfx-loaded {
  opacity: 1;
}

body {
  color: black;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.link, a {
  text-decoration: none;
  will-change: color, text-shadow;
  transition: all 0.3s ease;
}
.link, a, .link:visited, .link:active, .link:visited:active {
  color: #1a468d;
}
.link:hover, a:hover, .link:visited:hover {
  color: #163c78;
}

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

.bold, b, strong {
  font-weight: 700;
}

.h1, h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.75em;
  line-height: 1.25;
}
.wf-active .h1, .wf-active h1 {
  opacity: 1;
}
.wf-inactive .h1, .wf-inactive h1 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h1, h1 {
    font-size: 2.75em;
    line-height: 1.125;
  }
}
@media (min-width: 992px) {
  .h1, h1 {
    font-size: 3em;
    line-height: 1.05;
  }
}

.h2, h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.5em;
  line-height: 1.15384615;
}
.wf-active .h2, .wf-active h2 {
  opacity: 1;
}
.wf-inactive .h2, .wf-inactive h2 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h2, h2 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .h2, h2 {
    font-size: 2em;
    line-height: 1.25;
  }
}

.h3, h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.25em;
  line-height: 1.13636364;
}
.wf-active .h3, .wf-active h3 {
  opacity: 1;
}
.wf-inactive .h3, .wf-inactive h3 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h3, h3 {
    font-size: 1.5em;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .h3, h3 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}

.h4, h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.125em;
  line-height: 1.11111111;
}
.wf-active .h4, .wf-active h4 {
  opacity: 1;
}
.wf-inactive .h4, .wf-inactive h4 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h4, h4 {
    line-height: 1.22222222;
  }
}

.h5, h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.0625em;
  line-height: 1.11111111;
}
.wf-active .h5, .wf-active h5 {
  opacity: 1;
}
.wf-inactive .h5, .wf-inactive h5 {
  opacity: 1;
}

.h6, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1em;
  line-height: 1.11111111;
}
.wf-active .h6, .wf-active h6 {
  opacity: 1;
}
.wf-inactive .h6, .wf-inactive h6 {
  opacity: 1;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  color: #112e5c;
  margin-top: 0.75em;
  margin-bottom: 0.15em;
}

.block-margins, ul, ol, pre, blockquote {
  margin: 1rem 0;
}

p {
  margin: 0 0 1rem 0;
}

blockquote {
  margin-left: 1em;
  margin-right: 1em;
}

.headroom {
  margin-top: 2em;
}

.less-headroom {
  margin-top: 1em;
}

.more-less-headroom {
  margin-top: 0.5em;
}

.no-headroom {
  margin-top: 0 !important;
}

.legroom {
  margin-bottom: 2em;
}

.less-legroom {
  margin-bottom: 1em;
}

.more-less-legroom {
  margin-bottom: 0.5em;
}

.no-legroom {
  margin-bottom: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-border {
  border: none !important;
}

.center,
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

ul.no-bullets {
  list-style-type: none;
  padding: 0;
}

.hide-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-reset li {
  margin: 0;
}

.list-inline li {
  display: inline-block;
  float: left;
}
.list-inline li:not(:first-child) {
  margin-left: 0.5em;
}
.list-inline li:not(:last-child) {
  margin-right: 0.5em;
}

@media (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}

.no-mobile {
  display: none;
}
@media (min-width: 767px) {
  .no-mobile {
    display: block;
  }
  .no-mobile ul li {
    display: list-item;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: inline-block;
  }
}

@-webkit-keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #163c78;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #163c78;
  }
}
@keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #163c78;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #163c78;
  }
}
form {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  overflow: auto;
}
form *,
form *::before,
form *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form .group.radio.inline label {
  margin-right: 1.5em;
}

input[type=email],
input[type=date],
input[type=text],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  -webkit-appearance: none;
  background: white;
  border: 1px solid gray;
  font-size: 1em;
  min-height: 2em;
  padding: 0.5em 6px;
  width: 100%;
  color: black;
}
input[type=email]:focus, input[type=email]:target,
input[type=date]:focus,
input[type=date]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=datetime]:focus,
input[type=datetime]:target,
input[type=datetime-local]:focus,
input[type=datetime-local]:target,
input[type=email]:focus,
input[type=email]:target,
input[type=month]:focus,
input[type=month]:target,
input[type=number]:focus,
input[type=number]:target,
input[type=password]:focus,
input[type=password]:target,
input[type=tel]:focus,
input[type=tel]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=time]:focus,
input[type=time]:target,
input[type=url]:focus,
input[type=url]:target,
input[type=week]:focus,
input[type=week]:target,
textarea:focus,
textarea:target {
  color: black;
  background-color: white;
  border: 1px solid gray;
}
.error input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email], input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date],
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime],
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local],
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email],
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month],
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number],
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password],
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel],
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time],
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url],
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week],
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style*="opacity: 0."] + textarea:focus,
div.formError[style*="opacity: 0."] + textarea,
textarea:focus.error {
  color: #631f0d;
  background-color: #f4bdae;
}
input[type=email]:focus,
input[type=date]:focus,
input[type=text]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  outline-color: #112e5c;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
.error input[type=email]:focus, div.formError[style^="opacity: 0."] + input[type=email]:focus, input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style^="opacity: 0."] + input[type=date]:focus,
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime]:focus,
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime-local]:focus,
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style^="opacity: 0."] + input[type=email]:focus,
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style^="opacity: 0."] + input[type=month]:focus,
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style^="opacity: 0."] + input[type=number]:focus,
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style^="opacity: 0."] + input[type=password]:focus,
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style^="opacity: 0."] + input[type=tel]:focus,
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style^="opacity: 0."] + input[type=time]:focus,
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style^="opacity: 0."] + input[type=url]:focus,
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style^="opacity: 0."] + input[type=week]:focus,
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style^="opacity: 0."] + textarea:focus,
textarea:focus.error {
  outline-color: #8e2d13;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
input[type=email][size="1"],
input[type=date][size="1"],
input[type=text][size="1"],
input[type=datetime][size="1"],
input[type=datetime-local][size="1"],
input[type=email][size="1"],
input[type=month][size="1"],
input[type=number][size="1"],
input[type=password][size="1"],
input[type=tel][size="1"],
input[type=text][size="1"],
input[type=time][size="1"],
input[type=url][size="1"],
input[type=week][size="1"],
textarea[size="1"] {
  width: 1em;
}
input[type=email][size="2"],
input[type=date][size="2"],
input[type=text][size="2"],
input[type=datetime][size="2"],
input[type=datetime-local][size="2"],
input[type=email][size="2"],
input[type=month][size="2"],
input[type=number][size="2"],
input[type=password][size="2"],
input[type=tel][size="2"],
input[type=text][size="2"],
input[type=time][size="2"],
input[type=url][size="2"],
input[type=week][size="2"],
textarea[size="2"] {
  width: 2em;
}
input[type=email][size="3"],
input[type=date][size="3"],
input[type=text][size="3"],
input[type=datetime][size="3"],
input[type=datetime-local][size="3"],
input[type=email][size="3"],
input[type=month][size="3"],
input[type=number][size="3"],
input[type=password][size="3"],
input[type=tel][size="3"],
input[type=text][size="3"],
input[type=time][size="3"],
input[type=url][size="3"],
input[type=week][size="3"],
textarea[size="3"] {
  width: 3em;
}
input[type=email][size="4"],
input[type=date][size="4"],
input[type=text][size="4"],
input[type=datetime][size="4"],
input[type=datetime-local][size="4"],
input[type=email][size="4"],
input[type=month][size="4"],
input[type=number][size="4"],
input[type=password][size="4"],
input[type=tel][size="4"],
input[type=text][size="4"],
input[type=time][size="4"],
input[type=url][size="4"],
input[type=week][size="4"],
textarea[size="4"] {
  width: 4em;
}
input[type=email][size="5"],
input[type=date][size="5"],
input[type=text][size="5"],
input[type=datetime][size="5"],
input[type=datetime-local][size="5"],
input[type=email][size="5"],
input[type=month][size="5"],
input[type=number][size="5"],
input[type=password][size="5"],
input[type=tel][size="5"],
input[type=text][size="5"],
input[type=time][size="5"],
input[type=url][size="5"],
input[type=week][size="5"],
textarea[size="5"] {
  width: 5em;
}
input[type=email][type=submit], input[type=email][type=reset],
input[type=date][type=submit],
input[type=date][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=datetime][type=submit],
input[type=datetime][type=reset],
input[type=datetime-local][type=submit],
input[type=datetime-local][type=reset],
input[type=email][type=submit],
input[type=email][type=reset],
input[type=month][type=submit],
input[type=month][type=reset],
input[type=number][type=submit],
input[type=number][type=reset],
input[type=password][type=submit],
input[type=password][type=reset],
input[type=tel][type=submit],
input[type=tel][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=time][type=submit],
input[type=time][type=reset],
input[type=url][type=submit],
input[type=url][type=reset],
input[type=week][type=submit],
input[type=week][type=reset],
textarea[type=submit],
textarea[type=reset] {
  background-color: #1a468d;
  background-image: none;
  color: white;
}
input[type=email][type=submit]:hover, input[type=email][type=reset]:hover,
input[type=date][type=submit]:hover,
input[type=date][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=datetime][type=submit]:hover,
input[type=datetime][type=reset]:hover,
input[type=datetime-local][type=submit]:hover,
input[type=datetime-local][type=reset]:hover,
input[type=email][type=submit]:hover,
input[type=email][type=reset]:hover,
input[type=month][type=submit]:hover,
input[type=month][type=reset]:hover,
input[type=number][type=submit]:hover,
input[type=number][type=reset]:hover,
input[type=password][type=submit]:hover,
input[type=password][type=reset]:hover,
input[type=tel][type=submit]:hover,
input[type=tel][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=time][type=submit]:hover,
input[type=time][type=reset]:hover,
input[type=url][type=submit]:hover,
input[type=url][type=reset]:hover,
input[type=week][type=submit]:hover,
input[type=week][type=reset]:hover,
textarea[type=submit]:hover,
textarea[type=reset]:hover {
  background-color: #163c78;
  background-image: none;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 0.5em;
  line-height: 1.15;
}

textarea {
  resize: vertical;
}

label {
  font-size: 0.85em;
}

/* Group control */
.group {
  margin-bottom: 8px;
}
.group.sized {
  float: left;
  width: 100%;
}
@media (min-width: 767px) {
  .group.sized.half {
    width: 50%;
  }
  *[class*=sized] ~ .group.sized.half {
    width: 48%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.half, .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.third {
    width: 33%;
  }
  *[class*=sized] ~ .group.sized.third {
    width: 31%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.third, .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.quarter {
    width: 25%;
  }
  *[class*=sized] ~ .group.sized.quarter {
    width: 23%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.quarter, .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.three-quarter {
    width: 75%;
  }
  *[class*=sized] ~ .group.sized.three-quarter {
    width: 73%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.three-quarter, .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
}
.group.sized + *:not(*[class*=sized]) {
  clear: both;
}
.group.readonly label::after {
  display: inline-block;
  height: 1em;
  bottom: -1em;
  content: "(Read Only)";
  color: rgba(0, 0, 0, 0.95);
  font-size: 0.75em;
  line-height: 1em;
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #f8f8f8;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

.cookie-consent-form form {
  border: 1px solid #528d0c;
}
.cookie-consent-form form fieldset {
  border: none;
}
.cookie-consent-form form fieldset:nth-child(odd) {
  background-color: #ececec;
}
.cookie-consent-form form fieldset dl dt {
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
.wf-active .cookie-consent-form form fieldset dl dt {
  opacity: 1;
}
.wf-inactive .cookie-consent-form form fieldset dl dt {
  opacity: 1;
}

.freeform-row {
  margin: 0 !important;
}

body > header > .wrapper {
  position: relative;
  height: 100%;
}

/* Navigation components */
a.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -90px;
  left: 0px;
  color: white;
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 2px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10001;
}
a.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(26, 70, 141, 0.8);
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}

a.nav-toggle {
  display: block;
  width: 32px;
  height: 1.5em;
  font-size: 1.5em;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3000;
}
@media (min-width: 767px) {
  a.nav-toggle {
    display: none;
  }
}

#nav-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #1a468d;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: translate(8px, -2px) rotate(45deg);
  -moz-transform: translate(8px, -2px) rotate(45deg);
  -o-transform: translate(8px, -2px) rotate(45deg);
  transform: translate(8px, -2px) rotate(45deg);
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: translate(8px, 2px) rotate(-45deg);
  -moz-transform: translate(8px, 2px) rotate(-45deg);
  -o-transform: translate(8px, 2px) rotate(-45deg);
  transform: translate(8px, 2px) rotate(-45deg);
}

nav.main {
  display: none;
}

nav.main.active {
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100vw;
  height: 90vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #1a468d;
  font-size: 1.2em;
}
nav.main.active ul,
nav.main.active li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main.active li,
nav.main.active li a {
  display: block;
  width: auto;
  min-height: 40px;
  line-height: 40px;
}
nav.main.active li a {
  padding: 0 1em;
}
nav.main.active li.current > a {
  font-weight: bold;
}
nav.main.active li.no-mobile {
  display: none;
}
nav.main.active ul {
  position: relative;
  margin-top: 12px;
}
nav.main.active ul li {
  border-bottom: 1px solid #4671b7;
}
nav.main.active ul li.current a {
  color: white;
}
nav.main.active ul li > ul {
  display: none;
}
nav.main.active ul li:hover > ul {
  display: block;
}
nav.main.active ul li.current > ul {
  display: block;
}
nav.main.active ul ul {
  margin: 0;
  background-color: #7697cb;
}
nav.main.active ul ul li > a {
  padding-left: 36px;
}
nav.main.active ul ul li:last-child {
  border-bottom: none;
}
nav.main.active ul > li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
.wf-active nav.main.active ul > li a {
  opacity: 1;
}
.wf-inactive nav.main.active ul > li a {
  opacity: 1;
}
nav.main.active ul > li a, nav.main.active ul > li a:visited, nav.main.active ul > li a:active, nav.main.active ul > li a:visited:active {
  color: white;
}
nav.main.active ul > li a:hover, nav.main.active ul > li a:visited:hover {
  color: #163c78;
}
nav.main.active ul > li a:hover, nav.main.active ul > li a:visited:hover {
  font-weight: bold;
  text-decoration: none;
  color: white;
}
nav.main.active ul > li a.ghost-button {
  margin: 0.5em;
  white-space: nowrap;
}
nav.main.active ul > li a.ghost-button:hover, nav.main.active ul > li a.ghost-button:visited:hover {
  text-decoration: none;
  color: #0c203f;
}

@media (min-width: 767px) {
  nav.main {
    display: block;
    position: absolute;
    bottom: 0px;
    left: unset;
    right: 0px;
    transition: top 0.3s ease-in;
    margin: 7px auto 0 auto;
  }
  nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 40px;
    position: relative;
    text-align: center;
  }
  nav.main ul li {
    margin: 0;
  }
  nav.main ul li {
    display: inline-block;
    float: left;
  }
  nav.main ul li:not(:first-child) {
    margin-left: 0;
  }
  nav.main ul li:not(:last-child) {
    margin-right: 0;
  }
  nav.main ul li {
    float: left !important;
    text-align: left;
    display: block;
    min-height: 40px;
    height: 40px;
    transition: all 0.3s ease;
  }
  nav.main ul li:hover {
    background-color: #1a468d;
  }
  nav.main ul li:hover a {
    color: white;
  }
  nav.main ul li a {
    font-size: 1em;
    padding: 0 6px;
    color: #1a468d;
    line-height: 40px;
    display: block;
  }
  nav.main ul li.current {
    background-color: #1a468d;
  }
  nav.main ul li.current a {
    color: white;
  }
  nav.main ul li ul {
    display: none;
    transition: all 0.3s ease;
  }
  nav.main ul li:hover ul {
    display: block;
    border-bottom: 1px solid #c8e0aa;
    border-right: 1px solid #c8e0aa;
    border-left: 1px solid #c8e0aa;
  }
  nav.main ul ul {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    top: 40px;
    height: auto;
    box-shadow: 0px 3px 6px color(k);
  }
  nav.main ul ul li {
    height: 38px;
    min-height: 38px;
    line-height: 38px;
    padding: 0 8px;
    float: none !important;
    display: block;
    border-bottom: 1px solid #dae3f1;
  }
  nav.main ul ul li:last-of-type {
    border-bottom: none;
  }
  nav.main ul ul li:hover {
    border-top: none;
    background-color: #dae3f1;
  }
  nav.main ul ul li > a {
    font-size: 0.8em;
    padding-left: 0;
    padding-right: 0;
    text-shadow: none;
    display: block;
    box-shadow: none;
    background-color: transparent;
    min-height: 40px;
    height: 40px;
    color: #1a468d !important;
    width: 100%;
  }
  nav.main ul li:hover ul li a {
    text-shadow: none;
  }
  nav.main ul li.current ul li a {
    font-weight: 400;
  }
  nav.main ul li.current ul li.current {
    background-color: #dae3f1;
  }
}
@media (min-width: 992px) {
  nav.main ul li a {
    font-size: 1.25em;
    padding: 0 10px;
  }
  nav.main ul ul {
    left: unset;
  }
  nav.main ul ul li a {
    font-size: 1em;
  }
}

html.js-nav,
html.js-nav body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

body {
  background-color: white;
  margin-top: 80px;
}
@media (min-width: 767px) {
  body {
    margin-top: 0;
  }
}

body > header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  background-color: white;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0px 0px 4px #000;
}
body > header a.logo {
  display: block;
  height: 60px;
  width: 200px;
  position: absolute;
  top: 17px;
  left: 17px;
  background-image: url(/images/site_images/FarmToSchool_textOnly_color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
body > header.smaller {
  height: 60px;
}
body > header.smaller a.logo {
  height: 35px;
}
body > header.smaller nav.main.active {
  top: 60px;
}
@media (min-width: 767px) {
  body > header {
    background-color: white;
    height: 165px;
  }
  body > header a.logo {
    background-image: url(/images/site_images/FarmtoSchool_Logo-colorWBG.svg);
    top: 38px;
    left: 0;
    right: unset;
    bottom: 0;
    margin: unset;
    background-position: center top;
    height: 165px;
    width: 170px;
  }
  body > header nav > ul {
    padding-bottom: 4px;
  }
  body > header.smaller {
    background-color: white;
    height: 120px;
  }
  body > header.smaller a.logo {
    height: 120px;
    top: 0;
  }
  body > header.smaller nav > ul li a {
    color: #1a468d;
    text-shadow: none;
  }
}
@media (min-width: 992px) {
  body > header a.logo {
    width: 225px;
    top: 0;
  }
}

.home-hero {
  background-color: gray;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 35vh;
  transition: all 0.3s ease;
}
@media (min-width: 580px) {
  .home-hero {
    height: 45vh;
  }
}

.home-intro-section {
  background-color: #1a468d;
}
.home-intro-section .wrapper {
  padding: 2em 1em;
  text-align: center;
}
.home-intro-section .wrapper h1 {
  color: white;
  text-shadow: 1px 1px 1px #606060;
  margin: 0 0 0.15em 0;
  letter-spacing: 1px;
  line-height: 1.35;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 1.2em;
}
.home-intro-section .wrapper p {
  color: white;
  text-shadow: 1px 1px 1px #606060;
  margin: 0 auto;
  max-width: 360px;
  line-height: 1.6;
  transition: all 0.3s ease;
}
@media (min-width: 580px) {
  .home-intro-section .wrapper h1 {
    font-size: 1.2em;
  }
  .home-intro-section .wrapper p {
    max-width: 600px;
  }
}
@media (min-width: 767px) {
  .home-intro-section .wrapper h1 {
    font-size: 1.4em;
  }
  .home-intro-section .wrapper p {
    max-width: 900px;
  }
}
@media (min-width: 992px) {
  .home-intro-section .wrapper h1 {
    font-size: 1.5em;
  }
}

.promo-block {
  padding: 2em 0;
}
.promo-block .wrapper {
  padding: 0 1em;
}
.promo-block .promo-block-image-container img {
  width: 100%;
  border-radius: 12px;
  background-color: white;
  border: 1px solid;
}
.promo-block .promo-block-text {
  line-height: 1.65;
}
.promo-block .promo-block-text h2, .promo-block .promo-block-text p {
  color: white !important;
}
.promo-block .promo-block-text .promo-block-button {
  text-align: center;
}
.promo-block .promo-block-text .promo-block-button a.ghost-button {
  margin: 0 auto;
}
.promo-block.blue {
  background-color: #1a468d;
}
.promo-block.blue .promo-block-image-container img {
  border-color: #163c78;
}
.promo-block.lt-blue {
  background-color: #4671b7;
}
.promo-block.lt-blue .promo-block-image-container img {
  border-color: #1a468d;
}
.promo-block.med-blue {
  background-color: #7697cb;
}
.promo-block.med-blue .promo-block-image-container img {
  border-color: #1a468d;
}
.promo-block.green {
  background-color: #61a60e;
}
.promo-block.green .promo-block-image-container img {
  border-color: #528d0c;
}
.promo-block.lt-green {
  background-color: #89bd4a;
}
.promo-block.lt-green .promo-block-image-container img {
  border-color: #61a60e;
}
.promo-block.lt-green .promo-block-text h2, .promo-block.lt-green .promo-block-text p {
  text-shadow: 0px 0px 8px #61a60e;
}
.promo-block.med-green {
  background-color: #a8ce7a;
}
.promo-block.med-green .promo-block-image-container img {
  border-color: #61a60e;
}
.promo-block.med-green .promo-block-text h2, .promo-block.med-green .promo-block-text p {
  text-shadow: 0px 0px 6px #2c4b06 !important;
}
@media (min-width: 580px) {
  .promo-block {
    overflow: auto;
  }
  .promo-block .wrapper {
    overflow: auto;
    max-width: 900px;
  }
  .promo-block .promo-block-image-container {
    width: 40%;
    float: right;
  }
  .promo-block .promo-block-text {
    width: 50%;
    float: left;
    max-width: 700px;
  }
  .promo-block .promo-block-text .promo-block-button {
    text-align: right;
  }
}

.news-facebook {
  padding: 2em 0;
}
.news-facebook .wrapper {
  padding: 0 1em;
}
.news-facebook .news-container {
  margin: 0 0 1em 0;
  box-sizing: border-box;
  padding: 2em 1em 1em 1em;
  background-color: #dae3f1;
  border-radius: 4px;
}
.news-facebook .news-container h2 {
  margin: 0 0 1em 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  text-align: center;
}
.wf-active .news-facebook .news-container h2 {
  opacity: 1;
}
.wf-inactive .news-facebook .news-container h2 {
  opacity: 1;
}
.news-facebook .news-container .news-item {
  padding: 1em;
  margin: 0 0 1em 0;
  background-color: #f3f6fa;
  border-radius: 6px;
}
.news-facebook .news-container .news-item h3 a, .news-facebook .news-container .news-item h4, .news-facebook .news-container .news-item p {
  color: #163c78;
}
.news-facebook .news-container .news-item h4 {
  margin: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.news-facebook .news-container .news-item h3 a {
  margin: 1em 0;
  line-height: 1.3;
}
.news-facebook .news-container .news-item h3 a:hover {
  text-decoration: underline;
}
.news-facebook .fb-feed-container {
  margin: 0 0 1em 0;
  box-sizing: border-box;
  padding: 2em 1em 1em 1em;
  background-color: #e7f2db;
  border-radius: 4px;
  text-align: center;
}
.news-facebook .fb-feed-container h2 {
  margin: 0 0 1em 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  text-align: center;
  color: #528d0c;
}
.wf-active .news-facebook .fb-feed-container h2 {
  opacity: 1;
}
.wf-inactive .news-facebook .fb-feed-container h2 {
  opacity: 1;
}
@media (min-width: 580px) {
  .news-facebook .feed-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5em;
  }
}

.event-section {
  padding: 2em 0;
  background-color: #1a468d;
}
.event-section .wrapper {
  box-sizing: border-box;
  padding: 0 1em;
}
.event-section h2 {
  color: white;
  margin: 0 0 1em 0;
}
.event-section .event-item {
  padding: 1em;
  margin: 0 0 1em 0;
  background-color: #f3f6fa;
  border-radius: 6px;
}
.event-section .event-item h3 a, .event-section .event-item h4, .event-section .event-item p {
  color: #163c78;
}
.event-section .event-item h4 {
  margin: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.event-section .event-item h3 a {
  margin: 1em 0;
  line-height: 1.3;
}
.event-section .event-item h3 a:hover {
  text-decoration: underline;
}
@media (min-width: 580px) {
  .event-section .event-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}
@media (min-width: 767px) {
  .event-section .event-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

main.interior-page .interior-hero {
  background-color: gray;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 25vh;
  transition: all 0.3s ease;
}
@media (min-width: 580px) {
  main.interior-page .interior-hero {
    height: 32vh;
  }
}
@media (min-width: 992px) {
  main.interior-page .interior-hero {
    height: 36vh;
  }
}
main.interior-page .header {
  background-color: #1a468d;
  padding: 1.5em 0 1.5em 0;
}
main.interior-page .header .wrapper {
  padding: 0 1em;
}
main.interior-page .header h1 {
  color: white;
  margin: 0;
}
@media (min-width: 580px) {
  main.interior-page .header {
    padding: 0.5em 0 1.5em 0;
  }
}
main.interior-page .full-width-column {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2em 0;
}
main.interior-page .full-width-column .wrapper {
  padding: 0 1em;
}

footer {
  background-color: #61a60e;
  padding: 2em 0;
  text-align: center;
  font-size: 0.75em;
}
footer p, footer a {
  color: #c8e0aa !important;
}
footer a:hover {
  color: #e7f2db !important;
}
footer .social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .social-media ul li {
  display: inline-block;
  margin: 0 0.25em;
  position: relative;
  z-index: 1;
  color: #e7f2db;
}
footer .social-media ul li:hover {
  color: white;
}
footer .social-media ul li.facebook:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "";
  font-size: 40px;
  line-height: 40px;
}
footer .social-media ul li.instagram:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "";
  font-size: 40px;
  line-height: 40px;
}
footer .social-media ul li.twitter:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "";
  font-size: 40px;
  line-height: 40px;
}
footer .social-media ul li a {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: block;
  width: 40px;
  height: 40px;
}
@media (min-width: 767px) {
  footer .wrapper :after {
    content: "";
    display: table;
    clear: both;
  }
  footer .copyright {
    text-align: left;
    float: left;
    width: 30%;
    padding-top: 75px;
    background-position: 60px top;
    background-size: 30%;
    background-repeat: no-repeat;
    background-image: url(/images/site_images/FarmtoSchool_Logo_white.svg);
  }
  footer .disclaimer {
    text-align: left;
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  footer .social-media {
    text-align: right;
    float: right;
    width: 30%;
  }
  footer .credits {
    clear: both;
    float: right;
    margin-right: 1em;
    width: 100px;
  }
}

.accordion-group {
  margin-bottom: 1em;
}

section.accordion-content :after {
  content: "";
  display: table;
  clear: both;
}
section.accordion-content article {
  width: 100% !important;
}
section.accordion-content h4 {
  padding-left: 1.6em;
  cursor: pointer;
  margin-top: 0.5em;
  margin-bottom: 0;
}
section.accordion-content svg.trigger-plus {
  display: inline-block;
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin-top: -2px;
  margin-left: -1.5em;
}
section.accordion-content div {
  padding-left: 1.6em;
}

.trigger-plus {
  fill: color(swatch-one);
  transition: transform ease 0.5s;
  transform: scale(0.5, 0.5);
  transform-origin: 50% 50%;
  will-change: transform;
}

.trigger-plus .vertical {
  transition: transform ease 0.5s;
  will-change: transform;
  transform-origin: 50% 50%;
}

.trigger-plus:hover,
*:hover > .trigger-plus {
  transform: scale(0.75, 0.75);
}

.open > * > .trigger-plus {
  transform: scale(0.5, 0.5);
}

.open > * > .trigger-plus .vertical {
  transform: scaleY(0);
}

.open > * > .trigger-plus:hover {
  transform: rotate(90deg) scale(0.5, 0.5);
}

#message {
  background-color: yellow;
  position: fixed;
  color: black;
  width: 100%;
}
#message .message--text {
  padding: 0.5em 1em;
}
#message .message--text h2 {
  margin: 0 1em;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
#message .message--text h2 .message--read-more {
  display: block;
  font-size: 0.75em;
  text-decoration: underline;
  cursor: pointer;
}
#message .message--text h2 .message--icon {
  position: absolute;
  top: 0;
  left: -1.2em;
  font-size: 1.2em;
}
#message .message--text h2 #message--close {
  position: absolute;
  top: 0;
  right: -1.2em;
  font-size: 1.2em;
  cursor: pointer;
}
#message .message--text h2.open {
  font-size: 1.75em;
}
#message .message--text .message--more {
  margin: 1em 0.5em 0.5em 0.5em;
}
@media (min-width: 767px) {
  #message .message--text {
    margin: 0 auto;
    max-width: 768px;
  }
  #message .message--text h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  #message .message--text {
    max-width: 992px;
  }
}

#message--open {
  position: absolute;
  top: 4px;
  left: 8px;
  font-size: 1.75em;
  cursor: pointer;
}

.ghost-button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: #61a60e;
  background-color: white;
  border: 2px solid #61a60e;
  border-radius: 12px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .ghost-button {
  opacity: 1;
}
.wf-inactive .ghost-button {
  opacity: 1;
}
.ghost-button:link, .ghost-button:visited {
  color: #61a60e;
}
.ghost-button:hover, .ghost-button:active, .ghost-button:visited:hover {
  background-color: #61a60e;
  border-color: #61a60e;
  color: white;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ghost-button.small {
  font-size: 0.85em;
}

.ghost-button-blue {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: #1a468d;
  background-color: white;
  border: 2px solid #1a468d;
  border-radius: 12px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .ghost-button-blue {
  opacity: 1;
}
.wf-inactive .ghost-button-blue {
  opacity: 1;
}
.ghost-button-blue:link, .ghost-button-blue:visited {
  color: #1a468d;
}
.ghost-button-blue:hover, .ghost-button-blue:active, .ghost-button-blue:visited:hover {
  background-color: #1a468d;
  border-color: #1a468d;
  color: white;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ghost-button-blue.small {
  font-size: 0.85em;
}

.ghost-button-accent {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: white;
  background-color: #db451d;
  border: 2px solid white;
  border-radius: 12px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .ghost-button-accent {
  opacity: 1;
}
.wf-inactive .ghost-button-accent {
  opacity: 1;
}
.ghost-button-accent:link, .ghost-button-accent:visited {
  color: white;
}
.ghost-button-accent:hover, .ghost-button-accent:active, .ghost-button-accent:visited:hover {
  background-color: white;
  border-color: white;
  color: #db451d;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ghost-button-accent.small {
  font-size: 0.85em;
}

a.see-all {
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-style: italic;
}
.wf-active a.see-all {
  opacity: 1;
}
.wf-inactive a.see-all {
  opacity: 1;
}
a.see-all.white {
  color: white;
}
a.see-all:hover {
  transition: all 0.3s ease;
  text-decoration: underline;
}

.ghost-button-accent-border {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: white;
  background-color: #db451d;
  border: 2px solid #db451d;
  border-radius: 12px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .ghost-button-accent-border {
  opacity: 1;
}
.wf-inactive .ghost-button-accent-border {
  opacity: 1;
}
.ghost-button-accent-border:link, .ghost-button-accent-border:visited {
  color: white;
}
.ghost-button-accent-border:hover, .ghost-button-accent-border:active, .ghost-button-accent-border:visited:hover {
  background-color: white;
  border-color: #db451d;
  color: #db451d;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ghost-button-accent-border.small {
  font-size: 0.85em;
}

a.see-all {
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-style: italic;
}
.wf-active a.see-all {
  opacity: 1;
}
.wf-inactive a.see-all {
  opacity: 1;
}
a.see-all.white {
  color: white;
}
a.see-all:hover {
  transition: all 0.3s ease;
  text-decoration: underline;
}

.freeform-column.freeform-column-content-align-left button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: white;
  background-color: #db451d;
  border: 2px solid white;
  border-radius: 12px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .freeform-column.freeform-column-content-align-left button {
  opacity: 1;
}
.wf-inactive .freeform-column.freeform-column-content-align-left button {
  opacity: 1;
}
.freeform-column.freeform-column-content-align-left button:link, .freeform-column.freeform-column-content-align-left button:visited {
  color: white;
}
.freeform-column.freeform-column-content-align-left button:hover, .freeform-column.freeform-column-content-align-left button:active, .freeform-column.freeform-column-content-align-left button:visited:hover {
  background-color: white;
  border-color: white;
  color: #db451d;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.freeform-column.freeform-column-content-align-left button.small {
  font-size: 0.85em;
}

table.striped {
  border: 1px solid #1a468d;
  border-radius: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped th {
  font-weight: 600;
  color: white;
  background-color: #7697cb;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
table.striped th:first-child {
  border-radius: -1px 0 0 0;
}
table.striped th:last-child {
  border-radius: 0 -1px 0 0;
}
table.striped td {
  background-color: rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(26, 70, 141, 0.5);
  border-bottom: 1px solid rgba(26, 70, 141, 0.5);
}
table.striped th,
table.striped td {
  padding: 0.5em;
  vertical-align: top;
}
table.striped th:last-child,
table.striped td:last-child {
  border-right: none;
}
table.striped tbody tr:last-child td {
  border-bottom: none;
}
table.striped tbody tr:nth-child(even) td {
  background-color: rgba(26, 70, 141, 0.25);
}
table.striped tfoot td {
  background-color: rgba(26, 70, 141, 0.1);
  border-top: 1px solid rgba(26, 70, 141, 0.5);
  border-bottom: none;
  text-align: center;
  font-size: 0.8em;
}
table.striped tfoot td:first-child {
  border-radius: 0 0 0 -1px;
}
table.striped tfoot td:last-child {
  border-radius: 0 0 -1px 0;
}
table.striped tfoot td:only-child {
  border-radius: 0 0 -1px -1px;
}
table.striped caption {
  position: absolute;
  left: -9000px;
}

.breadcrumbs {
  display: none;
}
@media (min-width: 580px) {
  .breadcrumbs {
    display: block;
    color: #dae3f1;
    font-size: 0.85em;
    letter-spacing: 1px;
  }
  .breadcrumbs a {
    color: #dae3f1;
  }
  .breadcrumbs a:hover {
    color: white;
  }
}

.intro-text {
  font-size: 1.4em;
  margin: 0 0 2em 0;
  padding-top: 1em;
}

.photo-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1em;
}
.photo-list .photo-block {
  margin-bottom: 2em;
}
.photo-list .photo-block img {
  width: calc(100% - 2px);
  border: 1px solid #a8bdde;
  transition: transform 0.5s ease;
}
.photo-list .photo-block img:hover {
  transform: scale(1.05);
}
.photo-list .photo-block .photo-block-info {
  text-align: center;
  padding: 0.25em;
}
.photo-list .photo-block .photo-block-info h4 {
  font-size: 1.1em;
  margin: 0.25em 0 0 0;
}
.photo-list .photo-block .photo-block-info h5 {
  font-size: 0.85em;
  margin: 0 0 0.5em 0;
  font-style: italic;
}
.photo-list .photo-block .photo-block-info h6 {
  font-size: 0.75em;
}
@media (min-width: 580px) {
  .photo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 767px) {
  .full-width-column .photo-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .full-width-column .photo-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 767px) {
  .left-column .photo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .left-column .photo-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.photo-block-detail img {
  width: calc(100% - 2px);
  border: 1px solid #a8bdde;
}
.photo-block-detail .photo-block-detail-info h4 {
  font-size: 1.3em;
  margin: 0.25em 0 0 0;
}
.photo-block-detail .photo-block-detail-info h5 {
  font-size: 1.1em;
  margin: 0 0 0.5em 0;
  font-style: italic;
}
.photo-block-detail .photo-block-detail-info h6 {
  margin: 0 0 1em 0;
  font-size: 1em;
}
.photo-block-detail .photo-block-detail-info p {
  font-size: 0.9em;
}
@media (min-width: 767px) {
  .photo-block-detail {
    min-width: 600px;
    max-width: 900px !important;
  }
  .photo-block-detail img {
    max-width: 180px;
  }
  .photo-block-detail .photo-block-detail-info {
    width: calc(100% - 200px);
    float: right;
  }
}

.video {
  margin-top: 1em;
  max-width: 580px;
}

.inline-image-full-column, .inline-image-float-left, .inline-image-float-right {
  margin-bottom: 1em;
}
.inline-image-full-column img, .inline-image-float-left img, .inline-image-float-right img {
  width: calc(100% - 2px);
  border: 1px solid color(swatch-one);
}

@media (min-width: 767px) {
  .inline-image-float-left {
    width: 45%;
    margin: 0.5em 1em 0.5em 0;
    float: left;
  }

  .inline-image-float-right {
    width: 45%;
    margin: 0.5em 0 0.5em 1em;
    float: right;
  }
}
@media (min-width: 992px) {
  .inline-image-float-left {
    width: 40%;
  }

  .inline-image-float-right {
    width: 40%;
  }
}
.image-caption {
  font-size: 0.8em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-style: italic;
  padding: 0.2em 0.5em;
}
.wf-active .image-caption {
  opacity: 1;
}
.wf-inactive .image-caption {
  opacity: 1;
}

.image-gallery {
  padding: 1em;
  background-color: #c8e0aa;
  text-align: center;
}
.image-gallery h3 {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left;
}
.image-gallery a.fancybox-thumb img {
  width: 44%;
  margin: 1%;
  border: 3px solid #c8e0aa;
}
.image-gallery a.fancybox-thumb img:hover {
  border-color: #db451d;
}
@media (min-width: 580px) {
  .image-gallery a.fancybox-thumb img {
    width: 29%;
  }
}
@media (min-width: 767px) {
  .image-gallery a.fancybox-thumb img {
    width: 44%;
  }
}
@media (min-width: 992px) {
  .image-gallery a.fancybox-thumb img {
    width: 29%;
  }
}

.resource-suggestion {
  background-color: #89bd4a;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 1em;
  text-align: center;
}
.resource-suggestion p {
  font-weight: 700;
  color: white;
  text-shadow: 0 0 3px #2c4b06;
}

.filter-container {
  padding: 1em;
  margin: 1em 0;
  background-color: #a8bdde;
  border-radius: 12px;
  border: 1px solid #1a468d;
}
.filter-container h3 {
  margin-top: 0;
}

.filter-button {
  cursor: pointer;
  padding: 8px 24px !important;
  margin: 0.25em 0;
  color: #1a468d !important;
  background-color: white !important;
  border: 1px solid #1a468d;
  border-radius: 12px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.2em;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.filter-button[data-filter=" .procurement"] {
  background-color: #a3d28a !important;
  color: black !important;
  border-color: scale-lightness(#a3d28a, -40%);
}
.filter-button[data-filter=" .education"] {
  background-color: #9ec2e4 !important;
  color: black !important;
  border-color: scale-lightness(#9ec2e4, -40%);
}
.filter-button[data-filter=" .sustainable-engagement"] {
  background-color: #fde499 !important;
  color: black !important;
  border-color: scale-lightness(#fde499, -40%);
}
.filter-button[data-filter=" .racial-equity"] {
  background-color: #fdbf99 !important;
  color: black !important;
  border-color: scale-lightness(#fdbf99, -40%);
}
.filter-button[data-filter=" .covid-19"] {
  background-color: #fd9999 !important;
  color: black !important;
  border-color: scale-lightness(#fd9999, -40%);
}
.filter-button:link, .filter-button:visited {
  color: white;
}
.filter-button:hover, .filter-button:active, .filter-button.is-checked {
  background-color: #c83c3c !important;
  border-color: #c83c3c !important;
  color: white !important;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
}

@media (min-width: 767px) {
  .resource-container {
    display: flex;
    flex-wrap: wrap;
  }
}

.resource-block {
  box-sizing: border-box;
  padding: 1em;
  margin: 0 0 1em 0;
  background-color: #f7fbf3;
  border-radius: 12px;
  border: 1px solid #1a468d;
}
.resource-block h3 {
  margin-top: 0;
}
.resource-block .category-indicators div {
  display: inline-block;
  margin-right: 6px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.resource-block .category-indicators div.cat-7 {
  background-color: #a3d28a;
}
.resource-block .category-indicators div.cat-8 {
  background-color: #fde499;
}
.resource-block .category-indicators div.cat-9 {
  background-color: #9ec2e4;
}
.resource-block .category-indicators div.cat-10 {
  background-color: #fdbf99;
}
.resource-block .category-indicators div.cat-11 {
  background-color: #fd9999;
}
.resource-block .category-indicators div.cat-12, .resource-block .category-indicators div.cat-13, .resource-block .category-indicators div.cat-14, .resource-block .category-indicators div.cat-15, .resource-block .category-indicators div.cat-16, .resource-block .category-indicators div.cat-17, .resource-block .category-indicators div.cat-18, .resource-block .category-indicators div.cat-19, .resource-block .category-indicators div.cat-20, .resource-block .category-indicators div.cat-21 {
  display: none;
}
.resource-block .category-list {
  font-size: 0.8em;
}
.resource-block ul {
  margin-bottom: 1em;
}
@media (min-width: 767px) {
  .resource-block {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
}
@media (min-width: 992px) {
  .resource-block {
    margin: 0 1.5% 3% 1.5%;
    width: 30%;
  }
}

.entry-list .entry {
  padding: 1em;
  margin: 0 0 1em 0;
  background-color: #f7fbf3;
  border-radius: 12px;
  border: 1px solid #c8e0aa;
}
.entry-list .entry h4.date {
  margin: 0 0 0.25em 0;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.entry-list .entry h3 {
  margin: 0 0 0.5em 0;
}
.entry-list .entry.news {
  background-color: #f3f6fa;
  border-color: #a8bdde;
}
@media (min-width: 580px) {
  .entry-list .entry .entry-summary-pic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}
@media (min-width: 767px) {
  .entry-list .entry .entry-summary-pic {
    grid-template-columns: 1fr 2fr;
  }
}

@media (min-width: 580px) {
  .entry-content .entry-image {
    float: right;
    width: 30%;
    max-width: 300px;
    margin: 0 0 1em 1em;
  }
  .entry-content .entry-image img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .entry-content .entry-image {
    width: 40%;
  }
}

.program-list .program {
  padding: 1em;
  margin: 0 0 1em 0;
  background-color: #f3f6fa;
  border-radius: 12px;
  border: 1px solid #a8bdde;
}
.program-list .program h3 {
  margin: 0 0 0.5em 0;
}

.landing-page-list .landing-page-entry {
  margin-bottom: 1em;
  padding-bottom: 2em;
  border-top: 1px dotted #89bd4a;
}

.events .event-item {
  padding: 1em;
  margin: 0 0 24px 0;
  background-color: #f3f6fa;
  border-radius: 6px;
  border: 1px solid #1a468d;
}
.events .event-item h3 a, .events .event-item h4, .events .event-item p {
  color: #163c78;
}
.events .event-item h4 {
  margin: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.events .event-item h3 a {
  margin: 1em 0;
  line-height: 1.3;
}
.events .event-item h3 a:hover {
  text-decoration: underline;
}
@media (min-width: 580px) {
  .events {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}

.contact-info {
  box-sizing: border-box;
  background-color: #e7f2db;
  border-radius: 12px;
  border: 1px solid #db451d;
  padding: 1em;
  max-width: 500px;
}
.contact-info h3 {
  margin-top: 0;
  font-size: 1.5em;
}

iframe.newsletter {
  margin-top: 1em;
  width: calc(100% - 2px);
  height: 1400px;
  border: 1px solid #333;
}

ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.pagination li {
  display: inline-block;
  padding: 2px;
}
ul.pagination li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 18px;
  color: white;
  border: 1px solid #db451d;
  background-color: #db451d;
  padding: 2px 8px;
}
.wf-active ul.pagination li a {
  opacity: 1;
}
.wf-inactive ul.pagination li a {
  opacity: 1;
}
ul.pagination li a:hover {
  color: #db451d;
  background-color: white;
}
ul.pagination li a.active {
  color: #db451d;
  background-color: white;
}

.full-width-column .sidebar-module-wrapper {
  box-sizing: border-box;
}
.full-width-column .sidebar-module-wrapper .sidebar-module {
  border-radius: 12px;
  background-color: #1a468d;
  color: white;
  padding: 1.5em 1em;
}
.full-width-column .sidebar-module-wrapper .sidebar-module h3 {
  color: white;
}
.full-width-column .sidebar-module-wrapper .sidebar-module h3:first-of-type {
  margin-top: 0;
}
.full-width-column .sidebar-module-wrapper .sidebar-module h4 {
  color: white;
}
.full-width-column .sidebar-module-wrapper .sidebar-module.event-info {
  background-color: #61a60e;
}
@media (min-width: 767px) {
  .full-width-column .sidebar-module-wrapper {
    margin: 0 auto;
    max-width: 600px;
  }
}

.right-column .sidebar-module-wrapper {
  box-sizing: border-box;
}
.right-column .sidebar-module-wrapper .sidebar-module {
  border-radius: 12px;
  background-color: #1a468d;
  color: white;
  padding: 1.5em 1em;
}
.right-column .sidebar-module-wrapper .sidebar-module h3 {
  color: white;
}
.right-column .sidebar-module-wrapper .sidebar-module h3:first-of-type {
  margin-top: 0;
}
.right-column .sidebar-module-wrapper .sidebar-module h4 {
  color: white;
}
.right-column .sidebar-module-wrapper .sidebar-module .event-info-block {
  margin-bottom: 1em;
}
.right-column .sidebar-module-wrapper .sidebar-module.event-info {
  background-color: #61a60e;
}

.consent-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 0;
  z-index: 900;
  background-color: #163c78;
}
.consent-container .wrapper {
  padding: 0 0.5em;
}
.consent-container p {
  margin-bottom: 0;
  width: 75%;
  float: left;
}
.consent-container input.consent-button {
  float: right;
}
@media (min-width: 767px) {
  .consent-container .wrapper {
    padding: 1em;
  }
}

.swatch {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid lightgray;
}
.swatch.white {
  background-color: white;
}
.swatch.black {
  background-color: black;
}
.swatch.gray {
  background-color: gray;
}
.swatch.gray-light {
  background-color: #a0a0a0;
}
.swatch.gray-medlight {
  background-color: #b9b9b9;
}
.swatch.gray-xlight {
  background-color: lightgray;
}
.swatch.gray-xxlight {
  background-color: #ececec;
}
.swatch.gray-dark {
  background-color: #606060;
}
.swatch.gray-meddark {
  background-color: #464646;
}
.swatch.gray-xdark {
  background-color: #2d2d2d;
}
.swatch.gray-xxdark {
  background-color: #202020;
}
.swatch.swatchone {
  background-color: #1a468d;
}
.swatch.swatchone-light {
  background-color: #4671b7;
}
.swatch.swatchone-medlight {
  background-color: #7697cb;
}
.swatch.swatchone-xlight {
  background-color: #a8bdde;
}
.swatch.swatchone-xxlight {
  background-color: #dae3f1;
}
.swatch.swatchone-dark {
  background-color: #163c78;
}
.swatch.swatchone-meddark {
  background-color: #112e5c;
}
.swatch.swatchone-xdark {
  background-color: #0c203f;
}
.swatch.swatchone-xxdark {
  background-color: #071223;
}
.swatch.swatchtwo {
  background-color: #61a60e;
}
.swatch.swatchtwo-light {
  background-color: #89bd4a;
}
.swatch.swatchtwo-medlight {
  background-color: #a8ce7a;
}
.swatch.swatchtwo-xlight {
  background-color: #c8e0aa;
}
.swatch.swatchtwo-xxlight {
  background-color: #e7f2db;
}
.swatch.swatchtwo-dark {
  background-color: #528d0c;
}
.swatch.swatchtwo-meddark {
  background-color: #3f6c09;
}
.swatch.swatchtwo-xdark {
  background-color: #2c4b06;
}
.swatch.swatchtwo-xxdark {
  background-color: #182a04;
}
.swatch.swatchthree {
  background-color: #db451d;
}
.swatch.swatchthree-light {
  background-color: #e87151;
}
.swatch.swatchthree-medlight {
  background-color: #ee9780;
}
.swatch.swatchthree-xlight {
  background-color: #f4bdae;
}
.swatch.swatchthree-xxlight {
  background-color: #fae3dc;
}
.swatch.swatchthree-dark {
  background-color: #ba3b19;
}
.swatch.swatchthree-meddark {
  background-color: #8e2d13;
}
.swatch.swatchthree-xdark {
  background-color: #631f0d;
}
.swatch.swatchthree-xxdark {
  background-color: #371107;
}
