/*!
Theme Name: IHSE
Theme URI: http://underscores.me/
Author: Underscores.me
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: ihse
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.

IHSE 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
	- Front Page
# 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #0D1352;
  margin-top: 0;
}

h2 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: calc(1.315rem + 0.78vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.9rem;
  }
}

h4 {
  font-size: 0.7rem;
}

h5 {
  font-size: 0.5rem;
}

h6 {
  font-size: 0.3rem;
}

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
--------------------------------------------- */
body {
  background: #fff;
}

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

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

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

/* 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: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.button {
  background: linear-gradient(180deg, #028090 0%, #68959B 100%);
  border-radius: 3px;
  padding: 10px 30px;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.2s ease;
}
.button:visited {
  color: #fff;
}
.button:hover, .button:focus, .button:active {
  color: #fff;
  opacity: 0.85;
}
.button:focus-visible {
  outline: 2px solid #028090;
  outline-offset: 3px;
}

.nav-button a {
  background: linear-gradient(180deg, #028090 0%, #68959B 100%);
  border-radius: 3px;
  padding: 5px 15px;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1.2rem;
  margin-top: 7px;
  transition: opacity 0.2s ease;
}
.nav-button a:visited {
  color: #fff;
}
.nav-button a:hover, .nav-button a:focus, .nav-button a:active {
  color: #fff;
  opacity: 0.85;
}
.nav-button a:focus-visible {
  outline: 2px solid #028090;
  outline-offset: 3px;
}
@media (min-width: 1200px) {
  .nav-button a {
    font-size: 1rem;
    margin-top: unset;
  }
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-main {
  padding-top: 87px;
}
@media (min-width: 576px) {
  .site-main {
    padding-top: 96px;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1800px;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 2560px) {
  .container {
    max-width: 2200px;
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (min-width: 2880px) {
  .container {
    max-width: 2500px;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 576px) {
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1400px) {
  section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1600px) {
  section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1920px) {
  section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 2560px) {
  section {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 2880px) {
  section {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}

.section-bg {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 576px) {
  .section-bg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .section-bg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .section-bg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  .section-bg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1400px) {
  .section-bg {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1600px) {
  .section-bg {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1920px) {
  .section-bg {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 2560px) {
  .section-bg {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 2880px) {
  .section-bg {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}

.section-pb,
.section-bg-pb {
  padding-top: 0;
}

:root {
  /* Fallbacks */
  --vh: 1vh;
  /* 1% of viewport (JS will update for mobile) */
  --header-h: 0px;
  /* JS will set actual header height */
}

/* Hero fills the visible viewport minus the header height */
.hero {
  height: calc((100vh - 87px) * 0.9);
}
@media (min-width: 576px) {
  .hero {
    height: calc((100vh - 96px) * 0.9);
  }
}

/* If hero content needs to avoid overlap for anchor targets */
.hero *:focus {
  outline-offset: 6px;
}

/* Offset anchor targets so they are not hidden behind header */
.anchor-target {
  scroll-margin-top: calc(var(--header-h, 0px) + 1rem);
}

.grid-container {
  display: grid;
}

.flex-container {
  display: flex;
}

.sectors .tabs-container {
  max-width: 1000px;
  margin: 0 auto;
}
.sectors__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
.sectors__button {
  padding: 8px 28px;
  border: 3px solid #0D1352;
  border-radius: 30px;
  background: transparent;
  color: #0D1352;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.sectors__button.is-active {
  background: linear-gradient(180deg, #0D123C 0%, #414465 100%);
  color: #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25);
}
.sectors__button:hover {
  background-color: #0D1352;
  color: #fff;
}
.sectors__button:focus-visible {
  outline: 3px solid #0D1352;
  outline-offset: 4px;
}
.sectors__divider {
  height: 2px;
  margin-bottom: 70px;
  background-color: #0D1352;
}
.sectors__panel {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(0, 2fr);
  align-items: center;
  gap: 40px;
}
.sectors__panel[hidden] {
  display: none;
}
.sectors__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.sectors__text > :first-child {
  margin-top: 0;
}
.sectors__text > :last-child {
  margin-bottom: 0;
}
.sectors__text h2 {
  margin-bottom: 10px;
}
.sectors__text h3 {
  margin-top: 25px;
  margin-bottom: 0;
}
.sectors__text p {
  margin-top: 0;
  margin-bottom: 15px;
}
.sectors__text i {
  font-weight: 700;
}
.sectors__text ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sectors__text a {
  color: #0D1352;
}
@media (max-width: 768px) {
  .sectors__nav {
    flex-wrap: wrap;
    gap: 15px;
  }
  .sectors__button {
    padding: 8px 20px;
    font-size: 1rem;
  }
  .sectors__divider {
    margin-bottom: 40px;
  }
  .sectors__panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  width: 100%;
  border-bottom: 3px #CBAE69 solid;
  background-color: #fff;
  z-index: 9999;
}
.site-header .flex-container {
  display: flex;
  align-items: center;
}
.site-header .site-branding {
  max-width: 200px;
}
@media (min-width: 576px) {
  .site-header .site-branding {
    max-width: 250px;
  }
}

.main-navigation {
  margin-left: auto;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
}
@media (max-width: 1200px) {
  .main-navigation {
    font-size: calc(1.305rem + 0.66vw);
  }
}
@media (max-width: 1200px) and (min-width: 1200px) {
  .main-navigation {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .main-navigation .menu-main-nav-container {
    top: 87px !important;
  }
}
@media (max-width: 1200px) {
  .main-navigation .menu-main-nav-container {
    position: fixed;
    right: 0;
    width: 100%;
    top: 96px;
    background-color: #CBAE69;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    z-index: 9999;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  gap: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
}
.main-navigation ul a {
  display: inline-block;
}
@media (min-width: 576px) {
  .main-navigation ul {
    max-width: 540px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .main-navigation ul {
    max-width: 720px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .main-navigation ul {
    max-width: unset;
    padding-left: unset;
    padding-right: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.main-navigation ul .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: middle;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid currentColor;
}
.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: 200px;
}
@media (max-width: 1200px) {
  .main-navigation ul ul a {
    width: auto;
  }
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  text-decoration: underline;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #0D1352;
}
.main-navigation .sub-menu {
  display: block;
  padding: 10px 15px;
  background-color: #0D1352;
  border-radius: 3px;
  width: 250px;
}
.main-navigation .sub-menu a {
  color: #fff;
}
@media (max-width: 1200px) {
  .main-navigation .sub-menu {
    max-width: 250px;
  }
}

.admin-bar .main-navigation .menu-main-nav-container {
  top: 133px !important;
}
@media (min-width: 576px) {
  .admin-bar .main-navigation .menu-main-nav-container {
    top: 142px !important;
  }
}
@media (min-width: 768px) {
  .admin-bar .main-navigation .menu-main-nav-container {
    top: 128px !important;
  }
}

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

@media (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    align-items: center;
  }
}
.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%;
}

.menu-toggle {
  font-size: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
  color: #0D1352;
}

/* Hamburger icon */
.menu-toggle::before,
.menu-toggle::after,
.menu-toggle {
  /* nothing here */
}

.menu-toggle::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  background: currentColor;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 -8px 0 currentColor, 0 8px 0 currentColor;
}

/* Front Page
--------------------------------------------- */
.front-page .hero {
  position: relative;
  overflow: hidden;
}
.front-page .hero__video,
.front-page .hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.front-page .hero__video {
  object-fit: cover;
  object-position: center top;
}
.front-page .hero__image {
  background-size: cover;
  background-position: center;
}
.front-page .tagline {
  background-color: #CBAE69;
}
@media (min-width: 1400px) {
  .front-page .tagline {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1600px) {
  .front-page .tagline {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.front-page .tagline p {
  color: #0D1352;
  font-family: "cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: calc(1.425rem + 2.1vw);
  text-align: center;
  margin: 0;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .front-page .tagline p {
    font-size: 3rem;
  }
}
.front-page .community__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  max-width: 1000px;
  margin: 0 auto 85px auto;
}
.front-page .community__card {
  background: linear-gradient(180deg, #0D123C 0%, #414465 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 230px;
  margin: 0 auto;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .front-page .community__card {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .front-page .community__card {
    max-width: 230px;
  }
}
.front-page .community__card:hover {
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
}
.front-page .community__card:focus-visible {
  outline: 3px solid #0D1352;
  outline-offset: 4px;
}
.front-page .community__icon {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.front-page .community__icon-image {
  display: block;
  max-width: 130px;
  max-height: 120px;
  width: auto;
  height: auto;
}
.front-page .community__card-title {
  font-family: "cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.front-page .community__content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
}
.front-page .community__heading {
  margin-bottom: 10px;
  color: #0D1352;
  text-transform: uppercase;
}
.front-page .community__body {
  margin-bottom: 10px;
}
.front-page .community__button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 3px;
  background: linear-gradient(180deg, #028090 0%, #68959B 100%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}
.front-page .community__button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.front-page .community__button:focus-visible {
  outline: 3px solid #0D1352;
  outline-offset: 4px;
}
.front-page .community .image-slider {
  position: relative;
  overflow: hidden;
  max-width: 700px;
  border-radius: 20px 240px;
}
.front-page .community .image-slider__slides {
  position: relative;
  width: 100%;
  aspect-ratio: 1.45;
}
.front-page .community .image-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.front-page .community .image-slider__slide.is-active {
  opacity: 1;
}
.front-page .community .image-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .front-page .community__content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
    max-width: 800px;
    margin: 0 auto;
  }
  .front-page .community .image-slider {
    max-width: 600px;
    margin: 0 auto;
    border-radius: 15px 220px;
  }
}
@media (max-width: 992px) {
  .front-page .community__cards {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .front-page .community {
    padding: 60px 0;
  }
  .front-page .community__cards {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }
  .front-page .community__icon {
    width: 100px;
    height: 100px;
  }
  .front-page .community__card-title {
    margin-top: 40px;
    width: 100%;
    font-size: 1rem;
  }
  .front-page .community .image-slider {
    border-radius: 10px 180px;
  }
}
.front-page .representation {
  background-image: url("images/representation-bg-gold.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.front-page .representation__inner {
  display: grid;
  grid-template-columns: 0.85fr 2fr;
  align-items: start;
  gap: 60px;
}
.front-page .representation__intro {
  padding-right: 60px;
  border-right: 1px solid #fff;
}
.front-page .representation__heading {
  margin: 0 0 20px;
  color: #0D1352;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1200px) {
  .front-page .representation__heading {
    text-align: left;
  }
}
.front-page .representation__button {
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
  background: linear-gradient(180deg, #028090 0%, #68959B 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
  border-radius: 5px;
  font-size: calc(1.255rem + 0.06vw);
}
@media (min-width: 1200px) {
  .front-page .representation__button {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .front-page .representation__button {
    margin: 0;
  }
}
.front-page .representation__button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.front-page .representation__button:focus-visible {
  outline: 3px solid #0D1352;
  outline-offset: 4px;
}
.front-page .representation__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  align-items: start;
}
.front-page .representation__item {
  min-width: 0;
}
.front-page .representation__item-toggle {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0D1352;
  text-align: left;
  cursor: pointer;
}
.front-page .representation__item-toggle:focus-visible {
  outline: 3px solid #0D1352;
  outline-offset: 6px;
}
.front-page .representation__item-title {
  display: block;
  text-align: center;
  color: #0D1352;
  font-family: "cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(1.255rem + 0.06vw);
  font-weight: 700;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}
@media (min-width: 1200px) {
  .front-page .representation__item-title {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .front-page .representation__item-title {
    text-align: left;
  }
}
.front-page .representation__item-title:hover {
  opacity: 0.7;
}
.front-page .representation__item-content {
  margin-top: 20px;
  text-align: center;
  color: #0D1352;
  font-size: 1.1rem;
  animation: representationFadeIn 0.3s ease;
}
@media (min-width: 768px) {
  .front-page .representation__item-content {
    text-align: left;
  }
}
.front-page .representation__item-content p {
  margin: 0;
}
@media (max-width: 1200px) {
  .front-page .representation__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .front-page .representation__intro {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: 0;
    border-bottom: 2px solid #fff;
  }
  .front-page .representation__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .front-page .representation {
    padding: 60px 0;
  }
  .front-page .representation__items {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .front-page .representation__item-content {
    margin-top: 15px;
  }
}
@keyframes representationFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.front-page .scholar-voices {
  background-image: url("images/scholar-voices-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.front-page .scholar-voices .header {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 60px auto;
}
.front-page .scholar-voices .header h2 {
  color: #0D1352;
}
.front-page .scholar-voices__slider {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 60px;
  align-items: center;
  gap: 30px;
}
.front-page .scholar-voices__slides {
  position: relative;
  min-width: 0;
}
.front-page .scholar-voices__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
.front-page .scholar-voices__slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.front-page .scholar-voices__video {
  position: relative;
  max-width: 1000px;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #0D123C;
  margin: 0 auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.front-page .scholar-voices__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.front-page .scholar-voices__info {
  margin: 40px auto 0 auto;
  text-align: center;
  background-color: #CBAE69;
  border-radius: 10px;
  width: fit-content;
  padding: 10px 20px;
}
.front-page .scholar-voices__name {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #0D1352;
  font-size: 1.2rem;
}
.front-page .scholar-voices__title {
  margin: 0;
}
.front-page .scholar-voices__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #CBAE69;
}
.front-page .scholar-voices__arrow:hover {
  opacity: 0.7;
}
.front-page .scholar-voices__arrow:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 6px;
}
.front-page .scholar-voices__arrow span {
  display: block;
  width: 38px;
  height: 38px;
  border-top: 6px solid currentColor;
  border-right: 6px solid currentColor;
  border-radius: 4px;
}
.front-page .scholar-voices__arrow--prev span {
  transform: rotate(-135deg);
}
.front-page .scholar-voices__arrow--next span {
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .front-page .scholar-voices__slider {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 10px;
  }
  .front-page .scholar-voices__arrow {
    width: 44px;
    height: 80px;
  }
  .front-page .scholar-voices__arrow span {
    width: 26px;
    height: 26px;
    border-width: 5px;
    border-radius: 3px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .front-page .scholar-voices__slide {
    transition: none;
    transform: none;
  }
}
.front-page .featured-posts {
  background: linear-gradient(180deg, #111846 0%, #41456a 100%);
}
.front-page .featured-posts__heading {
  margin: 0 0 55px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.front-page .featured-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  max-width: 1200px;
  margin: 0 auto;
}
.front-page .featured-posts__item {
  min-width: 0;
  text-align: center;
}
.front-page .featured-posts__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.front-page .featured-posts__link:hover .featured-posts__img {
  transform: scale(1.03);
}
.front-page .featured-posts__link:hover .featured-posts__title {
  color: #ffffff;
}
.front-page .featured-posts__link:focus-visible {
  outline: 2px solid #d2b15f;
  outline-offset: 5px;
}
.front-page .featured-posts__image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 5px;
}
.front-page .featured-posts__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.front-page .featured-posts__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.front-page .featured-posts__type {
  color: #ffffff;
}
.front-page .featured-posts__line {
  display: block;
  width: 140px;
  height: 1px;
  margin-top: 14px;
  background: #ffffff;
}
.front-page .featured-posts__title {
  max-width: 500px;
  margin: 24px auto 0;
  color: #d2b15f;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
@media (max-width: 1000px) {
  .front-page .featured-posts__grid {
    gap: 35px;
  }
  .front-page .featured-posts__title {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .front-page .featured-posts {
    padding: 70px 0 90px;
  }
  .front-page .featured-posts__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .front-page .featured-posts__item {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  .front-page .featured-posts__heading {
    font-size: 28px;
  }
  .front-page .featured-posts__title {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .front-page .featured-posts {
    padding: 55px 0 70px;
  }
  .front-page .featured-posts__heading {
    font-size: 23px;
    letter-spacing: 1.5px;
  }
  .front-page .featured-posts__type {
    font-size: 18px;
  }
  .front-page .featured-posts__title {
    font-size: 21px;
  }
}
.front-page .workforce__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  width: 100%;
}
.front-page .workforce__images {
  display: grid;
  grid-template-columns: 316px 316px;
  grid-template-rows: 316px 316px;
  column-gap: 13px;
  row-gap: 12px;
  width: 645px;
  min-width: 645px;
  height: 644px;
  flex: 0 0 645px;
}
.front-page .workforce__image {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  min-width: 0;
  min-height: 0;
}
.front-page .workforce__image img,
.front-page .workforce__image .workforce__img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
}
.front-page .workforce__image--one {
  grid-column: 1;
  grid-row: 1/3;
  width: 316px;
  height: 455px;
  align-self: center;
  flex: none;
}
.front-page .workforce__image--one img {
  object-position: center top;
}
.front-page .workforce__image-column {
  display: grid;
  grid-column: 2;
  grid-row: 1/3;
  grid-template-columns: 316px;
  grid-template-rows: 316px 316px;
  gap: 12px;
  width: 316px;
  height: 644px;
  flex: none;
}
.front-page .workforce__image--two {
  grid-column: 1;
  grid-row: 1;
  width: 316px;
  height: 316px;
  flex: none;
}
.front-page .workforce__image--three {
  grid-column: 1;
  grid-row: 2;
  width: 316px;
  height: 316px;
  flex: none;
}
.front-page .workforce__content {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  flex: 0 0 400px;
}
.front-page .workforce__heading {
  margin: 0 0 25px;
  text-transform: uppercase;
}
.front-page .workforce__text {
  margin: 0 0 28px;
  color: #333;
  font-size: 17px;
  line-height: 1.65;
}
.front-page .workforce__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.front-page .workforce__button {
  display: inline-block;
  margin: 0;
  padding: 10px 18px;
  background: linear-gradient(180deg, #028090 0%, #68959b 100%);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  transition: opacity 0.2s ease;
}
.front-page .workforce__button:hover {
  opacity: 0.85;
}
@media (max-width: 1200px) {
  .front-page .workforce .container {
    max-width: calc(100% - 40px);
  }
  .front-page .workforce__grid {
    gap: 50px;
  }
  .front-page .workforce__images {
    width: 645px;
    min-width: 645px;
    flex: 0 0 645px;
  }
  .front-page .workforce__content {
    width: 400px;
    min-width: 400px;
    max-width: 400px;
    flex: 0 0 400px;
  }
}
@media (max-width: 992px) {
  .front-page .workforce__grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
  }
  .front-page .workforce__images {
    width: 645px;
    min-width: 645px;
    flex: none;
  }
  .front-page .workforce__content {
    width: 645px;
    min-width: 0;
    max-width: 645px;
    flex: none;
  }
  .front-page .workforce__button {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .front-page .workforce__images {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    height: auto;
    gap: 12px;
  }
  .front-page .workforce__image--one {
    width: 100%;
    height: 400px;
    flex: none;
  }
  .front-page .workforce__image-column {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 0;
    height: auto;
    gap: 12px;
  }
  .front-page .workforce__image--two, .front-page .workforce__image--three {
    width: calc(50% - 6px);
    height: 200px;
    flex: none;
  }
  .front-page .workforce__content {
    width: 100%;
    max-width: 100%;
  }
  .front-page .workforce__heading {
    font-size: 30px;
  }
  .front-page .workforce__text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .front-page .workforce__image--one {
    height: 350px;
  }
  .front-page .workforce__image--two, .front-page .workforce__image--three {
    height: 150px;
  }
  .front-page .workforce__heading {
    font-size: 26px;
  }
  .front-page .workforce__button {
    font-size: 18px;
  }
}

/* Our Why Page
--------------------------------------------- */
.our-why .header {
  background-image: url("images/impact-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.our-why .header .content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.our-why .impact-areas {
  max-width: 1000px;
  margin: 60px auto 0 auto;
  text-align: center;
}
.our-why .impact-areas .grid-container {
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .our-why .impact-areas .grid-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}
.our-why .impact-areas .card {
  background: linear-gradient(180deg, #0D123C 0%, #414465 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 230px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .our-why .impact-areas .card {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .our-why .impact-areas .card {
    max-width: 230px;
  }
}
.our-why .impact-areas .card img {
  max-width: 130px;
}
.our-why .impact-areas .card p {
  font-family: "cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 30px;
}
.our-why #sector-nursing,
.our-why #sector-stem,
.our-why #sector-public-health-sciences {
  scroll-margin-top: 300px;
}
.our-why .sectors {
  background-color: #CBAE69;
}
.our-why .representation {
  max-width: 1200px;
  margin: 0 auto;
}
.our-why .representation__heading {
  margin: 0 0 70px;
  color: #0D1352;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.our-why .representation__box {
  position: relative;
  overflow: hidden;
  padding: 65px 60px 60px;
  border-radius: 10px;
  background-image: url("images/representation-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}
.our-why .representation__items {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 70px;
}
.our-why .representation__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.our-why .representation__title {
  font-family: "cantarell", sans-serif;
  margin: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.our-why .representation__arrow {
  width: 0;
  height: 0;
  margin: 20px 0 25px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #fff;
}
.our-why .representation__content {
  max-width: 350px;
  margin: 0;
  color: #fff;
}
.our-why .representation__button-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.our-why .representation__button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  border-radius: 4px;
  background: linear-gradient(180deg, #028090 0%, #68959B 100%);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  transition: opacity 0.2s ease;
}
.our-why .representation__button:hover {
  opacity: 0.85;
}
.our-why .representation__button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
@media (max-width: 768px) {
  .our-why .representation__heading {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .our-why .representation__box {
    padding: 45px 25px;
  }
  .our-why .representation__items {
    grid-template-columns: 1fr;
    gap: 45px;
    margin-bottom: 50px;
  }
  .our-why .representation__title {
    font-size: 1.4rem;
  }
  .our-why .representation__content {
    max-width: 500px;
    font-size: 1rem;
  }
  .our-why .representation__button {
    padding: 16px 25px;
    font-size: 1.2rem;
  }
}

/* Founder Page
--------------------------------------------- */
.founder {
  background-image: url("images/founder-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.founder .header {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 150px auto;
}
@media (min-width: 576px) {
  .founder .header {
    margin: 0 auto 100px auto;
  }
}
.founder .bio .box {
  max-width: 800px;
  padding: 20px;
  color: #fff;
  background: linear-gradient(180deg, #0D123C 0%, #414465 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 0 auto;
}
.founder .bio .box .headshot {
  max-width: 250px;
  margin: -200px auto 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.founder .bio .box .headshot img {
  display: block;
}
.founder .bio .box .name-title {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #CBAE69;
}
.founder .bio .box .name-title .name {
  margin: 0 0 5px 0;
  font-size: 1.2rem;
}
.founder .bio .box .name-title .title {
  margin: 0;
  font-size: 0.9rem;
}
.founder .bio .box p:first-child {
  margin-top: 0;
}
.founder .bio .box p:last-child {
  margin-bottom: 0;
}
.founder .bio .box .button {
  margin-top: 20px;
  display: block;
  width: 100%;
}
@media (min-width: 576px) {
  .founder .bio .box {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .founder .bio .box .headshot {
    max-width: 300px;
  }
}

/* Board of Directors Page
--------------------------------------------- */
.board .board-members {
  background-image: url("images/board-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.board .board-members .header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.board .board-members .members-list {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .board .board-members .members-list {
    margin-top: 120px;
  }
}
.board .board-members .grid-container {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .board .board-members .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .board .board-members .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.board .board-members .board-member:not(:last-child) {
  margin-bottom: 60px;
}
.board .board-members .headshot {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 250px;
  margin: 0 auto;
}
.board .board-members .headshot img {
  display: block;
}
.board .board-members h2 {
  font-size: calc(1.255rem + 0.06vw);
  color: #CBAE69;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .board .board-members h2 {
    font-size: 1.3rem;
  }
}
.board .board-members .title {
  font-family: "cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #0D1352;
  font-size: 0.8rem;
  margin: 0;
}
.board .board-members .position {
  font-family: "cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #0D1352;
  margin-top: 10px;
  margin-bottom: 0;
}
.board .board-cta {
  background-image: url("images/board-cta-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}
.board .board-cta p {
  font-family: "cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: calc(1.255rem + 0.06vw);
  max-width: 400px;
  margin: 0 auto 30px auto;
  color: #fff;
}
@media (min-width: 1200px) {
  .board .board-cta p {
    font-size: 1.3rem;
  }
}
.board .board-cta .button {
  font-size: 1.2rem;
}

/* Research Page
--------------------------------------------- */
.research .header {
  background-image: url("images/research-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 992px) {
  .research .header {
    text-align: left;
  }
}
.research .header .content h1 {
  margin: 0;
}
.research .header .content p {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .research .header .content p {
    margin-bottom: 0;
  }
}
.research .header .grid-container {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .research .header .grid-container {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    column-gap: 40px;
    align-items: center;
    max-width: 1400px;
  }
}
.research .header .image-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1000/626;
  overflow: hidden;
  border-radius: 10px 120px;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .research .header .image-slider {
    max-width: 550px;
  }
}
@media (min-width: 1200px) {
  .research .header .image-slider {
    border-radius: 15px 170px;
  }
}
.research .header .image-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}
.research .header .image-slider__slide.is-active {
  opacity: 1;
  z-index: 2;
}
.research .header .image-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.research .sectors {
  background-color: #CBAE69;
}
.research .resources__header {
  margin: 0 0 60px;
  color: #0D1352;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1200px) {
  .research .resources .grid-container {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
  }
}
.research .resources__content {
  margin-bottom: 60px;
}
.research .resources__content p {
  margin-top: 0;
}
.research .resources__content > :last-child {
  margin-bottom: 0;
}
.research .resources__content ul {
  margin: 0;
}
@media (min-width: 1200px) {
  .research .resources__content {
    margin-bottom: 0;
  }
}
.research .resources__content a {
  color: #0D1352;
}
.research .resources__cta {
  display: grid;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #0D1352;
  color: #fff;
  text-transform: uppercase;
  font-family: "cantarell", sans-serif;
}
.research .resources__cta p {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .research .resources__cta {
    grid-template-columns: 150px 1fr;
    padding: 40px;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .research .resources__cta {
    padding: 25px;
  }
}
.research .resources__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 150px;
}
.research .resources__cta-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.research .resources__cta-button {
  display: inline-block;
  flex: 0 0 auto;
  padding: 10px 30px;
  border-radius: 5px;
  background: linear-gradient(180deg, #028090 0%, #68959B 100%);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.research .resources__cta-button:hover {
  opacity: 0.85;
}
@media (max-width: 768px) {
  .research .resources__header {
    margin-bottom: 20px;
    font-size: 1.75rem;
  }
  .research .resources__content {
    margin-bottom: 40px;
  }
  .research .resources__cta {
    flex-direction: column;
    gap: 20px;
    padding: 30px 25px;
    text-align: center;
  }
  .research .resources__cta-content {
    flex: none;
  }
  .research .resources__cta-button {
    width: fit-content;
  }
}

/* Scholarship Page
--------------------------------------------- */
.scholarship .header {
  background-image: url("images/scholarship-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 992px) {
  .scholarship .header {
    text-align: left;
  }
}
.scholarship .header .content h1 {
  margin: 0;
}
.scholarship .header .content p {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .scholarship .header .content p {
    margin-bottom: 0;
  }
}
.scholarship .header .grid-container {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .scholarship .header .grid-container {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    column-gap: 40px;
    align-items: center;
    max-width: 1400px;
  }
}
.scholarship .header .image-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1000/626;
  overflow: hidden;
  border-radius: 10px 120px;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .scholarship .header .image-slider {
    max-width: 550px;
  }
}
@media (min-width: 1200px) {
  .scholarship .header .image-slider {
    border-radius: 15px 170px;
  }
}
.scholarship .header .image-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}
.scholarship .header .image-slider__slide.is-active {
  opacity: 1;
  z-index: 2;
}
.scholarship .header .image-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scholarship .scholarship-eligibility {
  background-image: url("images/scholarship-eligibility-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.scholarship .scholarship-eligibility .content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.scholarship .scholarship-eligibility .content h2 {
  color: #fff;
}
.scholarship .scholarship-eligibility .content p {
  color: #fff;
}
.scholarship .scholarship-eligibility .content p:last-child {
  margin-bottom: 0;
}
.scholarship .sectors {
  background-color: #CBAE69;
}
.scholarship .sectors__panel {
  background: linear-gradient(180deg, #0D123C 0%, #414465 100%);
  border-radius: 10px;
  padding: 20px;
  align-items: start;
}
@media (min-width: 768px) {
  .scholarship .sectors__panel {
    padding: 40px;
  }
}
.scholarship .sectors__panel h2,
.scholarship .sectors__panel h3 {
  color: #CBAE69;
}
.scholarship .sectors__panel p,
.scholarship .sectors__panel ul {
  color: #fff;
}
.scholarship .sectors__panel a {
  color: #CBAE69;
}
.scholarship .application {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.scholarship .application__content {
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-family: "cantarell", sans-serif;
  color: #0D1352;
  font-size: calc(1.255rem + 0.06vw);
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .scholarship .application__content {
    font-size: 1.3rem;
  }
}
.scholarship .application__button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background: linear-gradient(180deg, #028090 0%, #68959B 100%);
  color: #fff;
  font-size: calc(1.255rem + 0.06vw);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (min-width: 1200px) {
  .scholarship .application__button {
    font-size: 1.3rem;
  }
}
.scholarship .application__button:hover {
  opacity: 0.85;
}
.scholarship .application__button:focus-visible {
  outline: 3px solid #0D1352;
  outline-offset: 4px;
}
@media (max-width: 768px) {
  .scholarship .application__content {
    margin-bottom: 40px;
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 768px) and (min-width: 1200px) {
  .scholarship .application__content {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .scholarship .application__button {
    padding: 10px 20px;
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 768px) and (min-width: 1200px) {
  .scholarship .application__button {
    font-size: 1.5rem;
  }
}

/* Impact Page
--------------------------------------------- */
.impact .page-header {
  background-image: url("images/impact-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.impact .page-header .content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.impact .page-header .statistics {
  max-width: 1000px;
  margin: 60px auto 0 auto;
  text-align: center;
}
.impact .page-header .statistics .grid-container {
  row-gap: 2em;
}
@media (min-width: 768px) {
  .impact .page-header .statistics .grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.impact .page-header .statistics .statistics__item {
  background: linear-gradient(180deg, #0D123C 0%, #414465 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 20px;
  display: grid;
  align-items: center;
  justify-content: center;
  max-width: 230px;
  margin: 0 auto;
  grid-template-rows: 155px auto 1fr;
}
@media (min-width: 768px) {
  .impact .page-header .statistics .statistics__item {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .impact .page-header .statistics .statistics__item {
    max-width: 230px;
  }
}
.impact .page-header .statistics .statistics__item .statistics__icon {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.impact .page-header .statistics .statistics__item .statistics__icon img {
  display: block;
  max-width: 130px;
  max-height: 120px;
  width: auto;
  height: auto;
}
.impact .page-header .statistics .statistics__item .statistics__content {
  margin-top: 5px;
  align-self: start;
}
.impact .page-header .statistics .statistics__item span {
  font-family: "cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  .impact .page-header .statistics .statistics__item span {
    font-size: 1.8rem;
  }
}
.impact .page-header .statistics .statistics__item span,
.impact .page-header .statistics .statistics__item p {
  color: #fff;
  margin: 0;
  width: 100%;
}
.impact .scholar-voices {
  background: linear-gradient(180deg, #0D123C 0%, #414465 100%);
}
.impact .scholar-voices .header {
  max-width: 800px;
  text-align: center;
  color: #fff;
  margin: 0 auto 60px auto;
}
.impact .scholar-voices .header h2 {
  color: #CBAE69;
}
.impact .scholar-voices__slider {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 60px;
  align-items: center;
  gap: 30px;
}
.impact .scholar-voices__slides {
  position: relative;
  min-width: 0;
}
.impact .scholar-voices__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
.impact .scholar-voices__slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.impact .scholar-voices__video {
  position: relative;
  max-width: 1000px;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #0D123C;
  margin: 0 auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.impact .scholar-voices__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.impact .scholar-voices__info {
  margin: 40px auto 0 auto;
  text-align: center;
  background-color: #CBAE69;
  border-radius: 10px;
  width: fit-content;
  padding: 10px 20px;
}
.impact .scholar-voices__name {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #0D1352;
  font-size: 1.2rem;
}
.impact .scholar-voices__title {
  margin: 0;
}
.impact .scholar-voices__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #CBAE69;
}
.impact .scholar-voices__arrow:hover {
  opacity: 0.7;
}
.impact .scholar-voices__arrow:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 6px;
}
.impact .scholar-voices__arrow span {
  display: block;
  width: 38px;
  height: 38px;
  border-top: 6px solid currentColor;
  border-right: 6px solid currentColor;
  border-radius: 4px;
}
.impact .scholar-voices__arrow--prev span {
  transform: rotate(-135deg);
}
.impact .scholar-voices__arrow--next span {
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .impact .scholar-voices__slider {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 10px;
  }
  .impact .scholar-voices__arrow {
    width: 44px;
    height: 80px;
  }
  .impact .scholar-voices__arrow span {
    width: 26px;
    height: 26px;
    border-width: 5px;
    border-radius: 3px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .impact .scholar-voices__slide {
    transition: none;
    transform: none;
  }
}
.impact .contact-form .header {
  text-align: center;
}
.impact .contact-form__heading {
  background-color: #CBAE69;
  border-radius: 5px;
  width: fit-content;
  margin: 0 auto 30px auto;
  padding: 10px 20px;
}
.impact .contact-form__social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  row-gap: 20px;
  max-width: 1200px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.impact .contact-form__social-links a {
  text-decoration: none;
  color: #404040;
}
.impact .contact-form__social-link {
  display: flex;
  align-items: center;
  gap: 5px;
}
.impact .contact-form__social-icon {
  display: flex;
  align-items: center;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
}
.impact .contact-form__social-icon img {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.impact .contact-form .form {
  max-width: 400px;
  margin: 60px auto 0 auto;
}
@media (min-width: 768px) {
  .impact .contact-form .form {
    max-width: 550px;
  }
}
.impact .contact-form .form .grid-container p {
  margin-bottom: 10px;
}
.impact .contact-form .form .grid-container input {
  width: 100%;
}
@media (min-width: 768px) {
  .impact .contact-form .form .grid-container {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
.impact .contact-form .form .wpcf7-form > p:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.impact .contact-form .form .wpcf7-form .wpcf7-submit {
  display: inline-block;
  margin: 0;
  padding: 8px 20px;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(180deg, #028090 0%, #68959B 100%);
  color: #fff;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
}
.impact .contact-form .form .wpcf7-form .wpcf7-spinner {
  margin: 0;
}
.impact .contact-form .form .wpcf7-form .wpcf7-response-output {
  text-align: center;
}

/* News & Events Page
--------------------------------------------- */
.news-events .page-header {
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .news-events .page-header {
    padding-top: 5em;
  }
}
.news-events .events-section {
  padding-bottom: 60px;
  padding-top: 0;
}
.news-events .events-section__heading {
  margin: 0 0 50px;
  color: #0D1352;
  text-align: center;
  text-transform: uppercase;
}
.news-events .events-slider {
  position: relative;
  width: min(570px, 100%);
  margin: 0 auto;
}
.news-events .events-slider__slides {
  position: relative;
  width: 100%;
}
.news-events .events-slider__slide {
  display: none;
}
.news-events .events-slider__slide.is-active {
  display: block;
  animation: eventsSlideIn 0.35s ease;
}
.news-events .event-card {
  background: linear-gradient(180deg, #10164c 0%, #464b72 100%);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.news-events .event-card__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 35px 40px;
  color: #fff;
  text-decoration: none;
}
.news-events .event-card__label {
  margin-bottom: 25px;
}
.news-events .event-card__label h2 {
  color: #fff;
  text-transform: uppercase;
}
.news-events .event-card__image {
  max-width: 330px;
  margin-bottom: 25px;
}
.news-events .event-card__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.news-events .event-card__title {
  margin: 0 0 15px;
  color: #CBAE69;
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
.news-events .event-card__date {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.news-events .events-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 60px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}
.news-events .events-slider__arrow span {
  display: block;
  width: 22px;
  height: 22px;
  border-top: 5px solid #CBAE69;
  border-right: 5px solid #CBAE69;
  transition: border-color 0.2s ease;
}
.news-events .events-slider__arrow:hover span {
  border-color: #0D1352;
}
.news-events .events-slider__arrow:focus-visible {
  outline: 2px solid #0D1352;
  outline-offset: 4px;
}
.news-events .events-slider__arrow--prev {
  left: -70px;
}
.news-events .events-slider__arrow--prev span {
  transform: rotate(-135deg);
}
.news-events .events-slider__arrow--next {
  right: -70px;
}
.news-events .events-slider__arrow--next span {
  transform: rotate(45deg);
}
.news-events .news-section {
  padding-top: 0;
}
.news-events .news-section__heading {
  margin: 0 0 55px;
  color: #0D1352;
  text-align: center;
  text-transform: uppercase;
}
.news-events .news-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 45px;
}
.news-events .news-card {
  min-width: 0;
}
@media (min-width: 992px) {
  .news-events .news-card {
    max-width: 400px;
  }
}
.news-events .news-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.news-events .news-card__image {
  margin-bottom: 15px;
}
.news-events .news-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 6px;
}
.news-events .news-card__content {
  display: block;
}
.news-events .news-card__date {
  margin-bottom: 8px;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-family: "cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.news-events .news-card__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.news-events .news-card__main {
  min-width: 0;
}
.news-events .news-card__title {
  margin: 0;
  color: #0D1352;
  text-transform: uppercase;
  font-size: 1rem;
}
.news-events .news-card__arrow {
  flex: 0 0 auto;
  position: relative;
  width: 25px;
  height: 35px;
}
.news-events .news-card__arrow span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  border-top: 5px solid #CBAE69;
  border-right: 5px solid #CBAE69;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
}
.news-events .news-card__link:hover .news-card__arrow span {
  transform: translate(4px, -50%) rotate(45deg);
}
.news-events .news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 70px;
}
.news-events .news-pagination a,
.news-events .news-pagination span {
  display: flex;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 5px;
  color: #0D1352;
  font-size: 0.8125rem;
  text-decoration: none;
}
.news-events .news-pagination .current {
  background: #0D1352;
  color: #fff;
}
.news-events .news-pagination a:hover {
  color: #CBAE69;
}
.news-events .news-section__empty {
  text-align: center;
}
@media (max-width: 1200px) {
  .news-events .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 25px;
  }
  .news-events .events-slider__arrow--prev {
    left: -50px;
  }
  .news-events .events-slider__arrow--next {
    right: -50px;
  }
}
@media (max-width: 992px) {
  .news-events {
    padding: 50px 0 70px;
  }
  .news-events .events-section {
    padding-bottom: 60px;
  }
  .news-events .events-section__heading {
    margin-bottom: 35px;
    font-size: 1.6rem;
  }
  .news-events .events-slider {
    width: calc(100% - 70px);
  }
  .news-events .event-card__link {
    padding: 30px 20px 35px;
  }
  .news-events .event-card__image {
    width: 200px;
  }
  .news-events .event-card__title {
    font-size: 17px;
  }
  .news-events .events-slider__arrow--prev {
    left: -45px;
  }
  .news-events .events-slider__arrow--next {
    right: -45px;
  }
  .news-events .news-section {
    padding-bottom: 70px;
  }
  .news-events .news-section__heading {
    margin-bottom: 35px;
  }
  .news-events .news-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .news-events .news-card__title {
    max-width: none;
  }
}

@keyframes eventsSlideIn {
  from {
    opacity: 0;
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Blog Page
--------------------------------------------- */
.blog .page-header {
  text-align: center;
  padding-bottom: 90px;
}
.blog .page-header .blog-content__image {
  margin: 0 auto 20px auto;
  max-width: 700px;
}
.blog .page-header .blog-content__image img {
  border-radius: 10px 100px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 330px) {
  .blog .page-header .blog-content__image img {
    border-radius: 10px 120px;
  }
}
@media (min-width: 400px) {
  .blog .page-header .blog-content__image img {
    border-radius: 10px 150px;
  }
}
@media (min-width: 768px) {
  .blog .page-header .blog-content__image img {
    border-radius: 10px 220px;
  }
}
.blog .page-header p {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .blog .page-header {
    padding-top: 5em;
  }
}
.blog .blog-section {
  padding-top: 0;
}
.blog .blog-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 45px;
}
.blog .blog-card {
  min-width: 0;
}
@media (min-width: 992px) {
  .blog .blog-card {
    max-width: 400px;
  }
}
.blog .blog-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.blog .blog-card__image {
  margin-bottom: 15px;
}
.blog .blog-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 6px;
}
.blog .blog-card__content {
  display: block;
}
.blog .blog-card__date {
  margin-bottom: 8px;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-family: "cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.blog .blog-card__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.blog .blog-card__main {
  min-width: 0;
}
.blog .blog-card__title {
  margin: 0;
  color: #0D1352;
  text-transform: uppercase;
  font-size: 1rem;
}
.blog .blog-card__arrow {
  flex: 0 0 auto;
  position: relative;
  width: 25px;
  height: 35px;
}
.blog .blog-card__arrow span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  border-top: 5px solid #CBAE69;
  border-right: 5px solid #CBAE69;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
}
.blog .blog-card__link:hover .blog-card__arrow span {
  transform: translate(4px, -50%) rotate(45deg);
}
.blog .blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 70px;
}
.blog .blog-pagination a,
.blog .blog-pagination span {
  display: flex;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 5px;
  color: #0D1352;
  font-size: 0.8125rem;
  text-decoration: none;
}
.blog .blog-pagination .current {
  background: #0D1352;
  color: #fff;
}
.blog .blog-pagination a:hover {
  color: #CBAE69;
}
.blog .blog-section__empty {
  text-align: center;
}
@media (max-width: 1200px) {
  .blog .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 25px;
  }
}
@media (max-width: 992px) {
  .blog {
    padding: 50px 0 70px;
  }
  .blog .blog-section {
    padding-bottom: 70px;
  }
  .blog .blog-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .blog .blog-card__title {
    max-width: none;
  }
}

/* Single Page
--------------------------------------------- */
@media (min-width: 1200px) {
  .single-post section {
    padding-top: 5em;
  }
}
.single-post__article {
  max-width: 900px;
  margin: 0 auto;
}
.single-post__header {
  margin-bottom: 28px;
}
.single-post__title {
  margin: 0 0 8px;
  text-transform: uppercase;
}
.single-post__date {
  text-transform: uppercase;
  font-family: "cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.single-post__featured-image {
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 8px;
}
.single-post__featured-image img {
  display: block;
  width: 100%;
  height: auto;
}
.single-post__content .button {
  color: #fff;
  text-decoration: none;
}
.single-post__content p {
  margin-top: 0;
}
.single-post__content ul,
.single-post__content ol {
  margin: 0 0 24px;
  padding-left: 25px;
}
.single-post__content li {
  margin-bottom: 8px;
}
.single-post__content a {
  color: #0D1352;
  text-decoration: underline;
}
.single-post__content a:hover {
  text-decoration: none;
}
.single-post__content img {
  max-width: 100%;
  height: auto;
}
.single-post__content b {
  font-size: 1rem;
  line-height: 1;
  font-family: "freight-sans-pro", sans-serif;
}
.single-post__content i {
  font-size: 1rem;
  line-height: 1;
  font-family: "freight-sans-pro", sans-serif;
}
.single-post__content h1,
.single-post__content h2,
.single-post__content h3,
.single-post__content h4,
.single-post__content h5,
.single-post__content h6 {
  margin-bottom: 5px !important;
}
.single-post__content h2 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .single-post__content h2 {
    font-size: 1.5rem;
  }
}
.single-post__content h2 i,
.single-post__content h2 b {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .single-post__content h2 i,
.single-post__content h2 b {
    font-size: 1.5rem;
  }
}
.single-post__content h3 {
  font-size: 1.2rem;
}
.single-post__content h3 i,
.single-post__content h3 b {
  font-size: 1.2rem;
}
.single-post__content h4 {
  font-size: calc(1.315rem + 0.78vw);
}
@media (min-width: 1200px) {
  .single-post__content h4 {
    font-size: 1.9rem;
  }
}
.single-post__content h4 i,
.single-post__content h4 b {
  font-size: calc(1.315rem + 0.78vw);
}
@media (min-width: 1200px) {
  .single-post__content h4 i,
.single-post__content h4 b {
    font-size: 1.9rem;
  }
}
.single-post__content h4 {
  font-size: 0.7rem;
}
.single-post__content h4 i,
.single-post__content h4 b {
  font-size: 0.7rem;
}
.single-post__content h5 {
  font-size: 0.5rem;
}
.single-post__content h5 i,
.single-post__content h5 b {
  font-size: 0.5rem;
}
.single-post__content h6 {
  font-size: 0.3rem;
}
.single-post__content h6 i,
.single-post__content h6 b {
  font-size: 0.3rem;
}
.single-post__footer {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  max-width: 900px;
  margin: 0 auto;
}
.single-post__social {
  display: flex;
  gap: 10px;
  padding: 18px 0 28px;
}
.single-post__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #0D1352;
  border-radius: 50%;
  transition: opacity 0.2s ease;
}
.single-post__social-link:hover {
  opacity: 0.75;
}
.single-post__social-link svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.single-post__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 20px;
}
.single-post__previous a, .single-post__next a {
  color: #0D1352;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.single-post__previous a:hover, .single-post__next a:hover {
  color: #CBAE69;
}
.single-post__previous {
  text-align: left;
}
.single-post__next {
  text-align: right;
}

@media (max-width: 767px) {
  .single-post .container {
    padding: 50px 20px;
  }
  .single-post__title {
    font-size: 30px;
  }
  .single-post__excerpt {
    font-size: 18px;
  }
  .single-post__content {
    font-size: 16px;
  }
  .single-post__navigation {
    padding-top: 0;
  }
  .single-post .single-post__footer {
    margin-top: 30px;
    border-top: 1px solid #ddd;
  }
  .single-post .single-post__social {
    padding: 18px 0 28px;
  }
  .single-post .single-post__navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 20px;
  }
  .single-post .single-post__previous a, .single-post .single-post__next a {
    color: #0D1352;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }
  .single-post .single-post__previous a:hover, .single-post .single-post__next a:hover {
    color: #CBAE69;
  }
  .single-post .single-post__previous {
    text-align: left;
  }
  .single-post .single-post__next {
    text-align: right;
  }
}
/* Footer
--------------------------------------------- */
.site-footer {
  background-color: #CBAE69;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .site-footer .grid-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 60px;
    max-width: 1200px;
    margin: 0 auto 40px auto;
  }
}
.site-footer .logo {
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-footer .logo {
    margin: 0;
  }
}
.site-footer .socials {
  display: grid;
  row-gap: 10px;
  justify-content: center;
  margin-top: 40px;
}
.site-footer .socials .footer__social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0D1352;
  justify-content: center;
}
@media (min-width: 768px) {
  .site-footer .socials {
    justify-content: left;
    margin-top: 20px;
  }
  .site-footer .socials .footer__social-link {
    justify-content: left;
  }
}
.site-footer .socials .footer__social-icon {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.site-footer .socials .footer__social-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-footer .right-col {
  margin-top: 40px;
  text-align: center;
}
.site-footer .right-col h3 {
  margin-bottom: 5px;
}
.site-footer .right-col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer .right-col ul a {
  text-decoration: none;
  color: #404040;
}
.site-footer .right-col ul a:hover {
  color: #0D1352;
  text-decoration: underline;
}
.site-footer .right-col ul:not(last-child) {
  margin-bottom: 20px;
}
.site-footer .right-col .newsletter {
  background: linear-gradient(180deg, #0D123C 0%, #414465 100%);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
}
.site-footer .right-col .newsletter h3 {
  color: #fff;
  margin-bottom: 5px;
}
.site-footer .right-col .newsletter p {
  margin: 0 0 20px;
}
.site-footer .right-col .newsletter .button-container {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .site-footer .right-col {
    text-align: left;
    margin-top: 0;
  }
  .site-footer .right-col .newsletter {
    padding: 20px;
  }
  .site-footer .right-col .newsletter .button-container {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .site-footer .right-col .nav-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
  .site-footer .right-col .newsletter-grid-container {
    display: grid;
    grid-template-columns: 1fr min-content;
    column-gap: 40px;
    align-items: center;
  }
  .site-footer .right-col .newsletter-grid-container p {
    margin-bottom: 0;
  }
  .site-footer .right-col .newsletter-grid-container .button-container {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .site-footer .right-col .nav-grid-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .site-footer .right-col .newsletter {
    margin-top: 10px;
  }
}
.site-footer .copyright {
  border-top: 1px solid #0D1352;
}
.site-footer .copyright p {
  margin-bottom: 0;
  text-align: center;
}

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

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