@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file "STARTER.scss". This file should be named
 * THEMENAME.scss. If you used the drush command to generate this subtheme,
 * it should be named for you.
 *
 * This application file (THEMENAME.scss) is where all the partials are
 * imported.
 *
 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 *
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Modules: Dictate minor layout modules or reusable elements.
 * - States: Describe the appearance of a module in various states.
 * - Theme: Specific customizations for your subtheme.
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
.text-left {
  text-align: left !important;
}

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important;
}

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important;
}

/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table;
}

thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important;
}

tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important;
}

td.show-for-small, td.show-for-small-only, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge,
th.hide-for-xlarge-up,
th.hide-for-xxlarge-up {
  display: table-cell !important;
}

/* Medium Displays: 641px and up */
@media only screen and (min-width:40.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }
  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }
  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
  }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
  }
  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
  }
  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* Large Displays: 1024px and up */
@media only screen and (min-width:64.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
  }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
  }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
  }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1441 and up */
@media only screen and (min-width:90.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
  }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
  }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
  }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-large-only,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* XX-Large Displays: 1920 and up */
@media only screen and (min-width:120.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important;
  }
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table;
  }
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important;
  }
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important;
  }
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important;
  }
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* =============================================================================
   BREAKPOINT
================================================================================ */
@font-face {
  font-family: "TTBackwards"; /* Choose a name for your font */
  src: url("../../src/fonts/tt_backwards_sans/TT Backwards Sans Trial Bold.otf") format("opentype");
}
@font-face {
  font-family: "TTBackwards-500"; /* Choose a name for your font */
  src: url("../../src/fonts/tt_backwards_sans/TT Backwards Sans Trial Regular.otf") format("opentype");
}
/* Custom Sass Mixins */
/* ==================================================================
   RESPONSIVE GUTTER
   $type argument can be either "padding", "margin"
   $topValue, $rightValue, $bottomValue, $leftValue can be "0", "1" for the default gutter
   or any value that is going to mutiply the default value
===================================================================== */
/* ==================================================================
  RESPONSIVE FONT-SIZE AND LINE HEIGHT
===================================================================== */
/* ==================================================================
  RESPOND TO
  Use the breakpoint names defined in base.scss
  The $direction argument can be either "up", "down" or a second breakpoint
  (higher or lower than the first).
===================================================================== */
/* ==================================================================
   DIGTIAL LOOM'S CLEAR FIX
   This clearfix is better than both Drupal and Compass's clearfix
   http://css-tricks.com/snippets/css/clear-fix/
===================================================================== */
/* ==================================================================
  LIST STYLE
===================================================================== */
/* ==================================================================
   HIDING CONTENT
   Use this inplace of display: none when you want the content accessible to screen readers
   http://css-tricks.com/snippets/css/accessibilityseo-friendly-css-hiding/
===================================================================== */
/* ==================================================================
   TRANSFORM
===================================================================== */
/* generic transform */
/* rotate */
/* ==================================================================
   TRANSPARENCY
===================================================================== */
/* ==================================================================
   FONT ICON
===================================================================== */
/* ==========================================================================
   LINK STYLES
   These should only be applied directly to anchor tags
========================================================================== */
/* ------- Button -------------------------- */
/* Used by link buttons, form buttons, search button, and view/edit buttons */
/* ------- Arrow -------------------------- */
/* ==================================================================
   RESPONSIVE DISPLAY SUITE GROUPS
   One or no column style for Display Suite or View
   $float value can be left/right/none
===================================================================== */
/* ==================================================================
   RESPONSIVE DISPLAY SUITE GROUPS
   2 columns style for Display Suite
   $image-container value can be left or right
===================================================================== */
/* ==================================================================
   RESPONSIVE DISPLAY SUITE GROUPS
   $image-container value can be left, middle or right
   if group-middle contains the image the gutter will be applied on the left and on the right
===================================================================== */
.admin-menu .fixed {
  top: 1.8125rem;
}

#status-messages.reveal-modal .alert-box {
  margin-bottom: 0;
  background-color: #ee694e;
}

.reveal-modal {
  z-index: 999;
}

.item-list .pager {
  clear: none;
}

.item-list .pager li {
  padding: 0;
}

h1 {
  font-family: "Lato", "Arial", Sans-Serif;
  color: #414141;
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
}

h1.alt {
  font-size: 30px;
  line-height: 35px;
  margin: 0.3em 0 0;
}

h2, .h2_tiny, .slideshow-title a {
  font-family: "TTBackwards", Arial, sans-serif;
  color: black;
  font-size: 40px;
}

h2.footer-subscribe-mailing {
  font-size: 30px;
  color: #ffffff;
}

h3, .h3_tiny {
  font-family: "TTBackwards", Arial, sans-serif;
  color: black;
  font-weight: 700;
}

h4, .h4_tiny {
  font-family: "Lato", "Arial", Sans-Serif;
  color: black;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
}

hr {
  border-top: dotted 1px;
}

p.h2_tiny, p.h3_tiny, p.h4_tiny {
  margin-bottom: 0.5rem;
}

p.h2_tiny > a, p.h3_tiny > a, p.h4_tiny > a {
  font-weight: 400 !important;
}

#accordion h4 {
  color: #1b506d;
}

.entity-list h4, .related-entity h4 {
  margin-bottom: 0;
}

.teaser-head {
  font-family: "Lato", "Arial", Sans-Serif;
  font-size: 18px;
  line-height: 22px;
  color: #414141;
}

.teaser-body {
  font-family: "Lato", "Arial", Sans-Serif;
  font-size: 16px;
  line-height: 20px;
}

.text-label {
  font-family: "Lato", "Arial", Sans-Serif;
  color: #414141;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
}
.text-label.date-label {
  text-transform: none;
}

.text-label.share-this-label {
  font-weight: 700;
  font-size: 12px;
  float: right;
  line-height: 32px;
  padding-right: 10px;
}

.parent-resource-label {
  font-size: 14px;
  color: #414141;
}

.text-intro {
  font-family: "Lato", "Arial", Sans-Serif;
  font-size: 18px;
  line-height: 28px;
  color: #414141;
}

.text-small {
  font-family: "Lato", "Arial", Sans-Serif;
  font-size: 14px;
  line-height: 20px;
  color: #414141;
}

#project-tabs .text-tabs {
  font-family: "Trebuchet", San-Serif;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0 7px 1px 0;
  background: #f29122;
}

#project-tabs .tab-title.active .text-tabs {
  background: #ee694e;
}

#project-tabs dd > a {
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
}

.custom-breadcrumbs .breadcrumbs {
  border: 0;
  margin-bottom: 0 !important;
}

blockquote.project {
  font-family: "Lato", "Arial", Sans-Serif;
  font-size: 24px;
  line-height: 35px;
  color: #414141;
  background-image: url("../../images/svg/quote-teal.svg");
  background-position: middle left;
  background-repeat: no-repeat;
  padding: 0 0 0 70px;
  border: 0;
}

body {
  line-height: 25px;
  font-family: "Lato", "Arial", Sans-Serif;
  font-weight: 400;
  font-size: 16px;
  font-color: #414141;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.crimson {
  background-color: #bc2e49;
}

.profile-detail p {
  padding: 0;
  margin: 0;
  line-height: 3em;
}

a {
  color: #1b506d;
  font-weight: 700;
}

ul.button-group li {
  list-style-type: none;
  display: inline-block;
}
ul.button-group li a {
  padding: 10px;
  text-decoration: none;
}
ul.button-group li a:hover {
  text-decoration: underline;
}

button, .button {
  font-family: "Trebuchet", San-Serif;
  background-color: #bc2e49;
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
button.green, .button.green {
  background-color: #A7CE38;
}
button.green:hover, .button.green:hover {
  background-color: #A7CE38;
}
button.green.darkTeal, .button.green.darkTeal {
  background-color: #008174;
}
button.green.darkTeal:hover, .button.green.darkTeal:hover {
  background-color: #008174;
}

#button_box i {
  font-size: 22px;
  padding-right: 10px;
}

.fi-color-green {
  color: #A7CE38;
}

ul.breadcrumbs {
  padding-left: 0;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 0;
  margin-top: 10px;
}

.ui-accordion .ui-accordion-header {
  padding-left: 2.2em;
  background: #f2f2f2;
}

.ui-accordion .ui-accordion-header.ui-state-active {
  border-color: #c5c5c5;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  background: none;
  width: auto;
  height: auto;
}

#accordion .ui-accordion-content {
  border: 0;
}

.accordion-plus,
.accordion-minus {
  text-indent: 0px;
}

.accordion-plus:after {
  color: #bc2e49 !important;
  content: url("../../images/svg/plus.svg") !important;
  padding: 0px 5px 5px 5px;
}

.accordion-minus:after {
  color: #bc2e49 !important;
  content: url("../../images/svg/minus.svg") !important;
  padding: 0px 5px 5px 5px;
}

.views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0 0 0.6em 0;
}

.layout-container {
  margin-top: 0;
}
@media (max-width: 768px) {
  .layout-container {
    margin-top: 140px;
  }
}

#pz-logo {
  position: fixed;
  left: 30px;
  top: 30px;
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease-in-out;
}

#pz-logo img {
  width: 275px;
}

#pz-logo.hidden {
  opacity: 0;
  transform: translateY(-30px);
  pointer-events: none;
}

@media only screen and (max-width: 980px) {
  #pz-logo img {
    max-width: 140px;
    max-height: 195px;
  }
}
#pz-logo a {
  display: inline-block;
}

#pz-logo object {
  pointer-events: none;
}

/* BEGIN FULL SCREEN MENU */
#global-fs-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}

.menu-logo {
  margin: 30px 0 0 32px;
  width: 650px;
}
.menu-logo img {
  max-width: 275px;
}

.fs-search-input {
  position: absolute;
  top: 47px;
  left: 670px;
}
.fs-search-input input[type=search] {
  width: 300px;
  height: 40px;
  padding: 5px 5px 5px 15px;
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  border-radius: 0;
  display: inline-block;
  border: 1px solid #333;
}
.fs-search-input .form-actions {
  display: inline-block;
}
.fs-search-input input#edit-submit.button {
  background: #008174;
  border-radius: 0;
  font-family: Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
  border: 1px solid #008174;
  padding: 5px 20px;
  height: 50px;
  color: #ffffff !important;
  letter-spacing: 0;
}

.header-controls {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  z-index: 9999;
}

.search-wrap {
  width: 124px;
  height: 90px;
  background-color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background-color 0.3s ease;
  padding: 0 20px;
  border-right: 2px solid #1e1e1e;
}
.search-wrap:hover {
  background-color: #292c2f;
}
.search-wrap.opened {
  background-color: transparent;
  display: none;
}
.search-wrap .search-icon {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background-image: url("/themes/custom/project_zero/assets/images/svg/search_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0;
}

.menu-toggle {
  position: relative;
  width: 124px;
  height: 90px;
  background-color: #000;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.menu-toggle:hover {
  background-color: #292c2f;
}
.menu-toggle .hamburger-wrap,
.menu-toggle .close-wrap {
  display: flex;
  align-items: center;
  gap: 0;
}
.menu-toggle .close-wrap {
  display: none;
  position: absolute;
  left: 20px;
  top: 30%;
  transform: translateY(-50%);
  width: 100px;
}
.menu-toggle.opened {
  background-color: transparent !important;
}
.menu-toggle.opened .hamburger-wrap {
  display: none;
}
.menu-toggle.opened .close-wrap {
  display: flex;
}
.menu-toggle.opened .close-wrap .close-fs #close-x {
  pointer-events: auto;
  display: inline-block;
  cursor: pointer;
}
.menu-toggle.opened .close-wrap .close-fs svg {
  width: 1.8em;
  height: 1.8em;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.4em;
}
.menu-toggle.opened .close-wrap .close-fs #close-x .circle {
  fill: rgb(80, 79, 79);
}
.menu-toggle.opened .close-wrap .close-fs #close-x .x {
  fill: white;
}
.menu-toggle.opened .close-wrap:hover .close-fs #close-x .circle {
  fill: white;
}

.menu-copy {
  display: inline-block;
  color: #fff;
  z-index: 1;
  font-family: "Lato", "Arial", Sans-Serif;
  font-size: 1.15em;
  margin: 0 0 0 9px;
}

.hamburger {
  position: relative;
  width: 30px;
  height: 4px;
  display: inline-block;
  background: none;
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 3px;
  background-color: white;
}

.hamburger::before {
  top: -5px;
}

.hamburger::after {
  top: 5px;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-size: cover;
  pointer-events: none;
  transform-style: preserve-3d;
  perspective: 1000px;
  /* comment this out to style opened menu */
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  overflow-y: auto;
}

.menu-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/themes/custom/project_zero/assets/images/menu-images/about.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.menu-bg.bg-flyout-2 {
  background-image: url("/themes/custom/project_zero/assets/images/menu-images/professional-development.png") !important;
}

.menu-bg.bg-flyout-5 {
  background-image: url("/themes/custom/project_zero/assets/images/menu-images/impact.png") !important;
}

.menu-bg.bg-flyout-6 {
  background-image: url("/themes/custom/project_zero/assets/images/menu-images/current-research.png") !important;
}

.opaque {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgba(14, 14, 14, 0.85);
}

.menu-links {
  margin: 30px 0 0 50px;
  transition: opacity 0.5s cubic-bezier(0.32, 0.08, 0.24, 1), transform 0.5s cubic-bezier(0.32, 0.08, 0.24, 1);
  transition-delay: 0.2s;
  position: relative;
  max-width: 600px;
}

.menu-links ul li {
  list-style-type: none;
  font-size: 1.3em;
  color: #fff;
  line-height: 3.6em;
}
.menu-links ul li ul li {
  font-size: 1em;
}

.menu-links > ul > li.active-parent > a::after, .menu-links > ul > li.active-parent > span::after,
.menu-links > ul > li > a:hover::after,
.menu-links > ul > li > span:hover::after {
  width: 100%;
}
.menu-links > ul > li > a,
.menu-links > ul > li > span {
  font-family: "TTBackwards", Arial, sans-serif;
  letter-spacing: -0.02em;
  font-size: 2.2em;
  color: #fff;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  outline: none !important;
}
.menu-links > ul > li > a::after,
.menu-links > ul > li > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.5s ease;
}

.menu-links ul li.active-parent a {
  text-decoration: underline;
  color: white;
  outline: none !important;
}

.menu-links > ul {
  display: flex;
  flex-direction: column;
  position: relative;
}

.menu-links li {
  list-style: none;
}

.menu-links li > ul {
  display: none;
  position: absolute;
  top: 0 !important;
  left: 100%;
  width: 100%;
  padding: 1em;
  z-index: 10;
  margin-left: 0;
}

.menu-links ul li.active-parent > ul li a {
  font-family: "Lato", "Arial", Sans-Serif;
  font-size: 1em;
  color: white;
  line-height: 3em;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.menu-links ul li.active-parent > ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.5s ease;
}
.menu-links ul li.active-parent > ul li a:hover::after {
  width: 100%;
}

.menu-links li.active-parent > ul {
  display: block;
}

.menu-links li.active-parent > ul {
  display: block;
}

.menu-links ul li ul li .menu-item-description {
  color: #f2f2f2;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-top: -15px;
}

#quick-links {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  border-top: 1px solid #464a4f;
  background: #000;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; /* Crucial: make it non-interactive when hidden */
}
#quick-links .quick-links-label {
  display: inline-block;
  margin: 30px 0 0 40px;
  font-family: "Lato", "Arial", Sans-Serif;
  font-size: 1.2em;
  color: #8d9aa4;
}
@media (max-width: 768px) {
  #quick-links .quick-links-label {
    margin: 10px;
    font-size: 1em;
  }
}
#quick-links ul {
  display: inline-block;
}
#quick-links ul li {
  display: inline-block;
  list-style: none;
  margin: 0 20px 0 0;
}
#quick-links ul li a {
  font-family: "Lato", "Arial", Sans-Serif;
  font-size: 1.2em;
  color: white;
}
#quick-links ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #quick-links ul {
    margin: 0 0 0 10px;
  }
}

/* END  FULL SCREEN MENU */
@media screen and (max-width: 1024px) {
  .menu {
    overflow-y: auto;
  }
  .opaque {
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
  }
  #pz-logo {
    left: 20px;
    top: 20px;
  }
  #pz-logo img {
    max-width: 210px;
  }
  .fs-search-input {
    position: static;
    margin: 20px auto;
    text-align: left;
    margin: 0 0 0 20px;
  }
  .fs-search-input input[type=search] {
    width: 240px;
    font-size: 1em;
  }
  .fs-search-input .form-actions,
  .fs-search-input input#edit-submit {
    display: inline-block;
    width: auto;
    margin: 10px auto 0;
    font-size: 1em !important;
  }
  .header-controls {
    flex-direction: row;
    right: 10px;
    top: 10px;
  }
  .header-controls .search-wrap,
  .header-controls .menu-toggle {
    width: 60px;
    height: 60px;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  .header-controls .search-wrap .menu-copy,
  .header-controls .menu-toggle .menu-copy {
    display: none;
  }
  .header-controls .search-wrap .search-icon,
  .header-controls .menu-toggle .search-icon {
    display: inline-block;
  }
  .header-controls .hamburger,
  .header-controls .hamburger::before,
  .header-controls .hamburger::after {
    width: 24px;
    height: 3px;
    background-color: white;
  }
  .header-controls .menu-toggle {
    position: relative;
  }
  .header-controls .menu-toggle .close-wrap {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
  }
  .header-controls .menu-toggle .close-wrap .menu-copy {
    display: inline-block !important;
  }
  .header-controls .menu-toggle .close-wrap .menu-copy span.close-text {
    display: none;
  }
  .header-controls .menu-toggle .close-wrap .close-fs svg {
    width: 1.6em;
    height: 1.6em;
    display: block;
  }
  .header-controls .menu-toggle .close-wrap .close-fs #close-x .circle {
    fill: #505050;
  }
  .header-controls .menu-toggle .close-wrap .close-fs #close-x .x {
    fill: white;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .header-controls .menu-toggle .close-wrap {
    left: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .header-controls .menu-toggle.opened {
    background-color: transparent;
  }
  .header-controls .menu-toggle.opened .hamburger-wrap {
    display: none !important;
  }
  .header-controls .menu-toggle.opened .close-wrap {
    display: flex !important;
  }
  .menu-logo {
    margin: 20px 0 0 20px;
    text-align: left;
    width: 210px;
  }
  .menu-logo a img {
    max-width: 210px;
  }
  .menu-links {
    margin: 40px 0 0 0;
  }
  .menu-links > ul {
    gap: 0.5em;
    padding-left: 20px;
    margin-bottom: 100px;
  }
  .menu-links > ul li {
    line-height: 2.6em;
  }
  .menu-links > ul li a {
    font-size: 1.2em;
  }
  .menu-links > ul li.active-parent > ul li a {
    font-size: 1em;
    font-weight: bold;
  }
  .menu-links > ul li.active-parent > ul li a::after {
    display: inline-block;
  }
  .menu-links > ul li.active-parent > ul li .menu-item-description {
    font-size: 0.9em;
    line-height: 1.4em;
    display: block;
    margin-top: -10px;
  }
  .menu-links li > ul {
    width: 90%;
    margin: 0 0 10px 0;
    padding: 0;
    position: static !important;
  }
  .menu-links li > ul li {
    margin-left: 0;
    line-height: 2em;
  }
  .quick-links {
    padding: 10px 0;
    text-align: center;
    width: 95%;
  }
  .quick-links .quick-links-label {
    display: block;
    margin: 10px 0;
  }
  .quick-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .quick-links ul li {
    margin: 0 10px 0 0;
  }
}
.js #homepage-topics ul {
  display: none;
}

body.user-logged-in .columns.admin {
  float: none;
  text-align: center;
  margin-bottom: 20px;
}
body.user-logged-in .masquerade-block-form {
  margin-left: 50px;
}
body.user-logged-in .messages {
  width: 1024px;
  margin: 0 auto;
  text-align: center;
}
body.user-logged-in #global-fs-menu .header-controls,
body.user-logged-in #pz-logo {
  top: 100px;
}
body.user-logged-in.front .columns.admin {
  z-index: 9;
}
body.user-logged-in.path-user h1#page-title {
  margin-left: 50px;
}
body.user-logged-in.path-user h4.label {
  margin-left: 50px;
  color: #000000;
}

body.node-type-page {
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  min-height: 100vh !important;
  /* --- Inner Container: Manages alignment of H1 and .current-research --- */
  /* --- H1 Styles --- */
}
body.node-type-page .layout-container {
  margin-top: 150px;
}
body.node-type-page.bg-gradient-homepage {
  background: linear-gradient(to bottom, #23AA99, #ffe400);
}
body.node-type-page.bg-gradient-thinking-routines {
  background: linear-gradient(to bottom, #ee694e, #ffe400);
}
body.node-type-page.bg-gradient-professional-development {
  background: linear-gradient(to bottom, #bc2e49 25%, #ffe400);
}
body.node-type-page.bg-gradient-resources {
  background: linear-gradient(to bottom, #A7CE38, #ffe400);
}
body.node-type-page.bg-gradient-current-research {
  background: linear-gradient(to bottom, #ffe400, #23AA99);
}
body.node-type-page.bg-gradient-impact {
  background: linear-gradient(to bottom, #008174, #A7CE38);
}
body.node-type-page.bg-gradient-projects {
  background: linear-gradient(to bottom, #F9E548, #A2C75A, #63AF88);
}
body.node-type-page.bg-gradient-nobg {
  background: white;
}
body.node-type-page .content-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
body.node-type-page .header-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  body.node-type-page .header-group {
    margin-top: 0;
  }
}
body.node-type-page .header-group h1#page-name {
  font-family: "Lato", "Arial", Sans-Serif, sans-serif;
  font-size: 5em;
  font-weight: 800;
  letter-spacing: -3px;
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 1.2;
}
body.node-type-page .header-group h1#page-name.small {
  font-size: 3.4em;
}
@media (max-width: 768px) {
  body.node-type-page .header-group h1#page-name.small {
    font-size: 2.6em;
  }
}
body.node-type-page .header-group h1#page-name.medium {
  font-size: 4.2em;
}
@media (max-width: 768px) {
  body.node-type-page .header-group h1#page-name.medium {
    font-size: 3em;
  }
}
body.node-type-page .header-group h1#page-name.large {
  font-size: 5em;
}
@media (max-width: 768px) {
  body.node-type-page .header-group h1#page-name.large {
    font-size: 3.5em;
  }
}
body.node-type-page .header-group h1#page-name.black {
  color: #000;
}
body.node-type-page .header-group h1#page-name.white {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
body.node-type-page .page-content {
  width: 100%;
  max-width: 1200px; /* Adjust as needed for your site's main container */
  margin: 0 auto 0;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  /* Removed fixed background color here, now handled by the image + overlay */
  position: relative; /* Needed for absolute positioning of background image */
  /* Added a semi-transparent overlay to ensure content readability */
  /* background-color: white; */
}
body.node-type-page .page-content .page-inner {
  max-width: 900px;
  margin: 0 auto;
}
body.node-type-page .page-content .page-inner .searchby {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 2.5em;
  width: 240px;
  margin: 20px auto 30px;
  text-align: center;
}
body.node-type-page .page-content .page-inner #form-filters-container {
  display: block;
  text-align: center;
  min-height: 55px;
  height: auto;
}
body.node-type-page .page-content .page-inner #form-filters-container .clear-all-active-filters-link {
  display: block;
  margin: 10px 0 0;
  color: #000000;
  text-decoration: underline;
}
body.node-type-page .page-content .page-inner #form-filters-container .clear-all-active-filters-link:hover {
  color: #1b506d;
}
body.node-type-page .page-content .page-inner #filters .filter-group,
body.node-type-page .page-content .page-inner #resource-filters .filter-group,
body.node-type-page .page-content .page-inner #project-filters .filter-group,
body.node-type-page .page-content .page-inner #staff-filters .filter-group,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group,
body.node-type-page .page-content .page-inner #search-page .filter-group {
  margin: 5px;
  display: inline-block;
  background: #fff;
  position: relative;
  border-radius: 100px;
}
body.node-type-page .page-content .page-inner #filters .filter-group.active,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.active,
body.node-type-page .page-content .page-inner #project-filters .filter-group.active,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.active,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.active,
body.node-type-page .page-content .page-inner #search-page .filter-group.active {
  z-index: 20;
}
body.node-type-page .page-content .page-inner #filters .filter-group.disabled,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.disabled,
body.node-type-page .page-content .page-inner #project-filters .filter-group.disabled,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.disabled,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.disabled,
body.node-type-page .page-content .page-inner #search-page .filter-group.disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group,
  body.node-type-page .page-content .page-inner #project-filters .filter-group,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group,
  body.node-type-page .page-content .page-inner #search-page .filter-group {
    width: 90%;
    margin: 20px 10px 10px 20px;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.az-list,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.az-list,
body.node-type-page .page-content .page-inner #project-filters .filter-group.az-list,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.az-list,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.az-list,
body.node-type-page .page-content .page-inner #search-page .filter-group.az-list {
  width: 110px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.az-list,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.az-list,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.az-list,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.az-list,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.az-list,
  body.node-type-page .page-content .page-inner #search-page .filter-group.az-list {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.teaching-subject,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.teaching-subject,
body.node-type-page .page-content .page-inner #project-filters .filter-group.teaching-subject,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.teaching-subject,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.teaching-subject,
body.node-type-page .page-content .page-inner #search-page .filter-group.teaching-subject {
  width: 190px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.teaching-subject,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.teaching-subject,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.teaching-subject,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.teaching-subject,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.teaching-subject,
  body.node-type-page .page-content .page-inner #search-page .filter-group.teaching-subject {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.thinking-category,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.thinking-category,
body.node-type-page .page-content .page-inner #project-filters .filter-group.thinking-category,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.thinking-category,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.thinking-category,
body.node-type-page .page-content .page-inner #search-page .filter-group.thinking-category {
  width: 200px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.thinking-category,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.thinking-category,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.thinking-category,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.thinking-category,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.thinking-category,
  body.node-type-page .page-content .page-inner #search-page .filter-group.thinking-category {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.thinking-disposition,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.thinking-disposition,
body.node-type-page .page-content .page-inner #project-filters .filter-group.thinking-disposition,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.thinking-disposition,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.thinking-disposition,
body.node-type-page .page-content .page-inner #search-page .filter-group.thinking-disposition {
  width: 215px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.thinking-disposition,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.thinking-disposition,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.thinking-disposition,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.thinking-disposition,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.thinking-disposition,
  body.node-type-page .page-content .page-inner #search-page .filter-group.thinking-disposition {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.resource-type,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.resource-type,
body.node-type-page .page-content .page-inner #project-filters .filter-group.resource-type,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.resource-type,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.resource-type,
body.node-type-page .page-content .page-inner #search-page .filter-group.resource-type {
  width: 95px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.resource-type,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.resource-type,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.resource-type,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.resource-type,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.resource-type,
  body.node-type-page .page-content .page-inner #search-page .filter-group.resource-type {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.related-project,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.related-project,
body.node-type-page .page-content .page-inner #project-filters .filter-group.related-project,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.related-project,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.related-project,
body.node-type-page .page-content .page-inner #search-page .filter-group.related-project {
  width: 180px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.related-project,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.related-project,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.related-project,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.related-project,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.related-project,
  body.node-type-page .page-content .page-inner #search-page .filter-group.related-project {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.related-staff,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.related-staff,
body.node-type-page .page-content .page-inner #project-filters .filter-group.related-staff,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.related-staff,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.related-staff,
body.node-type-page .page-content .page-inner #search-page .filter-group.related-staff {
  width: 95px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.related-staff,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.related-staff,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.related-staff,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.related-staff,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.related-staff,
  body.node-type-page .page-content .page-inner #search-page .filter-group.related-staff {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.publication-year,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.publication-year,
body.node-type-page .page-content .page-inner #project-filters .filter-group.publication-year,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.publication-year,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.publication-year,
body.node-type-page .page-content .page-inner #search-page .filter-group.publication-year {
  width: 92px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.publication-year,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.publication-year,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.publication-year,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.publication-year,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.publication-year,
  body.node-type-page .page-content .page-inner #search-page .filter-group.publication-year {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.related-topic,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.related-topic,
body.node-type-page .page-content .page-inner #project-filters .filter-group.related-topic,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.related-topic,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.related-topic,
body.node-type-page .page-content .page-inner #search-page .filter-group.related-topic {
  width: 167px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.related-topic,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.related-topic,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.related-topic,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.related-topic,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.related-topic,
  body.node-type-page .page-content .page-inner #search-page .filter-group.related-topic {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.learners-age,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.learners-age,
body.node-type-page .page-content .page-inner #project-filters .filter-group.learners-age,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.learners-age,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.learners-age,
body.node-type-page .page-content .page-inner #search-page .filter-group.learners-age {
  width: 156px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.learners-age,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.learners-age,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.learners-age,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.learners-age,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.learners-age,
  body.node-type-page .page-content .page-inner #search-page .filter-group.learners-age {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.lifetime,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.lifetime,
body.node-type-page .page-content .page-inner #project-filters .filter-group.lifetime,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.lifetime,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.lifetime,
body.node-type-page .page-content .page-inner #search-page .filter-group.lifetime {
  width: 205px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.lifetime,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.lifetime,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.lifetime,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.lifetime,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.lifetime,
  body.node-type-page .page-content .page-inner #search-page .filter-group.lifetime {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.staff-by-location,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.staff-by-location,
body.node-type-page .page-content .page-inner #project-filters .filter-group.staff-by-location,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.staff-by-location,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.staff-by-location,
body.node-type-page .page-content .page-inner #search-page .filter-group.staff-by-location {
  width: 150px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.staff-by-location,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.staff-by-location,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.staff-by-location,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.staff-by-location,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.staff-by-location,
  body.node-type-page .page-content .page-inner #search-page .filter-group.staff-by-location {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.staff-by-role,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.staff-by-role,
body.node-type-page .page-content .page-inner #project-filters .filter-group.staff-by-role,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.staff-by-role,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.staff-by-role,
body.node-type-page .page-content .page-inner #search-page .filter-group.staff-by-role {
  width: 140px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.staff-by-role,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.staff-by-role,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.staff-by-role,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.staff-by-role,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.staff-by-role,
  body.node-type-page .page-content .page-inner #search-page .filter-group.staff-by-role {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.facet-sm-resource-type,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.facet-sm-resource-type,
body.node-type-page .page-content .page-inner #project-filters .filter-group.facet-sm-resource-type,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.facet-sm-resource-type,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.facet-sm-resource-type,
body.node-type-page .page-content .page-inner #search-page .filter-group.facet-sm-resource-type {
  width: 220px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.facet-sm-resource-type,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.facet-sm-resource-type,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.facet-sm-resource-type,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.facet-sm-resource-type,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.facet-sm-resource-type,
  body.node-type-page .page-content .page-inner #search-page .filter-group.facet-sm-resource-type {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.facet-sm-related-staff,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.facet-sm-related-staff,
body.node-type-page .page-content .page-inner #project-filters .filter-group.facet-sm-related-staff,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.facet-sm-related-staff,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.facet-sm-related-staff,
body.node-type-page .page-content .page-inner #search-page .filter-group.facet-sm-related-staff {
  width: 180px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.facet-sm-related-staff,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.facet-sm-related-staff,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.facet-sm-related-staff,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.facet-sm-related-staff,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.facet-sm-related-staff,
  body.node-type-page .page-content .page-inner #search-page .filter-group.facet-sm-related-staff {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .filter-group.all-results,
body.node-type-page .page-content .page-inner #resource-filters .filter-group.all-results,
body.node-type-page .page-content .page-inner #project-filters .filter-group.all-results,
body.node-type-page .page-content .page-inner #staff-filters .filter-group.all-results,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.all-results,
body.node-type-page .page-content .page-inner #search-page .filter-group.all-results {
  width: 130px;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .filter-group.all-results,
  body.node-type-page .page-content .page-inner #resource-filters .filter-group.all-results,
  body.node-type-page .page-content .page-inner #project-filters .filter-group.all-results,
  body.node-type-page .page-content .page-inner #staff-filters .filter-group.all-results,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-group.all-results,
  body.node-type-page .page-content .page-inner #search-page .filter-group.all-results {
    width: 90%;
    margin: 10px auto 0;
  }
}
body.node-type-page .page-content .page-inner #filters .tr-divider,
body.node-type-page .page-content .page-inner #resource-filters .tr-divider,
body.node-type-page .page-content .page-inner #project-filters .tr-divider,
body.node-type-page .page-content .page-inner #staff-filters .tr-divider,
body.node-type-page .page-content .page-inner .path--search--site .region-content .tr-divider,
body.node-type-page .page-content .page-inner #search-page .tr-divider {
  display: inline-block;
  margin: 0 10px;
  font-size: 2.5em;
  font-weight: 200;
  vertical-align: sub;
}
@media (max-width: 768px) {
  body.node-type-page .page-content .page-inner #filters .tr-divider,
  body.node-type-page .page-content .page-inner #resource-filters .tr-divider,
  body.node-type-page .page-content .page-inner #project-filters .tr-divider,
  body.node-type-page .page-content .page-inner #staff-filters .tr-divider,
  body.node-type-page .page-content .page-inner .path--search--site .region-content .tr-divider,
  body.node-type-page .page-content .page-inner #search-page .tr-divider {
    display: none;
  }
}
body.node-type-page .page-content .page-inner #filters button,
body.node-type-page .page-content .page-inner #resource-filters button,
body.node-type-page .page-content .page-inner #project-filters button,
body.node-type-page .page-content .page-inner #staff-filters button,
body.node-type-page .page-content .page-inner .path--search--site .region-content button,
body.node-type-page .page-content .page-inner #search-page button {
  text-transform: none;
  font-size: 0.8em;
  font-family: "Lato", "Arial", Sans-Serif;
}
body.node-type-page .page-content .page-inner #filters .filter-toggle,
body.node-type-page .page-content .page-inner #resource-filters .filter-toggle,
body.node-type-page .page-content .page-inner #project-filters .filter-toggle,
body.node-type-page .page-content .page-inner #staff-filters .filter-toggle,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-toggle,
body.node-type-page .page-content .page-inner #search-page .filter-toggle {
  font-family: "Lato", "Arial", Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 14px;
  background: none;
  border: 1px solid #333;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  transition: background-color 0.2s;
  color: black;
}
body.node-type-page .page-content .page-inner #filters .filter-toggle:hover,
body.node-type-page .page-content .page-inner #resource-filters .filter-toggle:hover,
body.node-type-page .page-content .page-inner #project-filters .filter-toggle:hover,
body.node-type-page .page-content .page-inner #staff-filters .filter-toggle:hover,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-toggle:hover,
body.node-type-page .page-content .page-inner #search-page .filter-toggle:hover {
  background: #000 !important;
  color: #fff;
}
body.node-type-page .page-content .page-inner #filters .filter-toggle:hover .filter-title,
body.node-type-page .page-content .page-inner #resource-filters .filter-toggle:hover .filter-title,
body.node-type-page .page-content .page-inner #project-filters .filter-toggle:hover .filter-title,
body.node-type-page .page-content .page-inner #staff-filters .filter-toggle:hover .filter-title,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-toggle:hover .filter-title,
body.node-type-page .page-content .page-inner #search-page .filter-toggle:hover .filter-title {
  color: #fff;
}
body.node-type-page .page-content .page-inner #filters .filter-toggle:hover .arrow i,
body.node-type-page .page-content .page-inner #resource-filters .filter-toggle:hover .arrow i,
body.node-type-page .page-content .page-inner #project-filters .filter-toggle:hover .arrow i,
body.node-type-page .page-content .page-inner #staff-filters .filter-toggle:hover .arrow i,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-toggle:hover .arrow i,
body.node-type-page .page-content .page-inner #search-page .filter-toggle:hover .arrow i {
  color: #fff;
}
body.node-type-page .page-content .page-inner #filters .filter-toggle.active .arrow,
body.node-type-page .page-content .page-inner #resource-filters .filter-toggle.active .arrow,
body.node-type-page .page-content .page-inner #project-filters .filter-toggle.active .arrow,
body.node-type-page .page-content .page-inner #staff-filters .filter-toggle.active .arrow,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-toggle.active .arrow,
body.node-type-page .page-content .page-inner #search-page .filter-toggle.active .arrow {
  transform: rotate(180deg);
}
body.node-type-page .page-content .page-inner #filters .filter-toggle.active .arrow i,
body.node-type-page .page-content .page-inner #resource-filters .filter-toggle.active .arrow i,
body.node-type-page .page-content .page-inner #project-filters .filter-toggle.active .arrow i,
body.node-type-page .page-content .page-inner #staff-filters .filter-toggle.active .arrow i,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-toggle.active .arrow i,
body.node-type-page .page-content .page-inner #search-page .filter-toggle.active .arrow i {
  color: white;
}
body.node-type-page .page-content .page-inner #filters .filter-toggle .filter-title,
body.node-type-page .page-content .page-inner #resource-filters .filter-toggle .filter-title,
body.node-type-page .page-content .page-inner #project-filters .filter-toggle .filter-title,
body.node-type-page .page-content .page-inner #staff-filters .filter-toggle .filter-title,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-toggle .filter-title,
body.node-type-page .page-content .page-inner #search-page .filter-toggle .filter-title {
  flex: 1;
  color: black;
}
body.node-type-page .page-content .page-inner #filters .filter-toggle .arrow,
body.node-type-page .page-content .page-inner #resource-filters .filter-toggle .arrow,
body.node-type-page .page-content .page-inner #project-filters .filter-toggle .arrow,
body.node-type-page .page-content .page-inner #staff-filters .filter-toggle .arrow,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-toggle .arrow,
body.node-type-page .page-content .page-inner #search-page .filter-toggle .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 12px;
}
body.node-type-page .page-content .page-inner #filters .filter-toggle .arrow i,
body.node-type-page .page-content .page-inner #resource-filters .filter-toggle .arrow i,
body.node-type-page .page-content .page-inner #project-filters .filter-toggle .arrow i,
body.node-type-page .page-content .page-inner #staff-filters .filter-toggle .arrow i,
body.node-type-page .page-content .page-inner .path--search--site .region-content .filter-toggle .arrow i,
body.node-type-page .page-content .page-inner #search-page .filter-toggle .arrow i {
  color: black;
  transition: color 0.2s;
}
body.node-type-page .page-content .page-inner #filters .checkbox-list,
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list,
body.node-type-page .page-content .page-inner #project-filters .checkbox-list,
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list,
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list,
body.node-type-page .page-content .page-inner #search-page .checkbox-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
  width: 100%;
  max-width: max-content;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  text-align: left;
}
body.node-type-page .page-content .page-inner #filters .checkbox-list.expanded,
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list.expanded,
body.node-type-page .page-content .page-inner #project-filters .checkbox-list.expanded,
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list.expanded,
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list.expanded,
body.node-type-page .page-content .page-inner #search-page .checkbox-list.expanded {
  max-height: 480px;
  overflow-y: auto;
  padding: 10px 15px;
  width: 400px;
  border: 1px solid #ddd;
}
body.node-type-page .page-content .page-inner #filters .checkbox-list .checkbox-content,
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list .checkbox-content,
body.node-type-page .page-content .page-inner #project-filters .checkbox-list .checkbox-content,
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list .checkbox-content,
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list .checkbox-content,
body.node-type-page .page-content .page-inner #search-page .checkbox-list .checkbox-content {
  flex: 1;
  overflow-y: auto;
  padding: 10px 15px;
  max-height: 350px;
  /* Custom scrollbar styling */
}
body.node-type-page .page-content .page-inner #filters .checkbox-list .checkbox-content label,
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list .checkbox-content label,
body.node-type-page .page-content .page-inner #project-filters .checkbox-list .checkbox-content label,
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list .checkbox-content label,
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list .checkbox-content label,
body.node-type-page .page-content .page-inner #search-page .checkbox-list .checkbox-content label {
  display: block;
  padding: 2px 0;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s;
}
body.node-type-page .page-content .page-inner #filters .checkbox-list .checkbox-content label:hover,
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list .checkbox-content label:hover,
body.node-type-page .page-content .page-inner #project-filters .checkbox-list .checkbox-content label:hover,
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list .checkbox-content label:hover,
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list .checkbox-content label:hover,
body.node-type-page .page-content .page-inner #search-page .checkbox-list .checkbox-content label:hover {
  background: #f8f8f8;
  padding-left: 5px;
  margin-left: -5px;
}
body.node-type-page .page-content .page-inner #filters .checkbox-list .checkbox-content label input[type=checkbox],
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list .checkbox-content label input[type=checkbox],
body.node-type-page .page-content .page-inner #project-filters .checkbox-list .checkbox-content label input[type=checkbox],
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list .checkbox-content label input[type=checkbox],
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list .checkbox-content label input[type=checkbox],
body.node-type-page .page-content .page-inner #search-page .checkbox-list .checkbox-content label input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
  display: inline-block;
}
body.node-type-page .page-content .page-inner #filters .checkbox-list .checkbox-content::-webkit-scrollbar,
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list .checkbox-content::-webkit-scrollbar,
body.node-type-page .page-content .page-inner #project-filters .checkbox-list .checkbox-content::-webkit-scrollbar,
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list .checkbox-content::-webkit-scrollbar,
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list .checkbox-content::-webkit-scrollbar,
body.node-type-page .page-content .page-inner #search-page .checkbox-list .checkbox-content::-webkit-scrollbar {
  width: 6px;
}
body.node-type-page .page-content .page-inner #filters .checkbox-list .checkbox-content::-webkit-scrollbar-track,
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list .checkbox-content::-webkit-scrollbar-track,
body.node-type-page .page-content .page-inner #project-filters .checkbox-list .checkbox-content::-webkit-scrollbar-track,
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list .checkbox-content::-webkit-scrollbar-track,
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list .checkbox-content::-webkit-scrollbar-track,
body.node-type-page .page-content .page-inner #search-page .checkbox-list .checkbox-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body.node-type-page .page-content .page-inner #filters .checkbox-list .checkbox-content::-webkit-scrollbar-thumb,
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list .checkbox-content::-webkit-scrollbar-thumb,
body.node-type-page .page-content .page-inner #project-filters .checkbox-list .checkbox-content::-webkit-scrollbar-thumb,
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list .checkbox-content::-webkit-scrollbar-thumb,
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list .checkbox-content::-webkit-scrollbar-thumb,
body.node-type-page .page-content .page-inner #search-page .checkbox-list .checkbox-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
body.node-type-page .page-content .page-inner #filters .checkbox-list .checkbox-content::-webkit-scrollbar-thumb:hover,
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list .checkbox-content::-webkit-scrollbar-thumb:hover,
body.node-type-page .page-content .page-inner #project-filters .checkbox-list .checkbox-content::-webkit-scrollbar-thumb:hover,
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list .checkbox-content::-webkit-scrollbar-thumb:hover,
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list .checkbox-content::-webkit-scrollbar-thumb:hover,
body.node-type-page .page-content .page-inner #search-page .checkbox-list .checkbox-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body.node-type-page .page-content .page-inner #filters .checkbox-list .filter-footer,
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list .filter-footer,
body.node-type-page .page-content .page-inner #project-filters .checkbox-list .filter-footer,
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list .filter-footer,
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list .filter-footer,
body.node-type-page .page-content .page-inner #search-page .checkbox-list .filter-footer {
  border-top: 1px solid #ddd;
  padding: 10px 15px;
  display: flex;
  gap: 10px;
  background: #fff;
  border-radius: 0 0 12px 12px;
}
body.node-type-page .page-content .page-inner #filters .checkbox-list .filter-footer button,
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list .filter-footer button,
body.node-type-page .page-content .page-inner #project-filters .checkbox-list .filter-footer button,
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list .filter-footer button,
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list .filter-footer button,
body.node-type-page .page-content .page-inner #search-page .checkbox-list .filter-footer button {
  flex: 1;
  border: 1px solid #333;
  border-radius: 6px;
  cursor: pointer;
  font-family: "Lato", "Arial", Sans-Serif;
  font-weight: 500;
  font-size: 0.85em;
  transition: all 0.2s;
}
body.node-type-page .page-content .page-inner #filters .checkbox-list .filter-footer button.clear-filters-btn,
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list .filter-footer button.clear-filters-btn,
body.node-type-page .page-content .page-inner #project-filters .checkbox-list .filter-footer button.clear-filters-btn,
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list .filter-footer button.clear-filters-btn,
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list .filter-footer button.clear-filters-btn,
body.node-type-page .page-content .page-inner #search-page .checkbox-list .filter-footer button.clear-filters-btn {
  background: #fff;
  color: #333 !important;
  border: none !important;
  text-decoration: underline;
  padding: 0 !important;
  text-align: left;
  margin: 0;
}
body.node-type-page .page-content .page-inner #filters .checkbox-list .filter-footer button.clear-filters-btn:hover,
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list .filter-footer button.clear-filters-btn:hover,
body.node-type-page .page-content .page-inner #project-filters .checkbox-list .filter-footer button.clear-filters-btn:hover,
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list .filter-footer button.clear-filters-btn:hover,
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list .filter-footer button.clear-filters-btn:hover,
body.node-type-page .page-content .page-inner #search-page .checkbox-list .filter-footer button.clear-filters-btn:hover {
  color: #ee694e !important;
}
body.node-type-page .page-content .page-inner #filters .checkbox-list .filter-footer button.apply-filters-btn,
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list .filter-footer button.apply-filters-btn,
body.node-type-page .page-content .page-inner #project-filters .checkbox-list .filter-footer button.apply-filters-btn,
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list .filter-footer button.apply-filters-btn,
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list .filter-footer button.apply-filters-btn,
body.node-type-page .page-content .page-inner #search-page .checkbox-list .filter-footer button.apply-filters-btn {
  background: #333;
  color: #fff;
  padding: 8px 16px;
  border-radius: 100px;
}
body.node-type-page .page-content .page-inner #filters .checkbox-list .filter-footer button.apply-filters-btn:hover,
body.node-type-page .page-content .page-inner #resource-filters .checkbox-list .filter-footer button.apply-filters-btn:hover,
body.node-type-page .page-content .page-inner #project-filters .checkbox-list .filter-footer button.apply-filters-btn:hover,
body.node-type-page .page-content .page-inner #staff-filters .checkbox-list .filter-footer button.apply-filters-btn:hover,
body.node-type-page .page-content .page-inner .path--search--site .region-content .checkbox-list .filter-footer button.apply-filters-btn:hover,
body.node-type-page .page-content .page-inner #search-page .checkbox-list .filter-footer button.apply-filters-btn:hover {
  background: #555;
}
body.node-type-page .page-content .page-inner #staff-filters .filter-group.staff-by-role {
  width: 144px;
  min-width: 144px;
}
body.node-type-page .page-content .page-inner #staff-filters .filter-group.staff-by-location {
  width: 168px;
  min-width: 168px;
}
body.node-type-page .page-content.resources-filter {
  background: white;
  padding: 30px 0;
  margin: 50px auto;
}
body.node-type-page .project-logo {
  border-radius: 50%;
  z-index: 9;
  margin-bottom: -80px;
}
body.node-type-page .project-logo img, body.node-type-page .project-logo svg {
  max-width: 150px;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
body.node-type-page .page-content.staff-filter {
  background: #ffffff;
  box-shadow: none;
  padding: 20px 0 40px;
}
body.node-type-page .page-content.staff-filter .searchby {
  display: inline-block;
  width: 100%;
}

body.path--search--site .page-content #search-page {
  text-align: center;
}
body.path--search--site .page-content #search-page .filter-group {
  margin: 5px;
  display: inline-block;
  background: #fff;
  position: relative;
  border-radius: 100px;
  border: 1px solid #333;
  vertical-align: top;
}
body.path--search--site .page-content #search-page .filter-group.facet-sm-resource-type {
  width: 245px;
  margin-top: 20px;
}
body.path--search--site .page-content #search-page .filter-group.facet-sm-related-staff {
  width: 190px;
  margin-top: 20px;
}
body.path--search--site .page-content #search-page .filter-group.all-results {
  width: 120px;
  margin-top: 20px;
  padding: 10px;
}
body.path--search--site .page-content #search-page .filter-group.all-results .filter-toggle {
  padding: 4px 0 4px 6px !important;
}
body.path--search--site .page-content #search-page .filter-group .filter-toggle {
  background: none;
  border: none;
  width: 100%;
  padding: 4px 10px 4px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
body.path--search--site .page-content #search-page .filter-group .filter-toggle .filter-title {
  flex: 1;
  color: #000;
  font-family: "Lato", "Arial", Sans-Serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: initial;
}
body.path--search--site .page-content #search-page .filter-group:hover {
  background: #000;
}
body.path--search--site .page-content #search-page .filter-group:hover .filter-title, body.path--search--site .page-content #search-page .filter-group:hover .arrow i {
  color: #fff;
}
body.path--search--site .page-content #search-page #block-project-zero-searchallresults {
  display: inline-block;
}
body.path--search--site .page-content #search-page .tr-divider {
  display: inline-block;
  margin: 0 10px;
  font-size: 2.5em;
  font-weight: 200;
  vertical-align: sub;
}
@media (max-width: 768px) {
  body.path--search--site .page-content #search-page .tr-divider {
    display: none;
  }
}
body.path--search--site .page-content #search-page button {
  text-transform: none;
  font-size: 0.8em;
  font-family: "Lato", "Arial", Sans-Serif;
}
body.path--search--site .page-content #search-page .filter-toggle {
  font-family: "Lato", "Arial", Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 14px;
  background: none;
  border: 1px solid #333;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  transition: background-color 0.2s;
  color: black;
}
body.path--search--site .page-content #search-page .filter-toggle:hover {
  background: #000 !important;
  color: #fff;
}
body.path--search--site .page-content #search-page .filter-toggle:hover .filter-title {
  color: #fff;
}
body.path--search--site .page-content #search-page .filter-toggle:hover .arrow i {
  color: #fff;
}
body.path--search--site .page-content #search-page .filter-toggle.active .arrow {
  transform: rotate(180deg);
}
body.path--search--site .page-content #search-page .filter-toggle.active .arrow i {
  color: white;
}
body.path--search--site .page-content #search-page .filter-toggle .filter-title {
  flex: 1;
  color: black;
}
body.path--search--site .page-content #search-page .filter-toggle .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 12px;
}
body.path--search--site .page-content #search-page .filter-toggle .arrow i {
  color: black;
  transition: color 0.2s;
}
body.path--search--site .page-content #search-page .checkbox-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
  width: 100%;
  max-width: max-content;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  text-align: left;
}
body.path--search--site .page-content #search-page .checkbox-list.expanded {
  max-height: 480px;
  overflow-y: auto;
  padding: 10px 15px;
  width: 400px;
  border: 1px solid #ddd;
}
body.path--search--site .page-content #search-page .checkbox-list .checkbox-content {
  flex: 1;
  overflow-y: auto;
  padding: 10px 15px;
  max-height: 350px;
  /* Custom scrollbar styling */
}
body.path--search--site .page-content #search-page .checkbox-list .checkbox-content label {
  display: inline-block;
  padding: 0 0 0 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s;
}
body.path--search--site .page-content #search-page .checkbox-list .checkbox-content label:hover {
  background: #f8f8f8;
}
body.path--search--site .page-content #search-page .checkbox-list .checkbox-content label input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
  display: inline-block;
}
body.path--search--site .page-content #search-page .checkbox-list .checkbox-content::-webkit-scrollbar {
  width: 6px;
}
body.path--search--site .page-content #search-page .checkbox-list .checkbox-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body.path--search--site .page-content #search-page .checkbox-list .checkbox-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
body.path--search--site .page-content #search-page .checkbox-list .checkbox-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body.path--search--site .page-content #search-page .checkbox-list .filter-footer {
  border-top: 1px solid #ddd;
  padding: 10px 15px;
  display: flex;
  gap: 10px;
  background: #fff;
  border-radius: 0 0 12px 12px;
}
body.path--search--site .page-content #search-page .checkbox-list .filter-footer button {
  flex: 1;
  border: 1px solid #333;
  border-radius: 6px;
  cursor: pointer;
  font-family: "Lato", "Arial", Sans-Serif;
  font-weight: 500;
  font-size: 0.85em;
  transition: all 0.2s;
}
body.path--search--site .page-content #search-page .checkbox-list .filter-footer button.clear-filters-btn {
  background: #fff;
  color: #333 !important;
  border: none !important;
  text-decoration: underline;
  padding: 0 !important;
  text-align: left;
  margin: 0;
}
body.path--search--site .page-content #search-page .checkbox-list .filter-footer button.clear-filters-btn:hover {
  color: #ee694e !important;
}
body.path--search--site .page-content #search-page .checkbox-list .filter-footer button.apply-filters-btn {
  background: #333;
  color: #fff;
  padding: 8px 16px;
  border-radius: 100px;
}
body.path--search--site .page-content #search-page .checkbox-list .filter-footer button.apply-filters-btn:hover {
  background: #555;
}

.large-12 {
  width: 100%;
}

body.path--who-we-are--meet-your-pzers .bottom-components-wrapper {
  margin-top: -20px;
}

/** --------------------------------------
     * * * Thinking Routines Tool  * * *
-------------------------------------- **/
.highlight {
  background: #ffe400;
}

body.node-type-page:has(.project-logo) .page-summary {
  padding-top: 70px;
}

body.node-type-page .page-summary a {
  color: #000000;
  text-decoration: underline;
}
body.node-type-page .page-summary a:hover {
  color: #1b506d;
}

.flex-footer {
  display: flex;
  max-width: 100%;
  gap: 2rem;
  background-image: url("/themes/custom/project_zero/assets/images/baskets-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 880px;
  position: relative;
  padding: 2rem;
}
@media (max-width: 900px) {
  .flex-footer {
    flex-direction: column;
    height: auto;
    padding: 0 0 2rem;
  }
}

.footer-right {
  flex: 1;
  order: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
.footer-right .footer-form {
  background: rgba(255, 218, 66, 0.8);
  padding: 20px;
  margin: 80px 0 0 0;
  max-width: 650px;
  width: 100%;
  position: relative;
  right: 0;
}
@media (max-width: 768px) {
  .footer-right .footer-form {
    margin: 0 auto 2rem auto;
    padding: 20px 0;
    background: rgb(255, 218, 66);
  }
}
@media (max-width: 768px) {
  .footer-right {
    order: 1;
  }
}

.footer-left {
  flex: 1;
  min-width: 600px;
  color: white;
  order: 1;
}
.footer-left .footer-logo {
  max-width: 400px;
  margin: 80px 0 0 20px;
}
.footer-left .footer-logo a img {
  max-width: 400px;
}
@media (max-width: 900px) {
  .footer-left .footer-logo a img {
    max-width: 90%;
  }
}
@media (max-width: 900px) {
  .footer-left .footer-logo {
    margin: 1rem auto;
    text-align: center;
    max-width: 90%;
  }
}
.footer-left .footer-address,
.footer-left .footer-menu,
.footer-left .footer-copyright,
.footer-left .footer-social {
  margin: 20px 0 0 40px;
}
@media (max-width: 900px) {
  .footer-left .footer-address,
  .footer-left .footer-menu,
  .footer-left .footer-copyright,
  .footer-left .footer-social {
    margin: 1rem auto;
    text-align: center;
  }
}
.footer-left .footer-menu ul,
.footer-left .footer-social ul {
  margin-left: 0;
  padding: 0;
}
.footer-left .footer-menu ul li,
.footer-left .footer-social ul li {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
}
.footer-left .footer-menu ul li a,
.footer-left .footer-social ul li a {
  color: white;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .footer-left .footer-menu ul,
  .footer-left .footer-social ul {
    display: inline-block;
  }
}
.footer-left .footer-social ul li {
  display: inline-block;
  margin: 0 10px;
}
.footer-left .footer-social ul li a:hover {
  fill: red;
}
@media (max-width: 900px) {
  .footer-left {
    order: 2;
    min-width: 100%;
  }
}

.front .block-search {
  display: none;
}

/** ---------------------------------------
           * * * Slider * * *
--------------------------------------- **/
.views_slideshow_cycle_main {
  width: 100%;
}

.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
}

.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: inherit !important;
}

.views_slideshow_cycle_main .field-content {
  max-width: 100%;
  width: 100%;
}

/* Center the image */
.views_slideshow_cycle_main .field-content img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.front h4 {
  font-size: 18px;
}

div.slideshow-text {
  padding: 30px 40px 30px 20px;
  text-align: left;
}

div.slideshow-title a:hover {
  text-decoration: none !important;
}

/** ---------------------------------------
          * * * Carousel * * *
--------------------------------------- **/
.front h2.homepage-resources {
  font-size: 30px;
  line-height: 30px;
  margin-top: 30px;
}

.front span.teaser-head a {
  font-size: 14px;
  line-height: 6px;
}

.homepage-carousel {
  margin-top: 40px;
}

.homepage-carousel .jcarousel-skin-default {
  margin-left: 20px;
  margin-right: 20px;
}

.jcarousel-skin-default .jcarousel-item {
  height: inherit;
  margin-right: 20px;
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
  width: auto;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
  height: inherit;
  width: auto;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
  height: inherit;
  padding: 0px;
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
  background-image: url("../../images/images/png/arrow-left-green.png");
  background-image: url("../../images/images/svg/arrow-left-green.svg"), none;
  background-repeat: no-repeat;
  background-position: 0px;
  left: -35px;
  top: 85px;
}

.jcarousel-skin-default .jcarousel-next-horizontal {
  background-image: url("../../images/images/png/arrow-right-green.png");
  background-image: url("../../images/images/svg/arrow-right-green.svg"), none;
  background-repeat: no-repeat;
  background-position: 0px;
  right: -25px;
  top: 85px;
}

.jcarousel-skin-default .jcarousel-next-horizontal:hover,
.jcarousel-skin-default .jcarousel-prev-horizontal:hover {
  background-position: 0;
}

/** ---------------------------------------
            * * * Topics * * *
--------------------------------------- **/
#homepage-topics {
  margin: 50px 0px 50px 0px;
}

#homepage-topics .white-circle-background {
  height: 25px;
  background-image: url("../../images/png/circle-white-sm.png");
  background-image: url("../../images/svg/circle-white-sm.svg"), none;
  background-repeat: no-repeat;
  background-position: right -5px;
}

.front div.topics.large-12.columns {
  background-color: #f2f2f2;
}
.front div.topics.large-12.columns h3 {
  background-image: url("../../images/png/circle-gray-sm.png");
  background-image: url("../../images/svg/circle-gray-sm.svg"), none;
  background-repeat: no-repeat;
  background-position: -15px -1px;
  margin-top: -60px;
  padding: 50px 0px 10px 50px;
}

.topics li.topic-with-icon div.columns {
  background-color: #FFA827;
  border-radius: 5px;
  position: relative;
  height: 150px;
}
.topics li.topic-with-icon div.columns:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}
.topics li.topic-with-icon div.columns.alltopics-button {
  background-color: #bc2e49;
  font-size: 25px;
  color: #ffffff;
  padding-top: 53px;
  font-family: "Trebuchet", San-Serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.topic-name {
  position: absolute;
  width: 140px;
  padding: 0px 10px 0px 0px;
  top: 20%;
  right: 0;
  color: #ffffff;
}

/** ---------------------------------------
  * * * Blog, Events + Custom Block * * *
--------------------------------------- **/
.front h2.blog, .front h2.events {
  font-size: 22px;
  text-transform: uppercase;
}

div.views-slideshow-controls-text.views_slideshow_controls_text {
  margin-left: 700px;
  margin-top: -70px;
  display: none;
}

.view-display-id-block .views-field-field-blog-image img {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
}

.view-display-id-block .views-field-title .field-content {
  font-size: 18px;
}

.view-display-id-block .views-row-2 {
  clear: both;
}

.view-display-id-block .views-row-3 {
  clear: both;
}

.view-display-id-block .field-content .gray {
  font-size: 16px;
  color: #414141;
  padding-bottom: 10px;
}

.view-display-id-block .field-content {
  padding-bottom: 12px;
}

body.node-type-homepage {
  overflow-x: hidden;
  background: linear-gradient(to bottom, #23AA99, #ffe400);
  background-attachment: fixed !important; /* This often fixes gradient cutoff */
  background-repeat: no-repeat !important;
  min-height: 100vh !important;
}
body.node-type-homepage .layout-container {
  margin-top: 150px;
}
body.node-type-homepage .large-12.columns {
  width: 100%;
}

/* ==========================================================================
    MOBILE MENU
    This is the styling for the mobile nav
===========================================================================*/
@media (min-width: 0px) and (max-width: 799px) {
  div.page-main-header {
    z-index: 10;
    position: relative;
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  #header.page-main-header {
    margin-top: -45px;
  }
}
@media (min-width: 0px) and (max-width: 799px) {
  div.page-main-header > .header {
    margin-top: 55px;
  }
}

@media (min-width: 0px) and (max-width: 799px) {
  #menu {
    margin-top: 0px;
    position: absolute;
    top: 0;
  }
}

#dl-menu {
  z-index: 2;
  display: none;
}
@media (min-width: 0px) and (max-width: 799px) {
  #dl-menu {
    display: block;
    position: absolute;
    top: 0;
  }
}

#block-system-main-menu {
  position: absolute !important;
  top: -9999px;
  left: -9999px;
}

#block-superfish-1 {
  display: none;
}
@media (min-width: 800px) {
  #block-superfish-1 {
    display: inline-block;
  }
}
#block-superfish-1 .block-inner {
  padding: 0;
}

div.dl-menuwrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  background-color: #113244;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  -moz-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}
div.dl-menuwrapper:first-child {
  margin-right: 100px;
}
div.dl-menuwrapper button {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  width: 100px;
  height: 45px;
  margin: 0px 0px 0px 15px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  background: none;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1em;
  font-family: "Trebuchet", San-Serif;
  color: #ffffff;
  text-indent: 0;
}
@media (min-width: 640px) {
  div.dl-menuwrapper button {
    margin: 0px 0px 0px 18px;
  }
}
@media (min-width: 800px) {
  div.dl-menuwrapper button {
    margin: 0px 0px 0px 20px;
  }
}
@media (min-width: 1250px) {
  div.dl-menuwrapper button {
    margin: 0px 0px 0px 22px;
  }
}
div.dl-menuwrapper button:hover {
  background: none;
  color: #ffffff;
}
div.dl-menuwrapper button:after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 20px;
  height: 3px;
  top: 14px;
  left: 0;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}
div.dl-menuwrapper ul,
div.dl-menuwrapper ul.menu,
div.dl-menuwrapper ul.dl-menu,
div.dl-menuwrapper ul.dl-submenu {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0 none transparent;
  background-image: none;
  width: 320px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #1b506d;
}
div.dl-menuwrapper ul li,
div.dl-menuwrapper ul.menu li,
div.dl-menuwrapper ul.dl-menu li,
div.dl-menuwrapper ul.dl-submenu li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 none transparent;
  background: none;
}
div.dl-menuwrapper ul li:before,
div.dl-menuwrapper ul.menu li:before,
div.dl-menuwrapper ul.dl-menu li:before,
div.dl-menuwrapper ul.dl-submenu li:before {
  display: none;
}
div.dl-menuwrapper ul li,
div.dl-menuwrapper ul.menu li,
div.dl-menuwrapper ul.dl-menu li,
div.dl-menuwrapper ul.dl-submenu li {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: solid #1b506d;
  border-width: 0 0 1px 0;
}
div.dl-menuwrapper ul li a,
div.dl-menuwrapper ul.menu li a,
div.dl-menuwrapper ul.dl-menu li a,
div.dl-menuwrapper ul.dl-submenu li a {
  display: block;
  position: relative;
  padding: 0px 12px 0px 30px;
  font-size: 16px;
  line-height: 45px;
  min-height: 45px;
  font-weight: bold;
  color: #ffffff;
  font-family: "Trebuchet", San-Serif;
  outline: none;
  text-decoration: none;
}
@media (min-width: 640px) {
  div.dl-menuwrapper ul li a,
  div.dl-menuwrapper ul.menu li a,
  div.dl-menuwrapper ul.dl-menu li a,
  div.dl-menuwrapper ul.dl-submenu li a {
    padding: 0px 15px 0px 36px;
  }
}
@media (min-width: 800px) {
  div.dl-menuwrapper ul li a,
  div.dl-menuwrapper ul.menu li a,
  div.dl-menuwrapper ul.dl-menu li a,
  div.dl-menuwrapper ul.dl-submenu li a {
    padding: 0px 16px 0px 40px;
  }
}
@media (min-width: 1250px) {
  div.dl-menuwrapper ul li a,
  div.dl-menuwrapper ul.menu li a,
  div.dl-menuwrapper ul.dl-menu li a,
  div.dl-menuwrapper ul.dl-submenu li a {
    padding: 0px 18px 0px 44px;
  }
}
div.dl-menuwrapper ul li:hover, div.dl-menuwrapper ul li > a:hover,
div.dl-menuwrapper ul.menu li:hover,
div.dl-menuwrapper ul.menu li > a:hover,
div.dl-menuwrapper ul.dl-menu li:hover,
div.dl-menuwrapper ul.dl-menu li > a:hover,
div.dl-menuwrapper ul.dl-submenu li:hover,
div.dl-menuwrapper ul.dl-submenu li > a:hover {
  background-color: #1b506d;
  color: #ffffff;
}
div.dl-menuwrapper ul li.parent-landing > a,
div.dl-menuwrapper ul.menu li.parent-landing > a,
div.dl-menuwrapper ul.dl-menu li.parent-landing > a,
div.dl-menuwrapper ul.dl-submenu li.parent-landing > a {
  font-size: 1.2em;
  background-color: #1b506d;
  color: #ffffff;
  text-transform: uppercase;
}
div.dl-menuwrapper ul li.parent-landing > a:hover, div.dl-menuwrapper ul li.parent-landing > a > a:hover,
div.dl-menuwrapper ul.menu li.parent-landing > a:hover,
div.dl-menuwrapper ul.menu li.parent-landing > a > a:hover,
div.dl-menuwrapper ul.dl-menu li.parent-landing > a:hover,
div.dl-menuwrapper ul.dl-menu li.parent-landing > a > a:hover,
div.dl-menuwrapper ul.dl-submenu li.parent-landing > a:hover,
div.dl-menuwrapper ul.dl-submenu li.parent-landing > a > a:hover {
  background-color: #1b506d;
  color: #ffffff;
}
div.dl-menuwrapper ul li.dl-back,
div.dl-menuwrapper ul.menu li.dl-back,
div.dl-menuwrapper ul.dl-menu li.dl-back,
div.dl-menuwrapper ul.dl-submenu li.dl-back {
  padding-top: 0;
  padding-bottom: 0;
}
div.dl-menuwrapper ul li.dl-back > a,
div.dl-menuwrapper ul.menu li.dl-back > a,
div.dl-menuwrapper ul.dl-menu li.dl-back > a,
div.dl-menuwrapper ul.dl-submenu li.dl-back > a {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2.5em;
  background: #414141;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 35px;
  min-height: 35px;
  color: #ffffff;
}
div.dl-menuwrapper ul li.dl-back:hover, div.dl-menuwrapper ul li.dl-back > a:hover,
div.dl-menuwrapper ul.menu li.dl-back:hover,
div.dl-menuwrapper ul.menu li.dl-back > a:hover,
div.dl-menuwrapper ul.dl-menu li.dl-back:hover,
div.dl-menuwrapper ul.dl-menu li.dl-back > a:hover,
div.dl-menuwrapper ul.dl-submenu li.dl-back:hover,
div.dl-menuwrapper ul.dl-submenu li.dl-back > a:hover {
  background-color: #5b5b5b;
  color: #ffffff;
}
div.dl-menuwrapper ul li.dl-back:hover:after, div.dl-menuwrapper ul li.dl-back > a:hover:after,
div.dl-menuwrapper ul.menu li.dl-back:hover:after,
div.dl-menuwrapper ul.menu li.dl-back > a:hover:after,
div.dl-menuwrapper ul.dl-menu li.dl-back:hover:after,
div.dl-menuwrapper ul.dl-menu li.dl-back > a:hover:after,
div.dl-menuwrapper ul.dl-submenu li.dl-back:hover:after,
div.dl-menuwrapper ul.dl-submenu li.dl-back > a:hover:after {
  color: #ffffff;
}
div.dl-menuwrapper ul li.dl-back:after,
div.dl-menuwrapper ul.menu li.dl-back:after,
div.dl-menuwrapper ul.dl-menu li.dl-back:after,
div.dl-menuwrapper ul.dl-submenu li.dl-back:after {
  position: absolute;
  top: 0;
  font-family: "foundation-icons", sans-serif;
  content: ">";
  font-size: 1.2em;
  color: #ffffff;
  line-height: 35px;
  left: 1em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
div.dl-menuwrapper ul.dl-menu {
  margin: 0;
  position: absolute;
  width: 320px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
div.dl-menuwrapper li ul.dl-submenu {
  display: none;
}
.no-touch .dl-menuwrapper li a:hover {
  background-color: #1b506d;
}

.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 45px;
  min-height: 45px;
  font-family: "foundation-icons", sans-serif;
  content: ">";
  font-size: 1.2em;
}

.dl-menuwrapper li > a:after {
  right: 1em;
  color: rgba(255, 255, 255, 0.8);
}

/*.dl-menuwrapper .dl-menu.dl-menu-toggle {
  @include transition(all, .5s, ease);
}*/
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  z-index: 998;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  -moz-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  -moz-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  -moz-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  -moz-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  -moz-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut1 {
  50% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -moz-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut2 {
  100% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut3 {
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut4 {
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-moz-keyframes MenuAnimOut5 {
  100% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  -moz-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  -moz-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  -moz-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  -moz-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  -moz-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn1 {
  0% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn2 {
  0% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn3 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn4 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}
@-moz-keyframes MenuAnimIn5 {
  0% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  -moz-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  -moz-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  -moz-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  -moz-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn1 {
  0% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn2 {
  0% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn3 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn4 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}
@-moz-keyframes SubMenuAnimIn5 {
  0% {
    -moz-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  -moz-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  -moz-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  -moz-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  -moz-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut1 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut2 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut3 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut4 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}
@-moz-keyframes SubMenuAnimOut5 {
  0% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: "";
}

/* ----- Search Variable ----------------- */
/* --------------- TYPOGRAPHY ---------------------- */
button.search-trigger:after, #block-search-form #search-block-form .form-actions:before {
  content: "";
  background: url("../../images/png/magnifying-glass-white.png") no-repeat center;
  background: url("../../images/svg/magnifying-glass-white.svg") no-repeat center;
  background-size: 70%;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 800px) {
  button.search-trigger:after, #block-search-form #search-block-form .form-actions:before {
    background: url("../../images/png/magnifying-glass-orange.png") no-repeat center;
    background: url("../../images/svg/magnifying-glass-orange.svg") no-repeat center;
    background-size: 70%;
  }
}
button.search-trigger:hover:after, #block-search-form #search-block-form .form-actions:hover:before {
  cursor: pointer;
}
@media (min-width: 800px) {
  button.search-trigger:hover:after, #block-search-form #search-block-form .form-actions:hover:before {
    content: "";
    background: url("../../images/png/magnifying-glass-white.png") no-repeat center;
    background: url("../../images/svg/magnifying-glass-white.svg") no-repeat center;
    background-size: 70%;
    background-color: #FFA827;
  }
}

/* Default Style */
#search-block-form {
  position: relative;
  border: none;
}
#search-block-form .form-item {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
  height: auto;
}
@media (min-width: 800px) {
  #search-block-form .form-item {
    height: 40px;
  }
}
@media (min-width: 800px) {
  #search-block-form .form-item {
    height: 45px;
  }
}
#search-block-form .form-item input.form-text {
  box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: none 0 0 "#000" "";
  -moz-box-shadow: none 0 0 "#000" "";
  box-shadow: none 0 0 "#000" "";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #414141;
  height: 38px;
}
@media (min-width: 800px) {
  #search-block-form .form-item input.form-text {
    height: 40px;
  }
}
@media (min-width: 800px) {
  #search-block-form .form-item input.form-text {
    height: 45px;
  }
}
#search-block-form .form-actions input.form-submit {
  height: 38px;
}
@media (min-width: 800px) {
  #search-block-form .form-actions input.form-submit {
    height: 40px;
  }
}
@media (min-width: 800px) {
  #search-block-form .form-actions input.form-submit {
    height: 45px;
  }
}
#search-block-form button.form-submit {
  display: none;
}

body.path--search--site .page-header {
  background: #f2f2f2;
  min-height: 20px;
}
body.path--search--site .full-width .row.full-width-inner-center {
  text-align: center;
  padding-top: 100px;
}
body.path--search--site h1#page-title {
  font-family: "Lato", "Arial", Sans-Serif, sans-serif;
  font-size: 5em;
  font-weight: 800;
  letter-spacing: -3px;
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 1.2;
  color: #000000;
}
body.path--search--site #edit-sort-bef-combine--2 ul li a {
  color: #000000;
}
body.path--search--site #edit-sort-bef-combine--2 ul li a:hover {
  color: #1b506d;
}

#block-search-form {
  /* Default Search Block*/
  position: relative;
  float: right;
  z-index: 991;
  width: 60%;
  max-width: 260px;
  margin: 8px 8px 0px;
  display: none;
}
@media (min-width: 640px) {
  #block-search-form {
    margin: 10px 9px 0px;
  }
}
@media (min-width: 800px) {
  #block-search-form {
    margin: 11px 10px 0px;
  }
}
@media (min-width: 1250px) {
  #block-search-form {
    margin: 12px 11px 0px;
  }
}
#block-search-form #search-block-form .form-item {
  position: absolute;
  z-index: 0;
  width: 100%;
  display: block;
}
#block-search-form #search-block-form .form-item input.form-text {
  width: 100%;
  max-width: 100%;
  line-height: 38px;
  height: 38px;
  padding: 0 1em;
  font-style: italic;
}
@media (min-width: 800px) {
  #block-search-form #search-block-form .form-item input.form-text {
    line-height: 40px;
    height: 40px;
  }
}
@media (min-width: 800px) {
  #block-search-form #search-block-form .form-item input.form-text {
    line-height: 40px;
    height: 45px;
  }
}
#block-search-form #search-block-form .form-actions {
  display: inline;
  background-color: transparent;
}
#block-search-form #search-block-form .form-actions:before,
#block-search-form #search-block-form .form-actions input.form-submit {
  position: absolute;
  z-index: 10;
  display: block;
  box-sizing: border-box;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  line-height: 38px;
  height: 38px;
  width: 38px;
}
@media (min-width: 800px) {
  #block-search-form #search-block-form .form-actions:before,
  #block-search-form #search-block-form .form-actions input.form-submit {
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 800px) {
  #block-search-form #search-block-form .form-actions:before,
  #block-search-form #search-block-form .form-actions input.form-submit {
    line-height: 45px;
    height: 45px;
    width: 45px;
  }
}
#block-search-form #search-block-form .form-actions input.form-submit,
#block-search-form #search-block-form .form-actions input[type=submit] {
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-color: transparent;
}

#views-exposed-form-search-site-content-page-1 {
  text-align: center;
  background: #f2f2f2;
  padding-bottom: 40px;
}
#views-exposed-form-search-site-content-page-1 #edit-keys--3 {
  padding: 5px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #414141;
  font-size: 1.4em;
}
#views-exposed-form-search-site-content-page-1 .js-form-type-textfield label,
#views-exposed-form-search-site-content-page-1 .js-form-type-select label {
  display: none;
}

.view-search-site {
  width: 900px;
  margin: 20px auto 0;
}
.view-search-site .views-row h4 a {
  color: #000000;
  text-decoration: underline;
  text-align: left;
}
.view-search-site .views-row h4 a:hover {
  color: #1b506d;
}
.view-search-site .views-row h4.teaser-head a {
  color: #000000;
  font-size: 20px;
  text-decoration: underline;
  text-align: left;
}
.view-search-site .views-row h4.teaser-head a:hover {
  color: #1b506d;
}

@media (max-width: 768px) {
  .view-search-site {
    width: 100%;
    max-width: 90%;
    margin: 20px auto 0;
  }
  #edit-keys--3 {
    max-width: 90%;
    margin: 0 auto;
  }
}
.current-search-item-results h3 {
  font-family: "Lato", "Arial", Sans-Serif;
  font-weight: 500;
  font-style: italic;
  text-transform: none;
}

#edit-sort-bef-combine--2,
#edit-sort-bef-combine--3 {
  display: none;
}

.search-result-type {
  font-size: 1.1em;
  color: #000000;
  font-weight: 500;
  display: block;
  text-align: left;
}

h4.search-item-title a {
  font-family: "Lato", "Arial", Sans-Serif;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}
h4.search-item-title a:hover {
  color: #1b506d;
}

.views-row {
  margin: 0 0 20px;
  text-align: left;
}

ul.pager__items {
  margin-bottom: 30px;
}
ul.pager__items li {
  min-width: 20px;
  margin: 0 10px;
  text-align: center;
}

.pagination-centered ul.pagination li.pager__item--first,
.pagination-centered ul.pagination li.pager__item--previous {
  display: none;
}

/* Mobile Search Block */
.block-search.mobile-search {
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  width: 100%;
  right: 0;
  max-height: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  z-index: 991;
  display: block;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(66, 66, 66, 0.5) 0 0 "#000" "";
  -moz-box-shadow: 0px 2px 2px 0px rgba(66, 66, 66, 0.5) 0 0 "#000" "";
  box-shadow: 0px 2px 2px 0px rgba(66, 66, 66, 0.5) 0 0 "#000" "";
}
@media (min-width: 800px) {
  .block-search.mobile-search {
    width: auto;
  }
}
@media (min-width: 800px) {
  .block-search.mobile-search {
    margin: 0px;
  }
}
@media (min-width: 800px) and (min-width: 640px) {
  .block-search.mobile-search {
    margin: 0px;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .block-search.mobile-search {
    margin: 0px;
  }
}
@media (min-width: 800px) and (min-width: 1250px) {
  .block-search.mobile-search {
    margin: 0px;
  }
}
.block-search.mobile-search .content {
  position: absolute;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  display: none;
  visibility: hidden;
  top: -1000px;
}
.block-search.mobile-search .content form {
  display: none;
  padding: 0;
  margin: 0;
}
.block-search.mobile-search .content form input {
  margin: 0;
}
.block-search.mobile-search .content form .form-item {
  width: auto;
  min-width: 220px;
}
.block-search.mobile-search .content form .form-item input.form-text {
  width: 100%;
  max-width: 100%;
}
.block-search.mobile-search.open {
  z-index: 1000;
}
.block-search.mobile-search.open .content {
  position: relative;
  visibility: visible;
  display: block;
  max-height: 350px;
  padding: 13px 15px;
  background-color: #FFA827;
  border: none;
  overflow-y: hidden;
  top: 45px;
}
@media (min-width: 640px) {
  .block-search.mobile-search.open .content {
    padding: 16px 18px;
  }
}
@media (min-width: 800px) {
  .block-search.mobile-search.open .content {
    padding: 18px 20px;
  }
}
@media (min-width: 1250px) {
  .block-search.mobile-search.open .content {
    padding: 20px 22px;
  }
}
.block-search.mobile-search.open .content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.block-search.mobile-search.open .content form#search-block-form {
  padding: 0px;
  text-align: right;
  width: 100%;
  display: block;
}
@media (min-width: 640px) {
  .block-search.mobile-search.open .content form#search-block-form {
    padding: 0px;
  }
}
@media (min-width: 800px) {
  .block-search.mobile-search.open .content form#search-block-form {
    padding: 0px;
  }
}
@media (min-width: 1250px) {
  .block-search.mobile-search.open .content form#search-block-form {
    padding: 0px;
  }
}
.block-search.mobile-search.open .content .form-item input.form-text {
  height: 35px;
}
.block-search.mobile-search.open .content .form-actions input.form-submit {
  height: 35px;
}

button.search-icon-btn {
  background: none;
}

#edit-submit-search-site-content--3 img {
  width: 20px;
}

#edit-reset-search-site-content--3 img {
  width: 20px;
}

/* Mobile Trigger*/
button.search-trigger {
  border-radius: 0px !important;
  outline: none;
  text-indent: -999px;
  overflow: hidden;
  border: none;
  font-size: 18px;
  background-color: transparent;
  margin-right: 5px;
  margin: 0px 15px 0px 0px;
  padding: 0;
  z-index: 2;
}
@media (min-width: 640px) {
  button.search-trigger {
    margin: 0px 18px 0px 0px;
  }
}
@media (min-width: 800px) {
  button.search-trigger {
    margin: 0px 20px 0px 0px;
  }
}
@media (min-width: 1250px) {
  button.search-trigger {
    margin: 0px 22px 0px 0px;
  }
}
@media (min-width: 800px) {
  button.search-trigger {
    margin: 0px;
  }
}
@media (min-width: 800px) and (min-width: 640px) {
  button.search-trigger {
    margin: 0px;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  button.search-trigger {
    margin: 0px;
  }
}
@media (min-width: 800px) and (min-width: 1250px) {
  button.search-trigger {
    margin: 0px;
  }
}
button.search-trigger, button.search-trigger:after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  line-height: 45px;
  height: 45px;
  width: 30px;
}
@media (min-width: 800px) {
  button.search-trigger, button.search-trigger:after {
    width: 45px;
  }
}
button.search-trigger:hover, button.search-trigger:after:hover {
  cursor: pointer;
}
button.search-trigger:after {
  z-index: 1;
}
button.search-trigger a:after {
  background: none;
  display: none;
}
button.search-trigger:before {
  content: "";
  background: url("../../images/png/magnifying-glass-white.png") no-repeat center center;
  background: url("../../images/svg/magnifying-glass-white.svg") no-repeat center center;
  visibility: hidden;
  height: 0;
  width: 0;
}

@media (min-width: 800px) {
  div.mobile-search:hover > button.search-trigger {
    background: #FFA827;
  }
}
@media (min-width: 800px) {
  div.mobile-search:hover > button.search-trigger:after {
    color: #ffffff;
  }
}
#search-page-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#search-page-filters .filter-group.all-results {
  width: auto;
}
#search-page-filters .filter-group.all-results .filter-toggle {
  text-decoration: none;
  padding: 14px 25px;
  display: inline-block;
}
#search-page-filters .checkbox-content h2, #search-page-filters .checkbox-content .block-title {
  display: none;
}
#search-page-filters .checkbox-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#search-page-filters .checkbox-content ul li {
  padding: 4px 0;
}
#search-page-filters .checkbox-content ul li input {
  margin-right: 8px;
}

body.node-type-resource {
  background: linear-gradient(to bottom, #a7ce38, #FFE400);
  background-attachment: fixed !important; /* This often fixes gradient cutoff */
  background-repeat: no-repeat !important;
  min-height: 100vh !important;
  /* --- H1 Styles --- */
}
body.node-type-resource .layout-container {
  margin-top: 120px;
}
body.node-type-resource .content-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
body.node-type-resource .resource-content {
  width: 100%;
  max-width: 1200px; /* Adjust as needed for your site's main container */
  margin: 0 auto 50px;
  padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  /* Removed fixed background color here, now handled by the image + overlay */
  position: relative; /* Needed for absolute positioning of background image */
  overflow: hidden; /* Ensures background image stays within bounds */
  /* Added a semi-transparent overlay to ensure content readability */
  background-color: white;
}
@media (max-width: 768px) {
  body.node-type-resource .resource-content {
    margin: 0 auto;
  }
}
body.node-type-resource .resource-content .resource-inner {
  max-width: 900px;
  margin: 40px auto;
}
body.node-type-resource .resource-content .resource-inner .resource-image {
  display: inline-block;
  margin: 0 20px 0 0;
}
body.node-type-resource .resource-content .resource-inner .resource-image img {
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  body.node-type-resource .resource-content .resource-inner .resource-image {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: left;
  }
}
@media (max-width: 768px) {
  body.node-type-resource .resource-content .resource-inner .resource-image img {
    max-width: 100%;
  }
}
body.node-type-resource .resource-content .resource-inner .resource-video-embed {
  width: 100%;
  margin-bottom: 10px;
}
body.node-type-resource .resource-content .resource-inner .resource-meta {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  body.node-type-resource .resource-content .resource-inner .resource-meta {
    width: 90%;
    margin: 20px 0 0 20px;
    text-align: left;
  }
}
body.node-type-resource .resource-content .resource-inner .resource-meta .resource-related-staff {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: bold;
  margin-top: 5px;
}
body.node-type-resource .resource-content .resource-inner .resource-meta .resource-related-staff a.related-staff-link {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
body.node-type-resource .resource-content .resource-inner .resource-meta .resource-related-staff a.related-staff-link:hover {
  color: #008174;
}
body.node-type-resource .resource-content .resource-inner .resource-meta .resource-related-projects {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 768px) {
  body.node-type-resource .resource-content .resource-inner .resource-meta .resource-related-projects {
    margin: 20px 0 0 0;
  }
}
body.node-type-resource .resource-content .resource-inner .resource-meta .resource-related-projects a.related-project-link {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
body.node-type-resource .resource-content .resource-inner .resource-meta .resource-related-projects a.related-project-link:hover {
  color: #008174;
}
body.node-type-resource .resource-content .resource-inner .resource-meta .published-date {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
  margin-top: 12px;
}
body.node-type-resource .resource-content .resource-inner .resource-meta .resource-teaser {
  margin-top: 20px;
  font-size: 1.1em;
}
body.node-type-resource .resource-content .resource-inner .resource-video-embed + .resource-meta {
  width: 100%;
}
body.node-type-resource .resource-content .resource-inner .summary-title {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.6em;
  margin-top: 20px;
}
@media (max-width: 768px) {
  body.node-type-resource .resource-content .resource-inner .summary-title {
    width: 90%;
    margin: 20px 0 10px 20px;
  }
}
body.node-type-resource .resource-content .resource-inner .resource-summary {
  font-size: 1.1em;
}
@media (max-width: 768px) {
  body.node-type-resource .resource-content .resource-inner .resource-summary {
    width: 90%;
    margin: 0 0 0 20px;
  }
}
body.node-type-resource .resource-content .resource-inner .resource-summary ul {
  margin-left: 20px;
}
body.node-type-resource .resource-content .resource-inner .resource-buttons {
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  body.node-type-resource .resource-content .resource-inner .resource-buttons {
    width: 90%;
    margin: 30px 0 0 20px;
  }
}
body.node-type-resource .resource-content .resource-inner .resource-buttons a.resource-button {
  border: 1px solid #000;
  border-radius: 24px;
  color: #000;
  padding: 10px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
}
body.node-type-resource .resource-content .resource-inner .resource-buttons a.resource-button:hover {
  background: #008174;
  color: white;
}
body.node-type-resource .header-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.node-type-resource .header-group h1#resource-name {
  font-family: "Lato", "Arial", Sans-Serif, sans-serif;
  font-size: 5em;
  font-weight: 800;
  color: #000;
  letter-spacing: -3px;
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 1;
  max-width: 900px;
}
body.node-type-resource .header-group h1#resource-name.small {
  font-size: 3.4em;
}
body.node-type-resource .header-group h1#resource-name.medium {
  font-size: 4.2em;
}
body.node-type-resource .header-group h1#resource-name.large {
  font-size: 5em;
}
@media (max-width: 768px) {
  body.node-type-resource .header-group h1#resource-name {
    font-size: 3em;
  }
}
body.node-type-resource .header-group .pz-resource-type {
  font-size: 1.6em;
  font-weight: 800;
  letter-spacing: -1px;
  color: #000;
  text-align: center;
  margin-left: 5px;
  text-transform: uppercase;
  max-width: 900px;
}
@media (max-width: 768px) {
  body.node-type-resource .header-group .pz-resource-type {
    font-size: 1.3em;
  }
}
body.node-type-resource.resource-type-thinking-routine {
  background: linear-gradient(to bottom, #EE694E, #FFE400);
}

.resource-meta {
  background: white;
  width: 1200px;
  max-width: 1200px;
  padding: 20px 0;
  margin: 50px auto;
}
@media (max-width: 768px) {
  .resource-meta {
    width: 100%;
  }
}

.resource-meta .inner {
  background: white;
  width: 900px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .resource-meta .inner {
    width: 80%;
  }
}
.resource-meta .inner .resource-name {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
}
.resource-meta .inner .text-label {
  font-weight: bold;
}

#quick-link-buttons {
  text-align: center;
}

#quick-link-buttons .button.tr-quicklink {
  margin: 0 0 0.25rem;
  color: #333;
}
#quick-link-buttons .button.tr-quicklink.tr-core {
  background: #ffda42;
}
#quick-link-buttons .button.tr-quicklink.tr-possibilities {
  background: #b7d75c;
}
#quick-link-buttons .button.tr-quicklink.tr-perspectives {
  background: #bd8cbf;
}
#quick-link-buttons .button.tr-quicklink.tr-objects {
  background: #f3964a;
}
#quick-link-buttons .button.tr-quicklink.tr-perspectivetaking {
  background: #23aa99;
}
#quick-link-buttons .button.tr-quicklink.tr-artorobjects {
  background: #7da7d9;
}
#quick-link-buttons .button.tr-quicklink.tr-diggingdeeper {
  background: #f26d7d;
}
#quick-link-buttons .button.tr-quicklink.tr-synthesizing {
  background: #6dcff6;
}
#quick-link-buttons .button.tr-quicklink.tr-introducing {
  background: #fff200;
}
#quick-link-buttons .button.tr-quicklink.tr-global {
  background: #39eede;
}

#active-filters-container {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#clear-all-filters {
  font-size: 1em;
  color: red;
}
#clear-all-filters:hover {
  cursor: pointer;
}

.active-filter {
  padding: 5px 10px 5px 10px;
  background: #cccccc;
  display: inline-block;
  margin: 0 5px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.active-filter:hover {
  cursor: pointer;
}

#tr-subcontent .thinking-routine a {
  padding: 10px 20px 10px 20px;
  background: #333;
  display: block;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  margin: 2px;
}
#tr-subcontent .thinking-routine a.highlight {
  background: #17ff7f;
  color: #333;
}

#tr-subcontent .item-list ul {
  list-style-type: none;
}

#CoreThinkingRoutines,
.category-tag.core {
  background: #ffda42;
}

#DiggingDeeperIntoIdeas,
.category-tag.digging_deeper_into_ideas {
  background: #f26d7d;
}

#IntroducingExploringIdeas,
.category-tag.introducing_and_exploring_ideas {
  background: #fff200;
}

#InvestigatingObjectsSystems,
.category-tag.objects_and_systems {
  background: #f3964a;
}

#Perspective-taking,
.category-tag.perspective_taking {
  background: #28AF9E;
}

#ConsideringControversiesDilemmasandPerspectives,
.category-tag.perspectives_controversies_dilemmas {
  background: #bd8cbf;
}

#GeneratingPossibilitiesandAnalogies,
.category-tag.possibilities_and_analogies {
  background: #b7d75c;
}

#SynthesizingOrganizingIdeas,
.category-tag.synthesizing_and_organizing_ideas {
  background: #6dcff6;
}

#ExploringArtImagesandObjects,
.category-tag.with_art_or_objects {
  background: #7da7d9;
}

#GlobalThinking,
.category-tag.global_thinking {
  background: #39eede;
}

.category-tag {
  height: 12px;
  width: 12px;
  background: black;
  display: inline-block;
}

.thinking-routine-spanish {
  display: none;
}

#tr-spanish-key {
  display: none;
}

#views-exposed-form-pz-made-easy-pz-made-easy {
  background: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 50px;
}

#views-exposed-form-pz-made-easy-pz-made-easy h2 {
  text-align: center;
}

#edit-field-activity-time-value-wrapper {
  display: block;
  padding: 20px;
  text-align: center;
  display: none;
}

#edit-field-activity-time-value-wrapper > label {
  font-size: 1.25em;
}

#edit-field-activity-time-value-wrapper .form-type-bef-link {
  background: orange;
  border-radius: 5px;
}

#edit_field_audience_value_1_chosen,
#edit_field_activity_time_value_chosen {
  display: none !important;
}

#edit-field-audience-value-1-all,
#edit-field-activity-time-value-all {
  display: none;
}

#edit-field-audience-value-1-wrapper {
  display: block;
  padding: 20px;
  text-align: center;
}

#edit-field-audience-value-1-wrapper > label {
  font-size: 1.25em;
}

span.time,
span.preschool,
span.elementaryschool,
span.middleschool,
span.highschool {
  float: left;
  margin: 5px 5px 0 0;
  font-size: 0.9em;
  padding: 3px 7px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
}

.time {
  background: #f49220;
}

.preschool,
.form-item-edit-field-audience-value-1-preschool,
.form-item-edit-field-audience-value-1-preschool.highlight {
  background: #23aa99;
}

.elementaryschool,
.form-item-edit-field-audience-value-1-elementary-school,
.form-item-edit-field-audience-value-1-elementary-school.highlight {
  background: #336c8b;
}

.middleschool,
.form-item-edit-field-audience-value-1-middle-school,
.form-item-edit-field-audience-value-1-middle-school.highlight {
  background: #a7ce38;
}

.highschool,
.form-item-edit-field-audience-value-1-high-school,
.form-item-edit-field-audience-value-1-high-school.highlight {
  background: #bc2e49;
}

.highlight {
  border: 3px solid #ffffff;
}

.form-type-bef-link {
  border-radius: 5px;
}

#edit-field-audience-value-1-wrapper .form-type-bef-link > a {
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
}

#edit-field-audience-value-1-wrapper .form-type-bef-link > a.active {
  border: 5px solid #333;
}

.form-item {
  margin-right: 10px;
  display: inline-block;
}

.views-exposed-form .form-item {
  float: none;
}

.form-item label {
  font-weight: bold;
  color: #333333;
}

.resource-main-from {
  font-style: italic;
  color: #999;
  font-size: 1em;
}

.resource-modal-from {
  display: block;
  font-size: 1.2em;
  font-style: italic;
}

body.node-type-project {
  background: linear-gradient(to bottom, #F9E548, #A2C75A, #63AF88);
  background-attachment: fixed !important; /* This often fixes gradient cutoff */
  background-repeat: no-repeat !important;
  min-height: 100vh !important;
  /* --- Outer Container: Centers the entire header-group --- */
  /* --- Inner Container: Manages alignment of H1 and .current-research --- */
  /* --- H1 Styles --- */
  /* --- .current-research Styles --- */
}
body.node-type-project .content-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 150px 0 0 0;
}
body.node-type-project .header-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
}
body.node-type-project .header-group h1#project-name {
  font-family: "Lato", "Arial", Sans-Serif, sans-serif;
  font-weight: 800;
  color: #000;
  letter-spacing: -3px;
  margin: 0 0 50px 0;
  line-height: 1.2;
  text-align: center;
}
body.node-type-project .header-group h1#project-name.small {
  font-size: 3.4em;
}
body.node-type-project .header-group h1#project-name.medium {
  font-size: 4.2em;
}
body.node-type-project .header-group h1#project-name.large {
  font-size: 5em;
}
body.node-type-project .header-group h1#project-name.left-align {
  text-align: left;
}
body.node-type-project .header-group h1#project-name.center-align {
  text-align: center;
}
body.node-type-project .header-group h1#project-name.right-align {
  text-align: right;
}
@media (max-width: 768px) {
  body.node-type-project .header-group h1#project-name {
    font-size: 3em;
  }
}
body.node-type-project .project-wrapper {
  max-width: 100%;
  padding-top: 90px;
}
body.node-type-project .project-wrapper .project-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  padding: 20px 0 0;
}
body.node-type-project .project-wrapper .project-inner .one-liner {
  margin: 0 auto 20px;
  max-width: 900px;
}
body.node-type-project .project-wrapper .project-inner .project-summary {
  margin: 0 auto;
  max-width: 900px;
}
body.node-type-project .header-group .current-research {
  font-size: 1.6em;
  font-weight: 800;
  letter-spacing: -1px;
  color: #000;
  text-align: center;
  margin-left: 5px;
}
@media (max-width: 768px) {
  body.node-type-project .header-group .current-research {
    font-size: 1.3em;
  }
}
body.node-type-project .project-logo {
  border-radius: 50%;
  z-index: 9;
  margin-bottom: -190px;
}
body.node-type-project .project-logo img, body.node-type-project .project-logo svg {
  max-width: 150px;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
body.node-type-project a {
  color: #000000;
  text-decoration: underline;
}
body.node-type-project a:hover {
  color: #1b506d;
}

body.node-type-project:has(.project-logo) .project-inner {
  padding-top: 70px;
}

body.node-type-staff .layout-container {
  margin-top: 120px;
}
body.node-type-staff .staff-heading {
  font-family: "Lato", "Arial", Sans-Serif, sans-serif;
  font-size: 5.4em;
  font-weight: 800;
  color: #000;
  letter-spacing: -3px;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
body.node-type-staff .content-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
body.node-type-staff .staff-photo img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
body.node-type-staff .staff-info {
  margin-left: 20px;
  justify-content: center;
}
body.node-type-staff .staff-info h1#page-title {
  font-family: "TTBackwards", Arial, sans-serif, sans-serif;
  font-size: 2.8em;
  font-weight: 500;
  color: #000;
  letter-spacing: -1px;
  display: inline-block;
}
body.node-type-staff .staff-info .staff-pronouns {
  font-family: "TTBackwards", Arial, sans-serif, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
}
body.node-type-staff .staff-info .staff-title {
  font-family: "TTBackwards", Arial, sans-serif, sans-serif;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1em;
  color: #000;
  letter-spacing: -1px;
  margin-top: 10px;
  max-width: 600px;
}
body.node-type-staff .staff-info .social-media-profiles {
  margin: 5px 5px 20px 0;
  display: none;
}
body.node-type-staff .staff-info .social-media-profiles a img {
  width: 30px;
  height: auto;
  margin-right: 8px;
}
body.node-type-staff .staff-info .social-media-profiles:has(a) {
  display: inline-block;
}
body.node-type-staff .staff-info .email {
  display: inline-block;
  vertical-align: 4px;
  padding: 0 0 16px 0;
  font-weight: bold;
}
body.node-type-staff .yellow-bg {
  background: #ffe400;
  width: 100%;
  margin: -80px 0 50px 0;
}
body.node-type-staff .yellow-bg .staff-summary {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 60px;
  color: #000000;
}
body.node-type-staff .staff-summary {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 20px;
}
body.node-type-staff .staff-summary h2 {
  font-family: "TTBackwards", Arial, sans-serif, sans-serif;
  font-size: 1.4em;
  margin: 10px 0 0;
}
body.node-type-staff .staff-summary ul {
  margin: 10px 0 0 25px;
}
body.node-type-staff .staff-summary a {
  color: #000000;
}
body.node-type-staff .staff-summary a:hover {
  color: #1b506d;
}
body.node-type-staff .explore-component-wrapper {
  margin: -10px auto 0;
}
@media (max-width: 768px) {
  body.node-type-staff .layout-container {
    margin-top: 150px;
  }
  body.node-type-staff .content-section {
    display: inline-block;
  }
  body.node-type-staff .staff-heading {
    font-size: 2.6em;
  }
  body.node-type-staff .staff-photo {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
  }
  body.node-type-staff .staff-photo img {
    border-radius: 50%;
  }
  body.node-type-staff .staff-info {
    margin: 0 auto;
    max-width: 300px;
    justify-content: center;
    width: 100%;
    display: block;
  }
  body.node-type-staff .staff-info h1#page-title {
    font-family: "TTBackwards", Arial, sans-serif, sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    color: #000;
    letter-spacing: -1px;
    display: inline-block;
    margin: 0;
  }
  body.node-type-staff .staff-info .staff-pronouns {
    font-family: "TTBackwards", Arial, sans-serif, sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
  }
  body.node-type-staff .staff-info .staff-title {
    font-family: "TTBackwards", Arial, sans-serif, sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    color: #000;
    letter-spacing: -1px;
    margin-top: 0;
  }
  body.node-type-staff .staff-info .social-media-profiles {
    margin-top: 2px;
  }
  body.node-type-staff .staff-info .social-media-profiles a img {
    width: 35px;
    height: 35px;
  }
  body.node-type-staff .staff-info .email {
    display: inline-block;
  }
  body.node-type-staff .yellow-bg {
    margin-top: -5px;
  }
  body.node-type-staff .yellow-bg .staff-summary {
    width: 85%;
    padding: 20px 0;
  }
  body.node-type-staff .staff-summary {
    width: 85%;
  }
  body.node-type-staff .explore-header {
    margin-top: 0;
  }
}

body.node-type-article {
  background: white;
  min-height: 100vh !important;
  /* --- Outer Container: Centers the entire header-group --- */
  /* --- Inner Container: Manages alignment of H1 and .current-research --- */
  /* --- H1 Styles --- */
}
body.node-type-article .content-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
body.node-type-article .header-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.node-type-article .header-group .pz-news {
  font-family: "Lato", "Arial", Sans-Serif, sans-serif;
  font-size: 5em;
  font-weight: 800;
  color: #000;
  letter-spacing: -3px;
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body.node-type-article .header-group .pz-news {
    font-size: 3em;
  }
}
body.node-type-article .header-group h1#article-title {
  font-family: "Lato", "Arial", Sans-Serif, sans-serif;
  font-size: 3em;
  font-weight: 800;
  color: #000;
  letter-spacing: -1px;
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body.node-type-article .header-group h1#article-title {
    font-size: 3em;
  }
}

body.node-type-events_institutes {
  background: linear-gradient(to bottom, #bc2e49, #ee694e, #ffe400);
  background-attachment: fixed !important; /* This often fixes gradient cutoff */
  background-repeat: no-repeat !important;
  min-height: 100vh !important;
  /* --- Outer Container: Centers the entire header-group --- */
  /* --- Inner Container: Manages alignment of H1 and .current-research --- */
  /* --- H1 Styles --- */
}
body.node-type-events_institutes .content-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 100px;
}
@media (max-width: 768px) {
  body.node-type-events_institutes .content-section {
    margin-top: 0;
  }
}
body.node-type-events_institutes .header-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.node-type-events_institutes .header-group h1#event-name {
  font-family: "Lato", "Arial", Sans-Serif, sans-serif;
  font-size: 5em;
  font-weight: 800;
  color: #fff;
  letter-spacing: -3px;
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 1;
  max-width: 900px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
body.node-type-events_institutes .header-group h1#event-name.small {
  font-size: 3.4em;
}
body.node-type-events_institutes .header-group h1#event-name.medium {
  font-size: 4.2em;
}
body.node-type-events_institutes .header-group h1#event-name.large {
  font-size: 5em;
}
@media (max-width: 768px) {
  body.node-type-events_institutes .header-group h1#event-name.large {
    font-size: 3.4em;
  }
}
@media (max-width: 768px) {
  body.node-type-events_institutes .header-group h1#event-name {
    font-size: 3em;
  }
}
body.node-type-events_institutes .header-group .pz-pd {
  font-size: 1.6em;
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  text-transform: uppercase;
  max-width: 900px;
}
@media (max-width: 768px) {
  body.node-type-events_institutes .header-group .pz-pd {
    font-size: 1.3em;
  }
}
body.node-type-events_institutes .event-content {
  width: 100%;
  max-width: 1200px; /* Adjust as needed for your site's main container */
  margin: 0 auto;
  padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  /* Removed fixed background color here, now handled by the image + overlay */
  position: relative; /* Needed for absolute positioning of background image */
  overflow: hidden; /* Ensures background image stays within bounds */
  /* Added a semi-transparent overlay to ensure content readability */
  background-color: white;
}
body.node-type-events_institutes .event-content .event-inner {
  max-width: 900px;
  margin: 40px auto;
}
@media (max-width: 768px) {
  body.node-type-events_institutes .event-content .event-inner {
    max-width: 85%;
  }
}
body.node-type-events_institutes .event-content .event-inner .event-date {
  text-align: center;
  margin: 0 0 20px 0;
}
body.node-type-events_institutes .event-content .event-inner .event-date .date {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
}
@media (max-width: 768px) {
  body.node-type-events_institutes .event-content .event-inner .event-date .date {
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.2em;
  }
}
body.node-type-events_institutes .event-content .event-inner .event-type {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: #bc2e49;
  line-height: 1.7em;
  text-transform: uppercase;
}
body.node-type-events_institutes .event-content .event-inner ul, body.node-type-events_institutes .event-content .event-inner ol {
  margin: 10px 0 10px 20px;
}
body.node-type-events_institutes .event-content .event-inner h3 {
  margin: 20px 0;
}
body.node-type-events_institutes .event-content .event-inner p {
  margin: 10px 0;
}
body.node-type-events_institutes .event-content .resource-buttons {
  margin: 5px 0 0 0;
}
@media (max-width: 768px) {
  body.node-type-events_institutes .event-content .resource-buttons {
    width: 90%;
    margin: 30px 0 0 20px;
  }
}
body.node-type-events_institutes .event-content .resource-buttons a.resource-button {
  border-radius: 24px;
  color: white;
  padding: 10px 20px;
  margin: 0 20px 20px 0;
  display: inline-block;
  background: #bc2e49;
  text-decoration: none;
}
body.node-type-events_institutes .event-content .resource-buttons a.resource-button:hover {
  background: #ee694e;
  color: white;
  text-decoration: underline;
}
body.node-type-events_institutes .event-content .resource-buttons a.resource-button:last-child {
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  body.node-type-events_institutes .event-content .resource-buttons a.resource-button {
    margin: 0 0 20px 0;
  }
}
body.node-type-events_institutes .event-content .registration-deadline {
  font-family: "Lato", "Arial", Sans-Serif;
  line-height: 1.2em;
  font-style: italic;
}
body.node-type-events_institutes .event-content .event-image {
  background: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 50%;
  z-index: 9;
}
body.node-type-events_institutes .event-content .event-image img, body.node-type-events_institutes .event-content .event-image svg {
  max-width: 100px;
  border-radius: 50%;
}
body.node-type-events_institutes .staff-summary h3 {
  font-size: 1.8em;
}

.components .components-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #bc2e49;
}

.bottom-components-wrapper {
  margin-bottom: 0;
}

.homepage-hero {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 30px auto;
  position: relative;
}
@media (max-width: 768px) {
  .homepage-hero {
    margin: 0 auto 30px auto;
    width: 90%;
  }
}
.homepage-hero h1 {
  flex: 0 0 100%;
  position: relative;
  z-index: 2;
  margin: 0 auto -35px;
  font-size: 6em;
  font-family: "Lato", "Arial", Sans-Serif;
  font-weight: 800;
  line-height: 0.8em;
  word-break: break-word;
  letter-spacing: -3px;
  color: white;
  text-align: center;
  max-width: 800px;
}
.homepage-hero h1.black {
  color: #000;
}
.homepage-hero h1.white {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .homepage-hero h1 {
    font-size: 3.8em;
    margin-bottom: 10px;
  }
}
.homepage-hero .hero-img {
  flex: 0 0 450px;
  z-index: 1;
}
@media (max-width: 768px) {
  .homepage-hero .hero-img {
    flex: 0 0 80%;
    margin-bottom: 20px;
  }
}
.homepage-hero .hero-img img {
  width: 100%;
  height: auto;
  display: block;
}
.homepage-hero .hero-text {
  flex: 0 0 200px;
  padding-left: 15px;
  font-family: "Lato", "Arial", Sans-Serif;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homepage-hero .hero-text.black {
  color: #000;
}
.homepage-hero .hero-text.white {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .homepage-hero .hero-text {
    flex: 0 0 100%;
    text-align: center;
    padding-left: 0;
  }
}
.homepage-hero .hero-text a.orange-cta {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-orange.svg") no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .homepage-hero .hero-text a.orange-cta {
    margin: 15px auto 0;
  }
}

.scrolling-words {
  flex: 0 0 100%;
  background-size: cover;
  min-height: 180px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .scrolling-words {
    display: none;
  }
}

.card-grid {
  display: block;
  min-height: 520px;
  padding: 30px 0;
}
.card-grid.aqua {
  background: #23AA99;
}
.card-grid.aqua .card-grid-title h2 {
  color: #000000;
}
.card-grid.lime {
  background: #A7CE38;
}
.card-grid.lime .card-grid-title h2 {
  color: #000000;
}
.card-grid.orange {
  background: #FFA827;
}
.card-grid.orange .card-grid-title h2 {
  color: #000000;
}
.card-grid.navy {
  background: #1b506d;
}
.card-grid.navy .card-grid-title h2 {
  color: #ffffff;
}
.card-grid.crimson {
  background: #bc2e49;
}
.card-grid.crimson .card-grid-title h2 {
  color: #ffffff;
}
.card-grid.teal {
  background: #008174;
}
.card-grid.teal .card-grid-title h2 {
  color: #ffffff;
}
.card-grid.yellow {
  background: #ffe400;
}
.card-grid.yellow .card-grid-title h2 {
  color: #000000;
}
.card-grid.coral {
  background: #ee694e;
}
.card-grid.coral .card-grid-title h2 {
  color: #000000;
}
.card-grid.gray {
  background: #414141;
}
.card-grid.gray .card-grid-title h2 {
  color: #ffffff;
}
.card-grid.white {
  background: #ffffff;
}
.card-grid.white .card-grid-title h2 {
  color: #000000;
}
.card-grid.black {
  background: #000000;
}
.card-grid.black .card-grid-title h2 {
  color: #ffffff;
}
.card-grid.cloud {
  background: #f2f2f2;
}
.card-grid.cloud .card-grid-title h2 {
  color: #000000;
}
.card-grid.transparent {
  background: none;
}
.card-grid.transparent .card-grid-title h2 {
  color: #000000;
}

.card-grid-title {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
.card-grid-title h2 {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 800;
  color: black;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .card-grid-title h2 {
    font-size: 2.5em;
  }
}

.card-deck {
  display: flex;
  flex-wrap: wrap; /* Allows cards to wrap to the next line */
  justify-content: space-between;
  gap: 10px; /* Adjust as needed for spacing */
  max-width: 1120px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .card-deck {
    margin: 10px auto;
    justify-content: center;
  }
}

.card {
  flex: 1 1 250px; /* grow | shrink | basis */
  max-width: 360px;
  min-width: 200px; /* Prevent cards from getting too narrow */
  position: relative;
  margin-bottom: 20px; /* Consistent spacing for wrapped cards */
}
.card .card-image {
  text-align: center;
  margin-top: 0px;
}
.card .card-image img {
  max-width: 360px;
  width: 100%;
}
.card .card-body-wrapper {
  position: unset;
  top: 180px;
  width: 100%; /* Make the wrapper fill the card width */
  max-width: 360px;
  z-index: 1;
  /* Add padding-top to create space below the image */
  padding-top: calc(image-height + some-padding);
}
@media (max-width: 768px) {
  .card .card-body-wrapper {
    position: relative;
    top: -10px;
    margin-top: 40px;
  }
}
.card .card-body {
  width: 100%; /* Your desired width */
  max-width: 280px; /* Ensure max-width is applied */
  margin: 0 auto; /* Center horizontally within the wrapper */
  background-color: white;
  padding: 20px;
  position: relative;
  min-height: 280px;
  margin-top: -50px;
}
@media (max-width: 768px) {
  .card .card-body {
    width: 100%;
    max-width: 350px;
    padding: 20px 0 0 10px;
  }
}
.card .card-type {
  font-family: "TTBackwards", Arial, sans-serif;
  font-weight: bold;
  color: #bc2e49;
  text-transform: uppercase;
}
.card h3.card-title {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 800;
  letter-spacing: -1px;
  margin: 0;
}
.card .card-subtitle {
  font-family: "TTBackwards", Arial, sans-serif, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-top: 5px;
}
.card .card-text {
  font-size: 1.1em;
  line-height: 1.2em;
  margin-top: 10px;
}
.card.aqua .card-body {
  background-color: #23AA99;
}
.card.aqua .card-body h3.card-title {
  color: #000000;
}
.card.aqua .card-body .card-subtitle {
  color: #000000;
}
.card.aqua .card-body .card-text {
  color: #000000;
}
.card.aqua .card-body a.btn {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.2em;
  color: black;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
.card.aqua .card-body a.btn .icon-arrow-circle {
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
}
.card.aqua .card-body a.btn .circle-bg {
  fill: #000000;
  transition: color 0.3s ease;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.card.aqua .card-body a.btn .arrow-path {
  stroke: #ffffff;
}
.card.aqua .card-body a.btn:hover {
  color: #bc2e49;
}
.card.aqua .card-body a.btn:hover .circle-bg {
  fill: #bc2e49;
}
.card.cloud .card-body {
  background-color: #f2f2f2;
}
.card.cloud .card-body h3.card-title {
  color: #000000;
}
.card.cloud .card-body .card-subtitle {
  color: #000000;
}
.card.cloud .card-body .card-text {
  color: #000000;
}
.card.cloud .card-body a.btn {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.2em;
  color: black;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
.card.cloud .card-body a.btn .icon-arrow-circle {
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
}
.card.cloud .card-body a.btn .circle-bg {
  fill: #000000;
  transition: color 0.3s ease;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.card.cloud .card-body a.btn .arrow-path {
  stroke: #ffffff;
}
.card.cloud .card-body a.btn:hover {
  color: #bc2e49;
}
.card.cloud .card-body a.btn:hover .circle-bg {
  fill: #bc2e49;
}
.card.crimson .card-body {
  background-color: #bc2e49;
}
.card.crimson .card-body h3.card-title {
  color: #ffffff;
}
.card.crimson .card-body .card-subtitle {
  color: #ffffff;
}
.card.crimson .card-body .card-text {
  color: #ffffff;
}
.card.crimson .card-body a.btn {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.2em;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
.card.crimson .card-body a.btn .icon-arrow-circle {
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
}
.card.crimson .card-body a.btn .circle-bg {
  fill: #ffffff;
  transition: color 0.3s ease;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.card.crimson .card-body a.btn .arrow-path {
  stroke: #000000;
}
.card.crimson .card-body a.btn:hover .circle-bg {
  fill: #bc2e49;
}
.card.crimson .card-body a.btn:hover .arrow-path {
  stroke: #ffffff;
}
.card.gray .card-body {
  background-color: #414141;
}
.card.gray .card-body h3.card-title {
  color: #ffffff;
}
.card.gray .card-body .card-subtitle {
  color: #ffffff;
}
.card.gray .card-body .card-text {
  color: #ffffff;
}
.card.gray .card-body a.btn {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.2em;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
.card.gray .card-body a.btn .icon-arrow-circle {
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
}
.card.gray .card-body a.btn .circle-bg {
  fill: #ffffff;
  transition: color 0.3s ease;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.card.gray .card-body a.btn .arrow-path {
  stroke: #000000;
}
.card.gray .card-body a.btn:hover .circle-bg {
  fill: #bc2e49;
}
.card.gray .card-body a.btn:hover .arrow-path {
  stroke: #ffffff;
}
.card.navy .card-body {
  background-color: #1b506d;
}
.card.navy .card-body h3.card-title {
  color: #ffffff;
}
.card.navy .card-body .card-subtitle {
  color: #ffffff;
}
.card.navy .card-body .card-text {
  color: #ffffff;
}
.card.navy .card-body a.btn {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.2em;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
.card.navy .card-body a.btn .icon-arrow-circle {
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
}
.card.navy .card-body a.btn .circle-bg {
  fill: #ffffff;
  transition: color 0.3s ease;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.card.navy .card-body a.btn .arrow-path {
  stroke: #000000;
}
.card.navy .card-body a.btn:hover .circle-bg {
  fill: #bc2e49;
}
.card.navy .card-body a.btn:hover .arrow-path {
  stroke: #ffffff;
}
.card.orange .card-body {
  background-color: #FFA827;
}
.card.orange .card-body h3.card-title {
  color: #000000;
}
.card.orange .card-body .card-subtitle {
  color: #000000;
}
.card.orange .card-body .card-text {
  color: #000000;
}
.card.orange .card-body a.btn {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.2em;
  color: #000000;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
.card.orange .card-body a.btn .icon-arrow-circle {
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
}
.card.orange .card-body a.btn .circle-bg {
  fill: #000000;
  transition: color 0.3s ease;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.card.orange .card-body a.btn .arrow-path {
  stroke: #ffffff;
}
.card.orange .card-body a.btn:hover {
  color: #bc2e49;
}
.card.orange .card-body a.btn:hover .circle-bg {
  fill: #bc2e49;
}
.card.teal .card-body {
  background-color: #008174;
}
.card.teal .card-body h3.card-title {
  color: #ffffff;
}
.card.teal .card-body .card-subtitle {
  color: #ffffff;
}
.card.teal .card-body .card-text {
  color: #ffffff;
}
.card.teal .card-body a.btn {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.2em;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
.card.teal .card-body a.btn .icon-arrow-circle {
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
}
.card.teal .card-body a.btn .circle-bg {
  fill: #ffffff;
  transition: color 0.3s ease;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.card.teal .card-body a.btn .arrow-path {
  stroke: #000000;
}
.card.teal .card-body a.btn:hover .circle-bg {
  fill: #bc2e49;
}
.card.teal .card-body a.btn:hover .arrow-path {
  stroke: #ffffff;
}
.card.black .card-body {
  background-color: #000000;
}
.card.black .card-body h3.card-title {
  color: #ffffff;
}
.card.black .card-body .card-subtitle {
  color: #ffffff;
}
.card.black .card-body .card-text {
  color: #ffffff;
}
.card.black .card-body a.btn {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.2em;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
.card.black .card-body a.btn .icon-arrow-circle {
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
}
.card.black .card-body a.btn .circle-bg {
  fill: #ffffff;
  transition: color 0.3s ease;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.card.black .card-body a.btn .arrow-path {
  stroke: #000000;
}
.card.black .card-body a.btn:hover .circle-bg {
  fill: #bc2e49;
}
.card.black .card-body a.btn:hover .arrow-path {
  stroke: #ffffff;
}
.card.white .card-body {
  background-color: #ffffff;
}
.card.white .card-body h3.card-title {
  color: #000000;
}
.card.white .card-body .card-subtitle {
  color: #000000;
}
.card.white .card-body .card-text {
  color: #000000;
}
.card.white .card-body a.btn {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.2em;
  color: #000000;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
.card.white .card-body a.btn .icon-arrow-circle {
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
}
.card.white .card-body a.btn .circle-bg {
  fill: #000000;
  transition: color 0.3s ease;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.card.white .card-body a.btn .arrow-path {
  stroke: #ffffff;
}
.card.white .card-body a.btn:hover {
  color: #bc2e49;
}
.card.white .card-body a.btn:hover .circle-bg {
  fill: #bc2e49;
}
.card.yellow .card-body {
  background-color: #ffe400;
}
.card.yellow .card-body h3.card-title {
  color: #000000;
}
.card.yellow .card-body .card-subtitle {
  color: #000000;
}
.card.yellow .card-body .card-text {
  color: #000000;
}
.card.yellow .card-body a.btn {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.2em;
  color: #000000;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
.card.yellow .card-body a.btn .icon-arrow-circle {
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
}
.card.yellow .card-body a.btn .circle-bg {
  fill: #000000;
  transition: color 0.3s ease;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.card.yellow .card-body a.btn .arrow-path {
  stroke: #ffffff;
}
.card.yellow .card-body a.btn:hover {
  color: #bc2e49;
}
.card.yellow .card-body a.btn:hover .circle-bg {
  fill: #bc2e49;
}
.card.coral .card-body {
  background-color: #ee694e;
}
.card.coral .card-body h3.card-title {
  color: #000000;
}
.card.coral .card-body .card-subtitle {
  color: #000000;
}
.card.coral .card-body .card-text {
  color: #000000;
}
.card.coral .card-body a.btn {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.2em;
  color: #000000;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
.card.coral .card-body a.btn .icon-arrow-circle {
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
}
.card.coral .card-body a.btn .circle-bg {
  fill: #000000;
  transition: color 0.3s ease;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.card.coral .card-body a.btn .arrow-path {
  stroke: #ffffff;
}
.card.coral .card-body a.btn:hover {
  color: #bc2e49;
}
.card.coral .card-body a.btn:hover .circle-bg {
  fill: #bc2e49;
}
.card.lime .card-body {
  background-color: #A7CE38;
}
.card.lime .card-body h3.card-title {
  color: #000000;
}
.card.lime .card-body .card-subtitle {
  color: #000000;
}
.card.lime .card-body .card-text {
  color: #000000;
}
.card.lime .card-body a.btn {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.2em;
  color: #000000;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}
.card.lime .card-body a.btn .icon-arrow-circle {
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
}
.card.lime .card-body a.btn .circle-bg {
  fill: #000000;
  transition: color 0.3s ease;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.card.lime .card-body a.btn .arrow-path {
  stroke: #ffffff;
}
.card.lime .card-body a.btn:hover {
  color: #bc2e49;
}
.card.lime .card-body a.btn:hover .circle-bg {
  fill: #bc2e49;
}
@media (max-width: 768px) {
  .card {
    flex: 0 0 100%;
  }
}

.download-resource-wrapper {
  width: 100%;
  background: white;
  min-height: 305px;
}
.download-resource-wrapper .download-resource {
  position: relative;
  max-width: 1224px;
  min-height: 300px;
  margin: 0 auto;
  background: url("/themes/custom/project_zero/assets/images/png/download-resource-line.png");
  background-repeat: no-repeat;
  background-position: center 0;
}
@media (max-width: 768px) {
  .download-resource-wrapper .download-resource {
    background: none;
    max-width: 100%;
  }
}
.download-resource-wrapper .download-resource .download-resource-content {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: 80px;
  text-align: right;
}
@media (max-width: 768px) {
  .download-resource-wrapper .download-resource .download-resource-content {
    position: unset;
    text-align: left;
    margin: 10px 0 0 10px;
  }
}
.download-resource-wrapper .download-resource .download-resource-content .download-title {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0;
  text-align: right;
  max-width: 250px;
  display: inline-block;
}
@media (max-width: 768px) {
  .download-resource-wrapper .download-resource .download-resource-content .download-title {
    text-align: left;
    max-width: 60%;
    margin: 10px 0 0 5px;
  }
}
.download-resource-wrapper .download-resource .download-resource-content .download-resource-text {
  font-family: "Lato", "Arial", Sans-Serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  text-align: right;
  max-width: 300px;
  margin: 8px 0;
}
@media (max-width: 768px) {
  .download-resource-wrapper .download-resource .download-resource-content .download-resource-text {
    text-align: left;
    margin-top: 5px;
    margin-left: 5px;
    max-width: 60%;
  }
}
.download-resource-wrapper .download-resource .download-resource-content .download-resource-link {
  width: 40px;
  height: 40px;
  text-align: right;
  display: inline-block;
  margin-top: 0px;
}
.download-resource-wrapper .download-resource .download-resource-content .download-resource-link a {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-forest.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  margin-top: 5px;
  text-decoration: none;
  margin-right: 5px;
}
.download-resource-wrapper .download-resource .download-resource-content .download-resource-link a:hover {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-lime.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  margin-top: 5px;
  text-decoration: none;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .download-resource-wrapper .download-resource .download-resource-content .download-resource-link {
    margin-bottom: 5px;
  }
}
.download-resource-wrapper .download-resource .download-resource-image {
  position: absolute;
  top: 0;
  right: 60px;
}
@media (max-width: 768px) {
  .download-resource-wrapper .download-resource .download-resource-image {
    right: 0;
  }
}

/* Container for Video and Overlay */
.video-container {
  position: relative;
  width: 100%; /* Take full width of the browser */
  margin: 0 auto; /* Keep horizontal centering if content inside is smaller */
  border-radius: 0; /* Remove border-radius for full width */
  overflow: hidden;
  box-shadow: none; /* Removed shadow for full width */
  min-height: 400px;
}
@media (max-width: 768px) {
  .video-container {
    max-height: unset;
    min-height: 360px;
  }
}

/* Video Element */
.video-container video {
  width: 100%; /* w-full */
  max-height: 400px; /* max-h-[400px] */
  object-fit: cover; /* object-cover */
  display: block; /* Remove extra space below video */
}
@media (max-width: 768px) {
  .video-container video {
    max-height: 100%;
    height: 100%;
  }
}

.video-loop-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Overlay */
.video-loop-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(0px, 50% - 612px);
  width: 80%;
  max-width: 400px;
  max-height: 400px;
  padding: 2rem;
  text-align: center; /* Keep text centered within the overlay */
  box-sizing: border-box; /* Include padding in element's total width and height */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally within the overlay */
  justify-content: center; /* Center content vertically within the overlay */
  border-radius: 50%;
}
@media (max-width: 728px) {
  .video-loop-content {
    border-radius: unset;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    display: block;
  }
}
.video-loop-content.aqua {
  background: #23AA99;
}
.video-loop-content.aqua h3 {
  color: #000000;
}
.video-loop-content.aqua p {
  color: #000000;
}
.video-loop-content.aqua a {
  color: #000000;
}
.video-loop-content.aqua a:hover {
  color: #1b506d;
}
.video-loop-content.lime {
  background: #A7CE38;
}
.video-loop-content.lime h3 {
  color: #000000;
}
.video-loop-content.lime p {
  color: #000000;
}
.video-loop-content.lime a {
  color: #000000;
}
.video-loop-content.lime a:hover {
  color: #1b506d;
}
.video-loop-content.orange {
  background: #FFA827;
}
.video-loop-content.orange h3 {
  color: #000000;
}
.video-loop-content.orange p {
  color: #000000;
}
.video-loop-content.orange a {
  color: #000000;
}
.video-loop-content.orange a:hover {
  color: #1b506d;
}
.video-loop-content.navy {
  background: #1b506d;
}
.video-loop-content.navy h3 {
  color: #ffffff;
}
.video-loop-content.navy p {
  color: #ffffff;
}
.video-loop-content.navy a {
  color: #ffffff;
}
.video-loop-content.navy a:hover {
  color: #f2f2f2;
}
.video-loop-content.crimson {
  background: #bc2e49;
}
.video-loop-content.crimson h3 {
  color: #ffffff;
}
.video-loop-content.crimson p {
  color: #ffffff;
}
.video-loop-content.crimson a {
  color: #ffffff;
}
.video-loop-content.crimson a:hover {
  color: #f2f2f2;
}
.video-loop-content.teal {
  background: #008174;
}
.video-loop-content.teal h3 {
  color: #ffffff;
}
.video-loop-content.teal p {
  color: #ffffff;
}
.video-loop-content.teal a {
  color: #ffffff;
}
.video-loop-content.teal a:hover {
  color: #f2f2f2;
}
.video-loop-content.yellow {
  background: #ffe400;
}
.video-loop-content.yellow h3 {
  color: #000000;
}
.video-loop-content.yellow p {
  color: #000000;
}
.video-loop-content.yellow a {
  color: #000000;
}
.video-loop-content.yellow a:hover {
  color: #1b506d;
}
.video-loop-content.coral {
  background: #ee694e;
}
.video-loop-content.coral h3 {
  color: #000000;
}
.video-loop-content.coral p {
  color: #000000;
}
.video-loop-content.coral a {
  color: #000000;
}
.video-loop-content.coral a:hover {
  color: #1b506d;
}
.video-loop-content.gray {
  background: #414141;
}
.video-loop-content.gray h3 {
  color: #ffffff;
}
.video-loop-content.gray p {
  color: #ffffff;
}
.video-loop-content.gray a {
  color: #ffffff;
}
.video-loop-content.gray a:hover {
  color: #f2f2f2;
}
.video-loop-content.white {
  background: #ffffff;
}
.video-loop-content.white h3 {
  color: #000000;
}
.video-loop-content.white p {
  color: #000000;
}
.video-loop-content.white a {
  color: #000000;
}
.video-loop-content.white a:hover {
  color: #1b506d;
}
.video-loop-content.black {
  background: #000000;
}
.video-loop-content.black h3 {
  color: #ffffff;
}
.video-loop-content.black p {
  color: #ffffff;
}
.video-loop-content.black a {
  color: #ffffff;
}
.video-loop-content.black a:hover {
  color: #f2f2f2;
}
.video-loop-content.cloud {
  background: #f2f2f2;
}
.video-loop-content.cloud h3 {
  color: #000000;
}
.video-loop-content.cloud p {
  color: #000000;
}
.video-loop-content.cloud a {
  color: #000000;
}
.video-loop-content.cloud a:hover {
  color: #1b506d;
}
.video-loop-content h3 {
  font-family: "TTBackwards", Arial, sans-serif, sans-serif;
  text-transform: none;
  font-size: 2.2rem; /* text-4xl */
  line-height: 1.2em; /* leading-tight */
  font-weight: 800; /* font-extrabold */
  margin: 20px 40px 10px;
}
@media (max-width: 768px) {
  .video-loop-content h3 {
    margin: 0;
  }
}
.video-loop-content p {
  font-size: 1rem;
  line-height: 1.2em;
  margin: 0 20px 10px;
}
.video-loop-content a {
  font-family: "TTBackwards", Arial, sans-serif, sans-serif;
  text-decoration: underline;
}
/* Responsive adjustment for the overlay on mobile */
@media (min-width: 1224px) {
  .video-loop-content {
    /*width: 100%;*/ /* And span full width */
    /*max-width: none;*/ /* Remove max-width constraint */
    padding: 1rem 0;
  }
}
/* Quote Component Container */
/* Quote Component Container */
.quote-component {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Background Image Container */
.quote-background {
  width: 100%;
  height: 550px; /* Fixed height for the background image area */
  position: relative; /* Needed for positioning the circular image and the background image element */
  display: flex;
  justify-content: center;
  align-items: center; /* Align circular image to the bottom center */
  padding-bottom: 50px; /* Space for the circular image to overlap */
}

/* New: Styling for the background image element */
.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container */
  z-index: 1; /* Place it behind the circular image and content */
}

/* Centered Circular Image */
.circular-image {
  width: 200px;
  height: 200px;
  border-radius: 50%; /* Makes it circular */
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%); /* Center horizontally */
  z-index: 10; /* Ensure it's above the quote box and background image */
  background-color: #eee; /* Placeholder background */
}

/* Quote Content Div */
.quote-content {
  padding: 40px; /* Top padding adjusted for circular image overlap */
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 800px;
  margin-top: 100px;
}
.quote-content.aqua {
  background-color: rgba(35, 170, 153, 0.9);
  color: #ffffff;
}
.quote-content.aqua a {
  color: #ffffff;
  text-decoration: underline;
}
.quote-content.aqua a:hover {
  color: #f2f2f2;
}
.quote-content.cloud {
  background-color: rgba(242, 242, 242, 0.9);
  color: #000000;
}
.quote-content.cloud a {
  color: #000000;
  text-decoration: underline;
}
.quote-content.cloud a:hover {
  color: #1b506d;
}
.quote-content.gray {
  background-color: rgba(65, 65, 65, 0.9);
  color: #ffffff;
}
.quote-content.gray a {
  color: #ffffff;
  text-decoration: underline;
}
.quote-content.gray a:hover {
  color: #f2f2f2;
}
.quote-content.orange {
  background-color: rgba(255, 168, 39, 0.9);
  color: #000000;
}
.quote-content.orange a {
  color: #000000;
  text-decoration: underline;
}
.quote-content.orange a:hover {
  color: #1b506d;
}
.quote-content.coral {
  background-color: rgba(239, 106, 79, 0.9);
  color: #000000;
}
.quote-content.coral a {
  color: #000000;
  text-decoration: underline;
}
.quote-content.coral a:hover {
  color: #1b506d;
}
.quote-content.navy {
  background-color: rgba(27, 80, 109, 0.9);
  color: #ffffff;
}
.quote-content.navy a {
  color: #ffffff;
  text-decoration: underline;
}
.quote-content.navy a:hover {
  color: #f2f2f2;
}
.quote-content.yellow {
  background-color: rgba(255, 218, 66, 0.9);
  color: #000000;
}
.quote-content.yellow a {
  color: #000000;
  text-decoration: underline;
}
.quote-content.yellow a:hover {
  color: #1b506d;
}
.quote-content.teal {
  background-color: rgba(0, 129, 116, 0.9);
  color: #ffffff;
}
.quote-content.teal a {
  color: #ffffff;
  text-decoration: underline;
}
.quote-content.teal a:hover {
  color: #f2f2f2;
}
.quote-content.lime {
  background-color: rgba(167, 206, 56, 0.9);
  color: #000000;
}
.quote-content.lime a {
  color: #000000;
  text-decoration: underline;
}
.quote-content.lime a:hover {
  color: #1b506d;
}
.quote-content.white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
}
.quote-content.white a {
  color: #000000;
  text-decoration: underline;
}
.quote-content.white a:hover {
  color: #1b506d;
}
.quote-content.black {
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
}
.quote-content.black a {
  color: #ffffff;
  text-decoration: underline;
}
.quote-content.black a:hover {
  color: #f2f2f2;
}
.quote-content.crimson {
  background-color: rgba(188, 46, 73, 0.9);
  color: #ffffff;
}
.quote-content.crimson a {
  color: #ffffff;
  text-decoration: underline;
}
.quote-content.crimson a:hover {
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .quote-content {
    max-width: 90%;
    padding: 60px 0 20px;
  }
}

.quote-component:has(img.circular-image) .quote-content {
  padding-top: 75px;
}

.quote-text {
  font-family: "Lato", "Arial", Sans-Serif;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 15px;
  display: block; /* Ensures it's on its own line */
  line-height: 1.4em;
}
.quote-text p a {
  font-family: "Lato", "Arial", Sans-Serif;
  font-weight: 500;
}

.quote-author {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 10px;
  display: block; /* Ensures it's on its own line */
}

.quote-location {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  display: block; /* Ensures it's on its own line */
}

.quote-location {
  font-weight: normal;
  font-size: 0.9rem;
  opacity: 0.9;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .quote-component {
    margin: 0; /* Add some margin on smaller screens */
  }
  .quote-background {
    height: 450px;
  }
  .circular-image {
    width: 120px;
    height: 120px;
    top: -65px;
  }
  .quote-content {
    padding: 15px;
  }
  .quote-text {
    font-size: 1rem;
  }
  .quote-author,
  .quote-location {
    font-size: 1rem;
  }
}
/* Main Component Wrapper */
.explore-component-wrapper {
  width: 100%;
  max-width: 1200px; /* Adjust as needed for your site's main container */
  padding: 0;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
  /* Removed fixed background color here, now handled by the image + overlay */
  position: relative; /* Needed for absolute positioning of background image */
  overflow: visible; /* Ensures background image stays within bounds */
  /* Added a semi-transparent overlay to ensure content readability */
  background-color: transparent;
}

.explore-component-wrapper {
  margin: 0 auto;
}

.component-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the entire container */
  z-index: 1; /* Place it behind the main content */
}

/* Header Section */
.explore-header {
  text-align: center;
  margin: 50px 0 0;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 2;
  background: white;
}
.explore-header h2 {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -1px;
  color: #000;
  margin: 50px auto 40px;
  max-width: 900px;
}
.explore-header .explore-intro-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #000;
  max-width: 900px;
  margin: 20px auto;
  text-align: left;
}
.explore-header .explore-intro-text h3 {
  font-family: "TTBackwards", Arial, sans-serif, sans-serif;
  font-size: 2.5rem;
  line-height: 1.6;
  color: #000;
  max-width: 900px;
  margin: 20px auto 0;
  text-align: left;
}
.explore-header .explore-intro-text h3.teal {
  color: #008174;
  font-size: 1.8em;
  line-height: 1.2em;
}
.explore-header .explore-intro-text h3.crimson {
  color: #bc2e49;
  font-size: 1.8em;
  line-height: 1.2em;
}
.explore-header .explore-intro-text h3.centered {
  text-align: center;
  font-size: 2.8em;
}
.explore-header .explore-intro-text h3.centered-allcaps {
  text-align: center;
  font-size: 2.8em;
  text-transform: uppercase;
}
.explore-header .explore-intro-text table {
  max-width: 800px;
  margin: 0 auto;
}
.explore-header .explore-intro-text table tr td {
  vertical-align: top;
  width: 275px;
}
@media (max-width: 768px) {
  .explore-header .explore-intro-text table tr td {
    display: inline;
    width: 100%;
  }
}
.explore-header .explore-intro-text table tr td h3 {
  font-size: 1.6em;
  line-height: 1.2em;
}
.explore-header .explore-intro-text ul, .explore-header .explore-intro-text ol {
  margin: 0 0 20px 30px;
}
.explore-header .explore-intro-text a.crimson-link {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #bc2e49;
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
}
.explore-header .explore-intro-text a.teal-link {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #008174;
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
}
.explore-header .explore-intro-text p.crimson-bold-tt-caps {
  font-family: "TTBackwards", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  color: #bc2e49;
  margin: 20px 0 0;
  text-transform: uppercase;
}
.explore-header .explore-intro-text p.crimson-bold {
  font-family: "Lato", "Arial", Sans-Serif;
  font-weight: bold;
  color: #bc2e49;
  margin-bottom: 20px;
}
.explore-header .explore-intro-text p.teal-bold {
  font-family: "Lato", "Arial", Sans-Serif;
  font-weight: bold;
  color: #008174;
  margin-bottom: 20px;
}
.explore-header .explore-intro-text p.black-bold {
  font-family: "Lato", "Arial", Sans-Serif;
  font-weight: bold;
  color: black;
}
.explore-header .pdf-wrapper {
  max-width: 1224px;
  text-align: left;
  margin: 40px auto;
}
.explore-header .pdf-wrapper .pdf-inner {
  max-width: 900px;
  margin: 0 auto;
}
.explore-header .pdf-wrapper .pdf-title {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.explore-header .pdf-wrapper a.pdf-item {
  border: 1px solid #000;
  border-radius: 24px;
  color: #000;
  padding: 10px 20px;
  margin-right: 20px;
}
.explore-header .pdf-wrapper a.pdf-item:hover {
  background: #008174;
  color: white;
}
@media (max-width: 768px) {
  .explore-header .pdf-wrapper {
    max-width: 80%;
  }
}

/* Explore Items Container - Now primarily for vertical stacking */
.explore-items-container {
  display: flex; /* Use flex to allow vertical stacking and centering */
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Center items horizontally within the container */
  position: relative;
  padding-top: 50px;
}
.explore-items-container.white-bg {
  background: #ffffff;
}

/* Individual Explore Item */
.explore-item {
  position: relative; /* For absolute positioning of images */
  display: flex;
  justify-content: center; /* Center the circular content box */
  align-items: center; /* Vertically align content within the item */
  width: 100%; /* Take full width of its container */
  max-width: 800px; /* Max width for each item to keep content readable */
  margin: 0 auto; /* 200px spacing from previous item, auto for horizontal centering */
  padding: 0 20px; /* Add some horizontal padding */
  box-sizing: border-box;
  min-height: 200px; /* Ensure enough height for the circular box */
}

/* Remove top margin for the first item */
.explore-item:last-of-type {
  margin-bottom: 0;
}

/* Image Styling - now absolutely positioned relative to .explore-item */
.explore-item img {
  position: absolute;
  width: 430px; /* Fixed width for the image */
  height: auto x; /* Fixed height for the image */
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 2; /* Ensure image is above background but below circular content */
  top: -10px;
}
.explore-item h2.flyout-panel-title {
  margin: 30px 50px;
  font-family: "TTBackwards", Arial, sans-serif, serif;
  font-size: 3em;
  font-weight: bold;
  color: #000;
  text-align: left;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .explore-item h2.flyout-panel-title {
    margin: 30px 20px;
  }
}
.explore-item .flyout-panel {
  max-width: 1000px;
}
.explore-item .flyout-panel-content {
  margin: 50px;
}
@media (max-width: 768px) {
  .explore-item .flyout-panel-content {
    margin: 20px;
  }
}
.explore-item .flyout-panel-text ul, .explore-item .flyout-panel-text ol {
  margin: 5px 0 5px 30px;
}
.explore-item .flyout-panel-text img {
  left: unset;
  position: relative;
  transform: unset;
  margin: 0 20px 0 0;
  height: auto;
}
.explore-item .flyout-panel-text a {
  color: #000000;
  text-decoration: underline;
}
.explore-item .flyout-panel-text a:hover {
  color: #1b506d;
}
.explore-item .flyout-panel-text h3 {
  font-size: 1.8em;
  font-weight: bold;
  color: #000000;
  line-height: 1.2em;
}
.explore-item .related-content {
  margin: 20px 0 0 0;
  clear: both;
}
.explore-item .related-content ul {
  margin-left: 0;
}

.explore-item-left-image img {
  /* Position the image to the left of the centered circular box */
  /* Calculation: 50% (center of parent) - (half_circle_width + gap + image_width) */
  left: calc(50% - 100px - 30px - 400px); /* 50% - 280px */
}
.explore-item-left-image .flyout-panel-text img {
  left: unset;
}

.explore-item-right-image img {
  /* Position the image to the right of the centered circular box */
  /* Calculation: 50% (center of parent) + (half_circle_width + gap) */
  left: calc(50% + 100px + 30px); /* 50% + 130px */
}
.explore-item-right-image .flyout-panel-text img {
  left: unset;
}

.explore-circle-wrapper {
  display: flex;
  flex-direction: column; /* Stack children vertically */
  align-items: center; /* Horizontally center children (circular box and line) */
  justify-content: center; /* Vertically center children if there's extra space */
  flex-grow: 1; /* Allow this wrapper to take up available space */
}

/* Circular Content Box */
.circular-content-box {
  width: 300px; /* Fixed size for the circular div */
  height: 300px;
  border-radius: 50%; /* Make it circular */
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 32px 0;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  flex-shrink: 0; /* Prevent circle from shrinking */
  z-index: 3; /* Ensure circular content is above images */
}

.line1 {
  background: url("/themes/custom/project_zero/assets/images/png/line1-2026.png");
  width: 200px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.line2 {
  background: url("/themes/custom/project_zero/assets/images/png/line2-2026.png");
  width: 200px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.line3 {
  background: url("/themes/custom/project_zero/assets/images/png/line3-2026.png");
  width: 200px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.line-last {
  background: url("/themes/custom/project_zero/assets/images/png/line-last-2026-2.png");
  width: 200px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  /* The Magic Sauce */
  margin-bottom: -70px; /* Pulls the bottom edge of the container UP by 150px */
  position: relative;
}

.circular-content-box a {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
  display: block; /* Ensure link is on its own line */
  color: #000;
}

.circular-content-box.aqua {
  background-color: #23AA99;
}
.circular-content-box.aqua a.flyout-trigger,
.circular-content-box.aqua a {
  color: #000000;
  text-decoration: underline;
}
.circular-content-box.aqua a.flyout-trigger:hover,
.circular-content-box.aqua a:hover {
  color: #1b506d;
}
.circular-content-box.aqua p {
  color: #000000;
}

.circular-content-box.black {
  background-color: #000000;
}
.circular-content-box.black a.flyout-trigger,
.circular-content-box.black a {
  color: #ffffff;
  text-decoration: underline;
}
.circular-content-box.black a.flyout-trigger:hover,
.circular-content-box.black a:hover {
  color: #f2f2f2;
}
.circular-content-box.black p {
  color: #ffffff;
}

.circular-content-box.gray {
  background-color: #414141;
}
.circular-content-box.gray a.flyout-trigger,
.circular-content-box.gray a {
  color: #ffffff;
  text-decoration: underline;
}
.circular-content-box.gray a.flyout-trigger:hover,
.circular-content-box.gray a:hover {
  color: #f2f2f2;
}
.circular-content-box.gray p {
  color: #ffffff;
}

.circular-content-box.navy {
  background-color: #1b506d;
}
.circular-content-box.navy a.flyout-trigger,
.circular-content-box.navy a {
  color: #ffffff;
  text-decoration: underline;
}
.circular-content-box.navy a.flyout-trigger:hover,
.circular-content-box.navy a:hover {
  color: #f2f2f2;
}
.circular-content-box.navy p {
  color: #ffffff;
}

.circular-content-box.crimson {
  background-color: #bc2e49;
}
.circular-content-box.crimson a.flyout-trigger,
.circular-content-box.crimson a {
  color: #ffffff;
  text-decoration: underline;
}
.circular-content-box.crimson a.flyout-trigger:hover,
.circular-content-box.crimson a:hover {
  color: #f2f2f2;
}
.circular-content-box.crimson p {
  color: #ffffff;
}

.circular-content-box.cloud {
  background-color: #f2f2f2;
}
.circular-content-box.cloud a.flyout-trigger,
.circular-content-box.cloud a {
  color: #000000;
  text-decoration: underline;
}
.circular-content-box.cloud a.flyout-trigger:hover,
.circular-content-box.cloud a:hover {
  color: #1b506d;
}
.circular-content-box.cloud p {
  color: #000000;
}

.circular-content-box.orange {
  background-color: #FFA827;
}
.circular-content-box.orange a.flyout-trigger,
.circular-content-box.orange a {
  color: #000000;
  text-decoration: underline;
}
.circular-content-box.orange a.flyout-trigger:hover,
.circular-content-box.orange a:hover {
  color: #1b506d;
}
.circular-content-box.orange p {
  color: #000000;
}

.circular-content-box.yellow {
  background-color: #ffe400;
}
.circular-content-box.yellow a.flyout-trigger,
.circular-content-box.yellow a {
  color: #000000;
  text-decoration: underline;
}
.circular-content-box.yellow a.flyout-trigger:hover,
.circular-content-box.yellow a:hover {
  color: #1b506d;
}

.circular-content-box.coral {
  background-color: #ee694e;
}
.circular-content-box.coral a.flyout-trigger,
.circular-content-box.coral a {
  color: #000000;
  text-decoration: underline;
}
.circular-content-box.coral a.flyout-trigger:hover,
.circular-content-box.coral a:hover {
  color: #1b506d;
}

.circular-content-box.teal {
  background-color: #008174;
}
.circular-content-box.teal a.flyout-trigger,
.circular-content-box.teal a {
  color: #ffffff;
  text-decoration: underline;
}
.circular-content-box.teal a.flyout-trigger:hover a:hover {
  color: #f2f2f2;
}
.circular-content-box.teal p {
  color: #ffffff;
}

.circular-content-box.white {
  background-color: #ffffff;
}
.circular-content-box.white a.flyout-trigger,
.circular-content-box.white a {
  color: #000000;
  text-decoration: underline;
}
.circular-content-box.white a.flyout-trigger:hover,
.circular-content-box.white a:hover {
  color: #1b506d;
}

.circular-content-box a:hover {
  text-decoration: underline;
}

.circular-content-box .explore-item-text {
  font-size: 0.95rem;
  color: #000;
  line-height: 1.4;
  display: block; /* Ensure text is on its own line */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .explore-component-wrapper {
    padding: 0;
    max-width: 100%;
  }
  .explore-header {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .explore-header h2 {
    font-size: 2rem;
  }
  .explore-header .explore-intro-text {
    font-size: 1rem;
    max-width: 80%;
  }
  .explore-item {
    flex-direction: column; /* Stack image and circle vertically on small screens */
    margin-top: 0; /* Reduced margin for mobile */
    padding: 0;
    max-width: 100%;
  }
  .explore-item.explore-item-right-image {
    flex-direction: column-reverse; /* Stack image and circle vertically on small screens */
    margin-top: 0; /* Reduced margin for mobile */
    padding: 0;
    max-width: 100%;
  }
  .explore-item img {
    position: static; /* Remove absolute positioning on small screens */
    transform: none; /* Remove transform on small screens */
    margin-bottom: 20px; /* Space between stacked image and circle */
    margin-right: 0; /* Remove horizontal margins */
    margin-left: 0; /* Remove horizontal margins */
  }
  .explore-item:first-of-type {
    margin-top: 0;
  }
  .circular-content-box {
    width: 350px;
    height: 350px;
    padding: 15px 15px;
  }
  .circular-content-box a {
    font-size: 1.2rem;
  }
  .circular-content-box .explore-item-text {
    font-size: 0.9rem;
  }
}
.callout-wrapper {
  width: 100%;
}
.callout-wrapper.aqua {
  background-color: #23AA99;
  color: #000000;
}
.callout-wrapper.aqua h2.callout-title {
  color: #000000;
}
.callout-wrapper.aqua a {
  color: #000000;
  text-decoration: underline;
}
.callout-wrapper.cloud {
  background-color: #f2f2f2;
  color: #000000;
}
.callout-wrapper.cloud h2.callout-title {
  color: #000000;
}
.callout-wrapper.cloud a {
  color: #000000;
  text-decoration: underline;
}
.callout-wrapper.coral {
  background-color: #ee694e;
  color: #000000;
}
.callout-wrapper.coral h2.callout-title {
  color: #000000;
}
.callout-wrapper.coral a {
  color: #000000;
  text-decoration: underline;
}
.callout-wrapper.orange {
  background-color: #FFA827;
  color: #000000;
}
.callout-wrapper.orange h2.callout-title {
  color: #000000;
}
.callout-wrapper.orange a {
  color: #000000;
  text-decoration: underline;
}
.callout-wrapper.yellow {
  background-color: #ffe400;
  color: #000000;
}
.callout-wrapper.yellow h2.callout-title {
  color: #000000;
}
.callout-wrapper.yellow a {
  color: #000000;
  text-decoration: underline;
}
.callout-wrapper.teal {
  background-color: #008174;
  color: #ffffff;
}
.callout-wrapper.teal h2.callout-title {
  color: #ffffff;
}
.callout-wrapper.teal a {
  color: #ffffff;
  text-decoration: underline;
}
.callout-wrapper.black {
  background-color: #000000;
  color: #ffffff;
}
.callout-wrapper.black h2.callout-title {
  color: #ffffff;
}
.callout-wrapper.black a {
  color: #ffffff;
  text-decoration: underline;
}
.callout-wrapper.gray {
  background-color: #414141;
  color: #ffffff;
}
.callout-wrapper.gray h2.callout-title {
  color: #ffffff;
}
.callout-wrapper.gray a {
  color: #ffffff;
  text-decoration: underline;
}
.callout-wrapper.lime {
  background-color: #A7CE38;
  color: #ffffff;
}
.callout-wrapper.lime h2.callout-title {
  color: #000000;
}
.callout-wrapper.lime a {
  color: #000000;
  text-decoration: underline;
}
.callout-wrapper.white {
  background-color: #ffffff;
  color: #000000;
}
.callout-wrapper.white h2.callout-title {
  color: #000000;
}
.callout-wrapper.white a {
  color: #000000;
  text-decoration: underline;
}
.callout-wrapper.crimson {
  background-color: #bc2e49;
  color: #ffffff;
}
.callout-wrapper.crimson h2.callout-title {
  color: #ffffff;
}
.callout-wrapper.crimson .callout-text a {
  color: #ffffff;
  text-decoration: underline;
}
.callout-wrapper.navy {
  background-color: #1b506d;
  color: #ffffff;
}
.callout-wrapper.navy h2.callout-title {
  color: #ffffff;
}
.callout-wrapper.navy .callout-text a {
  color: #ffffff;
  text-decoration: underline;
}
.callout-wrapper.transparent {
  background-color: none;
  color: #000000;
}
.callout-wrapper.transparent h2.callout-title {
  color: #000000;
}
.callout-wrapper.transparent a {
  color: #000000;
  text-decoration: underline;
}

.callout {
  text-align: center;
  padding: 50px 0;
  max-width: 1224px;
  margin: 0 auto;
}
.callout h2.callout-title {
  font-family: "TTBackwards", Arial, sans-serif, serif;
  font-size: 2.5em;
  font-weight: 800;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .callout h2.callout-title {
    max-width: 90%;
    margin: 0 auto;
  }
}
.callout .callout-text {
  max-width: 900px;
  margin: 20px auto 0;
}
.callout .callout-text a {
  font-weight: bold;
}
.callout .callout-text h3 {
  font-size: 1.6em;
  margin-bottom: 3px;
}
.callout .callout-text p {
  margin-bottom: 10px;
}
.callout .callout-text table {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.callout .callout-text table tr td {
  vertical-align: top;
}
@media (max-width: 768px) {
  .callout .callout-text table tr td {
    display: inline;
  }
}
.callout .callout-text table tr td h3 {
  font-size: 1.8em;
  line-height: 1.2em;
}
.callout .callout-text.left-align {
  text-align: left;
}
.callout .callout-text.center-align {
  text-align: center;
}
.callout .callout-text.right-align {
  text-align: right;
}
@media (max-width: 768px) {
  .callout .callout-text {
    max-width: 90%;
    margin: 0 auto;
  }
  .callout .callout-text img {
    max-width: 100%;
    height: auto;
  }
}
.callout h2.lato {
  font-family: "Lato", "Arial", Sans-Serif, serif;
  font-size: 5em;
  text-align: left;
  font-weight: 800;
  line-height: 1em;
  text-transform: uppercase;
  color: white;
  left: calc(50% - 300px);
  margin: 60px 0 -62px 0;
}
@media (max-width: 768px) {
  .callout h2.lato {
    font-size: 3.1em;
    left: 0;
  }
}
.callout h2.ttbackwards {
  font-family: "TTBackwards-500", Arial, sans-serif, serif;
  font-size: 6em;
  text-align: left;
  font-weight: normal;
  line-height: 0.86em;
  text-transform: uppercase;
  color: white;
  left: calc(50% - 300px);
  margin: 60px 0 -68px 0;
}
@media (max-width: 768px) {
  .callout h2.ttbackwards {
    font-size: 3.1em;
    left: 0;
  }
}
.callout a.arrow {
  position: relative;
  padding-right: 25px;
  transition: padding-right 0.3s ease;
}
.callout a.arrow::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}
.callout a.arrow:hover {
  padding-right: 30px;
}
.large-highlight-wrapper {
  width: 100%;
  background-color: none;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .large-highlight-wrapper {
    padding-top: 0;
  }
}
.large-highlight-wrapper .large-highlight-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.large-highlight-wrapper .large-highlight-inner p {
  font-family: "TTBackwards-500", Arial, sans-serif, serif;
  font-size: 6em;
  text-align: left;
  font-weight: normal;
  line-height: 0.84em;
  text-transform: uppercase;
  color: white;
  margin: 60px 0 -18px 0;
}
@media (max-width: 768px) {
  .large-highlight-wrapper .large-highlight-inner p {
    font-size: 4.1em;
    left: 0;
    margin: 60px 0 -22px 15px;
  }
}

/* Main Grid Container */
.person-grid-wrapper {
  width: 100%;
  text-align: center;
}
.person-grid-wrapper .person-grid-inner {
  background: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
}
.person-grid-wrapper h3.person-grid-title {
  font-size: 2.4em;
  line-height: 1.2em;
  margin-top: 40px;
  display: inline-block;
}
.person-grid-wrapper .person-grid {
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.person-grid-wrapper .person-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.person-grid-wrapper .person-card.three {
  flex: 0 0 calc(33.3333333333% - 15px);
  max-width: calc(33.3333333333% - 15px);
}
@media (max-width: 1024px) {
  .person-grid-wrapper .person-card.three {
    flex: 0 0 calc(33.333% - 15px);
    max-width: 33.333%;
  }
}
@media (max-width: 800px) {
  .person-grid-wrapper .person-card.three {
    flex: 0 0 calc(50% - 15px);
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .person-grid-wrapper .person-card.three {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.person-grid-wrapper .person-card.four {
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
}
@media (max-width: 1024px) {
  .person-grid-wrapper .person-card.four {
    flex: 0 0 calc(33.333% - 15px);
    max-width: 33.333%;
  }
}
@media (max-width: 800px) {
  .person-grid-wrapper .person-card.four {
    flex: 0 0 calc(50% - 15px);
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .person-grid-wrapper .person-card.four {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.person-grid-wrapper .person-card.five {
  flex: 0 0 calc(20% - 15px);
  max-width: calc(20% - 15px);
}
@media (max-width: 1024px) {
  .person-grid-wrapper .person-card.five {
    flex: 0 0 calc(33.333% - 15px);
    max-width: 33.333%;
  }
}
@media (max-width: 800px) {
  .person-grid-wrapper .person-card.five {
    flex: 0 0 calc(50% - 15px);
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .person-grid-wrapper .person-card.five {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.person-grid-wrapper .person-card .person-image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  line-height: 0;
  max-width: 205px;
}
.person-grid-wrapper .person-card .person-image-container:hover .person-overlay {
  opacity: 1;
}
.person-grid-wrapper .person-card .person-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.person-grid-wrapper .person-card .person-overlay .overlay-icons {
  display: flex;
  gap: 15px;
}
.person-grid-wrapper .person-card .person-overlay .icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.person-grid-wrapper .person-card .person-overlay .icon-circle i {
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
}
.person-grid-wrapper .person-card .person-overlay .icon-circle:hover {
  transform: scale(1.1);
}
.person-grid-wrapper .person-card .person-overlay .icon-circle:hover i {
  color: #ffffff !important;
}
.person-grid-wrapper .person-card .person-overlay .icon-circle:hover:has(.fa-user) {
  background-color: #bc2e49;
}
.person-grid-wrapper .person-card .person-overlay .icon-circle:hover:has(.fa-linkedin-in) {
  background-color: #0077b5;
}
.person-grid-wrapper .person-card .person-overlay .icon-circle:hover:has(.fa-instagram) {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.person-grid-wrapper .person-card .person-overlay .icon-circle:hover:has(.fa-facebook-f) {
  background-color: #1877f2;
}
.person-grid-wrapper .person-card .person-overlay .icon-circle:hover:has(.fa-x-twitter) {
  background-color: #000;
}
@media (max-width: 600px) {
  .person-grid-wrapper .person-card .person-image-container {
    width: 90%;
    max-width: 90%;
  }
  .person-grid-wrapper .person-card .person-info {
    width: 200px;
  }
}
.person-grid-wrapper .person-card .person-info {
  background: #008174;
  width: 160px;
  padding: 15px;
  margin-top: -30px;
  z-index: 2;
  min-height: 60px;
}
.person-grid-wrapper .person-card .person-info.aqua {
  background-color: #23AA99;
}
.person-grid-wrapper .person-card .person-info.aqua .person-name, .person-grid-wrapper .person-card .person-info.aqua .person-name a, .person-grid-wrapper .person-card .person-info.aqua .person-title {
  color: #000000;
}
.person-grid-wrapper .person-card .person-info.orange {
  background-color: #FFA827;
}
.person-grid-wrapper .person-card .person-info.orange .person-name, .person-grid-wrapper .person-card .person-info.orange .person-name a, .person-grid-wrapper .person-card .person-info.orange .person-title {
  color: #000000;
}
.person-grid-wrapper .person-card .person-info.yellow {
  background-color: #ffe400;
}
.person-grid-wrapper .person-card .person-info.yellow .person-name, .person-grid-wrapper .person-card .person-info.yellow .person-name a, .person-grid-wrapper .person-card .person-info.yellow .person-title {
  color: #000000;
}
.person-grid-wrapper .person-card .person-info.crimson {
  background-color: #bc2e49;
}
.person-grid-wrapper .person-card .person-info.crimson .person-name, .person-grid-wrapper .person-card .person-info.crimson .person-name a, .person-grid-wrapper .person-card .person-info.crimson .person-title {
  color: #ffffff;
}
.person-grid-wrapper .person-card .person-info.navy {
  background-color: #1b506d;
}
.person-grid-wrapper .person-card .person-info.navy .person-name, .person-grid-wrapper .person-card .person-info.navy .person-name a, .person-grid-wrapper .person-card .person-info.navy .person-title {
  color: #ffffff;
}
.person-grid-wrapper .person-card .person-info.gray {
  background-color: #414141;
}
.person-grid-wrapper .person-card .person-info.gray .person-name, .person-grid-wrapper .person-card .person-info.gray .person-name a, .person-grid-wrapper .person-card .person-info.gray .person-title {
  color: #ffffff;
}
.person-grid-wrapper .person-card .person-info.black {
  background-color: #000000;
}
.person-grid-wrapper .person-card .person-info.black .person-name, .person-grid-wrapper .person-card .person-info.black .person-name a, .person-grid-wrapper .person-card .person-info.black .person-title {
  color: #ffffff;
}
.person-grid-wrapper .person-card .person-info.coral {
  background-color: #ee694e;
}
.person-grid-wrapper .person-card .person-info.coral .person-name, .person-grid-wrapper .person-card .person-info.coral .person-name a, .person-grid-wrapper .person-card .person-info.coral .person-title {
  color: #000000;
}
.person-grid-wrapper .person-card .person-info.lime {
  background-color: #A7CE38;
}
.person-grid-wrapper .person-card .person-info.lime .person-name, .person-grid-wrapper .person-card .person-info.lime .person-name a, .person-grid-wrapper .person-card .person-info.lime .person-title {
  color: #000000;
}
.person-grid-wrapper .person-card .person-info.cloud {
  background-color: #f2f2f2;
}
.person-grid-wrapper .person-card .person-info.cloud .person-name, .person-grid-wrapper .person-card .person-info.cloud .person-name a, .person-grid-wrapper .person-card .person-info.cloud .person-title {
  color: #000000;
}
.person-grid-wrapper .person-card .person-info.teal {
  background-color: #008174;
}
.person-grid-wrapper .person-card .person-info.teal .person-name, .person-grid-wrapper .person-card .person-info.teal .person-name a, .person-grid-wrapper .person-card .person-info.teal .person-title {
  color: #ffffff;
}

.person-name a, span.person-name {
  font-family: "TTBackwards", Arial, sans-serif, serif;
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.person-name a {
  text-decoration: underline;
}

.person-title {
  font-family: "Lato", "Arial", Sans-Serif, sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
}

body.path--who-we-are--meet-your-pzers .person-title {
  display: none;
}
body.path--who-we-are--meet-your-pzers .person-info {
  min-height: 30px !important;
}

.social-embed-wrapper {
  width: 100%;
  background: white;
  padding: 20px 0;
}
.social-embed-wrapper .social-media-embed {
  text-align: center;
  max-width: 1200px;
  margin: 20px auto;
}
.social-embed-wrapper .social-media-embed img {
  max-width: 1000px;
  height: auto;
}
.social-embed-wrapper .social-media-embed h2.social-embed-title {
  font-family: "TTBackwards", Arial, sans-serif, sans-serif;
  font-weight: 800;
  text-transform: unset;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  font-size: 2.5em;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .social-embed-wrapper .social-media-embed {
    max-width: 100%;
    padding: 0 20px;
  }
}
.social-embed-wrapper .crt-load-more {
  background-color: #008174 !important;
  color: #ffffff;
  font-family: "TTBackwards", Arial, sans-serif;
}

/* Teaser Paragraph Styles */
.teaser-paragraph {
  margin: 0 auto;
  /* width: 1200px; */
  /* max-width: 1200px; */
}
@media (max-width: 768px) {
  .teaser-paragraph {
    width: 100%;
    max-width: 100%;
  }
}
.teaser-paragraph.yellow {
  background-color: #ffe400;
  color: #000000;
}
.teaser-paragraph.yellow .teaser-title a {
  color: #000000;
}
.teaser-paragraph.yellow .teaser-text a {
  color: #000000;
  text-decoration: underline;
}
.teaser-paragraph.yellow .teaser-link a {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-black.svg");
  background-size: contain;
}
.teaser-paragraph.yellow .teaser-link a:hover {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-lime.svg");
  background-size: contain;
}
.teaser-paragraph.coral {
  background-color: #ee694e;
  color: #000000;
}
.teaser-paragraph.coral .teaser-title a {
  color: #000000;
}
.teaser-paragraph.coral .teaser-text a {
  color: #000000;
  text-decoration: underline;
}
.teaser-paragraph.coral .teaser-link a {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-black.svg");
  background-size: contain;
}
.teaser-paragraph.coral .teaser-link a:hover {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-lime.svg");
  background-size: contain;
}
.teaser-paragraph.teal {
  background-color: #008174;
  color: #ffffff;
}
.teaser-paragraph.teal .teaser-title a {
  color: #ffffff;
}
.teaser-paragraph.teal .teaser-text a {
  color: #ffffff;
  text-decoration: underline;
}
.teaser-paragraph.teal .teaser-link a {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-black.svg");
  background-size: contain;
}
.teaser-paragraph.teal .teaser-link a:hover {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-lime.svg");
  background-size: contain;
}
.teaser-paragraph.white {
  background-color: #ffffff;
  color: #000000;
}
.teaser-paragraph.white .teaser-title a {
  color: #000000;
}
.teaser-paragraph.white .teaser-text a {
  color: #000000;
  text-decoration: underline;
}
.teaser-paragraph.white .teaser-link a {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-black.svg");
  background-size: contain;
}
.teaser-paragraph.white .teaser-link a:hover {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-lime.svg");
  background-size: contain;
}
.teaser-paragraph.crimson {
  background-color: #bc2e49;
  color: #ffffff;
}
.teaser-paragraph.crimson .teaser-title a {
  color: #ffffff;
}
.teaser-paragraph.crimson .teaser-text a {
  color: #ffffff;
  text-decoration: underline;
}
.teaser-paragraph.crimson .teaser-link a {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-black.svg");
  background-size: contain;
}
.teaser-paragraph.crimson .teaser-link a:hover {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-lime.svg");
  background-size: contain;
}
.teaser-paragraph.lime {
  background-color: #A7CE38;
  color: #000000;
}
.teaser-paragraph.lime .teaser-title a {
  color: #000000;
}
.teaser-paragraph.lime .teaser-text a {
  color: #000000;
  text-decoration: underline;
}
.teaser-paragraph.lime .teaser-link a {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-black.svg");
  background-size: contain;
}
.teaser-paragraph.lime .teaser-link a:hover {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-forest.svg");
  background-size: contain;
}
.teaser-paragraph.orange {
  background-color: #FFA827;
  color: #000000;
}
.teaser-paragraph.orange .teaser-title a {
  color: #000000;
}
.teaser-paragraph.orange .teaser-text a {
  color: #000000;
  text-decoration: underline;
}
.teaser-paragraph.orange .teaser-link a {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-black.svg");
  background-size: contain;
}
.teaser-paragraph.orange .teaser-link a:hover {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-lime.svg");
  background-size: contain;
}
.teaser-paragraph.navy {
  background-color: #1b506d;
  color: #ffffff;
}
.teaser-paragraph.navy .teaser-title a {
  color: #ffffff;
}
.teaser-paragraph.navy .teaser-text a {
  color: #ffffff;
  text-decoration: underline;
}
.teaser-paragraph.navy .teaser-link a {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-black.svg");
  background-size: contain;
}
.teaser-paragraph.navy .teaser-link a:hover {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-lime.svg");
  background-size: contain;
}
.teaser-paragraph.aqua {
  background-color: #23AA99;
  color: #000000;
}
.teaser-paragraph.aqua .teaser-title a {
  color: #000000;
}
.teaser-paragraph.aqua .teaser-text a {
  color: #000000;
  text-decoration: underline;
}
.teaser-paragraph.aqua .teaser-link a {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-black.svg");
  background-size: contain;
}
.teaser-paragraph.aqua .teaser-link a:hover {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-lime.svg");
  background-size: contain;
}
.teaser-paragraph.gray {
  background-color: #414141;
  color: #ffffff;
}
.teaser-paragraph.gray .teaser-title a {
  color: #ffffff;
}
.teaser-paragraph.gray .teaser-text a {
  color: #ffffff;
  text-decoration: underline;
}
.teaser-paragraph.gray .teaser-link a {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-black.svg");
  background-size: contain;
}
.teaser-paragraph.gray .teaser-link a:hover {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-lime.svg");
  background-size: contain;
}
.teaser-paragraph.cloud {
  background-color: #f2f2f2;
  color: #000000;
}
.teaser-paragraph.cloud .teaser-title a {
  color: #000000;
}
.teaser-paragraph.cloud .teaser-text a {
  color: #000000;
  text-decoration: underline;
}
.teaser-paragraph.cloud .teaser-link a {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-black.svg");
  background-size: contain;
}
.teaser-paragraph.cloud .teaser-link a:hover {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-lime.svg");
  background-size: contain;
}
.teaser-paragraph.black {
  background-color: #000000;
  color: #ffffff;
}
.teaser-paragraph.black .teaser-title a {
  color: #ffffff;
}
.teaser-paragraph.black .teaser-text a {
  color: #ffffff;
  text-decoration: underline;
}
.teaser-paragraph.black .teaser-link a {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-lime.svg");
  background-size: contain;
}
.teaser-paragraph.black .teaser-link a:hover {
  background: url("/themes/custom/project_zero/assets/images/svg/arrow-forest.svg");
  background-size: contain;
}

.teaser-wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.teaser-media {
  flex: 0 0 60%;
  max-width: 60%;
}

.teaser-content {
  flex: 0 0 calc(40% - 2rem);
  max-width: calc(40% - 2rem);
  margin-bottom: 30px;
}

/* Order classes for positioning */
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.teaser-content.order-1 {
  text-align: right;
}

.teaser-content.order-2 {
  text-align: left;
}

/* Image styling */
.teaser-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Video styling */
.teaser-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

/* Make all wrapper divs absolute to not affect the padding-bottom trick */
.teaser-video-wrapper > div,
.teaser-video-wrapper .contextual-region,
.teaser-video-wrapper .contextual-region > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* The actual iframe should fill the container */
.teaser-video-wrapper iframe,
.teaser-video-wrapper .media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  border: none;
  pointer-events: auto;
}

/* Keep contextual links visible and functional */
.teaser-video-wrapper .contextual {
  position: absolute;
  z-index: 10;
  pointer-events: auto;
}

/* Content styling */
.teaser-title {
  font-family: "TTBackwards", Arial, sans-serif;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: bold;
}

.teaser-title a {
  font-family: "TTBackwards", Arial, sans-serif;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
}
.teaser-title a:hover {
  text-decoration: underline;
}

.teaser-text {
  font-size: 1rem;
  line-height: 1.2em;
}

.teaser-link {
  width: 40px;
  height: 40px;
  text-align: right;
  display: inline-block;
  margin-top: 10px;
}
.teaser-link a {
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  margin-top: 5px;
  text-decoration: none;
  margin-right: 5px;
}
.teaser-link a:hover {
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  margin-top: 5px;
  text-decoration: none;
  margin-right: 5px;
}

/* Responsive design */
@media (max-width: 768px) {
  .teaser-title {
    width: 90%;
    margin: 0 0 0 20px;
  }
  .teaser-text {
    width: 90%;
    margin: 10px 0 0 20px;
  }
  .teaser-link {
    margin: 10px 20px 0 20px;
  }
  .teaser-wrapper {
    flex-direction: row;
  }
  .teaser-media,
  .teaser-content {
    flex: 0 0 100%;
    max-width: 100%;
    order: unset !important;
  }
  /* Always show media first on mobile */
  .teaser-media {
    order: 1 !important;
  }
  .teaser-content {
    order: 2 !important;
  }
}
.pdf-print-block .pdf-wrapper {
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
  background: white;
  min-height: 200px;
}
.pdf-print-block .pdf-wrapper .pdf-inner {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pdf-print-block .pdf-wrapper .pdf-inner {
    max-width: 90%;
  }
}
.pdf-print-block .pdf-wrapper .pdf-title {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  display: block;
  padding: 50px 0 30px;
  color: #000000;
}
.pdf-print-block .pdf-wrapper a.pdf-item {
  border: 1px solid #000;
  border-radius: 24px;
  color: #000;
  padding: 10px 20px;
  margin: 0 20px 0 0;
}
.pdf-print-block .pdf-wrapper a.pdf-item:hover {
  background: #008174;
  color: white;
}
@media (max-width: 768px) {
  .pdf-print-block .pdf-wrapper {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .summary-wrapper {
    margin: 0 20px;
  }
}

.page-summary {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .page-summary {
    max-width: 100%;
  }
}
.page-summary.transparent {
  background-color: transparent;
}

.summary-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 30px 0;
}
.summary-content h1.summary-title {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  text-align: center;
  color: #000;
}
.summary-content .summary-text {
  display: contents;
  background: white;
  font-size: 1.1em;
}
.summary-content .summary-text.left-align {
  text-align: left;
}
.summary-content .summary-text.center-align {
  text-align: center;
}
.summary-content .summary-text.right-align {
  text-align: right;
}
.summary-content .summary-text h3 {
  font-family: "TTBackwards", Arial, sans-serif, sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  color: #000;
  max-width: 900px;
  margin: 20px auto 0;
  text-align: left;
}
.summary-content .summary-text h3.teal {
  color: #008174;
  font-size: 1.8em;
  line-height: 1.2em;
}
.summary-content .summary-text h3.crimson {
  color: #bc2e49;
  font-size: 1.8em;
  line-height: 1.2em;
}
.summary-content .summary-text h3.centered {
  text-align: center;
  font-size: 2.8em;
}
.summary-content .summary-text h3.centered-allcaps {
  text-align: center;
  font-size: 2.8em;
  text-transform: uppercase;
}
.summary-content .summary-text table {
  max-width: 800px;
  margin: 0 auto;
}
.summary-content .summary-text table tr td {
  vertical-align: top;
}
@media (max-width: 768px) {
  .summary-content .summary-text table tr td {
    display: inline;
  }
}
.summary-content .summary-text table tr td h3 {
  font-size: 1.8em;
  line-height: 1.2em;
}
.summary-content .summary-text ul, .summary-content .summary-text ol {
  margin: 0 0 20px 30px;
}
@media (max-width: 768px) {
  .summary-content .summary-text ul, .summary-content .summary-text ol {
    margin: 0 0 10px 10px;
  }
}
.summary-content .summary-text img {
  max-width: 100%;
  height: auto;
}
.summary-content .summary-text a.crimson-link {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #bc2e49;
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
}
.summary-content .summary-text a.teal-link {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #008174;
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
}
.summary-content .summary-text p.crimson-bold-tt-caps {
  font-family: "TTBackwards", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  color: #bc2e49;
  margin: 20px 0 0;
  text-transform: uppercase;
}
.summary-content .summary-text p.crimson-bold {
  font-family: "Lato", "Arial", Sans-Serif;
  font-weight: bold;
  color: #bc2e49;
  margin-bottom: 20px;
}
.summary-content .summary-text p.teal-bold {
  font-family: "Lato", "Arial", Sans-Serif;
  font-weight: bold;
  color: #008174;
  margin-bottom: 20px;
}
.summary-content .summary-text p.black-bold {
  font-family: "Lato", "Arial", Sans-Serif;
  font-weight: bold;
  color: black;
}
@media (max-width: 768px) {
  .summary-content {
    max-width: 90%;
    padding: 0 0 30px 0;
  }
}

/* Ensure the body or a main container allows for full-width positioning */
/* Main container for your flyouts (optional, but good for scope) */
.flyouts-container {
  position: relative; /* If overlay needs to be positioned relative to this */
  /* Add any padding or margin for your main content layout */
}

/* --- Flyout Triggers Styling --- */
.flyout-triggers-wrapper {
  /* Styles for the section containing your trigger links */
  padding: 20px;
  max-width: 900px;
  margin: 40px auto 20px;
}
.flyout-triggers-wrapper h2.flyouts-title {
  font-family: "TTBackwards", Arial, sans-serif, sans-serif;
  font-size: 3.6em;
  line-height: 1.2em;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.flyout-triggers-wrapper .flyout-trigger-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}
.flyout-triggers-wrapper .flyout-trigger {
  display: inline-block; /* Make the button take full width */
  padding: 10px 0 0;
  color: #000;
  text-align: left;
  font-family: "TTBackwards", Arial, sans-serif, sans-serif;
  font-size: 1.6em;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin: 0 0 10px;
}
.flyout-triggers-wrapper .flyout-trigger::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: transform 0.3s ease;
}
.flyout-triggers-wrapper .flyout-trigger:hover {
  text-decoration: underline;
}

/* --- Flyout Panels Styling --- */
.flyouts-offcanvas-wrapper {
  /* This wrapper may not need specific positioning if panels are fixed */
}

.flyout-panel {
  position: fixed; /* Fixed to the viewport */
  top: 0;
  right: 0; /* Starts off-screen to the right */
  width: 80%; /* Adjust as needed, e.g., 400px or 80vw */
  max-width: 1000px; /* Max width for larger screens */
  height: 100%;
  background-color: white;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  z-index: 1000; /* Ensure it's on top of other content */
  overflow-y: auto; /* Enable scrolling for long content */
  /* Initial state: hidden off-screen */
  transform: translateX(100%);
  visibility: hidden; /* Hide it completely when not active */
  transition: transform 0.4s ease-out, visibility 0.4s ease-out; /* Smooth transition */
}

/* Active state: visible on-screen */
.flyout-panel.is-active {
  transform: translateX(0);
  visibility: visible;
}

/* Header within the flyout panel */
.flyout-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

h2.flyout-panel-title {
  margin: 30px 50px;
  font-family: "TTBackwards", Arial, sans-serif, serif;
  font-size: 3em;
  font-weight: bold;
  color: #000;
  line-height: 1.2em;
}

/* Close button within the flyout */
.flyout-close {
  background: url("/themes/custom/project_zero/assets/images/svg/black-close-x.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  height: 35px;
  width: 35px;
  cursor: pointer;
  padding: 0 5px;
  line-height: 1;
  color: #000 !important;
  transition: color 0.2s ease;
  outline: none;
  margin-top: 4px;
}

.flyout-close:hover,
.flyout-close:focus {
  color: #000;
  outline: none;
}

/* Content area of the flyout */
.flyout-panel-content {
  padding: 0 20px;
  line-height: 1.6;
  color: #000;
  margin: 30px 50px;
}
.flyout-panel-content p {
  margin: 0 0 10px;
}
.flyout-panel-content .related-content ul li {
  list-style: none;
  margin: 10px 0;
}
.flyout-panel-content .related-content ul li a {
  color: #000000;
  text-decoration: underline;
}
.flyout-panel-content .related-content ul li a:hover {
  color: #1b506d;
}
.flyout-panel-content table {
  padding: 5px;
  border: 1px solid #ccc;
}
.flyout-panel-content table tr td {
  padding: 8px;
  border: 1px solid #ccc;
}
.flyout-panel-content h2 {
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.4em;
}
.flyout-panel-content ul, .flyout-panel-content ol {
  margin: 10px 0 10px 30px;
}

/* --- Overlay Styling --- */
.flyout-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  z-index: 999; /* Below the flyout panel, above other content */
  /* Initial state: hidden */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
}

/* Active state for overlay */
.flyout-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .flyout-panel {
    width: 100%; /* Full width on smaller screens */
  }
}
#backtotop {
  background-size: 40px;
  bottom: 40px;
}

.user-logged-in .ui-widget-content a,
.ui-widget-content a {
  color: #1b506d;
  font-weight: 700;
}

.rounded {
  border-radius: 50%;
  overflow: hidden;
}

.views-exposed-form .form-actions {
  display: inline-block;
}

.minipager li {
  display: inline-block;
}

.staff-image.rounded {
  max-width: 200px;
}

.field .field-label {
  font-weight: bold;
}
.field .field-label::after {
  content: ":";
  font-weight: bold;
}

.view-blog-page .views-row,
.view-blog-block .views-row {
  margin-bottom: 20px;
}

.resources-carousel .resource-teaser-card {
  padding-left: 10px;
  padding-right: 10px;
}

.project-img img,
.project-icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.pager-current {
  font-weight: bold;
}

.parent-topics + ul.sf-multicolumn {
  min-width: 624px !important;
  margin-left: -260px;
}

.parent-projects + ul.sf-multicolumn {
  min-width: 624px !important;
  margin-left: -305px;
}

.sf-multicolumn .nolink {
  font-weight: bold;
  padding: 10px 15px;
}

ul.sf-menu.sf-style-default a, ul.sf-menu.sf-style-default a:visited, ul.sf-menu.sf-style-default span.nolink {
  padding: 10px 15px;
  color: #222222;
}

ul.sf-menu.sf-style-default li, ul.sf-menu.sf-style-default.sf-navbar {
  background: transparent;
}

ul.sf-menu.sf-style-default .sf-multicolumn-wrapper {
  padding: 10px 0;
}

ul.sf-menu.sf-style-default .sf-multicolumn-wrapper span.nolink {
  color: #fff !important;
}

.block-search.mobile-search.open .content form#search-api-form {
  padding: 0px;
  text-align: right;
  width: 100%;
  display: block;
}

.facets-views-plugin {
  padding: 10px 0;
}

.facets-widget-checkbox > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.facets-widget-checkbox .facet-item__count {
  display: none;
}

.row-search-results .r-rightcol .views-exposed-form {
  background-color: #f2f2f2;
  padding: 10px;
  margin-bottom: 10px;
}
.row-search-results .r-rightcol .views-exposed-form .form-submit {
  margin-left: 10px;
}
.row-search-results .r-rightcol .views-exposed-form input[value=Reset],
.row-search-results .r-rightcol .views-exposed-form input[value="Reset Search"] {
  font-size: 16px !important;
  color: #1b506d;
  font-weight: 700 !important;
  border: 0;
  padding: 0;
  background: transparent;
  text-transform: initial;
  font-family: "Lato", "Arial", Sans-Serif;
  letter-spacing: 0;
  width: 100%;
  text-align: left;
  margin: 0;
}
.row-search-results .r-rightcol .form-actions {
  margin-top: 10px;
}

.facet-inactive,
.facet-active {
  padding: 10px 0 10px 0;
}

.block-search-form .form-actions {
  display: none;
}

.block-facet--checkbox > h2 {
  font-family: "Trebuchet", San-Serif;
  font-size: 28px;
  line-height: 28px;
  color: #414141;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.block-facet--checkbox > h2::after {
  content: ":";
}

#block-apachesolr-search-sort {
  overflow: hidden;
}

.form-select.bef-links ul {
  margin: 0;
  padding: 0;
  list-style: 0;
}
.form-select.bef-links ul li {
  display: inline-block;
  padding: 10px 15px 10px 15px;
}
.form-select.bef-links ul li a {
  padding: 5px;
}
.form-select.bef-links ul li a.bef-link--selected {
  color: #60800A;
}
.form-select.bef-links ul li.sort-active-filter a {
  color: #A7CE38;
}

.view-search-resources header {
  overflow: hidden;
}
.view-search-resources header .block-current-search {
  float: left;
}
.view-search-resources header .block-current-search h3 {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
.view-search-resources header .views-exposed-form {
  float: right;
}
.view-search-resources header .views-exposed-form .form-actions,
.view-search-resources header .views-exposed-form .form-item {
  display: none;
}
.view-search-resources header .views-exposed-form .form-item-sort-bef-combine {
  display: block;
}
.view-search-resources header .form-item-sort-bef-combine label {
  display: none;
}
.view-search-resources header .form-item-sort-bef-combine li img {
  display: none;
}
.view-search-resources header .form-item-sort-bef-combine li.sort-active-filter img {
  display: inline;
}
.view-search-resources header .form-item-sort-bef-combine .li--search_api_relevance_DESC {
  display: none !important;
}
.view-search-resources header .form-item-sort-bef-combine .li--title_DESC,
.view-search-resources header .form-item-sort-bef-combine .li--ds_field_published_date_DESC {
  display: none;
}
.view-search-resources header .form-item-sort-bef-combine li.active:not(.li--search_api_relevance_ASC) {
  display: none;
}
.view-search-resources header .form-item-sort-bef-combine li.active:not(.li--search_api_relevance_ASC) + li {
  display: inline-block;
}

.r-rightcol .views-exposed-form .form-item-sort-bef-combine {
  display: none;
}

.view-search-site header {
  overflow: hidden;
}
.view-search-site header .block-current-search {
  float: left;
}
.view-search-site header .block-current-search h3 {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
.view-search-site header .views-exposed-form {
  float: right;
  display: none;
}
.view-search-site header .views-exposed-form .form-actions,
.view-search-site header .views-exposed-form .form-item {
  display: none;
}
.view-search-site header .views-exposed-form .form-item-sort-bef-combine {
  display: block;
}
.view-search-site header .form-item-sort-bef-combine label {
  display: none;
}
.view-search-site header .form-item-sort-bef-combine li img {
  display: none;
}
.view-search-site header .form-item-sort-bef-combine li.sort-active-filter img {
  display: inline;
}
.view-search-site header .form-item-sort-bef-combine .li--search_api_relevance_DESC {
  display: none !important;
}
.view-search-site header .form-item-sort-bef-combine .li--title_DESC,
.view-search-site header .form-item-sort-bef-combine .li--ds_field_published_date_DESC {
  display: none;
}
.view-search-site header .form-item-sort-bef-combine li.active:not(.li--search_api_relevance_ASC) {
  display: none;
}
.view-search-site header .form-item-sort-bef-combine li.active:not(.li--search_api_relevance_ASC) + li {
  display: inline-block;
}

.r-highlight {
  padding: 40px;
}

.r-subcontent > div::first-child .divider-row {
  display: none;
}

.r-rightcol .views-exposed-form .divider-row {
  display: none;
}

.social-tabs .tab-title {
  border: 1px solid #f2f2f2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0 3px 0 0;
  position: relative;
  margin-bottom: 0 !important;
  top: 1px;
  float: left;
}
.social-tabs .social-tab-trigger {
  display: block;
  background: #efefef;
  color: #000000;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  padding: 15px 10px 10px 40px;
}
@media (min-width: 480px) {
  .social-tabs .social-tab-trigger {
    padding: 15px 20px 10px 50px;
  }
}
.social-tabs .social-tab-trigger[data-tab=Twitter] {
  background-image: url("../../images/svg/tab-twitter.svg");
  /*      background-image: url("../../images/svg/tab-instagram.svg");*/
  background-position: 10% 50%;
  background-repeat: no-repeat;
}

.social-tabs-content-wrapper {
  background-color: #f2f2f2;
}

.social-tabs-content {
  background-color: #f2f2f2;
  padding: 40px 30px 40px 30px;
  margin-left: 10px;
  margin-right: 10px;
}
.social-tabs-content .views-element-container > h2 {
  display: none;
}

.social-tab-trigger {
  font-family: "Trebuchet", San-Serif;
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

div[data-tab=Twitter] {
  /*      background-image: url("../../images/svg/tab-twitter.svg");*/
  background-image: url("../../images/svg/tab-instagram.svg");
  background-position: 10% 50%;
  background-repeat: no-repeat;
}

.view-block-twitter-cycle .views-field-created {
  padding-bottom: 4px;
}
.view-block-twitter-cycle p {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .view-block-twitter-cycle p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .view-block-twitter-cycle .views-field {
    overflow: hidden;
    margin-right: 10px;
  }
}

.slick__arrow .slick-arrow {
  width: 25px;
}
.slick__arrow .slick-arrow::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  opacity: 1;
}
.slick__arrow .slick-next {
  right: -45px;
}
.slick__arrow .slick-next:focus {
  margin: 0;
  outline: none !important;
}
.slick__arrow .slick-next::before {
  background: url("../../images/png/arrow-right-crimson.png") no-repeat 50% 50%;
}
.slick__arrow .slick-prev {
  left: -45px;
}
.slick__arrow .slick-prev:focus {
  margin: 0;
  outline: none !important;
}
.slick__arrow .slick-prev::before {
  background: url("../../images/png/arrow-left-crimson.png") no-repeat 50% 50%;
}

@media only screen and (min-width: 768px) {
  .slick--optionset--carousel .slick__slide .views-field {
    padding-right: 10px;
  }
}

/*.slick__slide:focus{
  margin: 0;
}*/
.homepage-slideshow .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.homepage-slideshow .slick-dots {
  display: none !important;
}
@media (min-width: 640px) {
  .homepage-slideshow article {
    padding: 20px 10px;
  }
}
@media (min-width: 1250px) {
  .homepage-slideshow article {
    padding: 0;
  }
}
.homepage-slideshow .teaser-image {
  width: 200px;
  display: none;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .homepage-slideshow .teaser-image {
    display: block;
  }
}
@media (min-width: 1250px) {
  .homepage-slideshow .teaser-image {
    display: none;
  }
}
.homepage-slideshow .wide-image {
  display: block;
}
@media (min-width: 640px) {
  .homepage-slideshow .wide-image {
    display: none;
  }
}
@media (min-width: 1250px) {
  .homepage-slideshow .wide-image {
    display: block;
  }
}
.homepage-slideshow .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 2rem;
  border: 0.2rem solid #555;
  border-radius: 50%;
  position: absolute;
  opacity: 0.5;
  left: calc(100% - 90px);
  bottom: 100px;
}
.homepage-slideshow .buttons:hover {
  opacity: 1;
}
.homepage-slideshow .buttons .play {
  height: 0;
  width: 0;
  background: none;
  border: none;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 34.4px solid #555;
  padding: 0;
  margin-left: 5.6px;
}
.homepage-slideshow .buttons .pause {
  position: relative;
  background: none;
  border: none;
  height: 20px;
  width: 17.2px;
}
.homepage-slideshow .buttons .pause:before, .homepage-slideshow .buttons .pause:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  background: #555;
  margin-left: 20px;
  margin-right: 20px;
}
.homepage-slideshow .buttons .pause:before {
  left: 0;
}
.homepage-slideshow .buttons .pause:after {
  right: 0;
}

.homepage-slideshow-nav {
  display: none;
}
@media (min-width: 640px) {
  .homepage-slideshow-nav {
    display: block;
  }
}
.homepage-slideshow-nav .item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.homepage-slideshow-nav .item-list ul li {
  display: inline-block;
  margin: 0 3px;
}
.homepage-slideshow-nav .item-list ul li img {
  max-width: 125px;
  max-height: 125px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.homepage-slideshow-nav .slide-nav-thumb {
  cursor: pointer;
}
.homepage-slideshow-nav .slide-nav-thumb:hover img, .homepage-slideshow-nav .slide-nav-thumb.active img {
  border-bottom: 3px solid #333;
}
.homepage-slideshow-nav .slick-dots {
  display: none !important;
}
.homepage-slideshow-nav .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 2rem;
  border: 0.2rem solid #555;
  border-radius: 50%;
  position: relative;
  opacity: 0.5;
  left: calc(100% - 90px);
  top: -20px;
}
.homepage-slideshow-nav .buttons:hover {
  opacity: 1;
}
.homepage-slideshow-nav .buttons .play {
  height: 0;
  width: 0;
  background: none;
  border: none;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 34.4px solid #555;
  padding: 0;
  margin-left: 5.6px;
}
.homepage-slideshow-nav .buttons .pause {
  position: relative;
  background: none;
  border: none;
  height: 20px;
  width: 17.2px;
}
.homepage-slideshow-nav .buttons .pause:before, .homepage-slideshow-nav .buttons .pause:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  background: #555;
  margin-left: 20px;
  margin-right: 20px;
}
.homepage-slideshow-nav .buttons .pause:before {
  left: 0;
}
.homepage-slideshow-nav .buttons .pause:after {
  right: 0;
}

.home-slideshow-dots .slick-dots {
  position: static;
}
@media (min-width: 640px) {
  .home-slideshow-dots .slick-dots {
    display: none !important;
  }
}

.related-resources-view .bef-exposed-form {
  padding-top: 8px;
}
.related-resources-view .bef-exposed-form summary {
  color: #1b506d;
  font-weight: 700;
  margin-top: -18px;
  left: 25px;
  background: #fff;
  display: inline-block;
  position: absolute;
  padding: 2px 10px 2px 16px;
  cursor: pointer;
  background: #fff url(../../images/png/menu-collapsed.png) 5px 58% no-repeat;
}
.related-resources-view .bef-exposed-form summary:hover {
  text-decoration: underline;
}
.related-resources-view .bef-exposed-form #edit-bef-sort-options,
.related-resources-view .bef-exposed-form [id*=edit-bef-sort-options] {
  margin: 0 2px;
  padding: 0;
  border-top: 1px solid #c0c0c0;
  transition: height 0.3s ease;
  height: 0;
}
.related-resources-view .bef-exposed-form #edit-bef-sort-options[open],
.related-resources-view .bef-exposed-form [id*=edit-bef-sort-options][open] {
  padding: 15px 0.625em 0.75em;
  border: 1px solid #c0c0c0;
  transition: height 0.15s ease;
  height: 90px;
}
.related-resources-view .bef-exposed-form #edit-bef-sort-options[open] summary,
.related-resources-view .bef-exposed-form [id*=edit-bef-sort-options][open] summary {
  margin-top: -32px;
  background-image: url(../../images/png/menu-expanded.png);
  background-position: 5px 71%;
}
.related-resources-view .bef-exposed-form #edit-bef-sort-options[open=open],
.related-resources-view .bef-exposed-form [id*=edit-bef-sort-options][open=open] {
  padding: 15px 0.625em 0.75em;
  border: 1px solid #c0c0c0;
  transition: height 0.15s ease;
  height: auto;
}
.related-resources-view .bef-exposed-form #edit-bef-sort-options[open=open] summary,
.related-resources-view .bef-exposed-form [id*=edit-bef-sort-options][open=open] summary {
  margin-top: -32px;
  background-image: url(../../images/png/menu-expanded.png);
  background-position: 5px 71%;
}
.related-resources-view .bef-exposed-form .form-select {
  border: 1px solid #aaa;
  font-size: 0.8125em;
  padding: 3px 8px;
  border-radius: 5px;
  height: auto;
}
@media (min-width: 768px) {
  .related-resources-view .bef-exposed-form .form-select {
    width: 200px;
  }
}

.made-easy-resources-view .bef-exposed-form .form-item {
  display: block;
  padding: 20px;
  text-align: center;
}
.made-easy-resources-view .bef-exposed-form .form-item.form-item-field-activity-time-value {
  display: none;
}
.made-easy-resources-view .bef-exposed-form .form-item > label {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 5px;
}
.made-easy-resources-view .bef-exposed-form .form-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.made-easy-resources-view .bef-exposed-form .form-item ul li {
  display: inline-block;
  margin: 0 5px;
}
.made-easy-resources-view .bef-exposed-form .form-item .bef-link {
  color: #ffffff;
  font-weight: 700;
  padding: 5px;
  border-radius: 5px;
}
.made-easy-resources-view .bef-exposed-form .form-item .bef-link[name="field_audience_value_1[Preschool]"] {
  background: #23aa99;
}
.made-easy-resources-view .bef-exposed-form .form-item .bef-link[name="field_audience_value_1[Elementary School]"] {
  background: #336c8b;
}
.made-easy-resources-view .bef-exposed-form .form-item .bef-link[name="field_audience_value_1[Middle School]"] {
  background: #a7ce38;
}
.made-easy-resources-view .bef-exposed-form .form-item .bef-link[name="field_audience_value_1[High School]"] {
  background: #bc2e49;
}
.made-easy-resources-view .bef-exposed-form .form-item .bef-link.bef-link--selected {
  border: 5px solid #333;
}
.made-easy-resources-view .bef-exposed-form .bef-links[name=field_activity_time_value] .bef-link {
  color: #336c8b;
  font-weight: 700;
  background: orange;
  border-radius: 5px;
}
.made-easy-resources-view .bef-exposed-form.audience-value-chosen .form-item.form-item-field-activity-time-value {
  display: block;
}

.view-block-all-staff .bef-exposed-form {
  padding: 0 0 20px 0;
}
.view-block-all-staff .bef-exposed-form legend {
  display: none;
}
.view-block-all-staff .bef-exposed-form .bef-link {
  color: #336c8b;
  font-weight: 700;
}
.view-block-all-staff .bef-exposed-form .form-item {
  margin-right: 10px;
}
.view-block-all-staff .bef-exposed-form .form-item input[type=radio] {
  display: none;
}
.view-block-all-staff .bef-exposed-form .form-item label {
  font-size: 1em;
  margin: 0;
  color: #336c8b;
  font-weight: 700;
}

.view-block-video-library .views-exposed-form fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
.view-block-video-library .views-exposed-form legend {
  margin: 0;
  padding: 0;
}
.view-block-video-library .views-exposed-form .form-item {
  width: 233px;
  display: block;
}
.view-block-video-library .views-exposed-form .form-item > select {
  border-radius: 5px;
  padding: 3px 10px;
  height: auto;
}
.view-block-video-library .views-exposed-form .form-item-field-tags-target-id-op {
  width: 200px;
}
.view-block-video-library .views-exposed-form .form-item + .form-item {
  margin-top: 2px;
}
.view-block-video-library .views-exposed-form .form-actions {
  margin-top: 43px;
  margin-bottom: 20px;
}
.view-block-video-library .views-exposed-form .form-actions input[type=submit] {
  margin: 0;
}
.view-block-video-library .chosen-container-multi .chosen-choices {
  border-radius: 0;
}
.view-block-video-library .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  padding: 7px 0;
  margin: 0 5px;
}

.custom_share_button {
  padding: 0;
  width: 32px;
  height: 32px;
}

.view-block-twitter-cycle:focus {
  outline: solid 2px #007ba0 !important;
}

.slick-slider:focus {
  outline: solid 2px #007ba0 !important;
}

.custom-breadcrumbs ul.breadcrumbs a {
  color: #000000 !important;
}

.breadcrumbs > *:first-child:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:not(:first-child):before {
  content: " " !important;
  margin: 0.1rem;
}

.breadcrumb .breadcrumb-item.active {
  text-transform: uppercase;
  color: #6E6E6E;
}
.breadcrumb * span {
  color: #6E6E6E;
}

.social-tabs-content-wrapper:focus {
  outline: solid 2px #007ba0 !important;
}
.social-tabs-content-wrapper .social-tabs-content:focus {
  outline: solid 2px #007ba0 !important;
}

#accordion h3 {
  margin-bottom: 20px;
  background: #f2f2f2;
  color: #336c8b !important;
  text-transform: none;
}
#accordion h3:hover {
  background: #dddddd;
}

.teaser-head {
  text-transform: none !important;
}

.view-block-all-staff .teaser-head {
  text-transform: none !important;
  color: #336c8b;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

#accordion button {
  width: 100%;
  background: #f2f2f2;
  text-align: left;
  margin-bottom: 20px;
  padding: 0.32em 0.32em 0.32em 2em;
}
#accordion button.ui-accordion-header h3 {
  margin-bottom: 0;
  background: #f2f2f2;
  color: #336c8b !important;
  text-transform: none;
  font-size: 1rem;
  font-weight: normal;
}

#project-tabs .text-tabs {
  color: #000;
}

.sf-menu.sf-style-default li li a:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
.sf-menu.sf-style-default li li a.menu-item-bordered {
  border-bottom: dotted 1px;
  margin: 0;
  padding: 6px 16px;
}

.ctct-custom-form h3 {
  color: #000000;
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: -60 !important;
  text-transform: none !important;
}
@media (max-width: 768px) {
  .ctct-custom-form h3 {
    margin-top: 20px;
  }
}
.ctct-custom-form input[type=text] {
  width: 450px;
  max-width: 450px;
  display: block;
  padding: 10px;
  margin-top: 10px;
  color: #000000;
}
.ctct-custom-form select {
  width: 450px;
  max-width: 450px;
  padding-left: 15px;
  color: #000000;
}
.ctct-custom-form label {
  color: #000000 !important;
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
}
.ctct-custom-form #success_message {
  color: #000000 !important;
}
.ctct-custom-form .Button {
  font-size: 1.2em !important;
}
.ctct-custom-form .ctct-button {
  color: #fff;
  font-family: "TTBackwards", Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  background-color: #000000 !important;
  display: block;
  width: 160px;
  max-width: 160px !important;
  text-transform: none;
  border: 1px solid #333;
}
.ctct-custom-form .ctct-button:hover {
  background-color: #414141;
}
.ctct-custom-form .ctct-form-required:before {
  color: #000000 !important;
}
.ctct-custom-form .ctct-form-footer {
  color: #000000 !important;
  font-size: 0.8em !important;
}
.ctct-custom-form .ctct-form-footer a {
  color: #000000 !important;
  text-decoration: underline;
}
.ctct-custom-form .ctct-form-footer a:hover {
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .ctct-custom-form {
    max-width: 300px;
  }
}

#quick-link-buttons .button.tr-quicklink.tr-diggingdeeper {
  background: #EE694E;
  color: #222222;
}

#quick-link-buttons .button.tr-quicklink.tr-perspectivetaking {
  background: #28AF9E;
}

#clear-all-filters {
  color: #BC2E49;
}

#DiggingDeeperIntoIdeas {
  background: #EE694E;
}

.resource-main-from {
  color: #6E6E6E;
}

ul.pagination li a {
  color: #000000;
  padding-top: 5px;
}

ul.pagination li.current a {
  border: 1px solid #000000;
  border-radius: 50%;
  color: #000000;
  width: 35px;
  height: 30px;
  padding-top: 5px;
}
ul.pagination li.current a:hover {
  color: #1b506d;
  background: #ffffff;
}

ul.pagination li.pager__item--next,
ul.pagination li.pager__item--last {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */
