/*!
Theme Name: hcca-theme
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: hcca-theme
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.

hcca-theme 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

--------------------------------------------------------------*/
.bg-blue {
  background-color: #347D9C;
}

.color-blue {
  color: #347D9C;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", Roboto, Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

h1,
h2,
.eaw-content-wrap h3 a,
h3,
h4,
h5,
h6 {
  clear: both;
}

h2, .eaw-content-wrap h3 a,
h3,
h4,
h5,
h6 {
  color: #16435A;
}

h1 {
  font-size: 3.2rem;
}

h2, .eaw-content-wrap h3 a {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 2.1rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

.section-heading {
  font-size: 4rem;
  margin-bottom: 6rem;
  position: relative;
  text-align: center;
}
.section-heading::after {
  background: #802755;
  bottom: -1rem;
  content: "";
  height: 4px;
  left: calc(50% - 10rem);
  position: absolute;
  width: 20rem;
}

@media only screen and (min-width: 992px) {
  h2, .eaw-content-wrap h3 a {
    font-size: 3.4rem;
    margin-bottom: 2.4rem;
  }
  h1 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner-image {
    background-image: url("../images/hcca-banner-graphic-reversed.png");
    background-size: 40%;
    background-position: right;
    background-repeat: no-repeat;
  }
  .banner-image .entry-title {
    max-width: 78%;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-image {
    background-size: 520px;
  }
}
@media only screen and (min-width: 1700px) {
  .banner-image {
    background-size: 820px;
  }
}
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%;
}

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

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

.entry-content,
.page-content {
  padding: 4rem 0 6rem 0;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

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;
}

ul.newsletter-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.newsletter-list li {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  ul.newsletter-list {
    column-count: 2;
  }
}
/* 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%;
}

/* Links
--------------------------------------------- */
a {
  color: #347D9C;
}
a:visited {
  color: #27637f;
}
a:hover, a:focus, a:active {
  color: #347D9C;
}
a:focus {
  outline: 2px solid #16435A;
  border-radius: 0;
  border: 2px solid transparent;
}
a:hover, a:active {
  outline: 0;
}
a:hover {
  text-decoration: none;
}

a.hover-arrow-link {
  text-decoration: none;
}
a.hover-arrow-link svg {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  a.hover-arrow-link:hover svg {
    transform: translate(5px);
  }
}
.current-projects h3 a,
.publication-list h2 a,
.publication-list .eaw-content-wrap h3 a a,
.eaw-content-wrap h3 .publication-list a a,
.project-list h2 a,
.project-list .eaw-content-wrap h3 a a,
.eaw-content-wrap h3 .project-list a a,
.search-results h2 a,
.search-results .eaw-content-wrap h3 a a,
.eaw-content-wrap h3 .search-results a a {
  color: #16435A;
  text-decoration: none;
}
.current-projects h3 a:hover,
.publication-list h2 a:hover,
.publication-list .eaw-content-wrap h3 a a:hover,
.eaw-content-wrap h3 .publication-list a a:hover,
.project-list h2 a:hover,
.project-list .eaw-content-wrap h3 a a:hover,
.eaw-content-wrap h3 .project-list a a:hover,
.search-results h2 a:hover,
.search-results .eaw-content-wrap h3 a a:hover,
.eaw-content-wrap h3 .search-results a a:hover {
  color: #16435A;
  text-decoration: underline;
}

a.badge-link {
  color: white;
  text-decoration: none;
}
a.badge-link .badge.bg-blue {
  border: 1px solid #347D9C;
}
a.badge-link:hover .badge.bg-blue {
  border: 1px solid #347D9C;
  color: #347D9C;
  background: white;
}

.external-link .fas.fa-external-link-alt {
  margin-left: 8px;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 6px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.6em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  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;
}

input[type=submit] {
  background-color: #802755;
  color: white;
  border-color: #802755;
}
input[type=submit]:hover {
  color: #802755;
  border-color: #802755;
  background-color: white;
}

.btn-uppercase {
  text-transform: uppercase;
}

a.btn-primary, .eaw-booknow a,
a.btn-secondary,
a.btn-tertiary {
  border-radius: 6px;
  line-height: 1;
  padding: 0.6em 1em 0.6em;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

a.btn-secondary, a.btn-tertiary,
a.btn-secondary:visited {
  border: 1px solid #FDBD4A;
  background-color: transparent;
  color: #16435A;
  font-size: 1.6rem;
}
a.btn-secondary:hover, a.btn-tertiary:hover,
a.btn-secondary:visited:hover {
  border-color: #16435A;
  background-color: transparent;
  color: white;
}

.accordion-button:focus-visible,
a:focus-visible, a:focus {
  outline: 2px solid #16435A;
  border-radius: 0;
  border: 2px solid white;
}

#filters input[type=submit]:focus,
input[type=submit]:focus,
a.btn-primary.btn-focus-blue:focus-visible,
.eaw-booknow a.btn-focus-blue:focus-visible,
a.btn-secondary.btn-focus-blue:focus-visible,
a.btn-focus-blue.btn-tertiary:focus-visible {
  outline: 2px solid #16435A;
  border-radius: 0;
  border: 2px solid white;
}

a.btn-primary.btn-focus-white:focus-visible, .eaw-booknow a.btn-focus-white:focus-visible,
a.btn-secondary.btn-focus-white:focus-visible,
a.btn-focus-white.btn-tertiary:focus-visible {
  outline: 2px solid white;
  border-radius: 0;
  border: 2px solid transparent;
}

a.btn-primary, .eaw-booknow a,
a.btn-primary:visited,
a.btn-primary:focus {
  border: 1px solid #802755;
  background-color: #802755;
  color: white;
  font-size: 1.6rem;
}
a.btn-primary:hover, .eaw-booknow a:hover,
a.btn-primary:visited:hover,
a.btn-primary:focus:hover {
  border-color: #802755;
  color: #802755;
  background-color: transparent;
}

.btn-primary svg, .eaw-booknow a svg {
  margin-left: 5px;
}

.btn-primary:hover svg line, .eaw-booknow a:hover svg line,
.btn-primary:hover svg path,
.eaw-booknow a:hover svg path {
  stroke: #802755;
}

a.btn-primary.btn-white:hover, .eaw-booknow a.btn-white:hover {
  background: white;
  border-color: white;
}

a.btn-secondary, a.btn-tertiary,
a.btn-secondary:visited,
a.btn-secondary:focus {
  border: 1px solid #FDBD4A;
  background-color: #FDBD4A;
  font-size: 1.6rem;
  color: #16435A;
}
a.btn-secondary:hover, a.btn-tertiary:hover,
a.btn-secondary:visited:hover,
a.btn-secondary:focus:hover {
  color: #16435A;
  background-color: transparent;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/plus-solid-white.png");
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus-solid-white.png");
  background-size: 2rem;
}

a.btn-tertiary:hover {
  color: #FDBD4A;
  border-color: #FDBD4A;
}

.badge-large {
  padding: 5px 8px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  border: 1px solid transparent;
}

.header-buttons {
  align-items: center;
  justify-content: end;
  display: flex;
  -webkit-justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
  .header-buttons .btn-primary, .header-buttons .eaw-booknow a, .eaw-booknow .header-buttons a {
    display: none;
  }
}
.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  transform: none;
}

.accordion-button:not(.collapsed),
.accordion-button {
  margin: 1rem 0;
  border-radius: 6px;
  padding: 1.8rem 4rem 1.8rem 2rem;
  background-color: #347D9C;
  width: 100%;
  cursor: pointer;
  color: white;
  font-weight: 800;
  font-size: 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;
  border-radius: 3px;
  border-color: #802755;
}

textarea {
  width: 100%;
}

#search-filter-form-1355 input[type=text] {
  padding: 6px 15px;
  border-radius: 5px;
  border: 1px solid black;
}

#search-filter-form-1355 input[type=submit] {
  font-size: 16px;
}

#filters .sf-field-submit {
  width: 60px;
  width: auto;
}
#filters li.sf-field-search input {
  width: 240px;
  border-radius: 3px;
  border-color: #802755;
}
#filters input[type=submit] {
  background: #802755;
  color: white;
  width: auto;
  padding: 11px 20px;
  border: none;
  border-radius: 3px;
}
#filters input[type=submit]:hover {
  background: white;
  color: #802755;
  border: 1px solid #802755;
}
#filters li {
  margin-right: 0;
}
#filters li input, #filters li select {
  width: 240px;
  padding: 8px;
}

@media only screen and (min-width: 1200px) {
  #filters li {
    width: 25%;
  }
  #filters li.sf-field-submit,
#filters li.sf-field-reset {
    width: 10%;
  }
  #filters li.sf-field-sort_order {
    margin-left: 35%;
  }
  #filters li.sf-field-post-meta-national__local {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 1200px) {
  #filters input[type=submit] {
    padding: 13px 20px;
  }
  #search-filter-form-291 ul {
    display: flex;
    flex-wrap: wrap;
  }
  #search-filter-form-291 ul li {
    margin-right: 2rem;
  }
  #search-filter-form-291 ul li.sf-field-search {
    order: 1;
  }
  #search-filter-form-291 ul li.sf-field-submit {
    order: 6;
    margin-top: auto;
  }
  #search-filter-form-291 ul li.sf-field-taxonomy-publication_categories {
    order: 2;
  }
  #search-filter-form-291 ul li.sf-field-taxonomy-publication_type {
    order: 3;
  }
  #search-filter-form-291 ul li.sf-field-reset {
    order: 7;
    margin-top: auto;
  }
  #search-filter-form-291 ul li.sf-field-sort_order {
    order: 4;
  }
  #search-filter-form-291 ul li.sf-field-post-meta-national_local {
    order: 5;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: none;
  width: 100%;
}
.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 ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 20rem;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .main-navigation {
    display: block;
  }
}
#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-menu-toggle:focus,
#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block:focus,
#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block a:focus,
#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus,
#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus,
#mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 a:focus,
#mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 input:focus {
  outline: 3px solid white !important;
}

#mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 .mega-sub-menu a:focus,
#mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 .mega-sub-menu input:focus {
  outline: 3px solid #802755 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  display: flex;
  align-items: end;
  line-height: 2rem;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  flex: auto;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  text-decoration: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
  text-decoration: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  position: relative;
  text-decoration: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  display: inline;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1200px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-222 ul.mega-sub-menu {
    max-width: 15.8rem;
  }
}
@media screen and (max-width: 1400px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    flex: 1 1;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    height: 6rem;
  }
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.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%;
}

.custom-logo-link img {
  min-width: 120px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover::before {
  width: calc(100% - 20px);
  left: 4px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 2rem 1rem;
}

#ajaxsearchlite1 .probox,
#ajaxsearchlite2 .probox {
  width: 240px;
}

.rmp-menu-additional-content #ajaxsearchlite1 .probox, div.asl_w .probox,
.header-buttons #ajaxsearchlite2 .probox, div.asl_w .probox {
  padding: 6px 10px 6px 0;
  border-radius: 10px;
  border-width: 1px;
}

@media screen and (max-width: 768px) {
  #ajaxsearchlite1 .probox,
#ajaxsearchlite2 .probox {
    width: 180px;
  }
  .header-top-wrapper .container {
    padding-right: 7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .home .header-top-wrapper {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .home .site-branding > .custom-logo-link {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #ajaxsearchliteres1 {
    display: none !important;
  }
  #ajaxsearchlite2 {
    display: none;
  }
  .header-top-wrapper .row {
    height: 8.5rem;
  }
  .header-top-wrapper .container {
    padding-right: 9rem;
  }
}
@media only screen and (max-width: 1200px) {
  .header-top-wrapper form {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 2rem 2.2rem;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item#mega-menu-item-204,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item#mega-menu-item-225 {
  background: #FDBD4A;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item#mega-menu-item-204 a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item#mega-menu-item-225 a.mega-menu-link {
  color: #16435A;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item#mega-menu-item-201,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item#mega-menu-item-214 {
  background: #347D9C;
  color: white;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item#mega-menu-item-207 {
  background: #802755;
  color: white;
}

.home #readspeaker_button1 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#btn-back-to-top {
  background: white;
  border: 2px solid #347D9C;
  border-radius: 6px;
  bottom: 20px;
  color: #16435A;
  display: none;
  font-size: 17px;
  line-height: 1.4rem;
  padding: 0.6em 1em 0.6em;
  position: fixed;
  right: 20px;
}
#btn-back-to-top:hover {
  background: #347D9C;
  color: white;
}
#btn-back-to-top:hover svg path, #btn-back-to-top:hover svg line {
  fill: white;
  stroke: white;
}
#btn-back-to-top svg {
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  #btn-back-to-top {
    max-width: 60px;
  }
  #btn-back-to-top span {
    display: none;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

body.page {
  margin-bottom: 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;
}

.entry-header-banner {
  background: #347D9C;
  color: white;
  text-transform: uppercase;
}
.entry-header-banner h1 {
  padding: 4rem 0;
}

.publications form {
  margin-bottom: 5rem;
}

/* 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;
}

/* 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;
}

/* Footer
--------------------------------------------- */
.footer-donate a,
.footer-donate img.donate-now {
  width: 60%;
}

.footer-donate a.btn-primary, .footer-donate .eaw-booknow a, .eaw-booknow .footer-donate a {
  padding: 1.2rem;
  font-size: 2rem;
  text-align: center;
}

.footer-bottom {
  background-color: #16435A;
  padding: 2.4rem 0;
}

@media only screen and (max-width: 992px) {
  .footer-bottom .container {
    flex-wrap: wrap;
  }
  .footer-bottom .container img.logo-charity {
    max-width: 60px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
.contact-info li {
  margin-bottom: 1rem;
}

.site-footer {
  background: #347D9C;
  color: white;
  font-size: 1.6rem;
}
.site-footer h3 {
  color: white;
  margin-bottom: 1.4rem;
  margin-top: 1.4rem;
}
.site-footer a {
  color: white;
}

.site-info {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

ul.contact-info {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}

.social-media a {
  text-decoration: none;
}
.social-media a svg {
  cursor: pointer;
}

img.footer-illustration {
  max-width: 200px;
}

@media screen and (min-width: 768px) {
  .footer-donate .btn-primary, .footer-donate .eaw-booknow a, .eaw-booknow .footer-donate a {
    margin-top: 3rem;
  }
  ul.contact-info {
    margin: 0 0 3rem 0;
  }
  img.footer-illustration {
    max-height: 300px;
    max-width: none;
  }
  .site-info {
    padding-bottom: 3rem;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1800px) {
  .footer-bottom .container {
    padding-right: 22rem;
  }
}
.logo-charity-container {
  width: 60%;
  text-align: center;
}

/* Pages
--------------------------------------------- */
/* .home-hero {
	height: 38rem;
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;

	.get-involved {
		padding-top: 5rem;
		h2 {
			font-size: 4.4rem;
		}
		p {
			font-size: 1.6rem;
		}
	}
} */
.current-projects {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.current-projects h3 {
  font-weight: 800;
  margin-bottom: 1.6rem;
}
.current-projects h2, .current-projects .eaw-content-wrap h3 a, .eaw-content-wrap h3 .current-projects a {
  margin-bottom: 2rem;
}

.covid-banner .row {
  padding: 6rem 0 4rem 0;
}
.covid-banner .row p:last-child {
  margin-bottom: 0;
}

.home-info {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: #802755;
  color: white;
  background: linear-gradient(180deg, #802755 calc(50% + 60px), #347D9C 50%);
}
.home-info h2, .home-info .eaw-content-wrap h3 a, .eaw-content-wrap h3 .home-info a {
  color: white;
}

.get-involved-banner {
  background-color: #FDBD4A;
  color: black;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
}
.get-involved-banner h2, .get-involved-banner .eaw-content-wrap h3 a, .eaw-content-wrap h3 .get-involved-banner a {
  color: black;
}

@media only screen and (min-width: 1200px) {
  .home-info {
    background: linear-gradient(90deg, #802755 calc(50% + 30px), #347D9C 50%);
  }
}
@media only screen and (min-width: 1400px) {
  .home-info {
    background: linear-gradient(90deg, #802755 50%, #347D9C 50%);
  }
}
@media only screen and (max-width: 768px) {
  .home-spotlight-row {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 560px) and (max-width: 1200px) {
  .home-info {
    background: linear-gradient(180deg, #802755 calc(50% + 0px), #347D9C 50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .home-spotlight-row {
    margin-bottom: 14rem;
  }
}
@media only screen and (min-width: 992px) {
  .current-projects h2, .current-projects .eaw-content-wrap h3 a, .eaw-content-wrap h3 .current-projects a {
    margin-bottom: 4rem;
  }
  .home-hero .get-involved {
    padding-top: 6rem;
  }
  .home-hero {
    height: 46rem;
  }
}
.header-top-image {
  max-width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .header-top-image {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .header-top-image {
    text-align: center;
  }
  .current-projects {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .covid-banner .row {
    padding: 3.4rem 0;
  }
  /*
  	.home-hero .get-involved h2 {
  		font-size: 6rem;
  	}

  	.home-hero {
  		height: 54rem;
  	}*/
}
/* @media only screen and (min-width: 1400px) {
	.home-hero {
		height: 55rem;
	}
}

@media only screen and (min-width: 1600px) {
	.home-hero {
		height: 62rem;
	}

	.home-hero .get-involved {
		padding-top: 8rem;
	}
}



@media only screen and (min-width: 2100px) {
	.home-hero {
		height: 76rem;
	}

	.home-hero .get-involved {
		padding-top: 8rem;
	}
}
*/
.result-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.result-link a {
  text-decoration: none;
  display: block;
  margin-bottom: 1rem;
}

.searchandfilter ul {
  display: inline;
  margin-left: 0;
  padding-left: 0;
}
.searchandfilter ul li {
  display: inline-block;
  margin-right: 1rem;
}

.search-filter-results h2 a, .search-filter-results .eaw-content-wrap h3 a a, .eaw-content-wrap h3 .search-filter-results a a {
  text-decoration: none;
}
.search-filter-results h2 a:hover, .search-filter-results .eaw-content-wrap h3 a a:hover, .eaw-content-wrap h3 .search-filter-results a a:hover {
  text-decoration: underline;
  color: #347D9C;
}
.search-filter-results .badge.bg-blue {
  vertical-align: text-top;
  font-weight: 100;
}

.publication-sidebar {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.publication-buttons {
  text-align: end;
}

.publication .container .row {
  margin-bottom: 6rem;
}

article.publications {
  margin-bottom: 3rem;
}

.publication-list hr,
.project-list hr,
.search-results hr,
.search-filter-results hr {
  opacity: 1;
  background: #802755;
}
.publication-list hr:last-child,
.project-list hr:last-child,
.search-results hr:last-child,
.search-filter-results hr:last-child {
  display: none;
}

.entry-summary p {
  margin-bottom: 0;
}

.pagination {
  justify-content: space-between;
}

.publication-list hr,
.project-list hr,
.search-results hr,
.search-filter-results hr {
  opacity: 1;
  background: #802755;
}
.publication-list hr:last-child,
.project-list hr:last-child,
.search-results hr:last-child,
.search-filter-results hr:last-child {
  display: none;
}

/*
.eaw-thumb-wrap {
	flex: 0 0 auto;
	width: 100%;
}
.eaw-content-wrap {
	flex: 0 0 auto;
	width: 100%;
}
.eaw-booknow {
	flex: 0 0 auto;
	width: 100%; 
}*/
.eaw-thumb-wrap {
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding-right: 1rem;
}

.eaw-li__flex {
  padding-bottom: 3rem;
  padding-top: 4rem;
  border-bottom: 1px solid #802755;
}

.eaw-booknow {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .eaw-li__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 3rem;
    padding-top: 4rem;
    border-bottom: 1px solid #802755;
  }
  .eaw-thumb-wrap {
    flex: 0 0 auto;
    width: 100%;
  }
  .eaw-content-wrap {
    flex: 0 0 auto;
    width: 75%;
  }
  .eaw-booknow {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .eaw-thumb-wrap {
    flex: 0 0 auto;
    width: 25%;
  }
  .eaw-content-wrap {
    flex: 0 0 auto;
    width: 50%;
  }
  .eaw-booknow {
    flex: 0 0 auto;
    width: 20%;
  }
}
.eaw-booknow {
  display: flex;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.eaw-content-wrap h3 a {
  text-decoration: none;
  color: #16435A;
}
.eaw-content-wrap h3 a:hover {
  text-decoration: underline;
  color: #347D9C;
}

@media only screen and (max-width: 1400px) {
  .container-md,
.container {
    padding-left: 6rem;
  }
}
.project-list,
.position-statements.publication-list,
.media-releases.publication-list,
.research-reports.publication-list,
.annual-reports.publication-list {
  margin-bottom: 8rem;
}

/*--------------------------------------------------------------
# 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;
}

#breadcrumbs {
  font-size: 1.6rem;
  color: #347D9C;
  padding: 0 10px;
  margin-top: 2rem;
}

.home p#breadcrumbs {
  display: none;
}

/* 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;
}

.bg-grey {
  background: #F8F8F8;
}

.badge {
  width: auto;
  border-radius: 3px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  vertical-align: top;
}

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

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  margin-left: 0;
}

.site-header {
  background-color: #16435A;
}

.mc4wp-form-fields input {
  line-height: 3rem;
}
.mc4wp-form-fields input[type=submit] {
  min-width: 130px;
}

section.subscribe {
  margin-top: 5rem;
}

.resource-type {
  font-weight: 800;
  color: #16435A;
}

.search-filter-results {
  margin-bottom: 5rem;
}

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