@charset "UTF-8";
/*!
Theme Name: alga
Theme URI: http://underscores.me/
Author: Giraffe
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alga
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Archivo", sans-serif;
  letter-spacing: 0.4px;
  font-weight: 400;
}

h1,
.home h2 {
  font-size: 3.4rem;
  font-weight: 500;
  color: #062E4A;
  margin-bottom: 2rem;
}

h2,
.home-events .event-card h3,
.related-events .event-card h3,
.hero-slider-box h3,
.home-policies h3 {
  font-size: 3rem;
  margin-bottom: 1.6rem;
  color: #559CAD;
  font-weight: 400;
}

h3 {
  font-size: 3rem;
  color: #559CAD;
  font-weight: 400;
}

h4 {
  font-size: 2.2rem;
  color: #559CAD;
  font-weight: 400;
}

h5 {
  font-size: 1.7rem;
  color: #559CAD;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.9rem;
  }
  h3 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 991px) {
  h1,
  .home h2 {
    font-size: 5rem;
    color: #062E4A;
    margin-bottom: 5rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1600px) {
  h2,
  .hero-slider-box h3,
  .home-events .event-card h3,
  .related-events .event-card h3,
  .policy-grid h3 {
    font-size: 2.9rem;
    margin-bottom: 1.6rem;
  }
  h3 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
  }
  .content h3 {
    margin-bottom: 3rem;
  }
}
h5 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.post h1 {
  margin-top: 1.6rem;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

.text-blue {
  color: #559CAD;
}

.content-body a:hover, .content-body .priority-policy-featured:hover a.btn-white, .priority-policy-featured:hover .content-body a.btn-white,
.content-body .priority-policy-tile:hover a.btn-white,
.priority-policy-tile:hover .content-body a.btn-white {
  text-decoration: none;
}

.posted-on {
  color: #559CAD;
}

.p-intro,
.p-highlight {
  font-size: 112%;
}

.p-intro p:last-child {
  margin-bottom: 0;
}

@media (min-width: 991px) {
  .p-intro {
    margin-top: 1rem;
  }
}
.policy-page .intro,
.about .intro,
.other-events .intro {
  margin-top: 1rem;
}
.policy-page .intro p:first-child,
.about .intro p:first-child,
.other-events .intro p:first-child {
  font-size: 112%;
  color: #062E4A;
}

@media screen and (min-width: 1200px) {
  .about .intro-col p:first-child,
  .other-events .intro p:first-child,
  .single-event .content-body p:first-child,
  .p-intro,
  .p-highlight {
    font-size: 120%;
  }
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* Elements
--------------------------------------------- */
html {
  font-size: 10px;
}

body {
  background: #fff;
  font-size: 1.7rem;
}

@media (max-width: 576px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
section {
  overflow-x: hidden;
}

.site-footer {
  color: black;
}
.site-footer .site-info {
  font-size: 16px;
}

.bg-paleblue {
  background-color: #E2F0F5;
}

.s-padding {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.s-padding-top {
  padding-top: 3rem;
}
.s-padding-bottom {
  padding-bottom: 3rem;
}

.m-padding {
  padding-bottom: 4.2rem;
  padding-top: 4.2rem;
}
.m-padding-top {
  padding-top: 4.2rem;
}
.m-padding-bottom {
  padding-bottom: 4.2rem;
}

.l-padding {
  padding-bottom: 8rem;
  padding-top: 8rem;
}
.l-padding-top {
  padding-top: 8rem;
}
.l-padding-bottom {
  padding-bottom: 8rem;
}

@media screen and (min-width: 768px) {
  .s-padding {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .s-padding-top {
    padding-top: 3rem;
  }
  .s-padding-bottom {
    padding-bottom: 3rem;
  }
  .m-padding {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .m-padding-top {
    padding-top: 6rem;
  }
  .m-padding-bottom {
    padding-bottom: 6rem;
  }
  .l-padding {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
  .l-padding-top {
    padding-top: 8rem;
  }
  .l-padding-bottom {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 1.7rem;
  }
  .s-padding {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .s-padding-top {
    padding-top: 5rem;
  }
  .s-padding-bottom {
    padding-bottom: 5rem;
  }
  .m-padding {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
  .m-padding-top {
    padding-top: 8rem;
  }
  .m-padding-bottom {
    padding-bottom: 8rem;
  }
  .l-padding {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
  .l-padding-top {
    padding-top: 12rem;
  }
  .l-padding-bottom {
    padding-bottom: 12rem;
  }
}
.container-fluid-right {
  width: calc(100% - (100% - 540px) / 2);
  margin-left: auto;
  margin-right: 0;
  padding-left: 7.5px;
}

@media (max-width: 767px) {
  .container-fluid-right-mobile,
  .container-fluid-right {
    width: 100%;
    margin: auto;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .container-fluid-right {
    width: calc(100% - (100% - 720px) / 2);
    margin-left: auto;
    margin-right: 0;
    padding-left: 7.5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid-right-mobile {
    width: calc(100% - (100% - 720px) / 2);
    margin-left: auto;
    margin-right: 0;
    padding-left: 7.5px;
  }
}
@media (min-width: 992px) {
  .container-fluid-right {
    width: calc(100% - (100% - 960px) / 2);
    margin-left: auto;
    margin-right: 0;
    padding-left: 7.5px;
  }
}
@media (min-width: 1200px) {
  .container-fluid-right {
    width: calc(100% - (100% - 1140px) / 2);
    margin-left: auto;
    margin-right: 0;
    padding-left: 7.5px;
  }
}
@media (min-width: 1400px) {
  .container-fluid-right {
    width: calc(100% - (100% - 1320px) / 2);
    margin-left: auto;
    margin-right: 0;
    padding-left: 7.5px;
  }
}
@media (max-width: 576px) {
  .container.container-fluid-right-mobile {
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .container.container-fluid-right-mobile {
    width: calc(100% - (100% - 540px) / 2);
    margin-left: auto;
    margin-right: 0;
    padding-left: 7.5px;
    padding-right: 0;
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container.container-fluid-right-mobile {
    width: calc(100% - (100% - 720px) / 2);
    margin-left: auto;
    margin-right: 0;
    padding-left: 7.5px;
    padding-right: 0;
    max-width: none;
  }
}

.bg-blue {
  background: #E2F0F5;
}

.bg-orange {
  background: #FFF3EA;
}

.img-wrapper img {
  border-radius: 10px;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul li::marker {
  color: #559CAD;
  font-size: 25px;
  font-weight: 800;
  line-height: 19px;
}

li {
  padding-inline-start: 0.5ch;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

ul li {
  padding-inline-start: 0;
}

.content ol li::marker,
.post ol li::marker {
  color: #559CAD;
}

.highlight-box li::marker {
  color: #062E4A;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

#primary section .row ul,
.content ul,
.content-body ul {
  list-style: none;
}
#primary section .row ul li,
.content ul li,
.content-body ul li {
  position: relative;
}
#primary section .row ul li::before,
.content ul li::before,
.content-body ul li::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  left: -18px;
  top: 0.5em;
  position: absolute;
  background: #559CAD;
  border-radius: 50%;
}

#primary section .highlight-box ul {
  list-style: none;
}
#primary section .highlight-box ul li {
  position: relative;
}
#primary section .highlight-box ul li::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  left: -18px;
  top: 0.5em;
  position: absolute;
  background: #062E4A;
  border-radius: 50%;
}

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

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

figure {
  margin: 1em 0;
}

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

.acc-item {
  border-bottom: 1px solid #062E4A;
  cursor: pointer;
}

.acc-title {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.acc-title h2 {
  width: calc(100% - 40px);
  text-align: left;
  padding: 2rem 0;
  margin-bottom: 0;
}
.acc-title svg {
  max-width: 40%;
}

#accordionPolicies .accordion-content {
  width: calc(100% - 40px);
  text-align: left;
  padding: 0rem 0 2rem 0;
}
#accordionPolicies .accordion-content p:last-child {
  margin-bottom: 0;
}

.acc-more {
  display: none;
}

.acc-less {
  display: inline;
}

.collapsed .acc-more {
  display: inline;
}
.collapsed .acc-less {
  display: none;
}

@media screen and (min-width: 1023px) {
  #accordionPolicies .accordion-content {
    width: calc(100% - 80px);
  }
}
.flex-row p:last-child {
  margin-bottom: 0;
}

.flex-row:not(:first-child) {
  margin-top: 5rem;
}

.policy-flex .flex-row:not(:last-child) {
  border-bottom: 1.5px solid #062E4A;
  padding-bottom: 5rem;
}

@media screen and (min-width: 992px) {
  .text-image {
    align-items: center;
  }
}
.subscription-modal {
  background: rgba(0, 0, 0, 0.5);
}
.subscription-modal .modal-content {
  background-color: #559CAD;
  background-image: url(../images/about-swoosh.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30rem;
  border-radius: 10px;
  padding-bottom: 2rem;
}

.modal-header {
  border: none;
  padding: 1rem 2rem 0rem 2rem;
}

.modal-body {
  padding: 0rem 3rem 3rem 3rem;
  color: white;
}
.modal-body h3 {
  color: white;
  font-size: 3rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 700px;
  }
  .modal-body {
    max-width: 600px;
    padding: 0rem 4rem 4rem 4rem;
  }
}
/* Links
--------------------------------------------- */
a {
  color: #559CAD;
}
a:focus {
  outline: thin dotted;
}
a:hover, .priority-policy-featured:hover a.btn-white,
.priority-policy-tile:hover a.btn-white, a:active {
  outline: 0;
}

nav a {
  color: inherit;
}

.hero-socials a {
  text-decoration: none;
}

.policy-grid a {
  text-decoration: none;
}

#primary div a:hover, #primary div .priority-policy-featured:hover a.btn-white, .priority-policy-featured:hover #primary div a.btn-white,
#primary div .priority-policy-tile:hover a.btn-white,
.priority-policy-tile:hover #primary div a.btn-white {
  text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, .priority-policy-featured:hover button.btn-white,
.priority-policy-tile:hover button.btn-white,
input[type=button]:hover,
.priority-policy-featured:hover input[type=button].btn-white,
.priority-policy-tile:hover input[type=button].btn-white,
input[type=reset]:hover,
.priority-policy-featured:hover input[type=reset].btn-white,
.priority-policy-tile:hover input[type=reset].btn-white,
input[type=submit]:hover,
.priority-policy-featured:hover input[type=submit].btn-white,
.priority-policy-tile:hover input[type=submit].btn-white {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

button[type=submit].btn-blue,
.btn-blue {
  font-size: 1.9rem;
  background: #559CAD;
  color: white;
  position: relative;
  border-radius: 30px;
  padding: 0.8rem 6rem 0.8rem 2.3rem;
  text-decoration: none;
  display: inline-block;
}
button[type=submit].btn-blue:hover, button[type=submit].btn-blue:visited,
.btn-blue:hover,
.priority-policy-featured:hover .btn-blue.btn-white,
.priority-policy-tile:hover .btn-blue.btn-white,
.btn-blue:visited {
  text-decoration: none;
  color: white;
}
button[type=submit].btn-blue::after,
.btn-blue::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #062E4A;
  border-radius: 50%;
  right: 2rem;
  top: calc(50% - 6px);
  transition: transform 200ms ease-in-out;
}
button[type=submit].btn-blue:hover,
.btn-blue:hover,
.priority-policy-featured:hover .btn-blue.btn-white,
.priority-policy-tile:hover .btn-blue.btn-white {
  background: #062E4A;
}
button[type=submit].btn-blue:hover::after,
.btn-blue:hover::after,
.priority-policy-featured:hover .btn-blue.btn-white::after,
.priority-policy-tile:hover .btn-blue.btn-white::after {
  transform: scale(2.4);
  transform-origin: center;
  background: #F38939;
  transition: transform 200ms ease-in-out;
}

.btn-white {
  font-size: 1.9rem;
  background: white;
  color: #062E4A;
  position: relative;
  border-radius: 30px;
  padding: 0.8rem 6rem 0.8rem 2.3rem;
  text-decoration: none;
  display: inline-block;
}
.btn-white:hover, .priority-policy-featured:hover .btn-white,
.priority-policy-tile:hover .btn-white, .btn-white:visited {
  text-decoration: none;
  color: #062E4A;
}
.btn-white::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #559CAD;
  border-radius: 50%;
  right: 2rem;
  top: calc(50% - 6px);
  transition: transform 200ms ease-in-out;
}
.btn-white:hover, .priority-policy-featured:hover .btn-white,
.priority-policy-tile:hover .btn-white {
  background: #F38939;
}
.btn-white:hover::after, .priority-policy-featured:hover .btn-white::after,
.priority-policy-tile:hover .btn-white::after {
  transform: scale(2.4);
  transform-origin: center;
  background: white;
  transition: transform 200ms ease-in-out;
}

button[type=submit].btn-navy,
.btn-navy {
  font-size: 1.9rem;
  background: #062E4A;
  color: white;
  position: relative;
  border-radius: 30px;
  padding: 0.8rem 6rem 0.8rem 2.3rem;
  text-decoration: none;
  display: inline-block;
}
button[type=submit].btn-navy:hover, button[type=submit].btn-navy:visited,
.btn-navy:hover,
.priority-policy-featured:hover .btn-navy.btn-white,
.priority-policy-tile:hover .btn-navy.btn-white,
.btn-navy:visited {
  text-decoration: none;
}
button[type=submit].btn-navy::after,
.btn-navy::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #F38939;
  border-radius: 50%;
  right: 2rem;
  top: calc(50% - 6px);
  transition: transform 200ms ease-in-out;
}
button[type=submit].btn-navy:hover,
.btn-navy:hover,
.priority-policy-featured:hover .btn-navy.btn-white,
.priority-policy-tile:hover .btn-navy.btn-white {
  background: #F38939;
}
button[type=submit].btn-navy:hover::after,
.btn-navy:hover::after,
.priority-policy-featured:hover .btn-navy.btn-white::after,
.priority-policy-tile:hover .btn-navy.btn-white::after {
  transform: scale(2.4);
  transform-origin: center;
  background: white;
  transition: transform 200ms ease-in-out;
}

.btn-small {
  font-size: 1.6rem;
  padding: 0.67rem 5rem 0.67rem 1.9rem;
}
.btn-small::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  right: 1.6rem;
  top: calc(50% - 5px);
  transition: transform 200ms ease-in-out;
}

.btn-share,
.btn-print {
  font-size: 1.6rem;
  padding: 0.67rem 5rem 0.67rem 1.9rem;
  background: #F0F0F0;
  color: #062E4A;
  position: relative;
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.btn-share:hover, .priority-policy-featured:hover .btn-share.btn-white,
.priority-policy-tile:hover .btn-share.btn-white, .btn-share:visited,
.btn-print:hover,
.priority-policy-featured:hover .btn-print.btn-white,
.priority-policy-tile:hover .btn-print.btn-white,
.btn-print:visited {
  text-decoration: none;
  color: white;
}
.btn-share::after,
.btn-print::after {
  position: absolute;
  transition: transform 200ms ease-in-out;
}
.btn-share.active, .btn-share:hover, .priority-policy-featured:hover .btn-share.btn-white,
.priority-policy-tile:hover .btn-share.btn-white,
.btn-print.active,
.btn-print:hover,
.priority-policy-featured:hover .btn-print.btn-white,
.priority-policy-tile:hover .btn-print.btn-white {
  background: #F38939;
  color: #062E4A;
}
.btn-share.active::after, .btn-share:hover::after, .priority-policy-featured:hover .btn-share.btn-white::after,
.priority-policy-tile:hover .btn-share.btn-white::after,
.btn-print.active::after,
.btn-print:hover::after,
.priority-policy-featured:hover .btn-print.btn-white::after,
.priority-policy-tile:hover .btn-print.btn-white::after {
  transform-origin: center;
  transition: transform 200ms ease-in-out;
}

.btn-share {
  user-select: none;
}
.btn-share::after {
  content: url(../images/icons/share-blue.svg);
  right: 2rem;
  top: 0.8rem;
}
.btn-share.active::after, .btn-share:hover::after, .priority-policy-featured:hover .btn-share.btn-white::after,
.priority-policy-tile:hover .btn-share.btn-white::after {
  transform: scale(1.2) rotate(3deg);
  content: url(../images/icons/share-white.svg);
  transform-origin: 50% 30%;
}

.btn-print::after {
  content: url(../images/icons/print-blue.svg);
  right: 1.8rem;
}
.btn-print:hover::after, .priority-policy-featured:hover .btn-print.btn-white::after,
.priority-policy-tile:hover .btn-print.btn-white::after {
  transform: scale(1.1) rotate(-3deg);
  content: url(../images/icons/print-white.svg);
}

.btn-back {
  font-size: 1.6rem;
  padding: 0.67rem 1.9rem 0.67rem 5rem;
  background: #559CAD;
  color: white;
  position: relative;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
}
.btn-back:hover, .priority-policy-featured:hover .btn-back.btn-white,
.priority-policy-tile:hover .btn-back.btn-white, .btn-back:visited {
  text-decoration: none;
  color: white;
}
.btn-back::after {
  position: absolute;
  content: url(../images/icons/chevron-left-blue.svg);
  left: 1.6rem;
  top: 0.96rem;
  transition: all 200ms ease-in-out;
}
.btn-back:hover, .priority-policy-featured:hover .btn-back.btn-white,
.priority-policy-tile:hover .btn-back.btn-white {
  background: #F38939;
}
.btn-back:hover::after, .priority-policy-featured:hover .btn-back.btn-white::after,
.priority-policy-tile:hover .btn-back.btn-white::after {
  left: 1.3rem;
  transform-origin: center;
  transition: all 200ms ease-in-out;
}

.btn-readmore {
  font-size: 1.6rem;
  padding: 0.67rem 5rem 0.67rem 1.9rem;
  background: #559CAD;
  color: white;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
}
.btn-readmore:hover, .priority-policy-featured:hover .btn-readmore.btn-white,
.priority-policy-tile:hover .btn-readmore.btn-white, .btn-readmore:visited {
  text-decoration: none;
  color: white;
}
.btn-readmore::after {
  position: absolute;
  content: "";
  background-image: url(../images/icons/arrow-down-dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  right: 1.2rem;
  top: 0.4rem;
  transition: all 200ms ease-in-out;
  width: 30px;
  height: 30px;
}
.btn-readmore:hover, .priority-policy-featured:hover .btn-readmore.btn-white,
.priority-policy-tile:hover .btn-readmore.btn-white {
  transition: all 200ms ease-in-out;
  background: #F38939;
}
.btn-readmore.is-active::after {
  transition: all 200ms ease-in-out;
  transform: rotate(180deg);
  transform-origin: center;
}

.btn-search, .search-filter-field--id-5 .search-filter-field__input {
  font-size: 1.6rem;
  padding: 0.67rem 5rem 0.67rem 1.9rem;
  background: #559CAD;
  border: none;
  color: white;
  position: relative;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
}
.btn-search:hover, .search-filter-field--id-5 .search-filter-field__input:hover, .priority-policy-featured:hover .btn-search.btn-white, .priority-policy-featured:hover .search-filter-field--id-5 .btn-white.search-filter-field__input, .search-filter-field--id-5 .priority-policy-featured:hover .btn-white.search-filter-field__input,
.priority-policy-tile:hover .btn-search.btn-white,
.priority-policy-tile:hover .search-filter-field--id-5 .btn-white.search-filter-field__input,
.search-filter-field--id-5 .priority-policy-tile:hover .btn-white.search-filter-field__input, .btn-search:visited, .search-filter-field--id-5 .search-filter-field__input:visited {
  text-decoration: none;
  color: white;
}
.btn-search::after, .search-filter-field--id-5 .search-filter-field__input::after {
  position: absolute;
  content: url(../images/icons/search-icon-navy.svg);
  right: 1.6rem;
  transition: all 200ms ease-in-out;
}
.btn-search:hover, .search-filter-field--id-5 .search-filter-field__input:hover, .priority-policy-featured:hover .btn-search.btn-white, .priority-policy-featured:hover .search-filter-field--id-5 .btn-white.search-filter-field__input, .search-filter-field--id-5 .priority-policy-featured:hover .btn-white.search-filter-field__input,
.priority-policy-tile:hover .btn-search.btn-white,
.priority-policy-tile:hover .search-filter-field--id-5 .btn-white.search-filter-field__input,
.search-filter-field--id-5 .priority-policy-tile:hover .btn-white.search-filter-field__input {
  background: #F38939;
}
.btn-search:hover::after, .search-filter-field--id-5 .search-filter-field__input:hover::after, .priority-policy-featured:hover .btn-search.btn-white::after, .priority-policy-featured:hover .search-filter-field--id-5 .btn-white.search-filter-field__input::after, .search-filter-field--id-5 .priority-policy-featured:hover .btn-white.search-filter-field__input::after,
.priority-policy-tile:hover .btn-search.btn-white::after,
.priority-policy-tile:hover .search-filter-field--id-5 .btn-white.search-filter-field__input::after,
.search-filter-field--id-5 .priority-policy-tile:hover .btn-white.search-filter-field__input::after {
  transform-origin: center;
  transition: all 200ms ease-in-out;
}

.highlight-box .btn-wrapper a:not(:last-child) {
  margin-right: 2rem;
}

.event-details-col .btn-wrapper a,
.highlight-box .btn-wrapper a {
  margin-top: 2rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

#mc_embed_signup {
  width: 100%;
}

#mc_embed_signup div.mce_inline_error {
  background: none;
  color: red;
  font-weight: normal;
}

.mc-form {
  display: flex;
}
.mc-form button[type=submit] {
  margin-left: -4rem;
}
.mc-form .mc-field-group,
.mc-form input[type=email] {
  width: 100%;
}
.mc-form #mc_embed_signup input.mce_inline_error {
  border-color: #062E4A;
}
.mc-form input[type=email] {
  border-radius: 30px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.6rem;
  border: 1px solid white;
  padding: 0.8rem 6rem 0.8rem 2.3rem;
  height: 45px;
}

button[type=submit] {
  height: 45px;
  -webkit-appearance: none;
  font-size: 1.6rem;
  border-radius: 50px;
  line-height: 1.5;
  border: none;
}

@media screen and (max-width: 767px) {
  .mc-form {
    flex-wrap: wrap;
  }
  .mc-form input[type=email] {
    padding: 0.8rem 2.3rem 0.8rem 2.3rem;
    min-width: 200px;
  }
  .mc-form button[type=submit] {
    margin-left: 0;
    margin-top: 2rem;
  }
}
/* Animation
--------------------------------------------- */
@media (prefers-reduced-motion) {
  hidden {
    transition: none;
  }
}
.slide-up.hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-up.show {
  opacity: 1;
  transform: translateY(0);
  transition: transform 700ms, opacity 700ms;
}

.slide-down.hidden {
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-down.show {
  opacity: 1;
  transform: translateY(0);
  transition: transform 700ms, opacity 700ms;
}

.slide-right.hidden {
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-right.show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 700ms, opacity 700ms;
}

.slide-left.hidden {
  opacity: 0;
  transform: translateX(50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-left.show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 700ms, opacity 700ms;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: none;
  width: 100%;
  color: #062E4A;
}
.main-navigation a, .main-navigation a:hover, .main-navigation .priority-policy-featured:hover a.btn-white, .priority-policy-featured:hover .main-navigation a.btn-white,
.main-navigation .priority-policy-tile:hover a.btn-white,
.priority-policy-tile:hover .main-navigation a.btn-white {
  color: #062E4A;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul.sub-menu {
  opacity: 0;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul .priority-policy-featured:hover li.btn-white > ul, .priority-policy-featured:hover .main-navigation ul ul li.btn-white > ul,
.main-navigation ul ul .priority-policy-tile:hover li.btn-white > ul,
.priority-policy-tile:hover .main-navigation ul ul li.btn-white > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul .priority-policy-featured:hover li.btn-white > ul, .priority-policy-featured:hover .main-navigation ul li.btn-white > ul,
.main-navigation ul .priority-policy-tile:hover li.btn-white > ul,
.priority-policy-tile:hover .main-navigation ul li.btn-white > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul li:hover > ul.sub-menu, .main-navigation ul .priority-policy-featured:hover li.btn-white > ul.sub-menu, .priority-policy-featured:hover .main-navigation ul li.btn-white > ul.sub-menu,
.main-navigation ul .priority-policy-tile:hover li.btn-white > ul.sub-menu,
.priority-policy-tile:hover .main-navigation ul li.btn-white > ul.sub-menu,
.main-navigation ul li.focus > ul.sub-menu {
  opacity: 1;
  transition: opacity 100ms ease-in;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  display: flex;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  line-height: 80px;
  height: 80px;
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.4rem;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #F0F0F0;
  color: #559CAD;
  border-radius: 50%;
  width: 3.6rem;
  margin: 0 0.4rem;
  aspect-ratio: 1/1;
  font-size: 1.6rem;
  transition: background 0.2s;
}
.page-numbers.current, .page-numbers:hover, .priority-policy-featured:hover .page-numbers.btn-white,
.priority-policy-tile:hover .page-numbers.btn-white {
  background: #559CAD;
  color: white;
}
.page-numbers.dots:hover, .priority-policy-featured:hover .page-numbers.dots.btn-white,
.priority-policy-tile:hover .page-numbers.dots.btn-white {
  color: #559CAD;
}
.page-numbers.dots, .page-numbers.next, .page-numbers.prev {
  background: none;
  width: auto;
  border-radius: 0;
  aspect-ratio: auto;
  padding: 0;
}
.page-numbers.next, .page-numbers.prev {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  transition: all 100ms ease-in;
}
.page-numbers.next:hover, .priority-policy-featured:hover .page-numbers.next.btn-white,
.priority-policy-tile:hover .page-numbers.next.btn-white, .page-numbers.prev:hover, .priority-policy-featured:hover .page-numbers.prev.btn-white,
.priority-policy-tile:hover .page-numbers.prev.btn-white {
  transition: all 150ms ease-in;
}
.page-numbers.next img, .page-numbers.prev img {
  max-height: 4.6rem;
}
.page-numbers.prev {
  margin-right: 1rem;
}
.page-numbers.prev:hover, .priority-policy-featured:hover .page-numbers.prev.btn-white,
.priority-policy-tile:hover .page-numbers.prev.btn-white {
  padding-left: 0;
  padding-right: 1.6rem;
}
.page-numbers.next {
  margin-left: 1rem;
}
.page-numbers.next:hover, .priority-policy-featured:hover .page-numbers.next.btn-white,
.priority-policy-tile:hover .page-numbers.next.btn-white {
  padding-right: 0;
  padding-left: 1.6rem;
}
.page-numbers:not(.disabled).media-prev-button:hover, .priority-policy-featured:hover .page-numbers.btn-white:not(.disabled).media-prev-button,
.priority-policy-tile:hover .page-numbers.btn-white:not(.disabled).media-prev-button, .page-numbers:not(.disabled).news-prev-button:hover, .priority-policy-featured:hover .page-numbers.btn-white:not(.disabled).news-prev-button,
.priority-policy-tile:hover .page-numbers.btn-white:not(.disabled).news-prev-button {
  padding-right: 0.4rem;
  margin-left: 1rem;
  transition: all 150ms ease-in;
}
.page-numbers:not(.disabled).media-next-button:hover, .priority-policy-featured:hover .page-numbers.btn-white:not(.disabled).media-next-button,
.priority-policy-tile:hover .page-numbers.btn-white:not(.disabled).media-next-button, .page-numbers:not(.disabled).news-next-button:hover, .priority-policy-featured:hover .page-numbers.btn-white:not(.disabled).news-next-button,
.priority-policy-tile:hover .page-numbers.btn-white:not(.disabled).news-next-button {
  padding-left: 0.4rem;
  margin-right: 1rem;
  transition: all 150ms ease-in;
}

.main-navigation #primary-menu .menu-item-has-children {
  z-index: 5;
}
.main-navigation #primary-menu .menu-item-has-children > a {
  padding-right: 26px;
}
.main-navigation #primary-menu .menu-item-has-children > a::after {
  content: "";
  background-image: url("../images/icons/arrow-down-light.svg");
  background-size: contain;
  content: "";
  height: 15px;
  right: 0px;
  bottom: 20px;
  position: absolute;
  width: 20px;
  background-repeat: no-repeat;
  transition: bottom 100ms ease-in-out;
}
.main-navigation #primary-menu .menu-item-has-children > a:hover::after, .main-navigation #primary-menu .priority-policy-featured:hover .menu-item-has-children > a.btn-white::after, .priority-policy-featured:hover .main-navigation #primary-menu .menu-item-has-children > a.btn-white::after,
.main-navigation #primary-menu .priority-policy-tile:hover .menu-item-has-children > a.btn-white::after,
.priority-policy-tile:hover .main-navigation #primary-menu .menu-item-has-children > a.btn-white::after {
  bottom: 10px;
  transition: bottom 100ms ease-in-out;
}

.main-nav-container {
  height: 100px;
}

@media screen and (min-width: 992px) {
  .main-navigation ul.menu {
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: end;
    -webkit-justify-content: flex-end;
  }
}
.main-navigation #primary-menu .sub-menu {
  background: #F0F0F0;
  padding: 1.6rem 2rem;
  line-height: 1.4;
  width: 300px;
  display: block;
  height: auto;
}
.main-navigation #primary-menu .sub-menu > li {
  margin: 0.3rem 0;
  padding: 0.4rem 0;
  color: #062E4A;
  transition: all 200ms ease-in-out;
}
.main-navigation #primary-menu .sub-menu > li.current-page, .main-navigation #primary-menu .sub-menu > li:hover, .main-navigation #primary-menu .priority-policy-featured:hover .sub-menu > li.btn-white, .priority-policy-featured:hover .main-navigation #primary-menu .sub-menu > li.btn-white,
.main-navigation #primary-menu .priority-policy-tile:hover .sub-menu > li.btn-white,
.priority-policy-tile:hover .main-navigation #primary-menu .sub-menu > li.btn-white {
  padding-left: 1.4rem;
  color: #559CAD;
  transition: padding 200ms ease-in-out;
}
.main-navigation #primary-menu .sub-menu > li.current-page a, .main-navigation #primary-menu .sub-menu > li:hover a, .main-navigation #primary-menu .priority-policy-featured:hover .sub-menu > li.btn-white a, .priority-policy-featured:hover .main-navigation #primary-menu .sub-menu > li.btn-white a,
.main-navigation #primary-menu .priority-policy-tile:hover .sub-menu > li.btn-white a,
.priority-policy-tile:hover .main-navigation #primary-menu .sub-menu > li.btn-white a {
  color: #559CAD;
}

.main-navigation #primary-menu > li {
  margin: auto 3rem;
  display: flex;
  align-items: center;
}
.main-navigation #primary-menu > li > a {
  height: 60px;
  line-height: 60px;
}

#menu-item-10962.nav-search {
  cursor: pointer;
}
#menu-item-10962.nav-search > a {
  padding-right: 26px;
}
#menu-item-10962.nav-search > a::after {
  content: "";
  background-image: url("../images/icons/search-icon.svg");
  background-size: contain;
  content: "";
  height: 25px;
  right: 0px;
  bottom: 18px;
  position: absolute;
  width: 20px;
  background-repeat: no-repeat;
  transition: transform 100ms ease-in-out;
}
#menu-item-10962.nav-search > a:hover, .priority-policy-featured:hover #menu-item-10962.nav-search > a.btn-white,
.priority-policy-tile:hover #menu-item-10962.nav-search > a.btn-white {
  color: #559CAD;
}
#menu-item-10962.nav-search > a:hover::after, .priority-policy-featured:hover #menu-item-10962.nav-search > a.btn-white::after,
.priority-policy-tile:hover #menu-item-10962.nav-search > a.btn-white::after {
  transform: rotate(37deg);
  transition: transform 100ms ease-in-out;
}

.main-nav-container {
  position: relative; /* anchor for .search-clipper */
  overflow: visible; /* allow submenus to overflow */
}

/* This is your “mask” for the slide-out */
.search-clipper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 170px);
  height: 100%;
  overflow: hidden; /* only this masks its children */
  pointer-events: none;
  z-index: 5;
}

/* The actual sliding panel */
.search-slideout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5; /* your grey */
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  pointer-events: auto;
  z-index: 1;
}
.search-slideout button.btn-search, .search-slideout .search-filter-field--id-5 button.search-filter-field__input, .search-filter-field--id-5 .search-slideout button.search-filter-field__input {
  margin: 0 1rem 0 2rem;
}
.search-slideout .search-close {
  margin: 0 1rem 0 1rem;
}
.search-slideout form {
  display: flex;
  width: 80%;
  height: 4rem;
}
.search-slideout input[type=search] {
  flex-basis: 80%;
  border-radius: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.6rem;
  border: 1px solid white;
  outline: none;
}
.search-slideout input[type=search]:focus {
  border: 1px solid #559CAD;
  outline: none;
}

.search-slideout.active {
  transform: translateX(0);
  opacity: 1;
}

.search-close {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: #fff;
  border-radius: 50%;
  background: #fff url("../images/icons/circle-arrow.svg") center center no-repeat;
  background-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  transition: transform 0.3s ease;
}

.search-close:hover, .priority-policy-featured:hover .search-close.btn-white,
.priority-policy-tile:hover .search-close.btn-white {
  transform: rotate(-40deg);
}

.search-close:focus {
  outline: 2px solid rgba(0, 0, 0, 0.3);
}

.search-close .close-icon {
  width: 26px;
  height: 32px;
  display: inline-block;
}

.main-navigation li#menu-item-11451 {
  display: inline;
  padding: 0;
  margin: 0;
  height: 4rem;
}
.main-navigation li#menu-item-11451 > a {
  padding: 0 4.6rem 0 2rem;
  margin-left: 1.4rem;
  border-radius: 20px;
  height: 4rem;
  line-height: 4rem;
  cursor: pointer;
  background: #062E4A;
  color: white;
}
.main-navigation li#menu-item-11451 > a::after {
  content: "";
  background-image: url("../images/icons/phone-icon-blue.svg");
  background-size: contain;
  content: "";
  height: 25px;
  position: absolute;
  width: 18px;
  top: 6px;
  right: 15px;
  background-repeat: no-repeat;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
}
.main-navigation li#menu-item-11451 > a:hover, .main-navigation .priority-policy-featured:hover li#menu-item-11451 > a.btn-white, .priority-policy-featured:hover .main-navigation li#menu-item-11451 > a.btn-white,
.main-navigation .priority-policy-tile:hover li#menu-item-11451 > a.btn-white,
.priority-policy-tile:hover .main-navigation li#menu-item-11451 > a.btn-white {
  color: white;
  background: #F38939;
}
.main-navigation li#menu-item-11451 > a:hover::after, .main-navigation .priority-policy-featured:hover li#menu-item-11451 > a.btn-white::after, .priority-policy-featured:hover .main-navigation li#menu-item-11451 > a.btn-white::after,
.main-navigation .priority-policy-tile:hover li#menu-item-11451 > a.btn-white::after,
.priority-policy-tile:hover .main-navigation li#menu-item-11451 > a.btn-white::after {
  height: 27px;
  width: 19px;
  background-image: url("../images/icons/phone-icon-navy.svg");
  transform-origin: center center;
  transform: rotate(-5deg);
  transition: transform 100ms ease-in-out;
}

@media screen and (min-width: 1200px) {
  .search-clipper,
  .main-navigation {
    display: block;
  }
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
/* Initially hide submenus */
#mobileNav .sub-menu {
  display: none; /* Hides all submenus initially */
  padding-left: 2rem; /* Optional: add some indent for submenus */
  padding-bottom: 2rem; /* Optional: add some indent for submenus */
}

/* Show submenu when the parent item is active */
.menu-item-active > .sub-menu {
  display: block; /* Shows the submenu when active */
}

/* Optional: Add an indicator (like a down arrow) next to items that have submenus */
#mobileNav .menu-item-has-children > a .submenu-toggle {
  width: 40px;
  height: 40px;
}

/* This class will disable body scrolling */
.no-scroll {
  overflow: hidden;
}

.slide-in-nav {
  position: fixed;
  top: 0;
  right: -1200px;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  background: white;
  transition: right 0.5s ease;
  z-index: 10;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.slide-in-nav.open {
  right: 0;
  z-index: 999;
}

.nav-wrapper {
  position: relative;
  top: 0;
  flex-direction: column;
  display: flex;
  height: 100%;
  justify-content: space-between;
  width: 100%;
  padding-top: 2rem;
  z-index: 5;
}
.nav-wrapper ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.nav-wrapper .menu-menu-1-container {
  padding: 3rem;
}

.slide-in-nav a {
  padding: 4px 8px;
  text-decoration: none;
  font-size: 36px;
  display: block;
  transition: 0.7s;
}

.nav-wrapper a {
  font-size: 3rem;
}

.slide-in-nav .closebtn {
  text-align: right;
  z-index: 6;
  cursor: pointer;
}

.mobile-nav-open {
  z-index: -1;
}

@media (max-width: 576px) {
  .mobile-nav-open span {
    top: 2.6rem;
  }
}
.mobile-nav-open {
  display: none;
}

.mobile-nav {
  display: none;
}
.mobile-nav a {
  color: #062E4A;
}
.mobile-nav a:visited {
  color: #062E4A;
}

@media only screen and (max-width: 1199px) {
  .mobile-nav-open,
  .mobile-nav {
    display: block;
  }
  .main-nav-container {
    position: relative;
  }
  .main-nav-container .mobile-nav-open {
    position: absolute;
    top: 1rem;
    right: 7.5px;
    padding: 2rem 0;
    display: inline;
    z-index: 10;
  }
}
#mobileNav .menu-item-has-children.menu-item-active > a .submenu-toggle::after {
  bottom: -10px;
  transition: bottom 100ms ease-in-out;
}

#mobileNav .menu-item {
  margin: 1.6rem 0;
}
#mobileNav .menu-item .sub-menu {
  padding-top: 1.6rem;
}
#mobileNav .menu-item .sub-menu .menu-item {
  padding: 0.2rem 0;
  margin: 0;
  line-height: 1.2;
}
#mobileNav .menu-item .sub-menu .menu-item > a {
  color: #559CAD;
  font-size: 2.4rem;
}

#mobileNav .menu-item-has-children {
  z-index: 5;
}
#mobileNav .menu-item-has-children > a {
  position: relative;
  display: inline;
  padding-right: 26px;
}
#mobileNav .menu-item-has-children > a .submenu-toggle::after {
  background-image: url("../images/icons/arrow-down-light.svg");
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 6px;
  content: "";
  height: 28px;
  position: absolute;
  right: -2.6rem;
  transition: bottom 200ms ease-in-out;
  width: 40px;
}

#mobileNav li.menu-item-10962 {
  display: none;
}

#mobileNav li.menu-item-11451 {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 8px;
  position: relative;
  height: 5rem;
}
#mobileNav li.menu-item-11451 > a {
  padding: 0 5rem 0 2rem;
  border-radius: 40px;
  height: 5rem;
  line-height: 5rem;
  cursor: pointer;
  background: #062E4A;
  color: white;
}
#mobileNav li.menu-item-11451 > a::after {
  content: "";
  background-image: url("../images/icons/phone-icon-blue.svg");
  background-size: contain;
  content: "";
  height: 30px;
  position: absolute;
  width: 20px;
  top: 8px;
  right: 18px;
  background-repeat: no-repeat;
  transition: transform 100ms ease-in-out;
}
#mobileNav li.menu-item-11451 > a:hover, #mobileNav .priority-policy-featured:hover li.menu-item-11451 > a.btn-white, .priority-policy-featured:hover #mobileNav li.menu-item-11451 > a.btn-white,
#mobileNav .priority-policy-tile:hover li.menu-item-11451 > a.btn-white,
.priority-policy-tile:hover #mobileNav li.menu-item-11451 > a.btn-white {
  color: white;
  background: #F38939;
}
#mobileNav li.menu-item-11451 > a:hover::after, #mobileNav .priority-policy-featured:hover li.menu-item-11451 > a.btn-white::after, .priority-policy-featured:hover #mobileNav li.menu-item-11451 > a.btn-white::after,
#mobileNav .priority-policy-tile:hover li.menu-item-11451 > a.btn-white::after,
.priority-policy-tile:hover #mobileNav li.menu-item-11451 > a.btn-white::after {
  height: 35px;
  width: 25px;
  background-image: url("../images/icons/phone-icon-navy.svg");
  transform-origin: center center;
  transform: rotate(-5deg);
  transition: transform 100ms ease-in-out;
}

.nav-footer-socials {
  padding: 2rem 4rem;
}
.nav-footer-socials > a {
  display: inline;
}

.nav-footer-form {
  background: #F0F0F0;
}

.mobile-nav-footer form {
  padding: 2.6rem 4rem;
}
.mobile-nav-footer form input, .mobile-nav-footer form button {
  width: 100%;
  margin: 1rem 0;
}
.mobile-nav-footer form input[type=search] {
  border-radius: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.6rem;
  border: 1px solid white;
  font-size: 2rem;
  padding: 0.67rem 1rem 0.67rem 2rem;
  outline: none;
}
.mobile-nav-footer form input[type=search]:focus {
  border: 1px solid #559CAD;
  outline: none;
}
.mobile-nav-footer form .btn-search, .mobile-nav-footer form .search-filter-field--id-5 .search-filter-field__input, .search-filter-field--id-5 .mobile-nav-footer form .search-filter-field__input {
  font-size: 2rem;
  padding: 0.67rem 0;
  width: 100%;
  display: block;
}
.mobile-nav-footer form .btn-search svg, .mobile-nav-footer form .search-filter-field--id-5 .search-filter-field__input svg, .search-filter-field--id-5 .mobile-nav-footer form .search-filter-field__input svg {
  margin-left: 5px;
}
.mobile-nav-footer form .btn-search:after, .mobile-nav-footer form .search-filter-field--id-5 .search-filter-field__input:after, .search-filter-field--id-5 .mobile-nav-footer form .search-filter-field__input:after {
  content: "";
}

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

.post,
.page {
  margin: 0;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
.custom-logo-link img {
  max-width: 190px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

@media print {
  .custom-logo-link img {
    width: 200px;
    height: auto;
  }
  body {
    font-size: 10pt; /* Adjust as needed */
    line-height: 1.6;
    color: #000;
  }
  .share-container, .share-toggle, .nav, .footer, .print-button {
    display: none !important; /* Hide UI-only elements */
  }
  h1, h2, h3 {
    font-size: 110%; /* Optional: tweak headings */
  }
}
/* Pages
--------------------------------------------- */
.news-carousel .owl-stage .owl-item,
.project-carousel .owl-stage .owl-item {
  border-radius: 10px;
}
.news-carousel .owl-stage .owl-item .news-card, .news-carousel .owl-stage .owl-item .news-card-wrapper,
.project-carousel .owl-stage .owl-item .news-card,
.project-carousel .owl-stage .owl-item .news-card-wrapper {
  height: 100%;
}

.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-stage .news-card {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  height: 100%;
}

.owl-nav-custom img {
  cursor: pointer;
}

@media (min-width: 768px) {
  .owl-stage {
    padding-left: 0 !important; /* Removes left padding */
  }
}
@media (min-width: 992px) {
  .highlight-box .btn-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .home-events .btn-wrapper, .related-events .btn-wrapper,
  .home-news .btn-wrapper {
    margin-top: 3rem;
    text-align: center;
  }
}
.priority-policy-featured {
  background-image: url("../images/policy-featured-swoosh-mobile.svg");
  background-size: 320px;
  overflow: hidden;
  padding: 4.2rem 4rem 11rem 3.5rem;
}
.priority-policy-featured h3 {
  color: white;
}
.priority-policy-featured .policy-featured-intro {
  margin-bottom: 3rem;
}
.priority-policy-featured .policy-featured-header {
  margin-bottom: 2rem;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.section-heading:has(.section-heading-buttons) {
  align-items: center;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading .btn-wrapper {
  justify-self: end;
}
.section-heading .btn-wrapper a ~ a {
  margin-left: 1rem;
}

.priority-policy-featured,
.priority-policy-tile {
  background-color: #559CAD;
  background-position: right bottom -1px;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: white;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.priority-policy-featured:hover, .priority-policy-featured:hover .priority-policy-featured.btn-white,
.priority-policy-tile:hover .priority-policy-featured.btn-white,
.priority-policy-tile:hover,
.priority-policy-featured:hover .priority-policy-tile.btn-white,
.priority-policy-tile:hover .priority-policy-tile.btn-white {
  background-color: #062E4A;
  border-color: #F38939;
}
.priority-tile-wrapper {
  margin-bottom: 1.4rem;
  margin-top: 1.4rem;
}

.priority-policy-tile {
  height: 100%;
  background-image: url("../images/policy-tile-corner.svg");
}

.owl-item .priority-tile-wrapper {
  margin-top: 0;
}

.priority-tile-wrapper h3 {
  color: white;
}

.local-gov-grid .priority-tile-wrapper .priority-policy-tile {
  justify-content: space-around;
}
.local-gov-grid .priority-tile-wrapper h2 {
  color: white;
}

.policy-tile-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.2rem 3rem 3.2rem 2.5rem;
}

.carousel-container .priority-policy-tile {
  min-height: 181px;
}

@media (min-width: 768px) {
  .priority-policy-featured {
    background-image: url("../images/policy-featured-swoosh.svg");
  }
  .policy-featured-header {
    display: flex;
    justify-content: space-between;
  }
  .policy-featured-header h3 {
    max-width: calc(100% - 250px);
  }
}
.owl-item .priority-tile-wrapper {
  height: 100%;
}

.priority-policy-tile {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.2rem 3rem 3.2rem 2.5rem;
}

@media (min-width: 992px) {
  .priority-policy-tile {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.2rem 3rem 3.2rem 2.5rem;
  }
  .section-heading h2 {
    flex-basis: 50%;
  }
  .priority-policy-tile {
    border-left: 15px solid #062E4A;
    min-height: 18rem;
  }
  .priority-policy-featured {
    border-left: 15px solid #062E4A;
    background-size: 360px;
    padding: 4.2rem 4rem 4.2rem 3rem;
  }
  .policy-featured-intro {
    font-size: 2.1rem;
    max-width: calc(100% - 400px);
  }
}
@media (min-width: 1200px) {
  .priority-policy-tile {
    padding: 2.2rem 4rem 3.2rem 3rem;
  }
}
@media (max-width: 991px) {
  .home-policies .priority-policy-featured {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .priority-policy-featured {
    margin-left: 2rem;
  }
}
.home-policies .section-footer-buttons {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 3rem;
  justify-content: space-between;
}
.home-policies .section-footer-buttons .owl-nav-custom img {
  margin-left: 1.4rem;
  padding-right: 0;
  padding-left: 0;
  margin-right: 1.4rem;
  transition: all 100ms ease-in;
  max-height: 5rem;
}
.home-policies .section-footer-buttons .owl-nav-custom img.policy-prev-button:hover, .home-policies .section-footer-buttons .owl-nav-custom .priority-policy-featured:hover img.policy-prev-button.btn-white, .priority-policy-featured:hover .home-policies .section-footer-buttons .owl-nav-custom img.policy-prev-button.btn-white,
.home-policies .section-footer-buttons .owl-nav-custom .priority-policy-tile:hover img.policy-prev-button.btn-white,
.priority-policy-tile:hover .home-policies .section-footer-buttons .owl-nav-custom img.policy-prev-button.btn-white {
  padding-right: 0.4rem;
  margin-left: 1rem;
  transition: all 150ms ease-in;
}
.home-policies .section-footer-buttons .owl-nav-custom img.policy-next-button:hover, .home-policies .section-footer-buttons .owl-nav-custom .priority-policy-featured:hover img.policy-next-button.btn-white, .priority-policy-featured:hover .home-policies .section-footer-buttons .owl-nav-custom img.policy-next-button.btn-white,
.home-policies .section-footer-buttons .owl-nav-custom .priority-policy-tile:hover img.policy-next-button.btn-white,
.priority-policy-tile:hover .home-policies .section-footer-buttons .owl-nav-custom img.policy-next-button.btn-white {
  padding-left: 0.4rem;
  margin-right: 1rem;
  transition: all 150ms ease-in;
}

.home-members .marquee-wrapper {
  margin-top: 6rem;
  overflow: hidden; /* hides anything scrolling off to the left/right */
  position: relative;
  width: 100%;
}
.home-members .marquee-wrapper .marquee-track {
  display: inline-flex; /* keep items in one horizontal line */
  white-space: nowrap; /* prevent wrapping */
  will-change: transform;
}
.home-members .marquee-wrapper .marquee-track a {
  flex: 0 0 auto; /* don’t shrink */
  margin-right: 2rem; /* space between logos, adjust as you wish */
}
.home-members .marquee-wrapper .marquee-track img {
  display: block;
  height: 150px; /* adjust logo height */
  margin-left: 3rem;
  margin-right: 3rem;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .members-intro {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .home-members .marquee-wrapper {
    margin-top: 9rem;
  }
}
.home-tagline {
  color: #062E4A;
  font-size: 3rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: right;
}
.home-tagline span {
  color: #559CAD;
}

.home-hero .carousel-indicators {
  background: white;
  border-radius: 15px;
  bottom: 2rem;
  padding: 0.7rem 0.5rem;
  margin: 0 auto;
  width: fit-content;
  z-index: 20;
}
.home-hero .carousel-indicators [data-bs-target] {
  background: #E6E6E6;
  border: 1px solid white;
  border-radius: 50%;
  height: 8px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 1;
  width: 8px;
}
.home-hero .carousel-indicators [data-bs-target].active {
  background: #062E4A;
  border: 1px solid #062E4A;
}

#heroCarousel .carousel-item {
  background-position: center;
  background-size: cover;
  height: 60rem;
}

.hero-slider-box {
  background: white;
  border-radius: 10px;
  margin-top: 4rem;
  padding: 30px;
}
.hero-slider-box h3 {
  display: inline-block;
}
.hero-slider-box a {
  z-index: 10;
}

.hero-box-container {
  position: relative;
  height: 54rem;
}
.hero-box-container .hero-slider-box {
  position: absolute;
  bottom: 7rem;
}

.home-hero {
  position: relative;
  overflow: hidden;
}
.home-hero::after {
  content: "";
  background-image: url("../images/alga-swoosh-hero.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1px;
  height: 230px;
  position: absolute;
  right: 0px;
  width: 470px;
  z-index: 9;
}
.home-hero .carousel-item::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.home-hero .container .row {
  height: 100%;
  position: relative;
  z-index: 1;
}

.hero-slider-box-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.hero-slider-box-title .btn-wrapper {
  flex-shrink: 0;
}
.hero-slider-box-title h3 {
  margin-bottom: 0;
  padding-right: 1.5rem;
}

@media screen and (max-width: 576px) {
  .home-hero::after {
    background-image: url("../images/alga-swoosh-hero-mobile.svg");
    height: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #heroCarousel .carousel-item {
    height: 40rem;
  }
  .hero-box-container {
    height: 54rem;
    position: static;
  }
  .hero-box-container .hero-slider-box {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    bottom: -17rem;
    box-shadow: -3px 5px 5px rgba(100, 100, 100, 0.2);
  }
  .hero-socials {
    display: none;
  }
  .carousel-indicators {
    box-shadow: 3px 5px 5px rgba(100, 100, 100, 0.2);
  }
  .carousel-inner {
    margin-bottom: 9rem;
    padding-bottom: 25rem;
  }
  .home-hero .container .row {
    position: static;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-hero::after {
    height: 160px;
    width: 319px;
  }
}
@media screen and (min-width: 992px) {
  .hero-slider-box {
    background: white;
    padding: 2.4rem 2.4rem 1rem 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-hero::after {
    height: 250px;
    width: 500px;
  }
  .hero-box-container .hero-slider-box {
    position: absolute;
    bottom: auto;
    top: 20rem;
  }
}
@media screen and (min-width: 1600px) {
  .home-hero::after {
    height: 280px;
    width: 570px;
  }
}
@media screen and (max-width: 768px) {
  .national-voice h2 {
    max-width: 300px;
    margin-left: auto;
  }
  .national-voice h2 span {
    white-space: nowrap;
  }
}
.hero-socials {
  background-image: url("../images/socials-background-shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0px;
  height: 64px;
  padding: 1.9rem 5rem;
  position: absolute;
  width: 320px;
}
.hero-socials a {
  margin: 0 0.5rem;
}
.hero-socials a svg {
  max-height: 26px;
}
.hero-socials a:hover svg path, .hero-socials .priority-policy-featured:hover a.btn-white svg path, .priority-policy-featured:hover .hero-socials a.btn-white svg path,
.hero-socials .priority-policy-tile:hover a.btn-white svg path,
.priority-policy-tile:hover .hero-socials a.btn-white svg path {
  fill: black;
}

.home-partners h2 {
  text-align: center;
}
.home-partners .our-partners-logos {
  padding-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-partners .our-partners-logos img {
  max-width: 250px;
}

.national-voice h2 {
  padding-top: 3rem;
  font-weight: 400;
  padding-bottom: 2rem;
  text-align: right;
  margin-bottom: 0;
  font-size: 3rem;
}

.about-card-photo {
  height: 33rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-card {
  font-size: 2rem;
  height: 100%;
  font-weight: 200;
  text-align: center;
  background-image: url(../images/about-swoosh.svg);
  background-repeat: no-repeat;
  background-color: #E2F0F5;
  overflow: hidden;
  background-size: 50%;
  background-position: bottom right;
  border-radius: 15px;
}
.about-card-body {
  padding: 3rem 4rem 5rem 4rem;
}
.about-card-body h2 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  .intro-col p:last-child {
    margin-bottom: 0;
  }
  .about-card-col {
    margin: 2rem 0;
  }
  .about-card-col:first-child {
    margin-top: 0;
  }
  .about-card-body {
    padding: 3rem 5rem 5rem 5rem;
  }
}
.body-text.two-col li {
  margin-top: 0;
  margin-bottom: 1rem;
}

.about .p-intro {
  color: #062E4A;
}

@media screen and (max-width: 991px) {
  .text-image .image-col {
    margin-top: 3rem;
  }
  .image-text .image-col {
    order: 2;
    margin-top: 3rem;
  }
  .image-text .text-col {
    order: 1;
  }
}
@media screen and (min-width: 992px) {
  .body-text.two-col {
    columns: 2;
  }
  .image-text .image-col {
    padding-right: 3rem;
  }
  .image-text .text-col {
    order: 1;
  }
}
.map-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

.member-state-info {
  min-height: 20rem;
  background-color: #E2F0F5;
  border-radius: 10px;
  padding: 5rem 4rem;
}
.member-state-info img {
  user-select: none;
  max-height: 18rem;
  max-width: 22rem;
  margin: 1rem 0 3.6rem 0;
}

#ALGA-Map > g > path {
  transition: fill 100ms ease-in-out;
  fill: #F38939; /* default */
}

#ALGA-Map > g:hover > path, .priority-policy-featured:hover #ALGA-Map > g.btn-white > path,
.priority-policy-tile:hover #ALGA-Map > g.btn-white > path {
  fill: #F4954D;
  cursor: pointer;
}

#ALGA-Map > g.active > path {
  fill: #062E4A;
}

.state-accordion-wrapper .accordion-content {
  padding: 2rem 0.5rem 3rem 0.5rem;
}
.state-accordion-wrapper .accordion-content img {
  margin-bottom: 3rem;
  max-width: 22rem;
  max-height: 15rem;
}

.member-state-info {
  display: none;
}

@media screen and (min-width: 992px) {
  .state-accordion-wrapper {
    display: none;
  }
  .member-state-info {
    display: block;
  }
  .our-members .map-wrapper {
    padding-right: 7rem;
  }
}
.person-group {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.person-group div[class^=col-] {
  margin-bottom: 3rem;
}

.person-card {
  height: 100%;
  display: flex;
  padding: 3rem;
  border-radius: 15px;
  background: #E2F0F5;
  color: #062E4A;
}
.person-card .img-wrapper {
  margin-right: 3rem;
}
.person-card .img-wrapper img {
  width: 150px;
  min-width: 150px;
  border-radius: 200px;
}
.person-card .person-role p {
  margin-bottom: 1rem;
}

.row .equal-height {
  min-height: 100%;
}

.person-card h4, .contact-box h4 {
  color: #062E4A;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.person-card .person-title, .contact-box .person-title {
  color: #559CAD;
}

.person-email {
  margin-bottom: 0;
  padding-left: 4rem;
  position: relative;
}
.person-email::before {
  content: "";
  background-image: url(../images/icons/email-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  width: 27px;
  top: 5px;
  max-width: 27px;
  left: 3px;
  position: absolute;
}
.person-email a {
  color: #062E4A;
  font-size: 2rem;
  text-decoration: none;
}
.person-email a:hover, .person-email .priority-policy-featured:hover a.btn-white, .priority-policy-featured:hover .person-email a.btn-white,
.person-email .priority-policy-tile:hover a.btn-white,
.priority-policy-tile:hover .person-email a.btn-white {
  color: #559CAD;
}

.our-team .person-card {
  align-items: center;
}

.team-contact-container {
  background-color: #E2F0F5;
  padding: 5rem 5rem 8rem 5rem;
  font-size: 2rem;
  background-image: url(../images/about-swoosh.svg);
  background-repeat: no-repeat;
  background-color: #E2F0F5;
  overflow: hidden;
  background-size: 400px;
  background-position: bottom right;
  border-radius: 15px;
}
.team-contact-container h2 {
  margin-bottom: 2.6rem;
}
.team-contact-container p {
  margin-bottom: 2rem;
}
.team-contact-container .contact-address {
  position: relative;
  padding-left: 4rem;
}
.team-contact-container .contact-address::before {
  content: url(../images/icons/location-blue.svg);
  top: 3px;
  left: 6px;
  max-width: 20px;
  position: absolute;
}
.team-contact-container .contact-phone {
  position: relative;
  padding-left: 4rem;
}
.team-contact-container .contact-phone::before {
  content: url(../images/icons/phone-blue.svg);
  top: 2px;
  left: 8px;
  max-width: 20px;
  position: absolute;
}
.team-contact-container .contact-email {
  position: relative;
  padding-left: 4rem;
}
.team-contact-container .contact-email::before {
  content: url(../images/icons/email-blue.svg);
  top: 5px;
  left: 3px;
  max-width: 20px;
  position: absolute;
}
.team-contact-container a {
  color: #062E4A;
  text-decoration: none;
}
.team-contact-container a:hover, .team-contact-container .priority-policy-featured:hover a.btn-white, .priority-policy-featured:hover .team-contact-container a.btn-white,
.team-contact-container .priority-policy-tile:hover a.btn-white,
.priority-policy-tile:hover .team-contact-container a.btn-white {
  color: #559CAD;
}

@media screen and (max-width: 1199px) {
  .contact-box.media-contact {
    margin-top: 6rem;
  }
}
.about-back {
  margin-bottom: 3rem;
}

.facts-figures .highlight-box {
  padding: 5rem 4rem;
}
.facts-figures .highlight-box h3 {
  margin-bottom: 2.6rem;
}
.facts-figures .icon-heading {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.facts-figures .icon-heading svg {
  flex-shrink: 0;
  margin-bottom: 1.4rem;
  display: block;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .person-card .img-wrapper {
    margin-right: 2rem;
  }
  .person-card .img-wrapper img {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
  .person-email a {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .our-board .p-intro {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .person-card {
    display: flex;
    flex-wrap: wrap;
  }
  .person-card .card-text {
    width: 100%;
  }
  .person-card .img-wrapper {
    margin-bottom: 2rem;
  }
  .our-board .p-intro {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .person-card .img-wrapper img {
    width: 160px;
    min-width: 160px;
    border-radius: 200px;
  }
  .person-role {
    max-width: 300px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1399px) {
  .person-email {
    padding-left: 3rem;
  }
  .person-email::before {
    top: 8px;
    height: 20px;
    width: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .person-card .img-wrapper img {
    width: 200px;
    min-width: 200px;
  }
  .person-role {
    max-width: 300px;
  }
}
.news-page .section-heading {
  display: flex;
  justify-content: space-between;
}
.news-page .section-heading h2 {
  font-size: 3rem;
  color: #559CAD;
}

.owl-nav-custom img {
  margin-left: 0.4rem;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: 0.4rem;
  transition: all 100ms ease-in;
  max-height: 5rem;
}
.owl-nav-custom img.disabled {
  cursor: default;
}
.owl-nav-custom img:not(.disabled).budget-prev-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).budget-prev-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).budget-prev-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).budget-prev-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).budget-prev-button, .owl-nav-custom img:not(.disabled).reports-prev-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).reports-prev-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).reports-prev-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).reports-prev-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).reports-prev-button, .owl-nav-custom img:not(.disabled).submissions-prev-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).submissions-prev-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).submissions-prev-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).submissions-prev-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).submissions-prev-button, .owl-nav-custom img:not(.disabled).webinar-content-prev-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).webinar-content-prev-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).webinar-content-prev-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).webinar-content-prev-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).webinar-content-prev-button, .owl-nav-custom img:not(.disabled).fuel-security-prev-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).fuel-security-prev-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).fuel-security-prev-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).fuel-security-prev-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).fuel-security-prev-button, .owl-nav-custom img:not(.disabled).media-prev-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).media-prev-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).media-prev-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).media-prev-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).media-prev-button, .owl-nav-custom img:not(.disabled).gallery-prev-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).gallery-prev-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).gallery-prev-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).gallery-prev-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).gallery-prev-button, .owl-nav-custom img:not(.disabled).news-prev-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).news-prev-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).news-prev-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).news-prev-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).news-prev-button {
  padding-right: 1.4rem;
  margin-left: 0rem;
  transition: all 150ms ease-in;
}
.owl-nav-custom img:not(.disabled).budget-next-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).budget-next-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).budget-next-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).budget-next-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).budget-next-button, .owl-nav-custom img:not(.disabled).reports-next-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).reports-next-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).reports-next-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).reports-next-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).reports-next-button, .owl-nav-custom img:not(.disabled).submissions-next-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).submissions-next-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).submissions-next-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).submissions-next-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).submissions-next-button, .owl-nav-custom img:not(.disabled).webinar-content-next-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).webinar-content-next-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).webinar-content-next-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).webinar-content-next-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).webinar-content-next-button, .owl-nav-custom img:not(.disabled).fuel-security-next-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).fuel-security-next-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).fuel-security-next-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).fuel-security-next-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).fuel-security-next-button, .owl-nav-custom img:not(.disabled).media-next-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).media-next-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).media-next-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).media-next-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).media-next-button, .owl-nav-custom img:not(.disabled).news-next-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).news-next-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).news-next-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).news-next-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).news-next-button, .owl-nav-custom img:not(.disabled).gallery-next-button:hover, .owl-nav-custom .priority-policy-featured:hover img.btn-white:not(.disabled).gallery-next-button, .priority-policy-featured:hover .owl-nav-custom img.btn-white:not(.disabled).gallery-next-button,
.owl-nav-custom .priority-policy-tile:hover img.btn-white:not(.disabled).gallery-next-button,
.priority-policy-tile:hover .owl-nav-custom img.btn-white:not(.disabled).gallery-next-button {
  padding-left: 1.4rem;
  margin-right: 0rem;
  transition: all 150ms ease-in;
}

@media (max-width: 991px) {
  .news-page .btn-wrapper {
    margin-top: 3rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .news-page .section-heading h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 991px) {
  .news-page .section-heading .owl-nav-custom {
    text-align: end;
    min-width: 140px;
    transform-origin: right center;
  }
  .media-card-wrapper {
    margin-top: 3rem;
  }
}
.image-container.article-thumbnail {
  border-radius: 10px;
  margin-bottom: 3rem;
  overflow: hidden;
}
.image-container.article-thumbnail iframe {
  width: 100%;
}
.image-container.article-thumbnail img {
  width: 100%;
}

.news-share {
  position: relative;
}

.share-icons {
  margin-top: 0.5rem;
}

.share-icons a {
  margin-right: 10px;
  text-decoration: none;
  color: #0073aa;
}

.share-popup {
  box-shadow: 2px 2px 0px #F38939;
  position: absolute;
  top: 4.2rem;
  font-size: 1.6rem;
  background: #E2F0F5;
  width: 100%;
  padding: 1.6rem 2.4rem;
  border-radius: 15px;
}
.share-popup .share-links {
  margin-bottom: 0.5rem;
  margin-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.share-popup .share-links a:hover, .share-popup .share-links .priority-policy-featured:hover a.btn-white, .priority-policy-featured:hover .share-popup .share-links a.btn-white,
.share-popup .share-links .priority-policy-tile:hover a.btn-white,
.priority-policy-tile:hover .share-popup .share-links a.btn-white {
  transform: scale(1.2);
  transform-origin: center;
  transition: transform 200ms ease-in-out;
}
.share-popup .share-links a:hover svg path, .share-popup .share-links .priority-policy-featured:hover a.btn-white svg path, .priority-policy-featured:hover .share-popup .share-links a.btn-white svg path,
.share-popup .share-links .priority-policy-tile:hover a.btn-white svg path,
.priority-policy-tile:hover .share-popup .share-links a.btn-white svg path {
  fill: #062E4A;
}

.article-buttons {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  margin-top: 4rem;
  flex-wrap: wrap;
}
.article-buttons > div {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.share-container {
  display: inline-block;
  margin-right: 1rem;
}

.highlight-box {
  margin-bottom: 2rem;
  background: #559CAD;
  border-radius: 15px;
  color: white;
  padding: 2rem 3rem;
}
.highlight-box ul:last-child,
.highlight-box p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .image-container.article-thumbnail {
    margin-bottom: 6rem;
  }
  .highlight-box {
    padding: 3rem 4rem;
    font-size: 1.9rem;
  }
}
a.news-card-link {
  min-width: 300px;
}

.news-card {
  cursor: pointer;
}

a.news-card-link,
a.news-card-link:hover,
.priority-policy-featured:hover a.news-card-link.btn-white,
.priority-policy-tile:hover a.news-card-link.btn-white {
  text-decoration: none;
}
a.news-card-link .news-card,
a.news-card-link:hover .news-card,
.priority-policy-featured:hover a.news-card-link.btn-white .news-card,
.priority-policy-tile:hover a.news-card-link.btn-white .news-card {
  transition: all 200ms linear;
}

.news-card {
  background: #E2F0F5;
  border-radius: 10px;
  color: black;
  overflow: hidden;
}
.news-card h3 {
  color: #062E4A;
}
.news-card .card-body {
  font-size: 1.7rem;
  padding: 1.8rem 2rem 1.4rem 2rem;
}
.news-card .card-body p {
  margin-bottom: 0.5rem;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-card .card-body p.date {
  color: #559CAD;
  margin-bottom: 1.4rem;
  font-size: 1.9rem;
  font-weight: 100;
}

@media screen and (max-width: 767px) {
  .news-card-horizontal {
    flex-direction: column;
    background: #FFF3EA;
    border-radius: 10px;
    color: #062E4A;
    overflow: hidden;
  }
  .news-card-horizontal h3 {
    color: #062E4A;
  }
  .news-card-horizontal .news-thumbnail {
    height: 22rem;
    order: 1;
  }
  .news-card-horizontal .card-body {
    order: 2;
    font-size: 1.7rem;
    padding: 1.8rem 2rem 1.4rem 2rem;
  }
  .news-card-horizontal .card-body p {
    margin-bottom: 0.5rem;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .news-card-horizontal .card-body p.date {
    color: #062E4A;
    margin-bottom: 1.4rem;
    font-size: 1.9rem;
    font-weight: 100;
  }
}
@media screen and (min-width: 768px) {
  .news-card-horizontal {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    color: #062E4A;
    height: 33rem;
    background: #FFF3EA;
  }
  .news-card-horizontal .news-thumbnail {
    height: auto;
    min-width: calc(33.3333333333% - 7.5px);
    background-size: cover;
  }
  .news-card-horizontal .card-body {
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .news-card-horizontal .card-body .card-body-text p {
    margin-bottom: 0.5rem;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .news-card-horizontal h2 {
    color: black;
    font-weight: 500;
    margin-bottom: 1.4rem;
  }
  .news-card-horizontal p.date {
    color: #559CAD;
    font-size: 2.1rem;
    margin-bottom: 4rem;
  }
  .news-card-horizontal p.date strong {
    margin-right: 1rem;
    color: black;
  }
}
.news-card-horizontal {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  color: #062E4A;
  background: #FFF3EA;
}
.news-card-horizontal .news-thumbnail {
  background-size: cover;
}
.news-card-horizontal .card-body .card-body-text p {
  margin-bottom: 0.5rem;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-card-horizontal h2 {
  color: black;
  font-weight: 500;
}
.news-card-horizontal p.date {
  color: #559CAD;
}
.news-card-horizontal p.date strong {
  margin-right: 1rem;
  color: black;
}

.news-thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 22rem;
}

.section-heading-buttons {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.section-heading-buttons .btn-wrapper {
  margin-right: 3rem;
}

.section-footer-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.section-footer-buttons .btn-wrapper {
  display: block;
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  .section-heading .owl-nav-custom {
    min-width: 130px;
  }
  .article-buttons {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 575px) {
  .section-footer-buttons.btn-wrapper {
    margin-left: 2rem;
  }
}
.home-news .section-heading {
  display: flex;
  justify-content: space-between;
}

.owl-item .news-card-wrapper {
  padding-top: 2rem;
  transition: padding 160ms ease-in-out;
}
.owl-item .news-card-wrapper:hover, .owl-item .priority-policy-featured:hover .news-card-wrapper.btn-white, .priority-policy-featured:hover .owl-item .news-card-wrapper.btn-white,
.owl-item .priority-policy-tile:hover .news-card-wrapper.btn-white,
.priority-policy-tile:hover .owl-item .news-card-wrapper.btn-white {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  transition: padding 200ms ease-in-out;
}

.highlight-news-row .news-card-wrapper,
.card-equal-height .news-card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: padding 200ms ease-in-out;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.highlight-news-row .news-card-wrapper:hover, .highlight-news-row .priority-policy-featured:hover .news-card-wrapper.btn-white, .priority-policy-featured:hover .highlight-news-row .news-card-wrapper.btn-white,
.highlight-news-row .priority-policy-tile:hover .news-card-wrapper.btn-white,
.priority-policy-tile:hover .highlight-news-row .news-card-wrapper.btn-white,
.card-equal-height .news-card-wrapper:hover,
.card-equal-height .priority-policy-featured:hover .news-card-wrapper.btn-white,
.priority-policy-featured:hover .card-equal-height .news-card-wrapper.btn-white,
.card-equal-height .priority-policy-tile:hover .news-card-wrapper.btn-white,
.priority-policy-tile:hover .card-equal-height .news-card-wrapper.btn-white {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.highlight-news-row .news-card-wrapper .news-card-link,
.card-equal-height .news-card-wrapper .news-card-link {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.highlight-news-row .news-card-wrapper .news-card,
.card-equal-height .news-card-wrapper .news-card {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.news-card {
  min-height: 100%;
}

@media (min-width: 992px) {
  .news-page .owl-nav-custom {
    min-width: 130px;
  }
  .news-page.budget-analysis .section-heading h2 {
    flex-basis: 40%;
  }
  .news-page .section-heading h2 {
    flex-basis: 30%;
  }
  .section-heading-buttons {
    flex-wrap: nowrap;
  }
  .news-header-row {
    width: 100%;
    margin-top: 2rem;
    display: flex;
  }
}
.news-header-row {
  margin-top: 5rem;
}

.news-card-budget-analysis .news-card-link .card-body {
  background-position: right bottom -1px;
  background-repeat: no-repeat;
  border-radius: 10px;
  background-image: url("../images/policy-tile-corner.svg");
}

.cover-photo-empty {
  height: 4rem;
}

.has-cover-photo.news-category-header .news-header-row {
  position: relative;
}
.has-cover-photo.news-category-header .news-header-row .news-details-col {
  position: absolute;
  top: -100px;
  right: 0;
}
.has-cover-photo.news-category-header .news-header-row .news-details-col h2 {
  color: #062E4A;
}

.news-category-header {
  overflow: visible;
}

.news-details-col {
  background-color: #E2F0F5;
  background-image: url(../images/event-detail-tile-corner.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 10rem;
  border-radius: 15px 0 0 15px;
}
.news-details-col .news-details-inner {
  padding: 3rem 7.5px;
}
.news-details-col .news-details-inner h2 {
  color: #062E4A;
}

.news-main .news-details-col {
  background-image: url(../images/about-swoosh.svg);
  background-size: 40rem;
  padding-bottom: 4rem;
}

.news-title-col,
.news-details-col {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .news-title-col,
  .news-details-col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .news-title-col {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .news-sub-cat .news-details-col {
    margin-left: 3rem;
    margin-top: 3rem;
  }
  .news-sub-cat .news-details-col .news-details-inner {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 3rem 3rem 1rem;
    margin-left: 2rem;
  }
}
.news-cta-box {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .event-details-col,
  .news-details-col {
    margin-left: 2rem;
  }
  .news-details-col {
    max-width: calc(100% - 2rem);
  }
  .news-header h1 {
    margin-bottom: 3rem;
  }
  .news-title-col,
  .news-details-col {
    width: 100%;
  }
  .news-details-col {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .news-details-col .news-details-inner {
    padding: 3rem 7.5px 3rem 3rem;
  }
  .news-cta-box .btn-wrapper {
    text-align: right;
  }
  .news-cta-box {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .news-header-row .news-title-col {
    padding-top: 14rem;
  }
  .news-category-header .news-header-row .news-details-col {
    top: -120px;
  }
}
@media screen and (max-width: 768px) {
  .news-details-col .news-details-inner {
    padding: 3rem;
  }
  .news-header-row .news-title-col {
    padding-top: 25rem;
  }
  .news-details-col, .news-title-col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .news-details-col .news-details-inner {
    padding: 3rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  .news-title-col {
    width: calc((6 / 12) * 960px + ((100% - 960px) / 2));
  }
  .news-title-inner {
    padding-left: 7.5px;
    padding-right: 3rem;
    width: calc((6 / 12) * 960px);
    margin-left: calc(50vw - (960px / 2) - 7.5px);
  }
  .news-details-col {
    width: calc((6 / 12) * 960px + ((100% - 960px) / 2));
  }
  .news-details-inner {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: calc((6 / 12) * 960px);
    margin-right: calc(50vw - (960px / 2) - 7.5px);
  }
}
@media screen and (min-width: 1200px) {
  .news-title-col {
    width: calc((6 / 12) * 1140px + ((100% - 1140px) / 2));
  }
  .news-title-inner {
    width: calc((6 / 12) * 1140px);
    margin-left: calc(50vw - (1140px / 2) - 7.5px);
  }
  .news-details-col {
    width: calc((6 / 12) * 1140px + ((100% - 1140px) / 2));
  }
  .news-details-inner {
    width: calc((6 / 12) * 1140px);
    margin-right: calc(50vw - (1140px / 2) - 7.5px);
  }
}
@media screen and (min-width: 1400px) {
  .news-title-col {
    width: calc((6 / 12) * 1320px + ((100% - 1320px) / 2));
  }
  .news-title-inner {
    width: calc((6 / 12) * 1320px);
    margin-left: calc(50vw - (1320px / 2) - 7.5px);
  }
  .news-details-col {
    width: calc((6 / 12) * 1320px + ((100% - 1320px) / 2));
  }
  .news-details-inner {
    width: calc((6 / 12) * 1320px);
    margin-right: calc(50vw - (1320px / 2) - 7.5px);
  }
}
@media screen and (max-width: 991px) {
  .news-category-header.news-sub-cat .news-header-row .news-details-col {
    position: static;
  }
}
.has-cover-photo .news-category-header.news-sub-cat .news-header-row .news-details-col {
  position: absolute;
  top: -120px;
}

.news-main .news-category-header .news-header-row .news-details-col {
  position: static;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .news-main .news-title-col,
  .news-main .news-details-col {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .news-main .news-details-col .news-details-inner {
    padding: 5rem 7.5px 5rem 5rem;
  }
}
.category-list {
  list-style: none;
  margin-top: 2rem;
}
.category-list a {
  color: #062E4A;
  text-decoration: underline;
}
.category-list a:hover, .category-list .priority-policy-featured:hover a.btn-white, .priority-policy-featured:hover .category-list a.btn-white,
.category-list .priority-policy-tile:hover a.btn-white,
.priority-policy-tile:hover .category-list a.btn-white {
  text-decoration: underline;
}

#news-category-list.category-list {
  list-style: none;
  margin-top: 2rem;
}
#news-category-list.category-list a {
  color: #062E4A;
  text-decoration: underline;
  transition: transform 100ms ease-in-out;
  display: block;
}
#news-category-list.category-list a:hover, #news-category-list.category-list .priority-policy-featured:hover a.btn-white, .priority-policy-featured:hover #news-category-list.category-list a.btn-white,
#news-category-list.category-list .priority-policy-tile:hover a.btn-white,
.priority-policy-tile:hover #news-category-list.category-list a.btn-white {
  text-decoration: underline;
  transform: translateX(12px);
  color: #559CAD;
  transition: transform 100ms ease-in-out;
}

@media screen and (max-width: 991px) {
  .news-header-row .news-title-col {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .news-main .news-header-row .news-title-col {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .news-main .news-header-row {
    display: flex;
  }
  .news-main .news-title-col {
    width: calc((4 / 12) * 720px + ((100% - 720px) / 2));
  }
  .news-main .news-title-inner {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: calc((4 / 12) * 720px);
    margin-left: calc(50vw - (720px / 2) - 7.5px);
  }
  .news-main .news-details-col {
    width: calc((8 / 12) * 720px + ((100% - 720px) / 2));
  }
  .news-main .news-details-inner {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: calc(( / 12) * 720px);
    margin-right: calc(50vw - (720px / 2) - 7.5px);
  }
}
@media screen and (min-width: 992px) {
  .news-main .news-title-col {
    width: calc((4 / 12) * 960px + ((100% - 960px) / 2));
  }
  .news-main .news-title-inner {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: calc((4 / 12) * 960px);
    margin-left: calc(50vw - (960px / 2) - 7.5px);
  }
  .news-main .news-details-col {
    width: calc((8 / 12) * 960px + ((100% - 960px) / 2));
  }
  .news-main .news-details-inner {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: calc((8 / 12) * 960px);
    margin-right: calc(50vw - (960px / 2) - 7.5px);
  }
}
@media screen and (min-width: 1200px) {
  .news-main .news-title-col {
    width: calc((4 / 12) * 1140px + ((100% - 1140px) / 2));
  }
  .news-main .news-title-inner {
    width: calc((4 / 12) * 1140px);
    margin-left: calc(50vw - (1140px / 2) - 7.5px);
  }
  .news-main .news-details-col {
    width: calc((8 / 12) * 1140px + ((100% - 1140px) / 2));
  }
  .news-main .news-details-inner {
    width: calc((8 / 12) * 1140px);
    margin-right: calc(50vw - (1140px / 2) - 7.5px);
  }
}
@media screen and (min-width: 1400px) {
  .news-main .news-title-col {
    width: calc((4 / 12) * 1320px + ((100% - 1320px) / 2));
  }
  .news-main .news-title-inner {
    width: calc((4 / 12) * 1320px);
    margin-left: calc(50vw - (1320px / 2) - 7.5px);
  }
  .news-main .news-details-col {
    width: calc((8 / 12) * 1320px + ((100% - 1320px) / 2));
  }
  .news-main .news-details-inner {
    width: calc((7 / 12) * 1320px);
    margin-right: calc(50vw - (1320px / 2) - 7.5px);
  }
}
.hidden-event {
  display: none;
}

.read-more-wrapper {
  cursor: pointer;
}
.read-more-wrapper img.arrow-down {
  margin-left: 0.4rem;
  max-height: 4.7rem;
  padding-bottom: 1rem;
  transition: all 150ms ease-in;
  padding-top: 1rem;
}
.read-more-wrapper:hover img.arrow-down, .priority-policy-featured:hover .read-more-wrapper.btn-white img.arrow-down,
.priority-policy-tile:hover .read-more-wrapper.btn-white img.arrow-down {
  padding-bottom: 0.4rem;
  transition: all 150ms ease-in;
  padding-top: 1.6rem;
}

.event-logo {
  max-width: 550px;
}

.event-card-wrapper .event-logo {
  max-height: 80px;
  max-width: 280px;
}

.events-page .event-description p:not(:first-child),
.home-events .event-description p:not(:first-child),
.related-events .event-description p:not(:first-child) {
  display: none;
}
.events-page a.event-card,
.home-events a.event-card,
.related-events a.event-card {
  text-decoration: none;
  color: #062E4A;
}
.events-page .event-card-wrapper,
.home-events .event-card-wrapper,
.related-events .event-card-wrapper {
  margin-bottom: 4rem;
}
.events-page .event-card-wrapper:last-child,
.home-events .event-card-wrapper:last-child,
.related-events .event-card-wrapper:last-child {
  margin-bottom: 0;
}
.events-page .event-card,
.home-events .event-card,
.related-events .event-card {
  padding: 3.6rem 2rem 3.6rem 2rem;
  border-radius: 15px;
  background: white;
  font-size: 1.7rem;
}
.events-page .event-card h3,
.events-page .event-card img.event-logo,
.home-events .event-card h3,
.related-events .event-card h3,
.home-events .event-card img.event-logo,
.related-events .event-card img.event-logo {
  margin-bottom: 1.8rem;
}
.events-page .event-card .event-description,
.home-events .event-card .event-description,
.related-events .event-card .event-description {
  padding-right: 3rem;
}
.events-page .event-card .event-description .event-excerpt,
.home-events .event-card .event-description .event-excerpt,
.related-events .event-card .event-description .event-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5em;
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.events-page .event-card .dates,
.events-page .event-card .location,
.home-events .event-card .dates,
.related-events .event-card .dates,
.home-events .event-card .location,
.related-events .event-card .location {
  position: relative;
  padding-left: 3rem;
}
.events-page .event-card .dates::before,
.home-events .event-card .dates::before,
.related-events .event-card .dates::before {
  content: url(../images/icons/clock-icon.svg);
  top: 4px;
  left: 0px;
  position: absolute;
}
.events-page .event-card .location,
.home-events .event-card .location,
.related-events .event-card .location {
  margin-top: 1.4rem;
}
.events-page .event-card .location::before,
.home-events .event-card .location::before,
.related-events .event-card .location::before {
  content: url(../images/icons/location-icon.svg);
  top: 0px;
  left: 3px;
  position: absolute;
}

.event-details .dates,
.event-details .location {
  position: relative;
  font-size: 2.1rem;
  margin-bottom: 1.6rem;
}
.event-details .dates span,
.event-details .location span {
  padding-left: 3rem;
  font-weight: 500;
  font-size: 2.3rem;
}
.event-details .dates::before {
  content: url(../images/icons/clock-icon.svg);
  top: 4px;
  left: 0px;
  position: absolute;
}
.event-details .location {
  margin-top: 1.4rem;
}
.event-details .location::before {
  content: url(../images/icons/location-icon.svg);
  top: 0px;
  left: 3px;
  position: absolute;
}

.tag {
  display: inline-block;
  font-size: 1.4rem;
  color: white;
  background: #062E4A;
  border-radius: 50px;
  padding: 5px 20px;
}

@media (min-width: 992px) {
  .events-page .event-card,
  .home-events .event-card,
  .related-events .event-card {
    background-image: url("../images/events-swoosh-corner.svg");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 7rem 2rem 4rem 3rem;
  }
  .events-page .event-card .event-description,
  .home-events .event-card .event-description,
  .related-events .event-card .event-description {
    padding-right: 5rem;
  }
  .events-page .event-meta,
  .home-events .event-meta,
  .related-events .event-meta {
    font-size: 2rem;
  }
}
.event-card .event-category {
  margin-bottom: 4rem;
}

@media (max-width: 991px) {
  .event-card .dates {
    margin-top: 2rem;
  }
}
#past-events .section-heading h2 {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .event-card-wrapper .event-card {
    transition: transform 150ms ease-in-out;
  }
  .event-card-wrapper:hover .event-card, .priority-policy-featured:hover .event-card-wrapper.btn-white .event-card,
  .priority-policy-tile:hover .event-card-wrapper.btn-white .event-card {
    transform: translateX(30px);
    transition: transform 250ms ease-in-out;
  }
}
@media (max-width: 991px) {
  .sponsorship-block img {
    margin-top: 4rem;
  }
}
.event-details-col {
  background-color: #E2F0F5;
  background-image: url(../images/event-detail-tile-corner.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 10rem;
  border-radius: 15px 0 0 15px;
}
.event-details-col .event-details-inner {
  padding: 3rem 7.5px;
}

.event-title-col,
.event-details-col {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .event-title-col,
  .event-details-col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .event-title-col,
  .event-details-col .event-details-inner {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-title-col,
  .event-details-col {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.event-cta-box {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .event-header h1 {
    margin-bottom: 3rem;
  }
  .event-title-col,
  .event-details-col {
    width: 100%;
  }
  .event-details-col {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .event-details-col .event-details-inner {
    padding: 3rem;
  }
  .event-cta-box .btn-wrapper {
    text-align: right;
    margin-top: 4rem;
  }
  .event-cta-box {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .event-title-col h1 {
    margin-right: 3rem;
  }
  .event-header-row {
    width: 100%;
    margin-top: 2rem;
    display: flex;
  }
  .event-title-col {
    width: calc((6 / 12) * 720px + ((100% - 720px) / 2));
  }
  .event-title-inner {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: calc((6 / 12) * 720px);
    margin-left: calc(50vw - (720px / 2) - 7.5px);
  }
  .event-details-col {
    width: calc((6 / 12) * 720px + ((100% - 720px) / 2));
  }
  .event-details-inner {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: calc((6 / 12) * 720px);
    margin-right: calc(50vw - (720px / 2) - 7.5px);
  }
}
@media screen and (min-width: 991px) {
  .event-title-col {
    width: calc((7 / 12) * 960px + ((100% - 960px) / 2));
  }
  .event-title-inner {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: calc((7 / 12) * 960px);
    margin-left: calc(50vw - (960px / 2) - 7.5px);
  }
  .event-details-col {
    width: calc((5 / 12) * 960px + ((100% - 960px) / 2));
  }
  .event-details-inner {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: calc((5 / 12) * 960px);
    margin-right: calc(50vw - (960px / 2) - 7.5px);
  }
}
@media screen and (min-width: 1200px) {
  .event-title-col {
    width: calc((7 / 12) * 1140px + ((100% - 1140px) / 2));
  }
  .event-title-inner {
    width: calc((7 / 12) * 1140px);
    margin-left: calc(50vw - (1140px / 2) - 7.5px);
  }
  .event-details-col {
    width: calc((5 / 12) * 1140px + ((100% - 1140px) / 2));
  }
  .event-details-inner {
    width: calc((5 / 12) * 1140px);
    margin-right: calc(50vw - (1140px / 2) - 7.5px);
  }
}
@media screen and (min-width: 1400px) {
  .event-title-col {
    width: calc((7 / 12) * 1320px + ((100% - 1320px) / 2));
  }
  .event-title-inner {
    width: calc((7 / 12) * 1320px);
    margin-left: calc(50vw - (1320px / 2) - 7.5px);
  }
  .event-details-col {
    width: calc((5 / 12) * 1320px + ((100% - 1320px) / 2));
  }
  .event-details-inner {
    width: calc((5 / 12) * 1320px);
    margin-right: calc(50vw - (1320px / 2) - 7.5px);
  }
}
.gallery-grid img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  width: 100%;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  border-radius: 10px;
}

.resolutions-table-desktop .resolutions-filters {
  display: flex;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 15px;
  margin-bottom: 5rem;
}

.resolutions-table-desktop .resolutions-filter-group > div {
  display: flex;
  justify-content: space-between;
}
.resolutions-table-desktop .resolutions-filter-group > div .search-filter-base {
  margin-right: 10px;
  margin-left: 10px;
}
.resolutions-table-desktop .resolutions-filter-group > div .search-filter-base:last-of-type {
  margin-right: 0;
}
.resolutions-table-desktop .resolutions-filter-group > div .search-filter-base:first-of-type {
  margin-left: 0;
}

.search-filter-component-combobox__listbox-toggle::before {
  content: none;
}

.search-filter-component-combobox__listbox-toggle {
  position: relative;
}
.search-filter-component-combobox__listbox-toggle::after {
  content: "";
  background-image: url(../images/icons/arrow-down-light.svg);
  background-size: contain;
  background-position: center;
  border: none;
  background-repeat: no-repeat;
  height: 20px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  width: 20px;
}

.search-filter-component-combobox__listbox-toggle svg {
  display: none;
}

.search-filter-component-combobox-base--focused:hover, .priority-policy-featured:hover .search-filter-component-combobox-base--focused.btn-white,
.priority-policy-tile:hover .search-filter-component-combobox-base--focused.btn-white {
  border-color: #062E4A;
}

.search-filter-field__input,
.search-filter-component-combobox-base {
  cursor: pointer;
  border-radius: 20px;
  border: none;
  padding-left: 2rem;
}
.search-filter-field__input[aria-expanded=true],
.search-filter-component-combobox-base[aria-expanded=true] {
  border-radius: 20px 20px 0px 0px;
}

.search-filter-component-combobox .search-filter-component-combobox__listbox-toggle {
  flex-basis: 30px;
}

.search-filter-component-popup {
  border: none;
}

.search-filter-input-text__icon {
  display: none;
}

@media screen and (min-width: 1024px) {
  .resolutions-filter-group {
    margin-right: 10px;
    margin-left: 10px;
  }
  .resolutions-filter-group:last-child {
    margin-right: 0;
  }
  .resolutions-filter-group:first-child {
    margin-left: 0;
  }
  .resolutions-filter-group h2 {
    margin-left: 5px;
  }
  .search-filter-field--id-1 {
    min-width: 300px;
  }
  .search-filter-field--id-3 {
    max-width: 140px;
  }
  .search-filter-field--id-6 {
    max-width: 180px;
  }
  .search-filter-field--id-2 {
    max-width: 190px;
  }
  .search-filter-field--control-type-submit {
    align-self: flex-end;
  }
}
@media screen and (max-width: 1023px) {
  .resolutions-filters {
    flex-wrap: wrap;
  }
  .resolutions-filters .resolutions-filter-group {
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .resolutions-table-desktop {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .resolutions-table-mobile {
    display: none;
  }
  .resolutions-table-desktop {
    display: block;
  }
  table.resolutions-table thead {
    background: #062E4A;
    color: white;
  }
  table.resolutions-table thead th {
    font-weight: normal;
  }
  table.resolutions-table th, table.resolutions-table td {
    padding: 20px;
    vertical-align: bottom;
  }
  table.resolutions-table td {
    vertical-align: top;
  }
  table.resolutions-table tbody {
    font-size: 1.6rem;
  }
  table.resolutions-table tbody ul li:first-child {
    margin-top: 0;
  }
  table.resolutions-table tbody tr:nth-of-type(odd) {
    background: #E2F0F5;
  }
  table.resolutions-table .table-state {
    color: #559CAD;
    font-weight: 500;
  }
  table.resolutions-table .table-number {
    color: #559CAD;
    font-weight: 500;
    font-size: 2.2rem;
  }
  table.resolutions-table .table-referred {
    min-width: 200px;
  }
  table.resolutions-table .table-documents {
    min-width: 200px;
  }
  table.resolutions-table .table-documents .btn-blue {
    margin-bottom: 10px;
  }
  table.resolutions-table .table-status svg {
    margin-bottom: 10px;
  }
  .resolution-text p:last-of-type {
    margin-bottom: 0;
  }
  .resolution-text .btn-readmore {
    margin-top: 1rem;
  }
}
.resolution-body.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-filter-field--id-5 .search-filter-field__input.search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected), .search-filter-field--id-5 .priority-policy-featured:hover .search-filter-field__input.search-filter-input-button.btn-white:not(.is-disabled):not(.search-filter-input-button--is-selected), .priority-policy-featured:hover .search-filter-field--id-5 .search-filter-field__input.search-filter-input-button.btn-white:not(.is-disabled):not(.search-filter-input-button--is-selected),
.search-filter-field--id-5 .priority-policy-tile:hover .search-filter-field__input.search-filter-input-button.btn-white:not(.is-disabled):not(.search-filter-input-button--is-selected),
.priority-policy-tile:hover .search-filter-field--id-5 .search-filter-field__input.search-filter-input-button.btn-white:not(.is-disabled):not(.search-filter-input-button--is-selected) {
  background-color: #F38939;
  color: white;
  border: none;
}

@media screen and (max-width: 1199px) {
  .resolutions-table-mobile .btn-readmore {
    margin-top: 1rem;
  }
  .resolutions-table-mobile h2 {
    color: #062E4A;
    font-size: 2.4rem;
  }
  .resolutions-table-mobile .resolutions-filters h3 {
    font-size: 2.2rem;
  }
  .resolutions-table-mobile .acc-title-text span {
    margin-right: 2rem;
  }
  .resolutions-table-mobile .acc-title-text {
    display: flex;
  }
  .resolutions-table-mobile .acc-title-text span {
    min-width: 30px;
  }
  .resolutions-table-mobile .accordion-content .resolution-row {
    padding: 2rem;
    font-size: 1.8rem;
  }
  .resolutions-table-mobile .accordion-content .resolution-row:nth-of-type(odd) {
    background: #E2F0F5;
  }
  .resolutions-table-mobile .accordion-content .resolution-row ul:last-child,
  .resolutions-table-mobile .accordion-content .resolution-row p:last-child {
    margin-bottom: 0;
  }
  .resolutions-table-mobile .accordion-content .resolution-row h4 {
    color: #062E4A;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .resolutions-table-mobile .accordion-content .resolution-row .btn-blue {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .resolutions-table-mobile .accordion-content svg {
    margin-right: 1rem;
  }
  /* ---------------------------------------
     Filter Drawer
     ---------------------------------------- */
  .filter-drawer {
    max-height: 85dvh;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 1061;
  }
  .filter-drawer--peek.offcanvas-bottom {
    visibility: visible !important;
  }
  .filter-drawer--peek:not(.show) {
    transform: translateY(calc(100% - 6rem)) !important;
    pointer-events: none;
  }
  .filter-drawer--peek:not(.show) .filter-drawer__tab {
    pointer-events: auto;
  }
  .filter-drawer .filter-drawer__body {
    background: #FFF3EA;
  }
  .filter-drawer__tab {
    background: #FFF3EA;
    padding: 1rem 2rem;
    cursor: pointer;
  }
  .filter-drawer__tab .filter-drawer__chevron {
    margin-left: auto;
    transition: transform 0.2s ease;
  }
  .filter-drawer.show .filter-drawer__chevron {
    transform: rotate(180deg);
  }
  .filter-drawer__body {
    padding: 2rem;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  }
  /* ---------------------------------------
     Filter Form
     ---------------------------------------- */
  .search-filter-field__input,
  .search-filter-component-combobox-base {
    width: auto;
    min-width: 170px;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .search-filter-field--id-4 .search-filter-field__input,
  .search-filter-field--id-5 .search-filter-field__input,
  .search-filter-field--id-1 .search-filter-field__input {
    width: 100%;
  }
  .filter-form {
    display: grid;
    gap: 1rem;
  }
  .filter-form__group {
    margin-bottom: 0.5rem;
  }
  .filter-form__heading {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #062e4a;
  }
  .filter-form__controls {
    display: grid;
    gap: 0.75rem;
  }
  .filter-form__actions {
    margin-top: 1rem;
  }
  .filter-form__actions button,
  .filter-form__actions input[type=submit] {
    width: 100%;
    display: inline-block;
  }
  .resolutions-table-mobile .offcanvas {
    max-width: none;
  }
  .resolutions-table-mobile .offcanvas-bottom {
    height: auto;
  }
  .filter-drawer .offcanvas-header {
    position: relative;
  }
  .filter-drawer .offcanvas-header::after {
    content: "";
    background-image: url(../images/icons/arrow-down-light.svg);
    background-size: contain;
    background-position: center;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    margin-left: auto;
    transition: transform 0.2s ease;
  }
  .filter-drawer.show .offcanvas-header::after {
    transform: rotate(180deg);
  }
}
.sponsor-logos {
  text-align: center;
}

.sponsor-grid {
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sponsor-grid .sponsor-item {
  padding: 2rem 1rem;
  flex-basis: 50%;
  max-width: 250px;
}

.highlight-box a, .highlight-box li, .highlight-box h2, .highlight-box h3, .highlight-box h4 {
  color: white;
}

.search-result {
  border-bottom: 1px solid #062E4A;
  margin-bottom: 3rem;
}

.search-page .tag {
  margin-bottom: 1.4rem;
}

.site-footer {
  background-color: #062E4A;
  color: white;
}
.site-footer a {
  color: white;
}
.site-footer a:hover, .site-footer .priority-policy-featured:hover a.btn-white, .priority-policy-featured:hover .site-footer a.btn-white,
.site-footer .priority-policy-tile:hover a.btn-white,
.priority-policy-tile:hover .site-footer a.btn-white {
  text-decoration: none;
}
.site-footer h4 {
  color: white;
  margin-bottom: 2.5rem;
}

p.footer-copyright-alga,
.footer-copyright-giraffe p {
  font-size: 1.5rem;
}

.footer-branding {
  display: flex;
  margin-bottom: 5rem;
  align-items: center;
  max-width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.footer-building {
  width: 280px;
  display: inline-block;
  max-width: 60%;
}

.footer-brandmark {
  width: 160px;
  display: inline-block;
  max-width: 30%;
}

.footer-links {
  padding-left: 0;
  margin-left: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  list-style: none;
}
.footer-links a {
  transition: transform 100ms ease-in-out;
}
.footer-links a:hover, .footer-links .priority-policy-featured:hover a.btn-white, .priority-policy-featured:hover .footer-links a.btn-white,
.footer-links .priority-policy-tile:hover a.btn-white,
.priority-policy-tile:hover .footer-links a.btn-white {
  color: #559CAD;
  display: block;
  text-decoration: underline;
  transform: translateY(-2px);
  transition: transform 100ms ease-in-out;
}

.footer-socials {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.footer-socials a:hover svg, .footer-socials .priority-policy-featured:hover a.btn-white svg, .priority-policy-featured:hover .footer-socials a.btn-white svg,
.footer-socials .priority-policy-tile:hover a.btn-white svg,
.priority-policy-tile:hover .footer-socials a.btn-white svg {
  transform: scale(1.1);
  transition: transform 100ms ease-in-out;
}
.footer-socials a {
  text-decoration: none;
  transition: transform 100ms ease-in-out;
  margin: 0 2rem 0 0;
}
.footer-socials a:hover svg path, .footer-socials .priority-policy-featured:hover a.btn-white svg path, .priority-policy-featured:hover .footer-socials a.btn-white svg path,
.footer-socials .priority-policy-tile:hover a.btn-white svg path,
.priority-policy-tile:hover .footer-socials a.btn-white svg path {
  fill: white;
}

.footer-contact {
  margin-bottom: 5rem;
  columns: 2;
  font-size: 1.5rem;
}
.footer-contact a {
  text-decoration: none;
}

.footer-copyright-giraffe a {
  color: #559CAD;
}

@media screen and (min-width: 992px) {
  .footer-links {
    columns: 2;
  }
  .footer-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-wrap h4 {
    font-size: 2rem;
    width: 50%;
  }
  .footer-wrap .footer-brandmark {
    width: 17%;
    margin-right: 3%;
  }
  .footer-wrap .footer-brandmark img {
    max-width: 120px;
  }
  .footer-wrap .footer-building img {
    max-width: 240px;
  }
  .footer-wrap .footer-building,
  .footer-wrap .footer-brandmark {
    display: flex;
    margin-bottom: 5rem;
    align-items: flex-end;
  }
  .footer-wrap .footer-building {
    width: 30%;
  }
  .footer-wrap .footer-contact {
    margin-bottom: 1rem;
    width: 50%;
  }
  .footer-wrap .footer-socials a {
    margin: 0 1rem 0 0;
  }
  .footer-wrap .footer-socials {
    width: 21%;
  }
  .footer-wrap .footer-copyright-alga, .footer-wrap .footer-copyright-giraffe {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .footer-wrap .footer-copyright-alga, .footer-wrap .footer-copyright-giraffe, .footer-wrap .footer-contact {
    display: flex;
    align-items: flex-end;
  }
  .footer-wrap .footer-copyright-alga p, .footer-wrap .footer-copyright-giraffe p, .footer-wrap .footer-contact p {
    margin-bottom: 0;
  }
  .footer-wrap .footer-links {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 5rem;
    margin-top: 4rem;
    width: 29%;
  }
  .footer-wrap .footer-links li {
    min-width: 50%;
  }
  .footer-wrap .footer-contact p {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer-wrap .footer-copyright-alga, .footer-wrap .footer-copyright-giraffe, .footer-wrap .footer-contact, .footer-wrap h4 {
    margin-bottom: 0;
  }
  .footer-wrap h4 {
    display: flex;
    align-items: flex-end;
  }
  .footer-wrap .footer-brandmark, .footer-wrap h4 {
    width: 17%;
    margin-right: 3%;
  }
  .footer-wrap .footer-building,
  .footer-wrap .footer-contact {
    width: 29%;
  }
  .footer-wrap .footer-links,
  .footer-wrap .footer-copyright-alga {
    width: 30%;
  }
  .footer-wrap .footer-socials, .footer-wrap .footer-copyright-giraffe {
    width: 21%;
  }
  .footer-wrap .footer-contact p {
    padding-right: 4.2rem;
  }
}
.footer-bottom {
  background-color: #021A2B;
  color: white;
}

.footer-bottom .acknowledgement {
  text-align: center;
  font-size: 1.5rem;
  padding: 0 2rem;
}

.cover-photo {
  height: 20rem;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .cover-photo {
    height: 26rem;
  }
}
@media screen and (min-width: 992px) {
  .cover-photo {
    height: 34rem;
  }
}
@media screen and (min-width: 1300px) {
  .cover-photo {
    height: 36rem;
  }
}
@media screen and (min-width: 1900px) {
  .cover-photo {
    height: 42rem;
  }
}
.policy-boxes .highlight-box:last-child {
  margin-bottom: 0;
}

.policy-boxes .highlight-box:not(:last-child) {
  margin-bottom: 3rem;
}

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