@charset "UTF-8";
/*
Theme Name: NATi Custom Theme
Description: Custom Designed and Built Theme for NATi
Version: 1.0.0
Author: Vernacular
Author URI: https://vernacular.com.sg
*/
/**
 * NormalizeCSS Reset
 */
/*! 
https://serp.co/tools/css-reset/
<link rel="stylesheet" href="https://css.serp.co/css-reset/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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * Add the correct font 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

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

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

/**
 * Remove the inner padding 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; /* 1 */
  font: inherit; /* 2 */
}

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

/* Chrome Focus Outline Removal
   ========================================================================== */
/**
 * Remove focus outline on clickable elements in Chrome browsers.
 * This prevents the blue border that appears when clicking buttons, links, etc.
 */
*:focus {
  outline: none;
}

/* For accessibility, provide alternative focus indicators */
button:focus,
input:focus,
select:focus,
textarea:focus,
a:focus {
  outline: none;
}

/* Optional: Add custom focus styles for better accessibility */
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}

/**
 * Variables
 * Essential design tokens for the theme
 */
/**
 * Mixins
 * Essential reusable patterns
 */
/**
 * Typography
 * Essential typography styles
 */
body {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  background-color: #F4F4F4;
}

b, strong {
  font-weight: 700;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  color: #212529;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1.15rem;
}

h3.section-header {
  text-align: center;
  color: #F48D1F;
}

p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #F48D1F;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #9b5912;
}
a:focus {
  outline: 2px solid #F48D1F;
  outline-offset: 2px;
}

ul, ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
ul li, ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

blockquote {
  margin: 1.5rem 0;
  padding: 1.5rem;
  border-left: 4px solid #F48D1F;
  background-color: #ffffff;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #6c757d;
  font-style: normal;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 0.875em;
  color: #dc3545;
  background-color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
}

pre {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 0.875rem;
  line-height: 1.6;
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 1rem;
  overflow-x: auto;
  margin-bottom: 1.5rem;
}
pre code {
  background: none;
  padding: 0;
  color: inherit;
}

/**
 * Header Layout
 * Essential header styles
 */
.site-header {
  background: #ffffff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
  border-radius: 1rem;
  top: 40px;
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.header-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .header-logo {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.header-logo a {
  line-height: 0;
}

.site-header .header-container {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 768px) {
  .site-header .header-container {
    flex-wrap: nowrap;
  }
}

.main-navigation {
  width: 100%;
}
@media (min-width: 992px) {
  .main-navigation {
    width: auto;
  }
}

.nav-menu {
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #e9ecef;
  margin: 0;
  width: 100%;
  font-size: 1.125rem;
  will-change: opacity, visibility;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 992px) {
  .nav-menu {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    padding: 0;
    border: none;
    margin-top: 0;
    width: auto;
    transition: none;
  }
}
.nav-menu li {
  position: relative;
  list-style-type: none;
  margin: 0;
}
.nav-menu a {
  color: #212529;
  font-weight: 700;
  padding: 0;
  display: block;
  padding: 0.5rem;
}
.nav-menu a:hover {
  color: #F48D1F;
}
.nav-menu a:focus {
  outline: 2px solid #F48D1F;
  outline-offset: 2px;
}
.nav-menu .current-menu-item > a,
.nav-menu .current-page-item > a {
  color: #F48D1F;
  font-weight: 700;
}
.nav-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  min-width: 200px;
  z-index: 1001;
  padding: 0.5rem 0;
  border: 1px solid #e9ecef;
}
@media (min-width: 992px) {
  .nav-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
}
.nav-menu .sub-menu li {
  position: relative;
  margin: 0;
}
.nav-menu .sub-menu li a {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-bottom: 1px solid #e9ecef;
}
.nav-menu .sub-menu li a:last-child {
  border-bottom: none;
}
.nav-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}
@media (min-width: 992px) {
  .nav-menu .sub-menu .sub-menu {
    margin-left: 0;
  }
}
.nav-menu .menu-item-has-children {
  position: relative;
}
.nav-menu .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-menu .menu-item-has-children > a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  margin-left: 0.25rem;
}
@media (min-width: 992px) {
  .nav-menu .menu-item-has-children > a::after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid currentColor;
  }
}
@media (min-width: 992px) {
  .nav-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.nav-menu .menu-item-has-children.submenu-open > .sub-menu {
  display: block;
}

.menu-toggle {
  display: block;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  flex-shrink: 0;
  min-width: 44px;
  min-height: 44px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.menu-toggle .hamburger {
  display: block;
  width: 20px;
  height: 2px;
  background: #212529;
  position: relative;
}
.menu-toggle .hamburger::before, .menu-toggle .hamburger::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #212529;
}
.menu-toggle .hamburger::before {
  top: -6px;
}
.menu-toggle .hamburger::after {
  bottom: -6px;
}
.menu-toggle[aria-expanded=true] .hamburger {
  background: transparent;
}
.menu-toggle[aria-expanded=true] .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}
.menu-toggle[aria-expanded=true] .hamburger::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.menu-toggle:focus {
  outline: 2px solid #F48D1F;
  outline-offset: 2px;
}

.main-navigation.toggled .nav-menu {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 991px) {
  .main-navigation {
    position: relative;
  }
  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 1rem;
    margin: 0.5rem 0 0 0;
    z-index: 1000;
    max-height: 80vh;
    overflow-y: auto;
  }
  .menu-toggle {
    z-index: 1001;
  }
}
.site-header .header-container .header-logo {
  flex: 1;
}
@media (min-width: 992px) {
  .site-header .header-container .header-logo {
    flex: none;
    order: 2;
  }
}
.site-header .header-container .main-navigation {
  order: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .site-header .header-container .main-navigation {
    order: 1;
    width: auto;
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .nav-menu li {
    min-height: 44px;
  }
  .nav-menu li a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  .nav-menu .sub-menu {
    position: static !important;
    display: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    min-width: auto;
    transition: none;
    top: auto !important;
    left: auto !important;
    z-index: auto;
  }
  .nav-menu .sub-menu li {
    position: static;
    margin: 0;
  }
  .nav-menu .sub-menu li a {
    padding: 0.5rem 2rem;
    font-size: 1rem;
    border-bottom: 1px solid #e9ecef;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .nav-menu .sub-menu li a:last-child {
    border-bottom: none;
  }
  .nav-menu .sub-menu .sub-menu {
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0;
  }
  .nav-menu .sub-menu .sub-menu li a {
    padding-left: 3rem;
  }
  .nav-menu .menu-item-has-children > a {
    position: relative;
  }
  .nav-menu .menu-item-has-children > a:active {
    background-color: rgba(244, 141, 31, 0.1);
  }
  .nav-menu .menu-item-has-children.submenu-open > .sub-menu {
    display: block;
  }
  .nav-menu .menu-item-has-children.submenu-open > a::after {
    transform: rotate(180deg);
  }
}
.submenu-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #212529;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .submenu-toggle {
    display: none;
  }
}
.submenu-toggle:hover {
  color: #F48D1F;
}
.submenu-toggle::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  transition: transform 0.3s ease-in-out;
}
.submenu-toggle.submenu-open::before {
  transform: rotate(180deg);
}
.submenu-toggle:focus {
  outline: 2px solid #F48D1F;
  outline-offset: 2px;
}

@media (min-width: 992px) {
  .nav-menu .sub-menu {
    transition-delay: 0.1s;
  }
  .nav-menu .sub-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .nav-menu .menu-item-has-children:hover > .sub-menu {
    transition-delay: 0s;
  }
}
/**
 * Footer Layout
 * Footer styles
 */
.site-footer {
  flex-shrink: 0;
  max-width: 1300px;
  margin: 3rem auto 0 auto;
  width: 100%;
}

.footer-content {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
  margin-bottom: 3rem;
  text-align: center;
  gap: 1rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  order: 1;
}
@media (min-width: 768px) {
  .left {
    order: 0;
  }
}

.footer-logo img {
  max-height: 40px;
  width: auto;
}

.subscribe {
  margin: 0;
  text-align: center;
  margin-top: 1rem;
}
.subscribe img {
  max-height: 30px;
  width: auto;
}
@media (min-width: 768px) {
  .subscribe {
    margin-top: 0.5rem;
    text-align: right;
  }
}

.right {
  display: flex;
  flex-direction: column;
  align-items: space-between;
  gap: 0.5rem;
  order: 0;
}
@media (min-width: 768px) {
  .right {
    order: 1;
  }
}

.connect {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
}
.connect img {
  max-height: 20px;
  width: auto;
}
@media (min-width: 768px) {
  .connect {
    justify-content: flex-start;
  }
}

.address {
  line-height: 1.5;
  font-size: 1.15rem;
  text-align: center;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .address {
    text-align: left;
    padding-bottom: 0;
  }
}

.copyright {
  font-size: 0.875rem;
  text-align: center;
}
.copyright a {
  color: #212529;
}
.copyright a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .copyright {
    text-align: left;
  }
}

.separator {
  margin: 0 0.5rem;
}

.mailing-list {
  margin-top: 1rem;
}
.mailing-list a {
  display: inline-block;
}
.mailing-list a img {
  width: auto;
  filter: brightness(1) saturate(1);
}

html, body {
  height: 100%;
}

body {
  background-color: #F4F4F4;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 576px) {
  body {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  body {
    padding: 0 3rem;
  }
}
@media (min-width: 992px) {
  body {
    padding: 0 4.5rem;
  }
}

a {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:focus {
  outline: none;
}
a:active {
  outline: none;
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  margin-top: -3rem;
}
.error h1 {
  font-size: 2.25rem;
}

/**
 * Animation Utilities
 * All animations removed per user request
 */
.masthead {
  max-width: 1300px;
  margin: 0 auto;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 600px;
  z-index: -999999;
  overflow: hidden;
  mix-blend-mode: multiply;
}
.video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.masthead-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 600px;
  z-index: -999999;
}
.masthead-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (min-width: 768px) {
  .masthead-img img {
    -o-object-position: center top;
       object-position: center top;
  }
}
@media (min-width: 768px) {
  .masthead-img {
    height: auto;
  }
}

.content-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
  min-height: 320px;
}
@media (min-width: 768px) {
  .content-area {
    min-height: 480px;
  }
}

.header-content {
  margin: 3rem 0 0 0;
}
.header-content h1 {
  font-weight: 700;
  font-size: 4rem;
  color: #243267;
  text-align: left;
  max-width: 600px;
  line-height: 1.1;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .header-content h1 {
    margin: 3rem 0 0.5rem 0;
  }
}
.header-content .subheading {
  font-size: 1.125rem;
  text-align: left;
  max-width: 550px;
  font-weight: 700;
  color: #243267;
}

@media (max-width: 768px) {
  .header-content h1 {
    font-size: 3.5rem;
  }
}
.team-section .container {
  max-width: 1300px;
  margin: 0 auto;
}
.team-section h4.section-header {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #F48D1F;
  margin-bottom: 1.5rem;
}
.team-section .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0.5rem;
  margin-top: 0.5rem;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
  padding: 2rem;
}
@media (min-width: 768px) {
  .team-section .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .team-section .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .team-section .team-grid {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-template-columns: none !important;
  }
  .team-section .team-grid .team-member {
    flex: 0 0 calc(25% - 0.5rem);
    max-width: calc(25% - 0.5rem);
    min-width: 250px;
  }
}
.team-section .team-member {
  border-radius: 1rem;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.team-section .team-member .member-photo {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 1rem;
  overflow: hidden;
}
.team-section .team-member .member-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.team-section .team-member .member-info {
  flex: 1;
}
.team-section .team-member .member-info h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  color: #212529;
  line-height: 1.2;
}
.team-section .team-member .member-info .member-title {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .team-section .team-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
  .team-section .team-member {
    gap: 1rem;
    padding: 0;
  }
  .team-section .team-member .member-photo {
    width: 70px;
    height: 70px;
  }
  .team-section .team-member .member-info h3 {
    font-size: 1.15rem;
  }
  .team-section .team-member .member-title {
    font-size: 0.875rem;
  }
}
.team-section .section-title {
  text-align: center;
  margin-bottom: 3rem;
}
.team-section .section-title h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1rem;
}
.team-section .section-title p {
  font-size: 1.125rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
}
.team-section .bio-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.team-section .bio-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.team-section .bio-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.team-section .bio-modal .modal-container {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  overflow-y: auto;
}
.team-section .bio-modal .modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 1rem;
  max-width: 1000px;
  width: 90%;
  max-height: 90vh;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  text-align: justify;
}
.team-section .bio-modal.active .modal-content {
  transform: scale(1);
  opacity: 1;
}
.team-section .bio-modal .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #6c757d;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.team-section .bio-modal .modal-close:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #212529;
  transform: scale(1.1);
}
.team-section .bio-modal .modal-close span {
  line-height: 1;
}
.team-section .bio-modal .modal-header {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2rem 2rem 0 2rem;
  flex-shrink: 0;
}
.team-section .bio-modal .modal-header .modal-photo {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
}
.team-section .bio-modal .modal-header .modal-photo.hidden {
  display: none;
}
.team-section .bio-modal .modal-header .modal-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.team-section .bio-modal .modal-header .modal-social {
  display: flex;
  position: relative;
  top: -20px;
  right: -15px;
  justify-content: flex-end;
}
.team-section .bio-modal .modal-header .modal-social img {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.team-section .bio-modal .modal-header .modal-info {
  flex: 1;
  min-width: 0;
  margin-bottom: 2rem;
}
.team-section .bio-modal .modal-header .modal-info h3 {
  margin: 0;
  color: #F48D1F;
}
.team-section .bio-modal .modal-header .modal-info .modal-title {
  font-size: 1.25rem;
}
.team-section .bio-modal .modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 0 2rem 2rem 2rem;
}
.team-section .bio-modal .modal-body p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.team-section .bio-modal .modal-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .team-section .bio-modal .modal-container {
    padding: 0.5rem;
  }
  .team-section .bio-modal .modal-content {
    width: 95%;
    max-height: 95vh;
  }
  .team-section .bio-modal .modal-header {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
  .team-section .bio-modal .modal-header .modal-photo {
    width: 150px;
    height: 150px;
    align-self: center;
  }
  .team-section .bio-modal .modal-header .modal-info {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .team-section .bio-modal .modal-body {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}

.news-section .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.news-section .section-header {
  margin-bottom: 3rem;
}
.news-section .news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .news-section .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .news-section .news-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.news-section .news-card {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.news-section .news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.news-section .news-card .card-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: 2rem;
  transition: all 0.3s ease-in-out;
  overflow: visible;
}
.news-section .news-card .card-link:hover {
  text-decoration: none;
  color: inherit;
}
.news-section .news-card .card-link:focus {
  outline: 2px solid #F48D1F;
  outline-offset: 2px;
}
.news-section .news-card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.news-section .news-card .article-header {
  flex-shrink: 0;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-section .news-card .article-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #212529;
  margin: 0;
  line-height: 1.2;
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.news-section .news-card .article-source {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0;
  font-style: italic;
  text-align: left;
  min-height: 1.2em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news-section .news-card .article-date {
  font-size: 0.875rem;
  color: #6c757d;
  margin-top: auto;
  flex-shrink: 0;
  overflow: visible;
  text-align: left;
}
.news-section .no-news {
  text-align: center;
  padding: 3rem;
  color: #6c757d;
  font-size: 1.125rem;
}
.news-section .load-more-container {
  text-align: center;
  margin-top: 3rem;
}

.news-single-section {
  padding: 4.5rem 0;
  background-color: #F4F4F4;
}
.news-single-section .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.news-single-section .news-article {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
  max-width: 800px;
  margin: 0 auto;
}
.news-single-section .article-header {
  margin-bottom: 2rem;
}
.news-single-section .article-header .article-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #212529;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
}
.news-single-section .article-header .article-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.news-single-section .article-header .article-meta .article-date {
  font-size: 0.875rem;
  color: #6c757d;
}
.news-single-section .article-header .article-meta .article-source .source-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #F48D1F;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}
.news-single-section .article-header .article-meta .article-source .source-link:hover {
  color: #9b5912;
}
.news-single-section .article-header .article-meta .article-source .source-link .external-icon {
  font-size: 0.875rem;
}
.news-single-section .article-thumbnail {
  margin-bottom: 2rem;
  border-radius: 1rem;
  overflow: hidden;
}
.news-single-section .article-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.news-single-section .article-content {
  line-height: 1.6;
  color: #212529;
  margin-bottom: 3rem;
}
.news-single-section .article-content h2, .news-single-section .article-content h3, .news-single-section .article-content h4, .news-single-section .article-content h5, .news-single-section .article-content h6 {
  color: #212529;
  margin: 2rem 0 1rem 0;
}
.news-single-section .article-content p {
  margin-bottom: 1rem;
}
.news-single-section .article-content a {
  color: #F48D1F;
  text-decoration: none;
}
.news-single-section .article-content a:hover {
  text-decoration: underline;
}
.news-single-section .article-footer {
  border-top: 1px solid #dee2e6;
  padding-top: 2rem;
}
.news-single-section .article-footer .article-navigation {
  margin-bottom: 2rem;
}
.news-single-section .article-footer .article-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.news-single-section .article-footer .article-navigation .nav-links .nav-previous,
.news-single-section .article-footer .article-navigation .nav-links .nav-next {
  flex: 1;
}
.news-single-section .article-footer .article-navigation .nav-links .nav-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: #F4F4F4;
  border-radius: 1rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.news-single-section .article-footer .article-navigation .nav-links .nav-link:hover {
  background-color: #F48D1F;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.news-single-section .article-footer .article-navigation .nav-links .nav-link .nav-arrow {
  font-size: 1.125rem;
  font-weight: 700;
}
.news-single-section .article-footer .article-navigation .nav-links .nav-link .nav-text {
  display: flex;
  flex-direction: column;
}
.news-single-section .article-footer .article-navigation .nav-links .nav-link .nav-text .nav-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
}
.news-single-section .article-footer .article-navigation .nav-links .nav-link .nav-text .nav-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
}
.news-single-section .article-footer .article-navigation .nav-links .next-link {
  text-align: right;
}
.news-single-section .article-footer .article-navigation .nav-links .next-link .nav-text {
  align-items: flex-end;
}
.news-single-section .article-footer .back-to-news {
  text-align: center;
}
.news-single-section .article-footer .back-to-news .back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #6c757d;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}
.news-single-section .article-footer .back-to-news .back-link:hover {
  color: #F48D1F;
}

.news-archive-section .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.news-archive-section .archive-header {
  text-align: center;
}
.news-archive-section .archive-header .archive-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #212529;
  margin: 0 0 1.5rem 0;
}
.news-archive-section .archive-header .archive-description {
  max-width: 600px;
  margin: 0 auto;
}
.news-archive-section .archive-header .archive-description p {
  font-size: 1.125rem;
  color: #6c757d;
  margin: 0;
}
.news-archive-section .news-pagination {
  margin-top: 4.5rem;
}
.news-archive-section .news-pagination .pagination-nav .pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-archive-section .news-pagination .pagination-nav .pagination-list li {
  margin: 0;
}
.news-archive-section .news-pagination .pagination-nav .pagination-list li a, .news-archive-section .news-pagination .pagination-nav .pagination-list li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0.5rem;
  border-radius: 1rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.news-archive-section .news-pagination .pagination-nav .pagination-list li a {
  background-color: #ffffff;
  color: #212529;
  border: 1px solid #dee2e6;
}
.news-archive-section .news-pagination .pagination-nav .pagination-list li a:hover {
  background-color: #F48D1F;
  color: #ffffff;
  border-color: #F48D1F;
}
.news-archive-section .news-pagination .pagination-nav .pagination-list li .current {
  background-color: #F48D1F;
  color: #ffffff;
  border: 1px solid #F48D1F;
}
.news-archive-section .news-pagination .pagination-nav .pagination-list li .prev a, .news-archive-section .news-pagination .pagination-nav .pagination-list li .next a {
  min-width: auto;
  padding: 0.5rem 1rem;
}

.news-card .article-excerpt {
  font-size: 0.875rem;
  color: #6c757d;
  line-height: 1.6;
  margin-top: 1rem;
}
.news-card .article-excerpt p {
  margin: 0;
}

.load-more-container {
  text-align: center;
}

.events-section {
  margin-top: 4.5rem;
}
.events-section .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.events-section .section-header {
  margin-bottom: 3rem;
}

.upcoming-events {
  margin-bottom: 6rem;
}
.upcoming-events .upcoming-event-card {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
  overflow: hidden;
  margin-bottom: 2rem;
}
.upcoming-events .upcoming-event-card .event-content {
  display: flex;
  align-items: stretch;
  min-height: 300px;
}
@media (max-width: 767px) {
  .upcoming-events .upcoming-event-card .event-content {
    flex-direction: column;
  }
}
.upcoming-events .upcoming-event-card .event-image {
  flex: 0 0 33.333%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .upcoming-events .upcoming-event-card .event-image {
    flex: none;
    height: 200px;
  }
}
.upcoming-events .upcoming-event-card .event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.upcoming-events .upcoming-event-card .event-image .event-image-placeholder {
  width: 100%;
  height: 100%;
  background: url("images/event-placeholder.jpg") no-repeat center center;
  background-size: contain;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upcoming-events .upcoming-event-card .event-details {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .upcoming-events .upcoming-event-card .event-details {
    padding: 2rem;
  }
}
.upcoming-events .upcoming-event-card .event-details .event-title {
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.upcoming-events .upcoming-event-card .event-details .event-date {
  font-size: 0.875rem;
  color: #adb5bd;
  margin: 0.5rem 0;
  font-weight: 700;
}
.upcoming-events .upcoming-event-card .event-details .event-description {
  margin-bottom: 0.5rem;
}
.upcoming-events .upcoming-event-card .event-details .event-description p {
  margin: 0 0 1rem 0;
}
.upcoming-events .upcoming-event-card .event-details .event-description p:last-child {
  margin-bottom: 0;
}
.upcoming-events .no-upcoming-events {
  text-align: center;
  padding: 4.5rem;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
}
.upcoming-events .no-upcoming-events p {
  font-size: 1.125rem;
  color: #6c757d;
  margin: 0;
}

.past-events .past-events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .past-events .past-events-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .past-events .past-events-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.past-events .past-event-card {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 100%;
}
.past-events .past-event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.past-events .past-event-card .event-card-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.past-events .past-event-card .event-card-link:hover {
  text-decoration: none;
  color: inherit;
}
.past-events .past-event-card .event-card-link:focus {
  outline: 2px solid #F48D1F;
  outline-offset: 2px;
}
.past-events .past-event-card .event-card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.past-events .past-event-card .event-card-image {
  height: 180px;
  overflow: hidden;
}
.past-events .past-event-card .event-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.past-events .past-event-card .event-card-image .event-card-image-placeholder {
  width: 100%;
  height: 100%;
  background: url("images/event-placeholder.jpg") no-repeat center center;
  background-size: contain;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.past-events .past-event-card .event-card-details {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.past-events .past-event-card .event-card-details .event-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #212529;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}
.past-events .past-event-card .event-card-details .event-card-date {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 1rem;
}
.past-events .past-event-card .event-card-details .event-sponsors {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.past-events .past-event-card .event-card-details .event-sponsors img {
  height: 20px;
  width: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}
.past-events .past-event-card .event-card-details .event-sponsors img:hover {
  opacity: 1;
}
.past-events .no-past-events {
  text-align: center;
  padding: 3rem;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
}
.past-events .no-past-events p {
  font-size: 1.125rem;
  color: #6c757d;
  margin: 0;
}

@media (max-width: 767px) {
  .news-section {
    padding: 0;
  }
  .news-section .news-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .news-section .news-card {
    padding: 1.5rem;
    height: auto;
  }
  .news-section .news-card a.card-link {
    padding: 0.5rem;
  }
  .news-section .news-card .article-title {
    font-size: 1.15rem;
  }
  .news-section .news-card .article-date {
    margin-top: 0;
  }
  .news-section .section-header {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .events-section {
    padding: 0;
  }
  .events-section .section-header {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .upcoming-events {
    margin-bottom: 4.5rem;
  }
  .upcoming-events .upcoming-event-card .event-details .event-title {
    font-size: 1.25rem;
  }
  .upcoming-events .upcoming-event-card .event-details .event-description {
    font-size: 0.875rem;
  }
  .past-events .past-events-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .past-events .past-event-card .event-card-details {
    padding: 1rem;
  }
  .past-events .past-event-card .event-card-details .event-card-title {
    font-size: 1.15rem;
  }
}
@media (max-width: 767px) {
  .news-single-section {
    padding: 3rem 0;
  }
  .news-single-section .news-article {
    padding: 2rem;
    margin: 0 1rem;
  }
  .news-single-section .article-header .article-title {
    font-size: 1.5rem;
  }
  .news-single-section .article-header .article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .news-single-section .article-content {
    font-size: 1.15rem;
  }
  .news-single-section .article-footer .nav-links {
    flex-direction: column;
    gap: 1rem;
  }
  .news-single-section .article-footer .nav-links .nav-link .nav-text .nav-title {
    font-size: 0.65rem;
  }
}
.technology-platforms h4, .technology-platforms p {
  margin: 0;
}
.technology-platforms.row-1 .box-content {
  display: flex;
  gap: 4.5rem;
  align-items: center;
}
.technology-platforms.row-1 .box-content .diagrams {
  display: flex;
  gap: 6rem;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.technology-platforms.row-1 .box-content .diagrams .diagram-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.technology-platforms.row-1 .box-content .diagrams .diagram-item .diagram-1 {
  display: flex;
  flex-direction: column;
}
.technology-platforms.row-1 .box-content .diagrams .diagram-item .diagram-image {
  height: 250px;
  padding: 1rem 0;
}
.technology-platforms.row-1 .box-content .diagrams .diagram-item .diagram-image img {
  max-width: 450px;
}
@media (min-width: 768px) {
  .technology-platforms.row-1 .box-content .diagrams .diagram-item .diagram-image {
    padding: 0;
  }
}
.technology-platforms.row-1 .box-content .diagrams .diagram-item .diagram-caption {
  margin-top: 1rem;
}
.technology-platforms.row-1 .box-content .textbox {
  flex: 1.5;
}
.technology-platforms.row-1 .box-content .textbox p {
  margin: 0 0 1rem 0;
}
.technology-platforms.row-1 .box-content .textbox p:last-child {
  margin: 0;
}
.technology-platforms.row-2 .box-content {
  margin-bottom: 2rem;
}
.technology-platforms.row-2 .diagrams {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  flex-direction: column;
}
@media (min-width: 768px) {
  .technology-platforms.row-2 .diagrams {
    flex-direction: row;
    gap: 4.5rem;
  }
}
.technology-platforms.row-2 .diagrams .diagram-1 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.technology-platforms.row-2 .diagrams .diagram-1 .diagram-image {
  text-align: center;
}
.technology-platforms.row-2 .diagrams .diagram-1 .diagram-image img {
  max-width: 240px;
}
.technology-platforms.row-2 .diagrams .diagram-image {
  height: 130px;
  padding: 2rem;
}
.technology-platforms.row-2 .diagrams .diagram-caption {
  text-align: center;
  margin-top: 2rem;
}

.therapeutic-areas .therapeutic-areas-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2rem;
  margin-top: 1.5rem;
}
.therapeutic-areas .therapeutic-area-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  width: 100%;
  max-width: 100%;
  height: auto;
  gap: 1rem;
}
.therapeutic-areas .therapeutic-area-icon {
  margin: 0;
  height: auto;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.therapeutic-areas .therapeutic-area-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.therapeutic-areas .therapeutic-area-caption {
  flex: 1 1 auto;
}
.therapeutic-areas .therapeutic-area-caption p {
  margin: 0;
}
@media (min-width: 768px) {
  .therapeutic-areas .therapeutic-area-item {
    flex-direction: row;
  }
  .therapeutic-areas .therapeutic-area-icon {
    height: 120px;
    width: 120px;
    flex: 0 0 120px;
  }
}

.pipeline-image {
  overflow-x: scroll;
  min-height: 300px;
  width: auto;
}
.pipeline-image img {
  max-width: 800px;
  width: auto !important;
  height: auto;
}

@media (min-width: 992px) {
  .pipeline-image {
    overflow-x: hidden;
    width: 100%;
    min-height: unset;
  }
  .pipeline-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
}
@media (min-width: 768px) {
  .funding-platform {
    margin-top: 3rem !important;
  }
}
.funding-platform .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .funding-platform .container {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .funding-platform .container {
    max-width: 100%;
    flex-direction: row;
  }
}
.funding-platform .container .box-item {
  width: 100%;
  padding: 0;
}
.funding-platform .vision-approach-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
@media (min-width: 768px) {
  .funding-platform .vision-approach-item {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .funding-platform .vision-approach-item {
    text-align: left;
    align-items: stretch;
  }
}
.funding-platform .vision-approach-image {
  flex-shrink: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-height: 300px;
  border-radius: 1rem 1rem 0 0;
}
@media (min-width: 768px) {
  .funding-platform .vision-approach-image {
    height: auto;
    width: 40%;
    max-height: unset;
    border-radius: 1rem 0 0 1rem;
  }
}
.funding-platform .vision-approach-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.funding-platform .vision-approach-content {
  flex: 1;
  min-width: 0;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.funding-platform .vision-approach-content ul {
  margin: 0;
}
.funding-platform .vision-approach-title {
  color: #F48D1F;
  font-weight: 300;
  margin: 0.5rem 0 0 0;
}
.funding-platform .vision-approach-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.funding-platform .vision-approach-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #212529;
}
.funding-platform .vision-approach-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #F48D1F;
  font-weight: 700;
  font-size: 1.125rem;
}
.funding-platform .vision-approach-list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .focus .box-content {
    flex-direction: unset !important;
    display: block !important;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.focus .focus-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .focus .focus-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.5rem;
  }
}
.focus .focus-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 120px;
  height: 100%;
}
.focus .focus-icon {
  margin-bottom: 1rem;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.focus .focus-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.focus .focus-title {
  font-weight: 700;
}

.fund-info .cta {
  text-align: center;
  margin-top: 2rem;
}

.single-funding-opportunity .box-content {
  flex-direction: column !important;
}

.downloads h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  margin: 0 0 1.5rem 0;
}

.downloads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.download-item .download-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 1rem;
  text-decoration: none;
}
.download-item .download-link:hover {
  border-color: #F48D1F;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
}
.download-item .download-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #F48D1F;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-item .download-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.download-item .download-text {
  flex: 1;
  min-width: 0;
}
.download-item .download-text .file-name {
  font-size: 1.15rem;
  font-weight: 500;
  color: #212529;
  line-height: 1.6;
  display: block;
}

@media (min-width: 576px) {
  .downloads-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .download-item .download-link {
    padding: 1rem;
  }
}
.portfolio-projects {
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .portfolio-projects {
    padding: 3rem 0;
  }
}
.portfolio-projects .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1rem;
}
.portfolio-projects .portfolio-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .portfolio-projects .portfolio-layout {
    grid-template-columns: 140px 1fr;
    gap: 3rem;
  }
}
@media (min-width: 992px) {
  .portfolio-projects .portfolio-sidebar {
    order: 1;
  }
}
.portfolio-projects .portfolio-sidebar .portfolio-filters {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2rem;
  top: 2rem;
}
@media (min-width: 992px) {
  .portfolio-projects .portfolio-sidebar .portfolio-filters {
    flex-direction: column;
    flex-wrap: nowrap;
    position: -webkit-sticky;
    position: sticky;
  }
}
.portfolio-projects .portfolio-sidebar .filter-item {
  margin-bottom: 0;
}
.portfolio-projects .portfolio-sidebar .filter-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #adb5bd;
  text-decoration: none;
  border-radius: 1rem;
  font-weight: 700;
}
.portfolio-projects .portfolio-sidebar .filter-link:hover {
  color: #F48D1F;
}
.portfolio-projects .portfolio-sidebar .filter-link.active {
  color: #F48D1F;
}
@media (min-width: 992px) {
  .portfolio-projects .portfolio-main {
    order: 2;
  }
}
.portfolio-projects .portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .portfolio-projects .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.portfolio-projects .portfolio-grid.loading {
  opacity: 0.6;
  pointer-events: none;
}
.portfolio-projects .portfolio-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
}
.portfolio-projects .portfolio-card.card-animate {
  opacity: 0;
  transform: translateY(30px);
}
@keyframes cardSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
.portfolio-projects .card-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .portfolio-projects .card-content {
    flex-direction: row;
  }
}
.portfolio-projects .card-left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .portfolio-projects .card-left {
    width: 120px;
  }
}
.portfolio-projects .series-number {
  font-size: 2.25rem;
  font-weight: 700;
  color: #F48D1F;
  line-height: 1;
  text-align: center;
}
.portfolio-projects .label {
  display: block;
  color: #6c757d;
}
.portfolio-projects .pi-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.portfolio-projects .pi-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-projects .pi-image .profile-placeholder {
  width: 100%;
  height: 100%;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 0.875rem;
  font-weight: 500;
}
.portfolio-projects .pi-image .profile-placeholder::before {
  content: "PI";
}
.portfolio-projects .card-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .portfolio-projects .card-right {
    text-align: left;
  }
}
.portfolio-projects .project-title h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #212529;
  margin: 0;
  line-height: 1.2;
}
.portfolio-projects .lead-pi p {
  font-size: 1.15rem;
  font-weight: 700;
  color: #212529;
  margin: 0;
  line-height: 1.6;
}
.portfolio-projects .institute-logo {
  margin-top: auto;
}
.portfolio-projects .institute-logo img {
  max-width: 100%;
  max-height: 40px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.portfolio-projects .portfolio-pagination {
  text-align: center;
  margin-bottom: 2rem;
}
.portfolio-projects .portfolio-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-projects .portfolio-pagination .page-numbers li {
  margin: 0;
}
.portfolio-projects .portfolio-pagination .page-numbers a,
.portfolio-projects .portfolio-pagination .page-numbers span {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #6c757d;
  text-decoration: none;
  border-radius: 100%;
  font-weight: 700;
}
.portfolio-projects .portfolio-pagination .page-numbers a:hover,
.portfolio-projects .portfolio-pagination .page-numbers span:hover {
  color: #F48D1F;
}
.portfolio-projects .portfolio-pagination .page-numbers a.current,
.portfolio-projects .portfolio-pagination .page-numbers span.current {
  color: #F48D1F;
  background: #F48D1F;
  color: #ffffff;
  font-weight: 700;
}
.portfolio-projects .portfolio-cta {
  text-align: center;
}
.portfolio-projects .no-projects {
  text-align: center;
  padding: 3rem;
  color: #6c757d;
  font-size: 1.125rem;
  grid-column: 1/-1;
}
.portfolio-projects .portfolio-loading {
  text-align: center;
  padding: 3rem;
  opacity: 0;
}
.portfolio-projects .portfolio-loading.show {
  opacity: 1;
}
.portfolio-projects .portfolio-loading .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e9ecef;
  border-top: 3px solid #F48D1F;
  border-radius: 50%;
  margin: 0 auto 1rem;
}
.portfolio-projects .portfolio-loading p {
  color: #6c757d;
  font-weight: 500;
  margin: 0;
}

.why-join {
  padding: 2rem 0 4.5rem 0;
}
.why-join .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.why-join .content-section .content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .why-join .content-section .content-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media (min-width: 992px) {
  .why-join .content-section .content-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
.why-join .content-section .content-item {
  text-align: center;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.why-join .content-section .content-item .icon img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-join .content-section .content-item .text h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.25rem;
  line-height: 1.2;
}
.why-join .content-section .content-item .text .content-title {
  font-size: 1.15rem;
  color: #6c757d;
  line-height: 1.6;
}

body.page .site-main .container {
  max-width: 1300px;
  margin: 0 auto;
}
body.page .site-main .content-area {
  margin: 4.5rem auto;
}
body.page .site-main .content-area h1.entry-title {
  color: #F48D1F;
}

/**
 * Buttons
 * Button styles and variants
 */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 10px auto;
  border: 1px solid #F48D1F;
  border-radius: 1rem;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn:focus {
  outline: 2px solid #F48D1F;
  outline-offset: 2px;
}

.btn-primary {
  background-color: transparent;
  color: #F48D1F;
}
.btn-primary:hover {
  background-color: #F48D1F;
  color: #ffffff;
}

.btn-secondary {
  background-color: #243267;
  color: #F48D1F;
}
.btn-secondary:hover {
  background-color: #F48D1F;
  color: #ffffff;
}

.btn-success {
  background-color: #28a745;
  color: #F48D1F;
}
.btn-success:hover {
  background-color: #F48D1F;
  color: #ffffff;
}

.btn-warning {
  background-color: #ffc107;
  color: #212529;
}
.btn-warning:hover {
  background-color: #F48D1F;
  color: #ffffff;
}

.btn-danger {
  background-color: #dc3545;
  color: #F48D1F;
}
.btn-danger:hover {
  background-color: #F48D1F;
  color: #ffffff;
}

.btn-white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover {
  background-color: #ffffff;
  color: #F48D1F;
}

.btn-sm {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 0.5rem 4.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.btn:disabled,
.btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-group {
  display: inline-flex;
}
.btn-group .btn {
  border-radius: 0;
}
.btn-group .btn:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.btn-group .btn:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.btn-group .btn:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.divider {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 1300px;
  margin: 0 auto;
}
.divider .line {
  height: 1px;
  background: #243267;
  flex-grow: 1;
}
.divider .text {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 1rem 0 0;
  position: relative;
  z-index: 1;
  color: #243267;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .divider .text {
    font-size: 1.125rem;
  }
}
/**
 * Box Grid Component
 * Reusable flexbox layout for content with images and text
 */
/* Box Grid Component Styles */
.box-grid-section {
  padding: 0.5rem 0;
  /* Responsive Design */
}
.box-grid-section .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.box-grid-section .box-grid-content {
  width: 100%;
}
.box-grid-section .box-grid {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
}
.box-grid-section .box-grid-item {
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.box-grid-section .box-grid-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  flex-shrink: 0;
}
.box-grid-section .box-grid-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-grid-section .box-grid-image.icon {
  width: auto;
  display: flex;
  align-items: center;
  margin: 2rem 0 0.25rem 0;
  max-height: 80px;
}
.box-grid-section .box-grid-image.icon img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 80px;
}
@media (min-width: 992px) {
  .box-grid-section .box-grid-image.icon {
    margin: 2rem -2rem 0;
  }
}
.box-grid-section .box-grid-text {
  padding: 1rem 1.5rem;
  flex-grow: 1;
}
.box-grid-section .box-grid-text h4, .box-grid-section .box-grid-text p {
  margin: 0;
}
.box-grid-section .box-grid-text .caption-header {
  color: #F48D1F;
}
@media (min-width: 768px) {
  .box-grid-section {
    padding: 2rem 0;
  }
  .box-grid-section .box-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 2rem;
  }
  .box-grid-section .box-grid-item {
    flex: 0 0 calc(50% - 1rem);
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100%;
    margin: 0;
  }
  .box-grid-section .box-grid-image {
    height: 180px;
  }
  .box-grid-section .box-grid-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .box-grid-section .box-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.5rem;
  }
  .box-grid-section .box-grid-item {
    flex: 0 0 calc(25% - 1.125rem);
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100%;
  }
  .box-grid-section .box-grid-image {
    height: 160px;
  }
  .box-grid-section .box-grid-text {
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .box-grid-section .box-grid-text p {
    font-size: 1.15rem;
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .box-grid-section .box-grid {
    align-items: stretch;
    gap: 2rem;
  }
  .box-grid-section .box-grid-item {
    flex: 0 0 calc(25% - 1.5rem);
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100%;
  }
  .box-grid-section .box-grid-image {
    height: 180px;
  }
  .box-grid-section .box-grid-text {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .box-grid-section .box-grid-text p {
    font-size: 1.15rem;
    flex-grow: 1;
  }
}
.box-grid-section.box-grid--row-one {
  max-width: 350px;
  margin: 0 auto;
}
.box-grid-section.box-grid--row-one .box-grid-item {
  max-width: none;
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .box-grid-section.box-grid--row-one {
    max-width: 680px;
  }
  .box-grid-section.box-grid--row-one .box-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: initial;
    width: 100%;
    gap: 2rem;
    grid-auto-columns: 1fr;
  }
  .box-grid-section.box-grid--row-one .box-grid-item {
    flex: none;
    width: 100%;
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 2fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    align-items: stretch;
  }
  .box-grid-section.box-grid--row-one .box-grid > .box-grid-item:only-child {
    grid-column: 1/-1;
  }
  .box-grid-section.box-grid--row-one .box-grid-image {
    height: auto;
    grid-column: 1/span 1;
  }
  .box-grid-section.box-grid--row-one .box-grid-image.icon {
    flex: 0 0 auto;
  }
  .box-grid-section.box-grid--row-one .box-grid-text {
    text-align: left;
    grid-column: 2/span 1;
    justify-content: center;
    align-items: flex-start;
  }
  .box-grid-section.box-grid--row-one .box-grid-text p {
    flex-grow: 0;
  }
}
@media (min-width: 992px) {
  .box-grid-section.box-grid--row-one {
    max-width: unset;
  }
  .box-grid-section.box-grid--row-one .box-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: initial;
    width: 100%;
    gap: 2rem;
    grid-auto-columns: 1fr;
  }
  .box-grid-section.box-grid--row-one .box-grid-item {
    flex: none;
    width: 100%;
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 2fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    align-items: stretch;
  }
  .box-grid-section.box-grid--row-one .box-grid > .box-grid-item:only-child {
    grid-column: 1/-1;
    justify-self: center;
    width: calc(75% - 0.5rem);
  }
  .box-grid-section.box-grid--row-one .box-grid-image {
    height: auto;
    grid-column: 1/span 1;
  }
  .box-grid-section.box-grid--row-one .box-grid-image.icon {
    flex: 0 0 auto;
  }
  .box-grid-section.box-grid--row-one .box-grid-text {
    text-align: left;
    grid-column: 2/span 1;
    justify-content: center;
    align-items: flex-start;
  }
  .box-grid-section.box-grid--row-one .box-grid-text p {
    flex-grow: 0;
  }
}
@media (min-width: 1200px) {
  .box-grid-section.box-grid--row-one .box-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: initial;
    width: 100%;
    gap: 2rem;
    grid-auto-columns: 1fr;
  }
  .box-grid-section.box-grid--row-one .box-grid-item {
    flex: none;
    width: 100%;
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 2fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    align-items: stretch;
  }
  .box-grid-section.box-grid--row-one .box-grid > .box-grid-item:only-child {
    grid-column: 1/-1;
    justify-self: center;
    width: calc(75% - 0.5rem);
  }
  .box-grid-section.box-grid--row-one .box-grid-image {
    height: auto;
    grid-column: 1/span 1;
  }
  .box-grid-section.box-grid--row-one .box-grid-image.icon {
    flex: 0 0 auto;
  }
  .box-grid-section.box-grid--row-one .box-grid-text {
    text-align: left;
    grid-column: 2/span 1;
    justify-content: center;
    align-items: flex-start;
  }
  .box-grid-section.box-grid--row-one .box-grid-text p {
    flex-grow: 0;
  }
}

.sub-nav {
  display: flex;
  justify-content: flex-end;
  max-width: 1300px;
  margin: -2rem auto 0 auto;
}
.sub-nav .sub-nav-content {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
}
.sub-nav .sub-nav-item {
  margin: 0;
}
.sub-nav .sub-nav-item a {
  display: inline-block;
  padding: 0.25rem 2rem;
  text-decoration: none;
  border-radius: 1.5rem;
  font-weight: 500;
  font-size: 1.15rem;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  background-color: #adb5bd;
  color: #6c757d;
}
.sub-nav .sub-nav-item a:hover {
  background-color: #ced4da;
  color: #212529;
  transform: translateY(-1px);
}
.sub-nav .sub-nav-item a.active {
  background-color: #F48D1F;
  color: #ffffff;
}
.sub-nav .sub-nav-item a.active:hover {
  background-color: #9b5912;
  transform: translateY(-1px);
}

@media (max-width: 992px) {
  .sub-nav {
    padding: 1.5rem 0;
    justify-content: center;
  }
  .sub-nav .sub-nav-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }
  .sub-nav .sub-nav-item a {
    padding: 0.25rem 1rem;
    font-size: 0.875rem;
  }
}
.box-layout {
  max-width: 1300px;
  margin: 1rem auto 0 auto;
}
.box-layout .box-item {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
  border-radius: 1.5rem;
  background-color: #ffffff;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .box-layout .box-item {
    padding: 1.5rem 2rem;
  }
}
.box-layout .box-item .box-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .box-layout .box-item .box-content {
    flex-direction: row;
    justify-content: center;
  }
}
.box-layout .box-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #F48D1F;
  margin: 0 0 1rem 0;
}
.box-layout img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.accordion-container {
  max-width: 1300px;
  margin: 3rem auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.accordion-container h3, .accordion-container h4, .accordion-container p {
  color: #ffffff;
}
.accordion-container .accordion-item {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
  overflow: hidden;
  padding: 2rem;
}
.accordion-container .accordion-item.active {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.accordion-container .accordion-item.active .accordion-content {
  height: auto;
  opacity: 1;
  padding-top: 1.5rem;
}
.accordion-container .accordion-item .accordion-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  will-change: height, opacity, transform;
}
.accordion-container .accordion-item .accordion-content .header {
  color: #ffffff;
  opacity: 0.5;
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 0 1rem 0;
}
.accordion-container .accordion-item .accordion-content .description {
  color: #ffffff;
  opacity: 0.5;
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 0 1rem 0;
}
.accordion-container .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-container .accordion-title {
  flex: 1;
}
.accordion-container .accordion-title h3 {
  margin: 0;
  line-height: 100%;
  font-size: 1.25rem;
  font-weight: 700;
}
.accordion-container .accordion-icon {
  display: flex;
  margin-left: 1rem;
}
.accordion-container .accordion-icon svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-container .accordion-icon img {
  width: 24px;
  height: 24px;
  color: #ffffff;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(-90deg);
}
.accordion-container .blue {
  background: linear-gradient(135deg, #243267 0%, rgb(32.0374100719, 44.4964028777, 91.6625899281) 100%);
}
.accordion-container .lightblue {
  background: linear-gradient(135deg, #00A1D2 0%, rgb(0, 149.27, 194.7) 100%);
}
.accordion-container .orange {
  background: linear-gradient(135deg, #F48D1F 0%, rgb(243.2838297872, 133.5778723404, 16.4161702128) 100%);
}
.accordion-container .call-details {
  color: #ffffff;
}
.accordion-container .call-details:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.accordion-container .call-header {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.accordion-container .call-header .call-id {
  font-size: 2.25rem;
  font-weight: 700;
  margin-right: 0.5rem;
  line-height: 100%;
}
.accordion-container .call-header .call-description {
  line-height: 100%;
}
.accordion-container .call-info p {
  margin: 0;
}
.accordion-container .call-actions {
  margin-top: 0.25rem;
}
.accordion-container .positions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.accordion-container .positions:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.accordion-container .positions .position-title {
  color: #ffffff;
}
.accordion-container .positions .apply-job-btn a {
  font-size: 0.875rem;
}

.call-out {
  padding: 0;
  background: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.call-out .call-out-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 3rem;
  text-align: center;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
  max-width: 600px;
  margin: 0 auto;
}
.call-out h3.call-out-title {
  font-size: 1.5rem;
  color: #F48D1F;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.call-out .call-out-content p {
  margin: 0 0 0.5rem 0;
}
.call-out .call-out-content p:last-child {
  margin-bottom: 0;
}
.call-out .call-out-action {
  margin-top: 0.5rem;
}
@media (min-width: 576px) {
  .call-out .call-out-card {
    padding: 2rem;
    margin: 0 1rem;
  }
  .call-out .call-out-title {
    font-size: 1.25rem;
  }
}

/**
 * Spacing Utilities
 * Margin and padding utility classes
 */
.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.m-5 {
  margin: 2rem;
}

.m-6 {
  margin: 3rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.ml-5 {
  margin-left: 2rem;
}

.ml-6 {
  margin-left: 3rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.mr-5 {
  margin-right: 2rem;
}

.mr-6 {
  margin-right: 3rem;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-5 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 2rem;
}

.p-6 {
  padding: 3rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 2rem;
}

.pt-6 {
  padding-top: 3rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 2rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pl-4 {
  padding-left: 1.5rem;
}

.pl-5 {
  padding-left: 2rem;
}

.pl-6 {
  padding-left: 3rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pr-4 {
  padding-right: 1.5rem;
}

.pr-5 {
  padding-right: 2rem;
}

.pr-6 {
  padding-right: 3rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
