/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

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

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

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

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

/**
     * Show the overflow in IE.
     */
button, .fc-button {
  overflow: visible; }

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

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button, .fc-button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button, .fc-button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner, .fc-button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring, .fc-button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

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

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

.is-roman {
  font-weight: 400; }

input:focus, textarea:focus, .button:focus, button:focus, .fc-button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, select:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, .fc-button-primary:focus-visible, .block-facets h3 button:focus, .block-facets h3 .fc-button:focus, .block-facets-summary .facet-summary-item--facet a:focus, .block-system-branding-block a:focus, .menu--main .menu--wrapper .menu-item a:focus, .region-primary-menu .primary-menu__toggles button:focus, .region-primary-menu .primary-menu__toggles .fc-button:focus, .search-form__button:focus, ul.tabs.primary > li a:focus, ul.tabs.primary > li a:hover:focus, ul.tabs.primary > li a:active:focus {
  box-shadow: #ff7e04 0px 0px 5px;
  outline: none; }

@input , optgroup, select, textarea {
  font-family: "EB Garamond", times, serif;
  line-height: 1.2; }

input, textarea {
  padding: 0.5rem 0.66667rem;
  max-width: 100%;
  border: #979797 solid 1px;
  border-radius: 0;
  font-family: "EB Garamond", times, serif; }

input:not(.button) {
  width: 100%; }

textarea {
  line-height: 1.3;
  width: 100%; }

.form-composite > legend, .label, label, legend {
  font-weight: 600;
  margin-bottom: 0.25rem;
  display: block;
  font-family: "Poppins", arial, sans-serif; }
  .radios--wrapper .form-composite > legend, .radios--wrapper .label, .radios--wrapper label, .radios--wrapper legend {
    margin-bottom: 0; }

input[type="search"], input[type="text"] {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.form-item {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }

.form-checkboxes .form-item, .form-radios .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }
  .form-checkboxes .form-item input, .form-radios .form-item input {
    margin-top: 0.35rem; }

.webform-checkboxes-other-input {
  margin-left: 1.5rem;
  width: calc(100% - 1.5rem) !important; }
  .webform-checkboxes-other-input label {
    font-weight: normal; }

.form-type-webform-markup {
  margin-bottom: 0.5rem; }
  .form-type-webform-markup + .fieldgroup {
    margin-top: 0.5rem; }

.button, button, .fc-button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #003366;
  border: 1px #003366 solid;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  font-family: "Poppins", arial, sans-serif;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap; }
  .button:hover, .button:focus, button:hover, .fc-button:hover, button:focus, .fc-button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #0066cc;
    border: 1px #0066cc solid;
    color: #fff;
    font-weight: 600; }
  .button:disabled, button:disabled, .fc-button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    .button:disabled:hover, button:disabled:hover, .fc-button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #0066cc;
      border: 1px #0066cc solid; }

select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: calc((1rem/2) + (0.0625rem*1)) 2rem calc((1rem/2) - (0.0625rem*1)) 0.66667rem;
  border: none;
  background-color: #dedfe0;
  position: relative;
  background-image: url("../images/down_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 5px;
  border: #979797 solid 1px; }
  select::-ms-expand {
    display: none; }
  select:hover {
    background-color: #d1d2d4; }
  select option {
    font-size: 1rem; }
  @media (min-width: 700px) {
    select {
      width: auto; } }

input[type="radio"] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  border: 2px #58585a solid;
  height: 1rem;
  width: 1rem;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle; }
  input[type="radio"]:checked {
    background-color: white; }
    input[type="radio"]:checked:after {
      content: "";
      position: absolute;
      height: 0.5rem;
      width: 0.5rem;
      background-color: #58585a;
      border-radius: 50%; }
  input[type="radio"] + label {
    vertical-align: middle;
    font-family: "EB Garamond", times, serif;
    margin-left: 0.5rem; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: radio;
       -moz-appearance: radio;
            appearance: radio; }
    input[type="radio"] + label {
      vertical-align: middle; } }

input[type="checkbox"] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px #58585a solid;
  height: 16px;
  width: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  position: relative; }
  input[type="checkbox"]:checked {
    background-color: white; }
    input[type="checkbox"]:checked:after {
      position: absolute;
      bottom: 6px;
      content: "";
      border: 3px solid #58585a;
      -webkit-transform: rotate(128deg);
          -ms-transform: rotate(128deg);
              transform: rotate(128deg);
      border-width: 3px 3px 0 0;
      height: 0.5rem;
      width: 1.15rem; }
  input[type="checkbox"] + label {
    vertical-align: middle;
    font-family: "EB Garamond", times, serif; }

.js-form-type-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .js-form-type-checkbox input[type="checkbox"] {
    margin-top: 5px; }
    .js-form-type-checkbox input[type="checkbox"] + label {
      margin-left: 0.5rem; }

@supports (-ms-ime-align: auto) {
  input[type="checkbox"]:checked {
    border-width: 1px; } }

.layout-sidebar-first .bef-exposed-form .form--inline > .form-item, .layout-sidebar-second .bef-exposed-form .form--inline > .form-item {
  float: none;
  margin: 0; }

.form--inline {
  position: relative; }

.accordion__bulk-toggles > button, .accordion__bulk-toggles > .fc-button {
  font-family: "EB Garamond", times, serif;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #003366;
  padding: 0;
  text-align: left;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  white-space: wrap; }
  .accordion__bulk-toggles > button:hover, .accordion__bulk-toggles > .fc-button:hover, .accordion__bulk-toggles > button:focus, .accordion__bulk-toggles > .fc-button:focus {
    background-color: transparent;
    border: none;
    color: #0066cc; }

[aria-hidden="true"].block-facet--body button, [aria-hidden="true"].block-facet--body .fc-button, [aria-hidden="true"].block-facet--body input, [aria-hidden="true"].block-facet--body a {
  display: none; }

.form-item--error-message::before {
  vertical-align: baseline; }

.form-composite > .fieldset-wrapper > .description, .form-item .description {
  font-size: inherit;
  display: block;
  margin-bottom: 1rem; }

.u-un-fieldset fieldset {
  border: none;
  padding: 0; }
  .u-un-fieldset fieldset legend {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal; }

html, body {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

a {
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #295C8F; }
  a:hover {
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease; }
  a:hover {
    color: #003366; }
  a:active {
    color: #003366; }
  p a, h2 a, h3 a {
    color: #295C8F; }
    p a:visited, h2 a:visited, h3 a:visited {
      color: #943294; }
    p a:hover, h2 a:hover, h3 a:hover {
      color: #003366; }
    p a:active, h2 a:active, h3 a:active {
      color: #003366; }
  a:hover {
    text-decoration: underline; }

img, video {
  max-width: 100%;
  height: auto; }

.a11y-visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal; }
  .a11y-visually-hidden--show-on-tab:focus, .a11y-visually-hidden--show-on-tab:focus-within {
    position: inherit !important;
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    word-wrap: inherit; }

.accordion_arrow {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

a.colorbox {
  position: relative;
  display: block; }
  a.colorbox:before {
    content: "";
    background-image: url(../images/zoom_icon.svg);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: calc(100% - 10px) calc(100% - 10px);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease; }
  a.colorbox:hover:before {
    opacity: 1;
    background-color: rgba(0, 102, 204, 0.1);
    background-size: 40px 40px; }

ul.list--bulletless, ul.list--comma-separated {
  margin: 0;
  padding: 0; }
  ul.list--bulletless li, ul.list--comma-separated li {
    list-style-type: none;
    margin-bottom: 1rem;
    margin-left: 0; }
  ul.list--bulletless--short li {
    margin-bottom: 0.5rem; }

ul.list--comma-separated li {
  display: inline; }
  ul.list--comma-separated li:after {
    content: ", "; }
  ul.list--comma-separated li:last-of-type:after {
    content: ""; }

iframe {
  border: none; }

/* poppins-100 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-100.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-100.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-100italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-100italic.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-100italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-200 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-200.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-200.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-200italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-200italic.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-200italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-300.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-300italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-300italic.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-regular.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-italic.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-500.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-500italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-500italic.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-500italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-600.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-600italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-600italic.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-700.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-700italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-700italic.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-800.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-800italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-800italic.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-800italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-900 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-900.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* poppins-900italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  src: local(""), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-900italic.woff2") format("woff2"), url("/themes/custom/nj_ebpi/fonts/poppins-v20-latin-900italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'EB Garamond';
  src: url("/themes/custom/nj_ebpi/fonts/EBGaramond-VariableFont_wght.woff2") format("woff2 supports variations"), url("/themes/custom/nj_ebpi/fonts/EBGaramond-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 400 700;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'EB Garamond';
  src: url("/themes/custom/nj_ebpi/fonts/EBGaramond-Italic-VariableFont_wght.woff2") format("woff2 supports variations"), url("/themes/custom/nj_ebpi/fonts/EBGaramond-Italic-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 400 700;
  font-display: swap;
  font-style: italic; }

body {
  font-family: "EB Garamond", times, serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 0) and (max-width: 567px) {
    body {
      font-size: 18px;
      font-size: 1.125rem; } }

p, ul, ol {
  margin-top: 0;
  margin-bottom: 1rem; }
  p:last-child, ul:last-child, ol:last-child {
    margin-bottom: 0; }

h1, .h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", arial, sans-serif;
  margin-top: 0; }

h1, .h1 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.3; }
  @media (min-width: 568px) {
    h1, .h1 {
      font-size: 40px;
      font-size: 2.5rem; } }

.h1 {
  font-weight: bold; }

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 1rem; }
  @media (min-width: 568px) {
    h2 {
      font-size: 32px;
      font-size: 2rem; } }
  h2.h2--small {
    font-size: 24px;
    font-size: 1.5rem; }
    @media (min-width: 568px) {
      h2.h2--small {
        font-size: 28px;
        font-size: 1.75rem; } }

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 1rem; }
  @media (min-width: 568px) {
    h3 {
      font-size: 24px;
      font-size: 1.5rem; } }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4; }
  @media (min-width: 568px) {
    h4 {
      font-size: 24px;
      font-size: 1.5rem; } }

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600; }

h6 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600; }

p {
  max-width: 36rem; }

.event-list--block h3 {
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 0) and (max-width: 568px) {
    .event-list--block h3 {
      font-size: 18px;
      font-size: 1.125rem; } }

.breadcrumb, .event-list--block p, .block-facet--disclaimer, .l-footer .footer__text, .footnotes, .footnote, .qtip-bootstrap .qtip-content p, .qtip-bootstrap .qtip-titlebar, .view-search-resources .view-field-resource-date, .views-field-secondary {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4; }
  @media (min-width: 568px) {
    .breadcrumb, .event-list--block p, .block-facet--disclaimer, .l-footer .footer__text, .footnotes, .footnote, .qtip-bootstrap .qtip-content p, .qtip-bootstrap .qtip-titlebar, .view-search-resources .view-field-resource-date, .views-field-secondary {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }

.text-deck {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4; }
  @media (min-width: 568px) {
    .text-deck {
      font-size: 24px;
      font-size: 1.5rem; } }

strong, b {
  font-weight: 700;
  line-height: 1; }

.list-header {
  margin-bottom: 0; }

.u-text--align-right {
  text-align: right; }

.ui-widget {
  font-family: "EB Garamond", times, serif; }
  .ui-widget .ui-dialog-title {
    font-family: "Poppins", arial, sans-serif; }
  .ui-widget button, .ui-widget .fc-button {
    font-family: "EB Garamond", times, serif; }

.region-sidebar-first .block h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
  margin-top: 0; }

.region-sidebar-first .search-form {
  margin-top: 0.25rem; }

.block--highlight {
  background-color: #E0E6ED;
  padding: 1rem 1rem 1.25rem; }
  .block--highlight > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .block--highlight--alert {
    background-color: rgba(243, 207, 2, 0.28); }
    .block--highlight--alert .field {
      margin-bottom: 0; }
      .block--highlight--alert .field p {
        margin-top: 0; }
        .block--highlight--alert .field p:last-of-type {
          margin-bottom: 0; }

@media (min-width: 900px) {
  .block--highlight--desktop {
    background-color: #E0E6ED;
    padding: 1rem; }
    .block--highlight--desktop > * {
      padding-left: 0.25rem;
      padding-right: 0.25rem; } }

.breadcrumb {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #979797; }
  .breadcrumb ol, .breadcrumb ul {
    padding: 0;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .breadcrumb ol, .breadcrumb ul {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        margin-bottom: 0; } }
  .breadcrumb li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    white-space: nowrap;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .breadcrumb li {
        overflow: inherit; } }
    .breadcrumb li:before {
      content: "";
      height: 10px;
      width: 8px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9'%3E%3Cpath fill='%2356524e' d='M8 4.5L0 0v9z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: top center;
      display: inline-block;
      margin: 0 5px;
      padding: 0 0.5rem; }
    .breadcrumb li > span, .breadcrumb li > a {
      display: inline-block;
      text-overflow: ellipsis;
      overflow: hidden; }
      @media (min-width: 768px) {
        .breadcrumb li > span, .breadcrumb li > a {
          overflow: initial; } }
    .breadcrumb li > span {
      text-overflow: ellipsis;
      overflow: hidden; }
    .breadcrumb li.breadcrumb__current {
      overflow: hidden; }

table tbody tr, table thead th, table thead td {
  background-color: inherit !important;
  color: inherit !important;
  font-family: inherit !important; }

table thead th a, table thead th a:visited, table thead td a, table thead td a:visited {
  color: #003366 !important;
  text-decoration: none !important; }

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background-color: white; }

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: transparent; }

.fc-button {
  border-radius: inherit; }

.fc-button-primary {
  text-shadow: none;
  box-shadow: none;
  background-image: none;
  background-color: #003366;
  border: 1px #003366 solid;
  color: #fff; }
  .fc-button-primary.fc-corner-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .fc-button-primary.fc-corner-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .fc-button-primary:disabled, .fc-button-primary:disabled:hover {
    color: white;
    background-color: #003366;
    border-color: #003366; }

.fc-button-primary:not(:disabled).fc-button-active, .fc-button-primary:not(:disabled):active {
  background-color: #0066cc;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  border: 1px #0066cc solid; }

.fc-button-group .fc-button-primary {
  -webkit-transition: border-color 150ms ease, background 150ms ease;
  transition: border-color 150ms ease, background 150ms ease;
  border-right: 1px #00264d solid;
  border-left: 1px #003d7a solid; }
  .fc-button-group .fc-button-primary:last-child {
    border-right-color: #003366; }
    .fc-button-group .fc-button-primary:last-child:hover, .fc-button-group .fc-button-primary:last-child:focus-visible {
      border-right-color: #0066cc; }
  .fc-button-group .fc-button-primary:hover, .fc-button-group .fc-button-primary:focus-visible {
    border-left-color: #0066cc;
    border-top-color: #0066cc;
    border-bottom-color: #0066cc;
    background-color: #0066cc; }

.fc-button-group .fc-button-primary:not(:disabled).fc-button-active, .fc-button-group .fc-button-primary:not(:disabled):active {
  border-right: 1px #dedfe0 solid;
  border-left: 1px #dedfe0 solid; }
  .fc-button-group .fc-button-primary:not(:disabled).fc-button-active.fc-corner-left, .fc-button-group .fc-button-primary:not(:disabled):active.fc-corner-left {
    border-right: 1px #dedfe0 solid;
    border-left: 1px #dedfe0 solid; }
  .fc-button-group .fc-button-primary:not(:disabled).fc-button-active.fc-corner-right, .fc-button-group .fc-button-primary:not(:disabled):active.fc-corner-right {
    border-right: 1px #dedfe0 solid;
    border-left: 1px #dedfe0 solid; }
  .fc-button-group .fc-button-primary:not(:disabled).fc-button-active:hover, .fc-button-group .fc-button-primary:not(:disabled):active:hover {
    color: black;
    background-color: white;
    border: 1px #dedfe0 solid !important; }

.fc-button-group > .fc-button:not(:first-child) {
  margin-left: 0; }

.fc-next-button, .fc-prev-button {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.fc button .fc-icon, .fc .fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
  height: auto;
  line-height: 0;
  position: relative;
  top: -3px; }

.fc-unthemed .fc-day-grid {
  border: 1px solid #979797 !important; }
  .fc-unthemed .fc-day-grid tbody td {
    border-color: #979797; }

.fc-unthemed .fc-list-table td {
  padding: 0.5rem; }

.fc-unthemed .fc-list-table .fc-list-heading .fc-widget-header {
  padding: 0.5rem 0 0;
  border-bottom: solid gray 1px;
  background-color: transparent;
  font-family: "Poppins", arial, sans-serif; }

.fc-unthemed .fc-list-table tbody tr:first-of-type .fc-widget-header {
  padding-top: 1rem; }

.fc-basicDay-view .fc-day-grid {
  border-width: 0 !important; }
  .fc-basicDay-view .fc-day-grid .fc-day-grid-event {
    padding-left: 5px; }

.fc-day-header {
  font-family: "Poppins", arial, sans-serif; }

.fc-dayGridMonth-view .fc-day:not(.fc-other-month) {
  background-color: rgba(255, 255, 255, 0.5); }

.fc-dayGridMonth-view .fc-content {
  padding: 0 0.25rem;
  font-size: 0.75rem; }

.fc-dayGridMonth-view .fc-day-number {
  font-family: "Poppins", arial, sans-serif;
  padding-right: 5px; }

.fc-list-view .fc-scroller, .fc-dayGridMonth-view .fc-scroller {
  overflow: visible !important;
  height: auto !important; }

.fc-day-top.fc-other-month {
  opacity: 1; }
  .fc-day-top.fc-other-month a.fc-day-number {
    color: #58585a !important; }

@media screen {
  .fc-header-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 0) and (max-width: 567px) {
  .fc-header-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fc-header-toolbar .fc-left, .fc-header-toolbar .fc-right {
      float: none;
      width: 100%; }
      .fc-header-toolbar .fc-left .fc-button-group, .fc-header-toolbar .fc-right .fc-button-group {
        float: none; }
    .fc-header-toolbar .fc-right {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
      display: none; }
    .fc-header-toolbar .fc-left {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 1rem 0 0.5rem;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .fc-header-toolbar .fc-center {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .fc-header-toolbar .fc-clear {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
  .fc-list-view .fc-list-heading, .fc-list-view .fc-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .fc-list-view .fc-list-heading > *, .fc-list-view .fc-list-item > * {
      display: block;
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .fc-list-view .fc-list-heading .fc-list-item-marker, .fc-list-view .fc-list-item .fc-list-item-marker {
      width: 5px;
      padding-top: 0; }
    .fc-list-view .fc-list-heading .fc-list-item-title, .fc-list-view .fc-list-item .fc-list-item-title {
      width: calc(100% - 37px);
      padding-top: 0; }
    .fc-list-view .fc-list-heading .fc-list-item-time, .fc-list-view .fc-list-item .fc-list-item-time {
      padding-bottom: 0;
      font-weight: bold; }
  .fc-dayGridMonth-view .fc-day-header span {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal; }
  .fc-dayGridMonth-view .fc-day-header:before {
    padding-left: 3px; }
  .fc-dayGridMonth-view .fc-day-header.fc-sun:before {
    content: "S"; }
  .fc-dayGridMonth-view .fc-day-header.fc-mon:before {
    content: "M"; }
  .fc-dayGridMonth-view .fc-day-header.fc-tue:before {
    content: "T"; }
  .fc-dayGridMonth-view .fc-day-header.fc-wed:before {
    content: "W"; }
  .fc-dayGridMonth-view .fc-day-header.fc-thu:before {
    content: "T"; }
  .fc-dayGridMonth-view .fc-day-header.fc-fri:before {
    content: "F"; }
  .fc-dayGridMonth-view .fc-day-header.fc-sat:before {
    content: "S"; } }

@media screen and (min-width: 568px) {
  .fc-header-toolbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fc-header-toolbar .fc-center {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      text-align: left; }
    .fc-header-toolbar .fc-left {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-pack: left;
      -webkit-justify-content: left;
          -ms-flex-pack: left;
              justify-content: left; }
    .fc-header-toolbar .fc-right {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      -webkit-box-pack: right;
      -webkit-justify-content: right;
          -ms-flex-pack: right;
              justify-content: right; }
    .fc-header-toolbar .fc-right, .fc-header-toolbar .fc-clear {
      display: none; }
    .fc-header-toolbar .fc-clear {
      display: none; } }

.fc-unthemed td.fc-today {
  background-color: transparent; }

.fc button .fc-icon.fc-icon-right-single-arrow, .fc .fc-button .fc-icon.fc-icon-right-single-arrow, .fc button .fc-icon.fc-icon-left-single-arrow, .fc .fc-button .fc-icon.fc-icon-left-single-arrow {
  top: -2px; }
  .fc button .fc-icon.fc-icon-right-single-arrow:after, .fc .fc-button .fc-icon.fc-icon-right-single-arrow:after, .fc button .fc-icon.fc-icon-left-single-arrow:after, .fc .fc-button .fc-icon.fc-icon-left-single-arrow:after {
    top: 0; }

.event-list--block h3 {
  margin-bottom: 0; }

.event-list--block p {
  margin-top: 0; }

.calendar--time-zone {
  font-size: 0.75em; }

.event-list--block h3 {
  margin-bottom: 0.125rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.event-list--block p {
  line-height: 1.4;
  margin-bottom: 0; }

.event-list__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 0) and (max-width: 567px) {
    .event-list__date--right {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.3;
      display: block; } }
  @media screen and (min-width: 0) and (max-width: 567px) {
    .event-list__date {
      display: block; } }

.views-row--date-list.views-row .views-field-field-daterange {
  font-weight: bold; }

@media (min-width: 568px) {
  .views-row--date-list.views-row .views-field-field-daterange {
    min-width: 10.5em;
    font-weight: bold; } }

@media (min-width: 568px) {
  .path-event-calendar .tabs {
    margin-bottom: 2rem; } }

.year-pager {
  margin-bottom: 1rem; }
  .year-pager .future {
    opacity: 1; }
  .year-pager ul, .year-pager ul ul, .year-pager ul ul ul {
    margin-left: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .year-pager .pager__item__years {
    padding: 0; }
  .year-pager > .pager__items {
    background-color: white;
    box-shadow: inset rgba(88, 88, 90, 0.3) 0px 0px 5px 1px;
    width: 100%;
    text-align: left; }
  .year-pager .pager__item__year a {
    padding: calc(0.25rem - 2px) 1rem;
    display: inline-block; }
    .year-pager .pager__item__year a.active {
      background-color: #58585a;
      color: white; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: black; }

#cboxLoadedContent article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

#cboxLoadedContent h2 {
  background-color: #979797;
  min-height: 64px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem calc(1.5rem + 64px) 0.5rem 1.5rem;
  color: white;
  margin-bottom: 0; }
  #cboxLoadedContent h2 span {
    padding-top: 3px; }

#cboxLoadedContent .node__content {
  background-color: white;
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

#cboxClose {
  position: absolute;
  line-height: 800%;
  overflow: hidden;
  top: 0;
  right: 0;
  border-radius: 0;
  background-color: white;
  height: 64px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23961B1E' stroke-width='8' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M31.60344777 14.93640669L14.54644753 31.99340693M14.65283268 15.51921837L31.4970637 32.36344941'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px; }
  #cboxClose:hover {
    background-position: center center;
    background-color: #dedfe0;
    background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%230066cc' stroke-width='8' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M31.60344777 14.93640669L14.54644753 31.99340693M14.65283268 15.51921837L31.4970637 32.36344941'/%3E%3C/g%3E%3C/svg%3E"); }

#cboxLoadedContent .node__content {
  padding: 0 1.5rem 1.5rem; }

.node--type-event.node--view-mode-full .node__content--float {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 2rem; }
  @media (min-width: 900px) {
    .node--type-event.node--view-mode-full .node__content--float {
      float: right;
      margin-left: 2rem;
      width: calc(50% - 2rem);
      max-width: 350px; } }
  @media (min-width: 992px) {
    .node--type-event.node--view-mode-full .node__content--float {
      width: calc(45% - 2rem); } }

.node--type-event.node--view-mode-full .node__content--posted {
  margin-bottom: 1rem; }

.node--type-event.node--view-mode-full .field {
  margin-bottom: 2rem; }

@media (min-width: 900px) {
  .node--type-event.node--view-mode-full .node__content--float h2 {
    margin-top: 0;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0.5rem; } }
  @media (min-width: 900px) and (min-width: 568px) {
    .node--type-event.node--view-mode-full .node__content--float h2 {
      font-size: 28px;
      font-size: 1.75rem; } }

svg.ext {
  margin-right: -0.3em;
  margin-left: 0.1em;
  display: inline-block;
  fill: #003366; }
  a:hover svg.ext {
    fill: #0066cc; }

.block-facets {
  border: 1px dotted #961b1e;
  border-width: 1px 0 0;
  margin: 1.5rem 0; }
  .block-facets h3 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.33333rem;
    font-size: 20px;
    margin-top: 0; }
    .block-facets h3 button, .block-facets h3 .fc-button {
      text-align: left;
      background-color: transparent;
      color: #961b1e;
      white-space: normal;
      position: relative;
      width: 100%;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      line-height: 1.3;
      -webkit-transition: padding 150ms ease, margin 150ms ease;
      transition: padding 150ms ease, margin 150ms ease; }
  .block-facets ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
  .block-facets-summary > ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0.25rem; }
  .block-facets-summary .facet-summary-item--clear {
    width: 100%;
    margin-bottom: 1rem; }
    .block-facets-summary .facet-summary-item--clear a:hover {
      color: #961b1e; }
  .block-facets-summary .facet-summary-item--facet {
    margin-right: 1rem;
    margin-bottom: 0.5rem; }
    .block-facets-summary .facet-summary-item--facet a {
      background-color: #dedfe0;
      border-radius: 5px;
      overflow: hidden;
      display: inline-block;
      -webkit-transition: background-color 150ms ease;
      transition: background-color 150ms ease; }
      .block-facets-summary .facet-summary-item--facet a .facet-item__value {
        line-height: 1;
        padding: 0.25rem 0.8rem 0.25rem 0.5rem;
        box-sizing: border-box;
        display: inline-block;
        -webkit-transition: background-color 150ms ease;
        transition: background-color 150ms ease; }
      .block-facets-summary .facet-summary-item--facet a .js-facet-deactivate {
        background-color: #58585a;
        box-sizing: border-box;
        font-family: "Poppins", arial, sans-serif;
        font-weight: bold;
        content: "x";
        line-height: 1;
        color: white;
        padding: 0.25rem 0.33333rem 0.25rem 0.66667rem;
        -webkit-transition: background-color 150ms ease;
        transition: background-color 150ms ease; }
      .block-facets-summary .facet-summary-item--facet a:hover, .block-facets-summary .facet-summary-item--facet a:active, .block-facets-summary .facet-summary-item--facet a:focus {
        background-color: #e2c3c5; }
        .block-facets-summary .facet-summary-item--facet a:hover .js-facet-deactivate, .block-facets-summary .facet-summary-item--facet a:active .js-facet-deactivate, .block-facets-summary .facet-summary-item--facet a:focus .js-facet-deactivate {
          background-color: #961b1e; }
        .block-facets-summary .facet-summary-item--facet a:hover .facet-item__value, .block-facets-summary .facet-summary-item--facet a:active .facet-item__value, .block-facets-summary .facet-summary-item--facet a:focus .facet-item__value {
          color: black; }
  .block-facets .facets-widget-checkbox .facet-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "EB Garamond", times, serif; }
    .block-facets .facets-widget-checkbox .facet-item input[type="checkbox"] {
      margin-right: 10px;
      margin-top: 6px; }

.facets-soft-limit-link {
  margin-top: 0.25rem;
  display: block; }
  .facets-soft-limit-link:before {
    content: "";
    display: inline-block;
    margin-right: 0.5rem;
    height: 11px;
    width: 10px;
    padding-bottom: 2px;
    background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23185997' d='M10 4H6V0H4v4H0v2h4v4h2V6h4V4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; }
  .facets-soft-limit-link:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%230066cc' d='M10 4H6V0H4v4H0v2h4v4h2V6h4V4z'/%3E%3C/svg%3E"); }
  .facets-soft-limit-link.open:before {
    background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23185997' d='M0 4h10v2H0z'/%3E%3C/svg%3E"); }
  .facets-soft-limit-link.open:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%230066cc' d='M0 4h10v2H0z'/%3E%3C/svg%3E"); }

.block-facet--body {
  margin-left: 0.33333rem;
  margin-right: 0.33333rem; }

.block-facet--disclaimer {
  margin-top: 0; }

.search-form .form-item-field-posted-date-min label, .search-form .form-item-field-posted-date-max label {
  text-transform: capitalize; }

.search-form .form-item-field-posted-date-max label {
  margin-top: 1rem; }

.search-form .search-resources--date .search-form__button, .search-form .search-resources--sort .search-form__button {
  border: 1px #003366 solid;
  background-color: #003366;
  padding: 0.5rem 1rem;
  margin: 0;
  border-radius: 5px;
  position: static; }
  .search-form .search-resources--date .search-form__button .button-label__text, .search-form .search-resources--sort .search-form__button .button-label__text {
    position: static !important;
    height: auto;
    width: auto; }
  .search-form .search-resources--date .search-form__button .button-label__icon, .search-form .search-resources--sort .search-form__button .button-label__icon {
    display: none; }

.filter--block {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease; }
  .filter--block.active {
    max-height: 7500px; }
  @media (min-width: 768px) {
    .filter--block {
      max-height: 75000px; } }
  .filter--block .form-item-sort-bef-combine {
    margin-bottom: 1.5rem; }
    .filter--block .form-item-sort-bef-combine label {
      color: #961b1e; }

button.collapse-region, .collapse-region.fc-button {
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  color: black;
  padding: 0.75rem 1rem;
  font-weight: bold; }
  button.collapse-region h2, .collapse-region.fc-button h2, button.collapse-region .filter-collaspse--label, .collapse-region.fc-button .filter-collaspse--label {
    margin: 0;
    padding-left: 1rem;
    display: inline-block;
    color: #003366;
    white-space: normal;
    line-height: 1.2; }
  button.collapse-region:before, .collapse-region.fc-button:before {
    -webkit-transition: -webkit-transform 150ms ease;
    transition: -webkit-transform 150ms ease;
    transition: transform 150ms ease;
    transition: transform 150ms ease, -webkit-transform 150ms ease;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    content: '';
    height: 22px;
    border-radius: 50%;
    background-color: #003366;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.806 7.129a.485.485 0 01-.483.484h-3.71v3.71a.485.485 0 01-.484.483H4.871a.485.485 0 01-.484-.483v-3.71H.677a.485.485 0 01-.483-.484V4.871c0-.266.217-.484.483-.484h3.71V.677c0-.266.218-.483.484-.483h2.258c.266 0 .484.217.484.483v3.71h3.71c.266 0 .483.218.483.484v2.258z' fill='white' fill-rule='evenodd'/%3E%3C/svg%3E");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0.75rem;
    color: black;
    width: 22px;
    font-weight: bold;
    text-align: left;
    line-height: 20px; }
  button.collapse-region:hover:before, .collapse-region.fc-button:hover:before {
    background-color: #0066cc; }
  button.collapse-region .collaspse--label, .collapse-region.fc-button .collaspse--label {
    white-space: normal; }
  button.collapse-region.active:hover:before, .collapse-region.active.fc-button:hover:before {
    background-color: #0066cc; }
  button.collapse-region.active:before, .collapse-region.active.fc-button:before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.677 3.613a.485.485 0 01-.483-.484V.871C.194.605.41.387.677.387h10.646c.266 0 .483.218.483.484v2.258a.485.485 0 01-.483.484H.677z' fill='white' fill-rule='evenodd'/%3E%3C/svg%3E");
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  @media (min-width: 768px) {
    button.collapse-region, .collapse-region.fc-button {
      display: none; } }

@media (min-width: 0) and (max-width: 767px) {
  .filter--label--desktop {
    display: none; } }

.field--label-inline .field__label, .field--label-inline > .field__item, .field--label-inline .field__items {
  display: inline-block;
  float: none;
  padding-right: 0.25rem; }

h2.field__label {
  font-weight: 600; }

.field__item {
  margin-bottom: 0.5rem; }

.field--name-body {
  max-width: 36rem; }

.file {
  background-position: left top 6px; }
  .file__size {
    font-size: 0.8em;
    white-space: nowrap; }

.l-footer {
  background-color: #E0E6ED;
  margin: 2rem 0 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center; }
  @media (min-width: 700px) {
    .l-footer {
      padding-top: 2rem;
      text-align: left; } }
  .l-footer .footer__text {
    margin-bottom: 1rem; }
    .l-footer .footer__text p:first-of-type {
      margin-top: 0; }
  .l-footer .footer__logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 700px) {
      .l-footer .footer__logos {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .l-footer .footer__logos img {
      max-width: 326px;
      display: block;
      margin: 0 auto; }
      @media (min-width: 568px) {
        .l-footer .footer__logos img {
          margin-left: 0;
          margin-right: 0; } }
  .l-footer .menu--footer a {
    color: black;
    font-family: "Poppins", arial, sans-serif; }
  @media (min-width: 0) and (max-width: 699px) {
    .l-footer .menu--footer {
      margin-bottom: 1rem; } }
  .l-footer .menu--footer ul.menu {
    margin-left: 0; }
  .l-footer .menu--footer li {
    margin-bottom: 0.5rem; }

/*
 * CSS specific to Footnotes module.
*
* Thanks to binford2k@lug.wsu.edu for this tip and drinkypoo
* for the question leading up to it. http://drupal.org/node/80538
*/
/* Add empty space before footnotes and a black line on top. */
.footnotes {
  clear: both;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-top: 1px solid #979797; }

/* Make footnotes appear in a smaller font */
/*
  Make the footnote a supertext^1
*/
.see-footnote {
  font-size: 0.65em;
  vertical-align: super; }

/* Hide the bullet of the UL list of footnotes*/
ul.footnotes {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: 1rem; }

ul.footnotes li {
  margin-left: 2rem;
  margin-bottom: 0.5rem;
  position: relative;
  list-style-type: none;
  background: none;
  /* Garland theme sets a bullet via background image, this must be unset! See bug 861634 */ }

/* Move the footnote number outside of the margin for footnote text (hanging indent) */
ul.footnotes {
  /* This is apparently very needed for the "position: absolute;" below to work correctly*/
  position: relative; }

.footnotes .footnote-label {
  position: absolute;
  left: -2rem;
  z-index: 2; }

/* Highlight the target footnote (or ref number, if a backlink was used) when user clicks a footnote. */
.see-footnote:target,
.footnotes .footnote:target {
  background-color: white; }

.see-footnote:target {
  border: 0; }

/* Note: This CSS has a minor bug on all versions of IE in that the footnote numbers
are aligned with the absolute bottom of their space, thus being a couple of pixels
lower than their corresponding line of text. IE5.5 has a serious bug in that the numbers
are not shifted left at all, thus being garbled together with the start of their text. */
/*
  Make the multiple backlinks a supertext^1
*/
.footnotes .footnote-multi {
  vertical-align: top;
  position: relative;
  top: -0.25em;
  font-size: 0.75em; }

/*
 * Textile Footnotes
 */
/* First footnote */
#fn1 {
  border-top: 1px solid #000;
  margin-top: 3em; }

.path-frontpage main h1, .path-frontpage main .h1 {
  margin-top: 1rem; }

@media (min-width: 768px) {
  .path-frontpage main {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .path-frontpage main .layout-sidebar-second, .path-frontpage main .layout-content {
      -webkit-flex-basis: calc(50% - 2rem);
          -ms-flex-preferred-size: calc(50% - 2rem);
              flex-basis: calc(50% - 2rem); } }

@media (min-width: 768px) {
  .path-frontpage .region-content-bottom {
    margin-top: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .path-frontpage .region-content-bottom > div {
      width: calc(50% - 1rem); } }

@media (min-width: 568px) {
  .path-frontpage .region-content-bottom .views-field-field-grantee-image, .path-frontpage .region-content-bottom .views-field-field-resource-image {
    max-width: calc(250px + 1rem);
    float: left; }
    .path-frontpage .region-content-bottom .views-field-field-grantee-image img, .path-frontpage .region-content-bottom .views-field-field-resource-image img {
      padding-right: 1rem;
      padding-bottom: 0.5rem;
      display: block; } }

@media (min-width: 768px) and (max-width: 899px) {
  .path-frontpage .region-content-bottom .views-field-field-grantee-image, .path-frontpage .region-content-bottom .views-field-field-resource-image {
    max-width: 100%; } }

.path-frontpage .region-content .block:not(.block-core) {
  margin-bottom: 0.5rem; }

.views-row--date-list.views-row .views-field-field-application-close-date {
  font-weight: bold; }

@media (min-width: 568px) {
  .views-row--date-list.views-row .views-field-field-application-close-date {
    min-width: 9em;
    font-weight: bold;
    line-height: 1.7; } }

.geofield-embed-google-map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }

.geofield-embed-google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

header[role="banner"] {
  background-image: url("../images/hero-image.jpg");
  background-repeat: no-repeat;
  height: 50vh;
  max-height: 325px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 56px;
  background-size: 350%;
  background-position: 35% 67%; }
  @media (min-width: 380px) {
    header[role="banner"] {
      background-size: 350%;
      background-position: 35% 53%; } }
  @media (min-width: 568px) {
    header[role="banner"] {
      background-size: 350%;
      background-position: 35% 53%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 700px) {
    header[role="banner"] {
      background-size: 179%;
      background-position: 35% 53%; } }
  @media (min-width: 768px) {
    header[role="banner"] {
      background-size: cover;
      background-position: 35%; } }
  @media (min-width: 900px) {
    header[role="banner"] {
      padding-bottom: 48px; } }
  header[role="banner"] .region-header {
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 568px) {
      header[role="banner"] .region-header {
        margin-left: auto;
        margin-right: auto;
        width: 376px; } }
    @media (min-width: 992px) {
      header[role="banner"] .region-header {
        max-width: 960px;
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }

.block-system-branding-block {
  background-color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 568px) {
    .block-system-branding-block {
      max-width: 382px;
      margin-left: auto;
      margin-right: auto; } }
  .block-system-branding-block .site-logo {
    padding: 1rem 2rem;
    display: block;
    max-width: 382px;
    margin-left: auto;
    margin-right: auto; }

.g-recaptcha {
  overflow: auto; }

.ui-widget-overlay {
  background-color: black;
  opacity: .8; }

.ui-dialog {
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px 0px;
  border-radius: 5px; }
  .ui-dialog.ui-widget-content {
    border: none; }
  .ui-dialog .ui-dialog-titlebar {
    background: #58585a;
    color: white;
    border: none;
    border-radius: 5px 5px 0 0;
    padding: 0 0 0 1em;
    height: 4rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .ui-dialog .ui-dialog-buttonpane {
    border-radius: 0 0 5px 5px; }
  .ui-dialog .ui-dialog-titlebar-close {
    line-height: 800%;
    overflow: hidden;
    top: 0;
    right: 0;
    border-radius: 0 5px 0 0;
    background-color: white;
    height: 4rem;
    border: none;
    margin: 0;
    width: 4rem;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease; }
    .ui-dialog .ui-dialog-titlebar-close .ui-icon {
      background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23961B1E' stroke-width='8' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M31.60344777 14.93640669L14.54644753 31.99340693M14.65283268 15.51921837L31.4970637 32.36344941'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      height: 47px;
      width: 47px;
      top: calc(100% - 47px);
      left: calc(100% - 47px); }
    .ui-dialog .ui-dialog-titlebar-close:hover {
      background-color: #dedfe0; }
      .ui-dialog .ui-dialog-titlebar-close:hover .ui-icon {
        background-position: center center;
        background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%230066cc' stroke-width='8' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M31.60344777 14.93640669L14.54644753 31.99340693M14.65283268 15.51921837L31.4970637 32.36344941'/%3E%3C/g%3E%3C/svg%3E"); }

.more-link {
  text-align: left; }

/* Animate menu icon (lines). */
.menu-toggle__line1, .menu-toggle__line2, .menu-toggle__line3 {
  display: block;
  height: 4px;
  width: 28px;
  background-color: white;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  position: absolute; }

.menu-toggle {
  width: 1.75rem;
  height: 1.5rem;
  top: 0;
  font-size: 0.875rem;
  position: relative; }
  .active .menu-toggle__line1 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px;
    width: 26px;
    left: 2px; }
    @media (min-width: 568px) {
      .active .menu-toggle__line1 {
        background-color: white; } }
  .menu-toggle__line2 {
    top: 9px; }
    .active .menu-toggle__line2 {
      background-color: transparent;
      width: 0; }
  .menu-toggle__line3 {
    top: 18px; }
    .active .menu-toggle__line3 {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 10px;
      width: 26px;
      left: 2px; }
      @media (min-width: 568px) {
        .active .menu-toggle__line3 {
          background-color: white; } }
  .menu-toggle__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 568px) {
      .menu-toggle__wrapper {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .menu-toggle__label {
    margin-left: 0.75rem;
    height: 23px; }

.region-primary-menu {
  background-color: rgba(0, 0, 0, 0.81);
  margin-top: -56px; }
  @media (min-width: 900px) {
    .region-primary-menu {
      margin-top: -48px; } }

.menu--main {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  margin-top: 0; }
  @media (min-width: 900px) {
    .menu--main {
      padding: 0 1rem 1.5rem; } }
  .menu--main .menu--seperator {
    display: none; }
  .menu--main .menu--wrapper {
    -webkit-transition: 150ms ease all;
    transition: 150ms ease all;
    margin: 0;
    padding: 0 0.5rem 1rem;
    border-radius: 0 0 5px 5px;
    font-weight: 500;
    overflow: hidden; }
    .menu--main .menu--wrapper .menu-item {
      padding: 1rem 0.5rem;
      line-height: 1.3;
      font-size: 20px;
      font-family: "Poppins", arial, sans-serif;
      text-align: center;
      display: block; }
      .menu--main .menu--wrapper .menu-item a {
        color: white; }
        .menu--main .menu--wrapper .menu-item a:hover {
          color: #dedfe0; }
        .menu--main .menu--wrapper .menu-item a:hover {
          text-decoration: none; }
        .menu--main .menu--wrapper .menu-item a.is-active {
          color: white; }
    @media (min-width: 0) and (max-width: 567px) {
      .menu--main .menu--wrapper .menu--sub .menu-item:first-child {
        padding-top: 0; } }
    @media (min-width: 900px) {
      .menu--main .menu--wrapper {
        padding: 0; }
        .menu--main .menu--wrapper .menu {
          text-align: left;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100%;
          height: 48px;
          gap: 1rem; }
          .menu--main .menu--wrapper .menu--sub {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin: 0 2px 1.5rem;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            .menu--main .menu--wrapper .menu--sub .menu-item a {
              color: #003366; }
              .menu--main .menu--wrapper .menu--sub .menu-item a:visited {
                color: #003366; }
              .menu--main .menu--wrapper .menu--sub .menu-item a:hover {
                color: black; }
              .menu--main .menu--wrapper .menu--sub .menu-item a:active {
                color: #003366; }
            .menu--main .menu--wrapper .menu--sub .menu--seperator {
              border-color: black;
              padding-left: 1.5vw;
              margin-right: 1.5vw; }
        .menu--main .menu--wrapper .menu--seperator {
          padding: 0;
          border-right: 1px solid white;
          height: 1em;
          display: block; }
          .menu--main .menu--wrapper .menu--seperator:last-child {
            display: none; }
        .menu--main .menu--wrapper .menu-item {
          padding: 0;
          position: relative; } }
  @media (min-width: 960px) {
    .menu--main .menu--wrapper .menu--sub .menu--seperator {
      padding-left: 1.5rem;
      margin-right: 1.5rem; } }
  .menu--main button, .menu--main .fc-button {
    background-color: transparent;
    border: none;
    padding: 0.5rem 0;
    border-radius: 0; }
    .menu--main button > .menu-toggle__wrapper, .menu--main .fc-button > .menu-toggle__wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    @media (min-width: 568px) {
      .menu--main button, .menu--main .fc-button {
        border-radius: 0;
        background-color: transparent;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0; }
        .menu--main button > .menu-toggle__wrapper, .menu--main .fc-button > .menu-toggle__wrapper {
          padding: 0.5rem 1rem;
          border-radius: 5px 5px 0 0;
          background-color: rgba(88, 88, 90, 0.95); } }
    @media (min-width: 900px) {
      .menu--main button, .menu--main .fc-button {
        display: none; } }

.closed.menu-collapse {
  max-height: 0;
  visibility: hidden;
  margin-top: 0;
  padding-bottom: 0; }
  @media (min-width: 900px) {
    .closed.menu-collapse {
      max-height: inherit;
      visibility: visible; } }

@media (min-width: 568px) {
  .menu-toggle__wrapper {
    background-color: transparent; } }

@media (min-width: 900px) {
  .nav-toggle, #menu--main--button {
    display: none; } }

.menu--footer .menu {
  text-align: center; }
  @media (min-width: 700px) {
    .menu--footer .menu {
      text-align: left; } }
  .menu--footer .menu .menu--seperator {
    border-right: 1px solid black;
    padding-left: 0.66667rem;
    margin-right: 0.66667rem; }
    .menu--footer .menu .menu--seperator:last-child {
      display: none; }

.block-views--rcorp-ta-newsletter--cta .views-row--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.block-views--rcorp-ta-newsletter--cta .views-field-field-newsletter--thumbnail {
  width: 153px;
  margin-right: 1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .block-views--rcorp-ta-newsletter--cta .views-field-field-newsletter--thumbnail img {
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px 0px; }

.block-views--rcorp-ta-newsletter--cta .views-field-field-newsletter--combo h2 {
  margin-top: 0.25rem;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: calc(34/28); }

.block-views--rcorp-ta-newsletter--latest-issue .views-row--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.block-views--rcorp-ta-newsletter--latest-issue .views-field-field-newsletter--thumbnail {
  width: 200px;
  margin-right: 1rem; }
  .block-views--rcorp-ta-newsletter--latest-issue .views-field-field-newsletter--thumbnail img {
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px 0px; }

.region-primary-menu .primary-menu__toggles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem; }
  .region-primary-menu .primary-menu__toggles button, .region-primary-menu .primary-menu__toggles .fc-button {
    padding: 0.5rem 0.5rem; }
    .region-primary-menu .primary-menu__toggles button:hover, .region-primary-menu .primary-menu__toggles .fc-button:hover, .region-primary-menu .primary-menu__toggles button:active, .region-primary-menu .primary-menu__toggles .fc-button:active, .region-primary-menu .primary-menu__toggles button:focus, .region-primary-menu .primary-menu__toggles .fc-button:focus, .region-primary-menu .primary-menu__toggles button, .region-primary-menu .primary-menu__toggles .fc-button {
      background-color: transparent;
      border-radius: 0;
      border: 0; }
  @media (min-width: 900px) {
    .region-primary-menu .primary-menu__toggles {
      display: none; } }

@media (min-width: 568px) and (max-width: 899px) {
  .region-primary-menu .search-block-form {
    grid-column: 1 / 2;
    grid-row: 1 / 2; } }

.qtip-bootstrap {
  border-width: 2px;
  border-color: white; }
  .qtip-bootstrap .qtip-content {
    padding: 0.5rem 0.66667rem; }
    .qtip-bootstrap .qtip-content p {
      margin-top: 0;
      margin-bottom: 0.5rem; }
  .qtip-bootstrap .qtip-titlebar {
    padding: 0.66667rem 0.66667rem 0.5rem;
    background-color: #003366;
    font-family: "Poppins", arial, sans-serif;
    color: white; }

.search-form {
  position: relative; }
  .search-form label[for="edit-search-api-fulltext"], .search-form label[for="edit-search-api-fulltext--2"] {
    text-transform: uppercase; }
  .search-form form .form-actions {
    margin: 0; }
  .search-form form .form--inline {
    z-index: 10;
    display: block; }
    .search-form form .form--inline .form-item.form-item-search-api-fulltext {
      margin: 0;
      float: none; }
  .search-form input.form-search,
  .search-form input.form-text {
    width: 100%;
    padding-right: 2.25rem; }
  .search-form__button {
    border: 0;
    background-color: transparent;
    color: black;
    padding: 0;
    margin: 0;
    border-radius: 0;
    position: absolute;
    right: 0.75rem;
    top: 0.7rem; }
    .search-form__button #search-icon {
      fill: #003366; }
    .search-form__button:hover, .search-form__button:focus {
      border: 0;
      background-color: transparent; }
      .search-form__button:hover #search-icon, .search-form__button:focus #search-icon {
        fill: #0066cc; }

.search-block-form--button {
  background-color: transparent;
  border-radius: 0;
  border: 0; }

.search-toggle {
  position: relative;
  width: 1.75rem;
  height: 1.5rem; }
  .search-toggle__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .search-toggle__circle {
    height: 23px;
    width: 23px;
    display: inline-block;
    border: 4px solid white;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -2px;
    -webkit-transition: 150ms ease all;
    transition: 150ms ease all; }
    .active .search-toggle__circle {
      border-radius: 0;
      height: 1px;
      border-width: 2px;
      width: 26px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      background-color: white;
      top: 10px;
      left: 2px; }
  .search-toggle__line {
    display: inline-block;
    width: 11px;
    height: 4px;
    background-color: white;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    bottom: 3px;
    left: 16px;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all; }
    .active .search-toggle__line {
      width: 26px;
      top: 10px;
      left: 2px; }
  .search-toggle__label {
    margin-left: 0.75rem; }
  @media (min-width: 568px) {
    .search-toggle__label {
      color: #003366; }
    .search-toggle__circle {
      border-color: #003366; }
    .search-toggle__line {
      background-color: #003366; } }

.search-collapse {
  padding: 0 0.5rem; }
  .search-collapse.closed {
    max-height: 0;
    visibility: hidden; }
    @media (min-width: 700px) {
      .search-collapse.closed {
        max-height: inherit;
        visibility: visible;
        padding: 0; } }
  @media (min-width: 568px) and (max-width: 699px) {
    .search-collapse #views-exposed-form-site-search-page-1 {
      position: absolute; } }
  @media (min-width: 568px) and (max-width: 700px) {
    .search-collapse.opened #views-exposed-form-site-search-page-1 {
      position: absolute;
      background-color: rgba(88, 88, 90, 0.95);
      width: 300px;
      right: 0;
      top: -40px;
      padding: 1rem;
      border-radius: 5px 0 5px 5px; } }

@media (min-width: 900px) {
  .region-primary-menu .search-block-form {
    margin: 0;
    position: absolute !important;
    top: 1px;
    right: 1px; } }

.region-primary-menu .search-block-form .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .region-primary-menu .search-block-form .form-item label {
    color: #961b1e; }
    .region-primary-menu .search-block-form .form-item label:after {
      display: none; }
    @media (min-width: 0) and (max-width: 700px) {
      .region-primary-menu .search-block-form .form-item label {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
        overflow: hidden;
        height: 1px;
        width: 1px;
        word-wrap: normal; } }
    @media (min-width: 700px) {
      .region-primary-menu .search-block-form .form-item label {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1;
        margin-right: 0.75rem;
        margin-bottom: 0; } }

@media (min-width: 0) and (max-width: 699px) {
  .region-primary-menu #views-exposed-form-site-search-page-1 {
    padding: 0 1rem 1rem;
    position: relative;
    width: 100%; } }

@media (min-width: 568px) and (max-width: 699px) {
  .region-primary-menu #views-exposed-form-site-search-page-1 {
    position: absolute; } }

@media (min-width: 700px) {
  .region-primary-menu #edit-search-api-fulltext, .region-primary-menu #edit-search-api-fulltext--2 {
    max-width: 230px;
    width: 26vw;
    border: rgba(151, 151, 151, 0.6) solid 1px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease; }
    .region-primary-menu #edit-search-api-fulltext:active, .region-primary-menu #edit-search-api-fulltext:focus, .region-primary-menu #edit-search-api-fulltext:focus-within, .region-primary-menu #edit-search-api-fulltext:hover, .region-primary-menu #edit-search-api-fulltext--2:active, .region-primary-menu #edit-search-api-fulltext--2:focus, .region-primary-menu #edit-search-api-fulltext--2:focus-within, .region-primary-menu #edit-search-api-fulltext--2:hover {
      border-color: #979797;
      background-color: white; } }

@media (min-width: 700px) {
  #search-block-form--button {
    display: none; } }

#views-exposed-form-search-grantees-page-1 #edit-field-cohort---wrapper,
#views-exposed-form-search-grantees-page-1 details,
#views-exposed-form-search-grantees-page-1 .form-item-field-string-state,
#views-exposed-form-search-grantees-page-1 .form-item-field-cohort-,
#views-exposed-form-search-grantees-page-1 .form-item-field-focus-areas {
  display: none; }

.view-search-grantees .views-field-title h3 {
  margin: 0 0; }

.view-search-resources .views-field-field-resource-file {
  float: left;
  margin-right: 1rem; }

.view-search-resources .view-header {
  margin-bottom: 1rem; }

.view-search-resources .view-field-resource-date {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem; }

.view-site-search .view-header {
  margin-bottom: 1rem; }

.view-site-search .views-field-type {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal; }

.view-site-search .views-field--content-type--resource {
  margin-left: 30px; }
  .view-site-search .views-field--content-type--resource a:before {
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    width: 22px;
    margin-left: -30px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: 150ms ease background-image;
    transition: 150ms ease background-image; }
  .view-site-search .views-field--content-type--resource a:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23003366%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M22.189 3.759H19.38V1.01A1.011 1.011 0 0018.37 0H2.81A1.011 1.011 0 001.8 1.011V20.23a1.011 1.011 0 001.011 1.011H5.62v2.748A1.011 1.011 0 006.63 25h10.732a1.012 1.012 0 00.672-.256l4.827-4.296a1.011 1.011 0 00.34-.755V4.77a1.011 1.011 0 00-1.012-1.011zM5.619 4.77V19.22H3.822V2.022h13.536V3.76H6.63A1.011 1.011 0 005.62 4.77zm2.023 18.208V5.78h13.536v13.143H16.98v4.051l-.003.003z'/%3E%3Cpath class='cls-1' d='M9.759 16.657H14v1.618H9.759zM9.759 8.129h9.06v1.618h-9.06zM9.759 10.971h9.06v1.618h-9.06zM9.759 13.814h9.06v1.618h-9.06z'/%3E%3C/svg%3E"); }
  .view-site-search .views-field--content-type--resource a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230066cc%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M22.189 3.759H19.38V1.01A1.011 1.011 0 0018.37 0H2.81A1.011 1.011 0 001.8 1.011V20.23a1.011 1.011 0 001.011 1.011H5.62v2.748A1.011 1.011 0 006.63 25h10.732a1.012 1.012 0 00.672-.256l4.827-4.296a1.011 1.011 0 00.34-.755V4.77a1.011 1.011 0 00-1.012-1.011zM5.619 4.77V19.22H3.822V2.022h13.536V3.76H6.63A1.011 1.011 0 005.62 4.77zm2.023 18.208V5.78h13.536v13.143H16.98v4.051l-.003.003z'/%3E%3Cpath class='cls-1' d='M9.759 16.657H14v1.618H9.759zM9.759 8.129h9.06v1.618h-9.06zM9.759 10.971h9.06v1.618h-9.06zM9.759 13.814h9.06v1.618h-9.06z'/%3E%3C/svg%3E"); }

.view-site-search .views-field--content-type--event {
  margin-left: 30px; }
  .view-site-search .views-field--content-type--event a:before {
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    width: 22px;
    margin-left: -30px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: 150ms ease background-image;
    transition: 150ms ease background-image; }
  .view-site-search .views-field--content-type--event a:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23003366%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M7.965.781A.736.736 0 007.285 0a.736.736 0 00-.68.781v1.823h1.36zM18.395.781a.687.687 0 10-1.36 0v1.823h1.36z'/%3E%3Cpath class='cls-1' d='M21.57 2.604h-3.175v1.823a.687.687 0 11-1.36 0V2.604h-9.07v1.823a.736.736 0 01-.68.781.736.736 0 01-.68-.78V2.603H3.43a1.963 1.963 0 00-1.814 2.083v16.667a1.963 1.963 0 001.814 2.084h18.138a1.963 1.963 0 001.814-2.084V4.688a1.963 1.963 0 00-1.814-2.084zm.27 18.761a.491.491 0 01-.454.52l-17.761-.01a.491.491 0 01-.454-.52V7.291l18.668.01z'/%3E%3Cpath class='cls-1' d='M17.911 13.05a.426.426 0 00-.364-.29l-3.323-.32-1.332-3.07a.428.428 0 00-.784 0l-1.332 3.07-3.322.32a.423.423 0 00-.243.74l2.502 2.218-.723 3.27a.423.423 0 00.167.435.43.43 0 00.467.02l2.876-1.697 2.876 1.697a.429.429 0 00.468-.02.423.423 0 00.166-.436l-.723-3.27L17.79 13.5a.422.422 0 00.122-.448z'/%3E%3C/svg%3E"); }
  .view-site-search .views-field--content-type--event a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230066cc%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M7.965.781A.736.736 0 007.285 0a.736.736 0 00-.68.781v1.823h1.36zM18.395.781a.687.687 0 10-1.36 0v1.823h1.36z'/%3E%3Cpath class='cls-1' d='M21.57 2.604h-3.175v1.823a.687.687 0 11-1.36 0V2.604h-9.07v1.823a.736.736 0 01-.68.781.736.736 0 01-.68-.78V2.603H3.43a1.963 1.963 0 00-1.814 2.083v16.667a1.963 1.963 0 001.814 2.084h18.138a1.963 1.963 0 001.814-2.084V4.688a1.963 1.963 0 00-1.814-2.084zm.27 18.761a.491.491 0 01-.454.52l-17.761-.01a.491.491 0 01-.454-.52V7.291l18.668.01z'/%3E%3Cpath class='cls-1' d='M17.911 13.05a.426.426 0 00-.364-.29l-3.323-.32-1.332-3.07a.428.428 0 00-.784 0l-1.332 3.07-3.322.32a.423.423 0 00-.243.74l2.502 2.218-.723 3.27a.423.423 0 00.167.435.43.43 0 00.467.02l2.876-1.697 2.876 1.697a.429.429 0 00.468-.02.423.423 0 00.166-.436l-.723-3.27L17.79 13.5a.422.422 0 00.122-.448z'/%3E%3C/svg%3E"); }

.view-site-search .views-field--content-type--grantee {
  margin-left: 30px; }
  .view-site-search .views-field--content-type--grantee a:before {
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    width: 22px;
    margin-left: -30px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: 150ms ease background-image;
    transition: 150ms ease background-image; }
  .view-site-search .views-field--content-type--grantee a:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23003366%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.583 5.456A5.337 5.337 0 009.375 0a5.337 5.337 0 00-5.208 5.456c0 3.014 2.083 6.523 5.208 6.523s5.208-3.51 5.208-6.523zM16.146 5.456a9.207 9.207 0 01-1.513 4.985 3.846 3.846 0 002.554 1.017c2.813 0 4.688-3.204 4.688-5.955A4.841 4.841 0 0017.187.52a4.454 4.454 0 00-2.413.717 7.14 7.14 0 011.372 4.218z'/%3E%3Cpath class='cls-1' d='M23.374 13.968a11.17 11.17 0 00-8.615-2.358 16.5 16.5 0 013.168 1.861 6.041 6.041 0 012.386 4.838v2.428c0 .063-.012.122-.015.183 2.58-.227 4.702-.76 4.702-1.902v-1.734a4.136 4.136 0 00-1.626-3.316z'/%3E%3Cpath class='cls-1' d='M16.993 14.724a12.653 12.653 0 00-7.618-2.745 12.653 12.653 0 00-7.618 2.745A4.473 4.473 0 000 18.31v2.428c0 1.896 5.874 2.18 9.375 2.18s9.375-.284 9.375-2.18V18.31a4.473 4.473 0 00-1.757-3.585z'/%3E%3C/svg%3E"); }
  .view-site-search .views-field--content-type--grantee a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230066cc%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.583 5.456A5.337 5.337 0 009.375 0a5.337 5.337 0 00-5.208 5.456c0 3.014 2.083 6.523 5.208 6.523s5.208-3.51 5.208-6.523zM16.146 5.456a9.207 9.207 0 01-1.513 4.985 3.846 3.846 0 002.554 1.017c2.813 0 4.688-3.204 4.688-5.955A4.841 4.841 0 0017.187.52a4.454 4.454 0 00-2.413.717 7.14 7.14 0 011.372 4.218z'/%3E%3Cpath class='cls-1' d='M23.374 13.968a11.17 11.17 0 00-8.615-2.358 16.5 16.5 0 013.168 1.861 6.041 6.041 0 012.386 4.838v2.428c0 .063-.012.122-.015.183 2.58-.227 4.702-.76 4.702-1.902v-1.734a4.136 4.136 0 00-1.626-3.316z'/%3E%3Cpath class='cls-1' d='M16.993 14.724a12.653 12.653 0 00-7.618-2.745 12.653 12.653 0 00-7.618 2.745A4.473 4.473 0 000 18.31v2.428c0 1.896 5.874 2.18 9.375 2.18s9.375-.284 9.375-2.18V18.31a4.473 4.473 0 00-1.757-3.585z'/%3E%3C/svg%3E"); }

.views-field--content-type-key .views-field--content-type-key--resource {
  margin-left: 30px; }
  .views-field--content-type-key .views-field--content-type-key--resource a:before {
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    width: 22px;
    margin-left: -30px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: 150ms ease background-image;
    transition: 150ms ease background-image; }
  .views-field--content-type-key .views-field--content-type-key--resource a:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23003366%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M22.189 3.759H19.38V1.01A1.011 1.011 0 0018.37 0H2.81A1.011 1.011 0 001.8 1.011V20.23a1.011 1.011 0 001.011 1.011H5.62v2.748A1.011 1.011 0 006.63 25h10.732a1.012 1.012 0 00.672-.256l4.827-4.296a1.011 1.011 0 00.34-.755V4.77a1.011 1.011 0 00-1.012-1.011zM5.619 4.77V19.22H3.822V2.022h13.536V3.76H6.63A1.011 1.011 0 005.62 4.77zm2.023 18.208V5.78h13.536v13.143H16.98v4.051l-.003.003z'/%3E%3Cpath class='cls-1' d='M9.759 16.657H14v1.618H9.759zM9.759 8.129h9.06v1.618h-9.06zM9.759 10.971h9.06v1.618h-9.06zM9.759 13.814h9.06v1.618h-9.06z'/%3E%3C/svg%3E"); }
  .views-field--content-type-key .views-field--content-type-key--resource a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230066cc%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M22.189 3.759H19.38V1.01A1.011 1.011 0 0018.37 0H2.81A1.011 1.011 0 001.8 1.011V20.23a1.011 1.011 0 001.011 1.011H5.62v2.748A1.011 1.011 0 006.63 25h10.732a1.012 1.012 0 00.672-.256l4.827-4.296a1.011 1.011 0 00.34-.755V4.77a1.011 1.011 0 00-1.012-1.011zM5.619 4.77V19.22H3.822V2.022h13.536V3.76H6.63A1.011 1.011 0 005.62 4.77zm2.023 18.208V5.78h13.536v13.143H16.98v4.051l-.003.003z'/%3E%3Cpath class='cls-1' d='M9.759 16.657H14v1.618H9.759zM9.759 8.129h9.06v1.618h-9.06zM9.759 10.971h9.06v1.618h-9.06zM9.759 13.814h9.06v1.618h-9.06z'/%3E%3C/svg%3E"); }

.views-field--content-type-key .views-field--content-type-key--resource a:before {
  margin-top: 3px; }

.views-field--content-type-key .views-field--content-type-key--event {
  margin-left: 30px; }
  .views-field--content-type-key .views-field--content-type-key--event a:before {
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    width: 22px;
    margin-left: -30px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: 150ms ease background-image;
    transition: 150ms ease background-image; }
  .views-field--content-type-key .views-field--content-type-key--event a:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23003366%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M7.965.781A.736.736 0 007.285 0a.736.736 0 00-.68.781v1.823h1.36zM18.395.781a.687.687 0 10-1.36 0v1.823h1.36z'/%3E%3Cpath class='cls-1' d='M21.57 2.604h-3.175v1.823a.687.687 0 11-1.36 0V2.604h-9.07v1.823a.736.736 0 01-.68.781.736.736 0 01-.68-.78V2.603H3.43a1.963 1.963 0 00-1.814 2.083v16.667a1.963 1.963 0 001.814 2.084h18.138a1.963 1.963 0 001.814-2.084V4.688a1.963 1.963 0 00-1.814-2.084zm.27 18.761a.491.491 0 01-.454.52l-17.761-.01a.491.491 0 01-.454-.52V7.291l18.668.01z'/%3E%3Cpath class='cls-1' d='M17.911 13.05a.426.426 0 00-.364-.29l-3.323-.32-1.332-3.07a.428.428 0 00-.784 0l-1.332 3.07-3.322.32a.423.423 0 00-.243.74l2.502 2.218-.723 3.27a.423.423 0 00.167.435.43.43 0 00.467.02l2.876-1.697 2.876 1.697a.429.429 0 00.468-.02.423.423 0 00.166-.436l-.723-3.27L17.79 13.5a.422.422 0 00.122-.448z'/%3E%3C/svg%3E"); }
  .views-field--content-type-key .views-field--content-type-key--event a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230066cc%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M7.965.781A.736.736 0 007.285 0a.736.736 0 00-.68.781v1.823h1.36zM18.395.781a.687.687 0 10-1.36 0v1.823h1.36z'/%3E%3Cpath class='cls-1' d='M21.57 2.604h-3.175v1.823a.687.687 0 11-1.36 0V2.604h-9.07v1.823a.736.736 0 01-.68.781.736.736 0 01-.68-.78V2.603H3.43a1.963 1.963 0 00-1.814 2.083v16.667a1.963 1.963 0 001.814 2.084h18.138a1.963 1.963 0 001.814-2.084V4.688a1.963 1.963 0 00-1.814-2.084zm.27 18.761a.491.491 0 01-.454.52l-17.761-.01a.491.491 0 01-.454-.52V7.291l18.668.01z'/%3E%3Cpath class='cls-1' d='M17.911 13.05a.426.426 0 00-.364-.29l-3.323-.32-1.332-3.07a.428.428 0 00-.784 0l-1.332 3.07-3.322.32a.423.423 0 00-.243.74l2.502 2.218-.723 3.27a.423.423 0 00.167.435.43.43 0 00.467.02l2.876-1.697 2.876 1.697a.429.429 0 00.468-.02.423.423 0 00.166-.436l-.723-3.27L17.79 13.5a.422.422 0 00.122-.448z'/%3E%3C/svg%3E"); }

.views-field--content-type-key .views-field--content-type-key--event a:before {
  margin-top: 3px; }

.views-field--content-type-key .views-field--content-type-key--grantee {
  margin-left: 30px; }
  .views-field--content-type-key .views-field--content-type-key--grantee a:before {
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    width: 22px;
    margin-left: -30px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: 150ms ease background-image;
    transition: 150ms ease background-image; }
  .views-field--content-type-key .views-field--content-type-key--grantee a:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23003366%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.583 5.456A5.337 5.337 0 009.375 0a5.337 5.337 0 00-5.208 5.456c0 3.014 2.083 6.523 5.208 6.523s5.208-3.51 5.208-6.523zM16.146 5.456a9.207 9.207 0 01-1.513 4.985 3.846 3.846 0 002.554 1.017c2.813 0 4.688-3.204 4.688-5.955A4.841 4.841 0 0017.187.52a4.454 4.454 0 00-2.413.717 7.14 7.14 0 011.372 4.218z'/%3E%3Cpath class='cls-1' d='M23.374 13.968a11.17 11.17 0 00-8.615-2.358 16.5 16.5 0 013.168 1.861 6.041 6.041 0 012.386 4.838v2.428c0 .063-.012.122-.015.183 2.58-.227 4.702-.76 4.702-1.902v-1.734a4.136 4.136 0 00-1.626-3.316z'/%3E%3Cpath class='cls-1' d='M16.993 14.724a12.653 12.653 0 00-7.618-2.745 12.653 12.653 0 00-7.618 2.745A4.473 4.473 0 000 18.31v2.428c0 1.896 5.874 2.18 9.375 2.18s9.375-.284 9.375-2.18V18.31a4.473 4.473 0 00-1.757-3.585z'/%3E%3C/svg%3E"); }
  .views-field--content-type-key .views-field--content-type-key--grantee a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230066cc%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M14.583 5.456A5.337 5.337 0 009.375 0a5.337 5.337 0 00-5.208 5.456c0 3.014 2.083 6.523 5.208 6.523s5.208-3.51 5.208-6.523zM16.146 5.456a9.207 9.207 0 01-1.513 4.985 3.846 3.846 0 002.554 1.017c2.813 0 4.688-3.204 4.688-5.955A4.841 4.841 0 0017.187.52a4.454 4.454 0 00-2.413.717 7.14 7.14 0 011.372 4.218z'/%3E%3Cpath class='cls-1' d='M23.374 13.968a11.17 11.17 0 00-8.615-2.358 16.5 16.5 0 013.168 1.861 6.041 6.041 0 012.386 4.838v2.428c0 .063-.012.122-.015.183 2.58-.227 4.702-.76 4.702-1.902v-1.734a4.136 4.136 0 00-1.626-3.316z'/%3E%3Cpath class='cls-1' d='M16.993 14.724a12.653 12.653 0 00-7.618-2.745 12.653 12.653 0 00-7.618 2.745A4.473 4.473 0 000 18.31v2.428c0 1.896 5.874 2.18 9.375 2.18s9.375-.284 9.375-2.18V18.31a4.473 4.473 0 00-1.757-3.585z'/%3E%3C/svg%3E"); }

.views-field--content-type-key .views-field--content-type-key--grantee a:before {
  margin-top: 3px; }

.search-form__button {
  height: calc(98% - 1rem); }
  .search-form__button .button-label__text {
    color: white;
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal; }

#block-exposedformsearch-resourcespage-1 #views-exposed-form-search-resources-page-1 label[for="edit-search-api-fulltext"], #block-exposedformsearch-resourcespage-1 #views-exposed-form-search-resources-page-1 label[for="edit-search-api-fulltext--2"], #block-exposedformsearch-granteespage-1 #views-exposed-form-search-grantees-page-1 label[for="edit-search-api-fulltext"], #block-exposedformsearch-granteespage-1 #views-exposed-form-search-grantees-page-1 label[for="edit-search-api-fulltext--2"], #block-exposedformsearch-resourcespage-1-2 #views-exposed-form-search-resources-page-1 label[for="edit-search-api-fulltext"], #block-exposedformsearch-resourcespage-1-2 #views-exposed-form-search-resources-page-1 label[for="edit-search-api-fulltext--2"] {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal; }

#block-exposedformsearch-resourcespage-1 #views-exposed-form-search-resources-page-1 > .form--inline, #block-exposedformsearch-granteespage-1 #views-exposed-form-search-grantees-page-1 > .form--inline, #block-exposedformsearch-resourcespage-1-2 #views-exposed-form-search-resources-page-1 > .form--inline {
  margin-bottom: 1.5rem; }

.view-search h2 {
  font-size: 22px;
  font-size: 1.375rem; }
  @media (min-width: 568px) {
    .view-search h2 {
      font-size: 24px;
      font-size: 1.5rem; } }

.facet-item__value, .facet-item__count {
  font-weight: 500; }

.form-item-issue-type-select select {
  width: 100%; }

ul.tabs.primary {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
  text-transform: initial;
  display: inline-block;
  width: 100%;
  border: 1px solid #979797;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5); }
  @media (min-width: 568px) {
    ul.tabs.primary {
      border: none;
      border-radius: 5px 5px 0 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      box-shadow: 0px -3px 0px 0px rgba(151, 151, 151, 0.5) inset; } }
  ul.tabs.primary > li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #dedfe0; }
    @media (min-width: 568px) {
      ul.tabs.primary > li {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        border-bottom: 0;
        display: inline-block;
        margin: 0; } }
    ul.tabs.primary > li:last-child {
      border-bottom: 0; }
    ul.tabs.primary > li a {
      cursor: pointer;
      line-height: 1.15;
      -webkit-transition: all 150ms ease;
      transition: all 150ms ease;
      padding: 0.5rem 1rem; }
      @media (min-width: 568px) {
        ul.tabs.primary > li a {
          border-bottom: 3px solid transparent;
          text-align: center;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          padding: 0.5rem;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      ul.tabs.primary > li a:focus, ul.tabs.primary > li a:hover, ul.tabs.primary > li a:active {
        background-color: white; }
        @media (min-width: 568px) {
          ul.tabs.primary > li a:focus, ul.tabs.primary > li a:hover, ul.tabs.primary > li a:active {
            border-bottom: 3px solid #58585a; } }
    @media (min-width: 568px) {
      ul.tabs.primary > li.is-active {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px; } }
    ul.tabs.primary > li.is-active a {
      color: white;
      background-color: #58585a; }
      @media (min-width: 568px) {
        ul.tabs.primary > li.is-active a {
          background-color: white;
          cursor: default;
          color: black;
          border-bottom: 3px solid #E0E6ED; } }

.view-content > ul {
  padding-left: 0;
  margin: 0; }

li.views-row {
  margin-bottom: 1rem;
  clear: both;
  overflow: auto; }
  li.views-row h3 {
    margin-top: 0; }

div.views-row {
  margin-bottom: 3rem;
  clear: both; }

.views-group {
  margin-bottom: 3rem; }
  .views-group div.views-row {
    margin-bottom: 1rem; }
    @media (min-width: 568px) {
      .views-group div.views-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .views-group h3 {
    padding-top: 1.2rem;
    border-bottom: solid #979797 1px; }

.views-field--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .views-field--flex .pdfpreview {
    min-width: 77px;
    margin-right: 1rem; }

.view-header {
  margin-bottom: 3rem; }

.bef-links li {
  margin-bottom: 0.25rem; }

.l-header .menu--main, .l-body, .l-footer footer {
  margin-left: 1rem;
  margin-right: 1rem; }
  @media (min-width: 568px) {
    .l-header .menu--main, .l-body, .l-footer footer {
      margin-left: 1.5rem;
      margin-right: 1.5rem; } }
  @media (min-width: 992px) {
    .l-header .menu--main, .l-body, .l-footer footer {
      max-width: 960px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }

@media (min-width: 568px) {
  main .layout-content, main .layout-sidebar-first, .region-footer, .region-breadcrumb {
    margin: 0 1rem 1rem; } }

main .layout-sidebar-second, main .layout-content-bottom {
  margin: 1.5rem 0;
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  @media (min-width: 568px) {
    main .layout-sidebar-second, main .layout-content-bottom {
      margin: 1rem; } }

.layout-container {
  position: relative; }

main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    main {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  main .layout-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 768px) {
      main .layout-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 350px;
            -ms-flex: 1 1 350px;
                flex: 1 1 350px; } }
  main .layout-sidebar-first {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      main .layout-sidebar-first {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 315px;
            -ms-flex: 0 1 315px;
                flex: 0 1 315px;
        max-width: 315px; } }
  main .layout-sidebar-second {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
    @media (min-width: 768px) {
      main .layout-sidebar-second {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 354px;
            -ms-flex: 0 1 354px;
                flex: 0 1 354px; } }
    main .layout-sidebar-second .block {
      margin-bottom: 2rem; }
      main .layout-sidebar-second .block:last-of-type {
        margin-bottom: 0; }
  main .layout-content-bottom {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
    @media (min-width: 768px) {
      main .layout-content-bottom {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 350px;
            -ms-flex: 1 1 350px;
                flex: 1 1 350px; } }

.l-body {
  margin-top: 1rem; }

@media (min-width: 700px) {
  .region-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-areas: "nav smallprint" "nav logos"; } }

@media (min-width: 900px) {
  .region-footer {
    grid-template-columns: auto 60%; } }

.region-footer .menu--footer {
  grid-area: nav; }

.region-footer .footer__text {
  grid-area: smallprint; }

.region-footer #block-hrsa-bh-ta-account-menu {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }

.region-footer .footer__logos {
  grid-area: logos;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.region-breadcrumb {
  padding-top: calc(1rem - 0.0625rem);
  padding-bottom: 0.0625rem;
  margin-top: 0;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .l-7-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .l-7-5__col1 {
      width: calc(7/12*100%); }
    .l-7-5__col2 {
      width: calc(5/12*100%); } }

@media (min-width: 900px) {
  .page--narrow-content:not(.path-frontpage) .l-body main, .page-node-type-page:not(.path-frontpage) .l-body main, .path-webform:not(.path-frontpage) .l-body main {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto; } }

.layout-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .layout-container .l-body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

*,
*:before,
*:after {
  box-sizing: border-box; }

/**
 * Accordion container element
 */
.accordion {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0; }

.accordion > li {
  margin: 0; }

/**
 * Add zero-width space. needed to ensure Safari + VO respect list semantics.
 * Set the before content to position absolute to negate any visible space
 * the before content could add to the document.
 */
.accordion > li:before {
  content: "\200B";
  position: absolute; }

/**
 * Accordion Heading
 */
.accordion__heading {
  margin: 0; }

h2.accordion__heading {
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 568px) {
    h2.accordion__heading {
      font-size: 24px;
      font-size: 1.5rem; } }

.accordion__trigger {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #003366;
  cursor: pointer;
  display: block;
  font-size: inherit;
  margin: 0;
  padding: 0 0 0 2rem;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2; }

.accordion__trigger:after {
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: 0;
  content: '';
  height: 1.25rem;
  border-radius: 50%;
  background-color: #003366;
  background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23ffffff' d='M12 5H7V0H5v5H0v2h5v5h2V7h5V5z'/%3E%3C/svg%3E");
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 2px;
  top: -2px;
  color: white;
  width: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 20px; }

.accordion__trigger:hover:after,
.accordion__trigger:focus:after {
  background-color: #0066cc; }

.accordion__trigger[aria-expanded="true"]:after {
  background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='12' height='2'%3E%3Cpath fill='%23fff' d='M0 0h12v2H0z'/%3E%3C/svg%3E");
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

/**
 * This is needed to allow a double tap iOS 11
 * Safari + VO to function correctly, if there
 * are multiple elements (wrapper spans) to layout
 * text nodes within the accordion button.

	-- This is not needed if a button only contains text
	   and no other child nodes wrapping the text --

.accordion__trigger > * {
	pointer-events: none;
}
 */
.accordion__trigger:hover,
.accordion__trigger:focus {
  background-color: transparent;
  color: #0066cc;
  outline: none;
  border: none; }

.accordion__trigger[aria-disabled="true"]:hover {
  background-color: transparent;
  color: black;
  cursor: not-allowed;
  border: none; }

.accordion__trigger[aria-disabled="true"]:focus {
  background-color: transparent; }

.accordion__panel {
  background-color: inherit;
  max-height: 0vh;
  overflow: hidden;
  padding: 0 0 0 2rem;
  position: relative;
  z-index: 1; }
  .accordion__panel > div.views-row {
    margin: 0.66667rem 0; }
    .accordion__panel > div.views-row:first-child {
      margin-top: 0.5rem; }
  .accordion__panel h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 0) and (max-width: 568px) {
      .accordion__panel h3 {
        font-size: 18px;
        font-size: 1.125rem; } }

.accordion__panel--transition {
  -webkit-transition: max-height 150ms ease, padding-top 150ms ease, padding-bottom 150ms ease;
  transition: max-height 150ms ease, padding-top 150ms ease, padding-bottom 150ms ease; }

.accordion__panel > :last-child {
  margin-bottom: 0; }

.accordion__panel[aria-hidden="false"] {
  max-height: 500vh;
  visibility: visible; }

.accordion__trigger[aria-expanded="true"] {
  background: transparent; }

.accordion__bulk-toggles > button, .accordion__bulk-toggles > .fc-button {
  margin-bottom: 1rem;
  display: block; }

@media (min-width: 380px) {
  .accordion__bulk-toggles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .accordion__bulk-toggles > button, .accordion__bulk-toggles > .fc-button {
      margin: 0;
      display: inline-block; }
    .accordion__bulk-toggles .menu--seperator {
      border: 0 solid black;
      border-right-width: 1px;
      padding-left: 1rem;
      margin-right: 1rem;
      height: 1em;
      display: block; } }

.accordion__trigger-right .accordion__panel {
  padding-left: 0; }

.accordion__trigger-right .accordion__trigger {
  padding-right: 1.5rem; }

.accordion__trigger-right .accordion__trigger:after {
  left: inherit;
  left: unset;
  right: 0.25rem;
  background-color: transparent;
  content: "";
  top: 8px;
  border: none;
  height: 10px;
  width: 16px;
  margin-top: 0;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cpath d='M1 1l7 8 7-8' fill='none' stroke='rgb(150,27,30)' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E"); }

.accordion__trigger-right .accordion__trigger[aria-expanded="true"]:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

