/*
Theme Name: VA Production FSE
Author: DocMe360 WordPress Support Team
Author URI: https://docme360.com
Description: Custom FSE Theme for the VA
Version: 0.1.9
Text Domain: va-production-fse
*/
@font-face {
  font-family: "Bitter";
  src: url("./fonts/Bitter-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("./fonts/SourceSansPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("./fonts/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("./fonts/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
:root {
  --font-source: "Source Sans Pro", sans-serif;
  --font-bitter: "Bitter", serif;
  --lightblue: #58b4ff;
  --blue: #005ea2;
  --dark-blue: #162e51;
  --orange: #ff5500;
  --black: #1b1b1b;
  --lightgrey: #d9d9d9;
  --purple: #54278f;
  --vads-color-secondary-darkest: #8b0a03;
  --vads-color-gold-lightest: #fef0c8;
  --white: #ffffff;
  --blue-gradient: linear-gradient(-45deg, #0079d1 0%, #005ea2 100%);
  --box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  --border-radius: 0.938rem;
  --transition: 0.25s all ease-out;
}

html {
  background-color: var(--black);
}

body {
  max-width: 2000px;
  margin-inline: auto;
  background-color: var(--white);
  font-family: var(--font-source);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.wp-admin {
  max-width: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-bitter);
}

.va-body-wrapper h1,
.va-body-wrapper h2,
.va-body-wrapper h3,
.va-body-wrapper h4,
.va-body-wrapper h5,
.va-body-wrapper h6 {
  color: var(--dark-blue);
}

.va-body-wrapper .has-va-blue-background-color h1,
.va-body-wrapper .has-va-blue-background-color h2,
.va-body-wrapper .has-va-blue-background-color h3,
.va-body-wrapper .has-va-blue-background-color h4,
.va-body-wrapper .has-va-blue-background-color h5,
.va-body-wrapper .has-va-blue-background-color h6 {
  color: var(--white);
}

h2 {
  font-size: 1.875rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.3;
}

p,
li,
a {
  font-size: 1.063rem;
  line-height: 1.44;
  font-family: var(--font-source);
  max-width: 90ch;
}
@media screen and (min-width: 768px) {
  p,
  li,
  a {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

/* added to make sure mega-menu shows correctly with slide-down effect */
.wp-site-blocks {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}

header.site-header,
main {
  position: relative;
  z-index: 1;
}

/* end 'added for mega-menu' styles */
.va-card {
  border-radius: var(--border-radius);
}
.va-card p,
.va-card a,
.va-card li {
  font-size: 1.063rem;
  line-height: 1.44;
  max-width: 90ch;
}
@media screen and (min-width: 768px) {
  .va-card p,
  .va-card a,
  .va-card li {
    font-size: 1.063rem;
    line-height: 1.44;
  }
}
.va-card .wp-block-buttons {
  margin-top: 1.438rem !important;
}
.va-card .wp-block-buttons .wp-block-button__link {
  font-size: 1.063rem;
  line-height: 1.44;
}

/* Style the sidebar */
@media screen and (min-width: 1024px) {
  .va-sidebar-page__sidebar {
    border-left: 1px solid var(--lightgrey);
    padding-right: 0.25rem;
    padding-left: 3.5rem;
  }
}
.va-sidebar-page__sidebar h2,
.va-sidebar-page__sidebar h3 {
  color: var(--dark-blue);
  font-size: 1.25rem;
  border-bottom: 0.0938rem solid var(--lightgrey);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

/* Manage column breakpoints for full width pages */
@media (min-width: 782px) {
  .va-body-wrapper .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1024px) {
  .va-body-wrapper .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 782px) {
  .va-body-wrapper .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 1;
  }
}
@media (max-width: 1024px) {
  .va-body-wrapper .wp-block-column {
    flex-grow: 1;
  }
  .va-body-wrapper .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}

/* Manage column breakpoints for the outer body and sidebar columns
on sidebar pages */
@media (min-width: 782px) {
  .va-body-wrapper .wp-block-columns .wp-block-column.va-sidebar-page__body {
    flex-basis: 100% !important;
  }
}
@media (min-width: 1024px) {
  .va-body-wrapper .wp-block-columns .wp-block-column.va-sidebar-page__body {
    flex-basis: 80% !important;
  }
}
@media (min-width: 782px) {
  .va-body-wrapper .wp-block-columns .wp-block-column.va-sidebar-page__sidebar {
    flex-basis: 100% !important;
  }
}
@media (min-width: 1024px) {
  .va-body-wrapper .wp-block-columns .wp-block-column.va-sidebar-page__sidebar {
    flex-basis: 20% !important;
  }
}

/* Manage column breakpoints for columns
inside the body wrapper of sidebar pages */
@media (min-width: 782px) {
  .va-sidebar-page__body .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1200px) {
  .va-sidebar-page__body .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 782px) {
  .va-sidebar-page__body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 1;
  }
}
@media (max-width: 1200px) {
  .va-sidebar-page__body .wp-block-column {
    flex-grow: 1;
  }
  .va-sidebar-page__body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}

.va-body-wrapper a {
  color: var(--blue);
  transition: var(--transition);
}
.va-body-wrapper a:hover {
  text-decoration-thickness: 0.25rem;
}
.va-body-wrapper a:visited {
  color: var(--purple);
}

.va-body-wrapper .has-va-blue-background-color {
  color: var(--white);
}
.va-body-wrapper .has-va-blue-background-color a {
  color: var(--white);
}
.va-body-wrapper .has-va-blue-background-color a:visited {
  color: #e3e3e3;
}

.va-body-wrapper .has-va-white-background-color,
.va-body-wrapper .has-va-grey-background-color {
  color: var(--black);
}
.va-body-wrapper .has-va-white-background-color a,
.va-body-wrapper .has-va-grey-background-color a {
  color: var(--blue);
}
.va-body-wrapper .has-va-white-background-color a:visited,
.va-body-wrapper .has-va-grey-background-color a:visited {
  color: var(--purple);
}

.va-website-header {
  padding-inline: 0 !important;
}

#va-website-header-official-website-info {
  margin-bottom: 0;
  transition: max-height 0.35s ease, opacity 0.5s ease;
  padding-inline: clamp(1rem, 5vw, 6rem);
  max-width: 91.25rem;
  margin-inline: auto !important;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}

#va-website-header-official-website-info.notice-open {
  max-height: 300px;
  opacity: 1;
}

#va-website-header-official-website-info .wp-block-column {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-block: 1.5rem;
}

@media screen and (min-width: 915px) {
  #va-website-header-official-website-info .wp-block-column {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
  }
}
@media screen and (min-width: 1620px) {
  #va-website-header-official-website-info {
    max-width: 91.25rem;
    padding-inline: 0;
  }
}
#va-website-header-official-website-info .wp-block-group {
  max-width: 26rem;
  display: flex;
  column-gap: 1rem;
}

#va-website-header-official-website-info p {
  margin: 0;
  font-size: 0.9375rem;
}

span#va-website-header-official-website-info__span-lock {
  content: url("./assets/images/icon-span-lock.svg");
  width: 0.625rem;
}

.va-website-header-official-website-info__block-group-1:before {
  content: url("./assets/images/icon-dot-gov.svg");
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  flex: 1 0 auto;
}

.va-website-header-official-website-info__block-group-2:before {
  content: url("./assets/images/icon-lock.svg");
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  flex: 1 0 auto;
}

.va-website-header__top-bar {
  margin-inline: auto !important;
  margin-block: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}

@media screen and (min-width: 990px) {
  .va-website-header__top-bar {
    padding-inline: clamp(1rem, 5vw, 6rem);
  }
}
@media screen and (min-width: 1620px) {
  .va-website-header__top-bar {
    max-width: 91.25rem;
    padding-inline: 0;
  }
}
.va-website-header__top-bar-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1.5625rem;
}

@media screen and (min-width: 500px) {
  .va-website-header__top-bar-left {
    flex-direction: row;
  }
}
@media screen and (min-width: 990px) {
  .va-website-header__top-bar-left {
    justify-content: flex-start;
  }
}
.va-website-header__top-bar-left-statement {
  display: flex;
  align-items: center;
}

.va-website-header__top-bar-left-statement::before {
  content: url("./assets/images/flag-official-website.svg");
  width: 1rem;
  height: 0.6875rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.va-website-header__top-bar-left p {
  padding: 0;
  margin: 0;
  font-family: var(--font-source);
  font-size: 0.8rem;
  line-height: 1;
  margin-right: 0.625rem;
}

.va-website-header__top-bar-left-btn a.wp-element-button {
  color: var(--blue);
  text-decoration: underline;
  background-color: transparent;
  padding: 0;
  margin: 0 0 0.25rem 0;
  font-family: var(--font-source);
  font-size: 0.8rem;
  line-height: 1;
}

.va-website-header__top-bar-left-btn a.wp-element-button::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.06%200.0146484L4%203.06798L0.94%200.0146484L0%200.954648L4%204.95465L8%200.954648L7.06%200.0146484Z%22%20fill%3D%22%23005EA2%22%2F%3E%3C%2Fsvg%3E");
  width: 0.5rem;
  height: 0.3125rem;
  margin-left: 0.2rem;
}

.va-website-header__top-bar-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 1.875rem;
  background-color: var(--vads-color-secondary-darkest);
  transition: var(--transition);
}

@media screen and (min-width: 990px) {
  .va-website-header__top-bar-right {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.3125rem #1a1819;
  }
}
.va-website-header__top-bar-right:hover {
  background-color: #a52619;
}

.va-website-header__top-bar-right-btn a.wp-element-button {
  font-family: var(--font-source);
  color: var(--white);
  background-color: transparent;
  padding: 0 0 0 0.5rem;
  margin: 0;
  display: flex;
  align-items: center;
}

.va-website-header__top-bar-right-btn span {
  margin-inline: 0.25rem;
  font-weight: bold;
}

.va-website-header__top-bar-right-btn a.wp-element-button::before {
  content: url("./assets/images/icon-crisis-line.svg");
  width: 1.75rem;
  height: 1.125rem;
  margin-right: 0.5rem;
  margin-top: 0.3125rem;
}

.va-website-header__top-bar-right-btn a.wp-element-button::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.99984%206L8.58984%207.41L13.1698%2012L8.58984%2016.59L9.99984%2018L15.9998%2012L9.99984%206Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.125rem;
}

.va-website-header__second-bar {
  background-color: var(--dark-blue);
  max-height: 3.9rem;
  margin-bottom: 0;
  margin-inline: 0 !important;
  padding-block: 0.25rem;
  padding-inline: clamp(1rem, 5vw, 6rem);
}

@media screen and (min-width: 781px) {
  .va-website-header__second-bar {
    max-height: 4.0625rem;
  }
}
.va-website-header__second-bar .wp-block-image {
  margin: 0;
  padding: 0;
}

.va-website-header__second-bar-column {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: var(--white);
  max-width: 12.5rem;
  margin-inline: auto !important;
}

@media screen and (min-width: 781px) {
  .va-website-header__second-bar-column {
    justify-content: space-between;
    max-width: 91.25rem;
  }
}
/* not using nav block for the menu items anymore
.va-website-header__second-bar-column .wp-block-navigation {
	font-family: var(--font-source);
	font-size: 1rem;
}

.va-website-header__second-bar-column
	.wp-block-navigation
	ul.wp-block-navigation__container {
	column-gap: 2rem;
}

.va-website-header__second-bar-column
	.wp-block-navigation
	ul.wp-block-navigation__container
	.wp-block-navigation-item__content {
	transition: var(--transition);
	border-bottom: 0.125rem solid transparent;
}

.va-website-header__second-bar-column
	.wp-block-navigation
	ul.wp-block-navigation__container
	.wp-block-navigation-item__content:hover {
	color: var(--vads-color-gold-lightest);
	border-bottom: 0.125rem solid var(--vads-color-gold-lightest);
}
*/
.va-website-header__second-bar-buttons {
  column-gap: 2.5rem;
  display: none;
}

@media screen and (min-width: 781px) {
  .va-website-header__second-bar-buttons {
    display: flex;
  }
}
.va-website-header__second-bar-buttons .wp-element-button {
  font-family: var(--font-source);
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border-bottom: 0.1rem solid transparent; /*#ffffff;*/
  border-radius: 0;
  padding: 0;
  transition: var(--transition);
}

.va-website-header__second-bar-buttons .wp-element-button:hover {
  color: var(--vads-color-gold-lightest);
  border-bottom: 0.1rem solid var(--vads-color-gold-lightest);
}

.va-website-header__third-bar {
  background-color: var(--blue);
  margin-bottom: 0;
  color: var(--white);
  margin-inline: 0 !important;
  padding-inline: clamp(1rem, 5vw, 6rem);
  height: 4.6875rem;
}

.va-website-header__third-bar-column {
  max-width: 91.25rem;
  margin-inline: auto !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.va-website-header__third-bar-buttons {
  column-gap: 2.5rem;
}

.va-website-header__third-bar-buttons .wp-element-button {
  font-family: var(--font-source);
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border-bottom: 0.125rem solid transparent;
  border-radius: 0;
  padding: 0;
  transition: var(--transition);
}

.va-website-header__third-bar-buttons .wp-element-button:hover {
  color: var(--vads-color-gold-lightest);
  border-bottom: 0.125rem solid var(--vads-color-gold-lightest);
}

.va-website-header__third-bar-buttons-home {
  display: none !important;
}

@media screen and (min-width: 781px) {
  .va-website-header__third-bar-buttons-home {
    display: flex !important;
  }
}
.va-website-header__third-bar .wp-block-post-title,
.va-website-header__third-bar .wp-block-site-title {
  font-family: var(--font-source);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-block: 0;
  max-width: 15.625rem;
}
@media screen and (min-width: 781px) {
  .va-website-header__third-bar .wp-block-post-title,
  .va-website-header__third-bar .wp-block-site-title {
    font-size: 1.375rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .va-website-header__third-bar .wp-block-post-title,
  .va-website-header__third-bar .wp-block-site-title {
    font-size: 2rem;
  }
}

.va-website-header__third-bar-buttons-menu-wrapper {
  display: flex !important;
}

@media screen and (min-width: 781px) {
  .va-website-header__third-bar-buttons-menu-wrapper {
    column-gap: 0.5rem;
  }
}
.va-website-header__third-bar-buttons-menu-wrapper:hover {
  cursor: pointer;
}

.va-website-header__third-bar-buttons-menu-title {
  display: none !important;
}

@media screen and (min-width: 781px) {
  .va-website-header__third-bar-buttons-menu-title {
    display: block !important;
  }
}
.va-website-header__fourth-bar {
  display: none !important;
  background-color: var(--dark-blue);
  color: var(--white);
  margin-bottom: 0;
  margin-inline: 0 !important;
  padding-inline: clamp(1rem, 5vw, 6rem);
  height: 1.875rem;
}

@media screen and (min-width: 781px) {
  .va-website-header__fourth-bar {
    display: block !important;
  }
  .va-website-header__fourth-bar a,
  .va-website-header__fourth-bar p {
    font-size: 0.875rem;
  }
}
.va-website-header__fourth-bar-column {
  max-width: 91.25rem;
  margin-inline: auto !important;
  display: flex;
  justify-content: space-between;
}

.va-website-header__fourth-bar-column p {
  margin: 0;
  padding: 0;
  line-height: 1.875rem;
}

.va-website-header__fourth-bar-column p a {
  text-decoration: none;
  color: #cccccc;
}

footer.wp-block-template-part.site-footer {
  color: var(--white);
  font-family: var(--font-source);
  font-size: 1.2rem;
  background-color: #0e1d33;
}

footer.wp-block-template-part.site-footer p {
  font-size: 1.2rem;
}

footer.wp-block-template-part.site-footer a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--white);
}

footer.wp-block-template-part.site-footer a:hover {
  color: var(--black);
  background-color: var(--white);
}

.va-site-footer-top,
.va-site-footer-main,
.va-site-footer-bottom {
  margin-bottom: 0;
  padding-inline: clamp(1rem, 5vw, 6rem) !important;
  max-width: 100%;
  margin-inline: auto !important;
}

.va-site-footer-top .wp-block-columns,
.va-site-footer-main .wp-block-group,
.va-site-footer-main__row-two .wp-block-column,
.va-site-footer-bottom .wp-block-group {
  max-width: 91.25rem;
  margin-inline: auto !important;
  margin-bottom: 0;
  width: 100%;
}

.va-site-footer-top {
  padding-top: 2rem;
}

.site-footer .wp-block-site-title {
  font-weight: bold;
  margin-bottom: 0;
}
.site-footer .wp-block-site-title a {
  pointer-events: none;
  font-size: 1.2rem;
  text-decoration: none !important;
}

p.va-site-footer-top__official-website {
  margin-top: 0;
}

.va-site-footer-main {
  padding-bottom: 3rem;
}

.va-site-footer-main ul {
  padding: 0;
  list-style: none;
}

.va-site-footer-main a {
  color: var(--white);
  font-size: 1.2rem;
  transition: var(--transition);
}

@media screen and (min-width: 1440px) {
  .va-site-footer-main__inner-wrapper {
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .va-site-footer-main__left {
    flex: 1 1 auto;
    border-right: 0.0625rem solid var(--white);
  }
}
.va-site-footer-main__left-list-columns {
  gap: 0;
  margin-top: 2rem;
}

@media screen and (min-width: 660px) {
  .va-site-footer-main__left-list-columns {
    flex-direction: row;
    flex-wrap: wrap !important;
  }
}
@media screen and (min-width: 660px) {
  .va-site-footer-main__left-list-columns.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 50% !important;
  }
}
@media screen and (min-width: 1024px) {
  .va-site-footer-main__left-list-columns.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 25% !important;
  }
}
.va-site-footer-main__left ul {
  max-width: 13.75rem;
  margin-block: 0;
}

.va-site-footer-main__left ul li {
  margin-bottom: 1rem;
}

.va-site-footer-main__right {
  text-align: left;
}

@media screen and (min-width: 1440px) {
  .va-site-footer-main__right {
    flex: 1 1 auto;
    max-width: 19.75rem;
    text-align: right;
  }
}
.va-site-footer-main__right ul {
  display: flex;
  justify-content: flex-start;
  column-gap: 1rem;
}

@media screen and (min-width: 1440px) {
  .va-site-footer-main__right ul {
    justify-content: flex-end;
  }
}
.va-site-footer-main__right ul a {
  display: flex;
}

.va-site-footer-main__right ul a:hover:before {
  filter: invert(1);
}

.va-footer__icon-youtube a:before {
  content: url("./assets/images/icon-youtube.svg");
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.va-footer__icon-x-twitter a:before {
  content: url("./assets/images/icon-x-twitter.svg");
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.va-footer__icon-facebook a:before {
  content: url("./assets/images/icon-facebook.svg");
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.va-footer__icon-instagram a:before {
  content: url("./assets/images/icon-instagram.svg");
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.va-footer__icon-linkedin a:before {
  content: url("./assets/images/icon-linkedin.svg");
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.va-footer__icon-rss a:before {
  content: url("./assets/images/icon-rss.svg");
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.va-footer__share-all-social {
  display: flex;
  justify-content: flex-start;
}

@media screen and (min-width: 1440px) {
  .va-footer__share-all-social {
    justify-content: flex-end;
  }
}
.va-footer__share-all-social:after {
  content: url("./assets/images/icon-share-all.svg");
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin-left: 0.2rem;
}

.va-site-footer-bottom {
  background-color: var(--black);
  color: var(--white);
  padding-block: 1.5rem;
}

.va-site-footer-bottom .wp-block-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .va-site-footer-bottom .wp-block-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.va-footer__modified-date {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.va-footer__modified-date p {
  margin: 0;
}

.va-mega-menu {
  position: absolute;
  top: 189px;
  left: 0;
  width: 100%;
  background-color: #162e51;
  /*border-bottom: 1px solid #dddddd;*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  font-family: var(--font-source);
  color: #ffffff;
  padding: 10px 20px 40px 20px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 1.1s ease, opacity 0.3s ease;
  z-index: 9999;
}

/* hidden is not currently used, but might be used again if 'aria-expanded' is used in html
.va-mega-menu.hidden {
	display: none;
}*/
.va-mega-menu.open {
  /* now letting js set this -> max-height: calc(100vh - 150px); */
  opacity: 1;
  transition: max-height 1.1s ease, opacity 0.3s ease;
  overflow-y: visible;
}

.va-mega-menu.closing {
  transition: max-height 1.1s ease, opacity 0.1s ease 1s;
}

.va-mega-menu-inner {
  max-width: 1200px;
  margin: 0 auto; /* Evan's spec is 50px, but then on large screen widths, it's not centered */
  padding: 0;
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.mega-menu-section {
  padding: 0 20px;
  border-left: 1px solid #144c8c;
  overflow-y: auto;
}

.mega-menu-section:first-child {
  border-left: none;
}

.mega-menu-section h2 {
  position: relative;
  font-family: var(--font-bitter);
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #ffffff;
}

.mega-menu-section h2::after {
  content: "";
  display: block;
  width: 60px; /* short line */
  height: 3px;
  background-color: #3ea3f2;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mega-menu-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-section ul li {
  margin-bottom: 12px;
}

.mega-menu-section ul li a,
.mega-menu-section ul li ul li a {
  font-family: var(--font-source);
  color: #ffffff; /* #e2e8f0; */
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  transition: color 0.2s ease;
}

.mega-menu-section ul li a {
  /* over-ride above */
  font-size: 1.125rem;
}

.mega-menu-section ul li a:hover,
.mega-menu-section ul li ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* for nested (or sub) menu lists */
.mega-menu-section ul li ul {
  padding-left: 20px;
  list-style: disc;
  color: #ffffff;
}

.mega-menu-section ul li ul li {
  margin-bottom: 8px;
}

/* give the 'disc' icon a different color */
.mega-menu-section ul li ul li::marker {
  color: #00bde3;
}

.submenu {
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: height 0.4s ease, opacity 0.3s ease;
  padding-left: 20px;
}

.submenu.open {
  height: auto !important;
}

/* button styling */
.submenu-toggle {
  background: none;
  border: none;
  font-family: var(--font-source);
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin-bottom: 8px;
}

.submenu-toggle:focus {
  text-decoration: none;
}

.submenu-arrow {
  display: inline-block;
  transform: translateY(-2px);
  font-size: 0.8em;
  transition: transform 0.3s ease;
}

.submenu-toggle[aria-expanded=true] .submenu-arrow {
  transform: rotate(180deg);
}

.mega-menu-section.scrollable {
  overflow-y: auto;
}

.va-card-group-1 .wp-block-columns {
  margin-bottom: 0;
}
.va-card-group-1 .va-card {
  background-color: var(--white);
  color: var(--black);
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.va-card-group-1 .va-card figure {
  width: 100%;
}
.va-card-group-1 .va-card img {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.va-card-group-1__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.va-card-group-1__content-inner-wrapper {
  padding: 0.75rem 2rem 0 2rem;
  color: var(--black);
}
.va-card-group-1__content-inner-wrapper .wp-block-heading {
  color: var(--blue);
  margin-block: 0;
}
.va-card-group-1 .wp-block-buttons {
  padding: 0 2rem 2rem 2rem;
}

.va-content-box-1 {
  background: var(--white);
  box-shadow: var(--box-shadow);
  color: var(--black);
  padding: 2.688rem 2.875rem;
}
.va-content-box-1__heading {
  position: relative;
  padding: 1.85rem 2.875rem;
  width: 100%;
}
.va-content-box-1__heading .wp-block-heading {
  flex: 1;
  color: var(--blue);
}
.va-content-box-1 .wp-block-image {
  flex: 0 0 auto;
  max-width: 3rem;
}

.va-content-box-2 {
  gap: 0 !important;
}
.va-content-box-2__heading {
  background-color: var(--blue);
  padding: 1.5rem 2.875rem;
  width: 100%;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.va-content-box-2__heading .wp-block-heading {
  flex: 1;
  color: var(--white);
}
.va-content-box-2__heading .wp-block-image {
  flex: 0 0 auto;
  max-width: 3rem;
}
.va-content-box-2__body {
  width: 100%;
  padding: 1.5rem 2.875rem 2.688rem;
  border: 0.094rem solid var(--lightgrey);
  border-top: 0;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.va-content-box-3 {
  background: var(--blue-gradient);
  border-radius: var(--border-radius);
  color: var(--white);
}
.va-content-box-3__heading {
  position: relative;
  padding: 1.85rem 2.875rem 1rem 2.875rem;
  width: 100%;
}
.va-content-box-3__heading .wp-block-heading {
  flex: 1;
  color: var(--white);
}
.va-content-box-3__heading .wp-block-image {
  flex: 0 0 auto;
  max-width: 3rem;
}
.va-content-box-3__body {
  padding: 0 2.875rem 2.688rem 2.875rem;
}
.va-content-box-3 a {
  color: var(--white);
}
.va-content-box-3 a:visited {
  color: #e3e3e3;
}

.va-hero-1 {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.va-hero-1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--dark-blue);
  pointer-events: none;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .va-hero-1::after {
    background: linear-gradient(to right, transparent, var(--dark-blue) 60%);
    left: 20%;
    opacity: 0.9;
  }
}
.va-hero-1 .wp-block-cover__background {
  display: none;
}
.va-hero-1 .wp-block-cover__inner-container .wp-block-group {
  display: flex;
  justify-content: flex-end !important;
  align-items: flex-end !important;
  max-width: 26rem;
  margin-inline: auto 0 !important;
  position: relative;
  z-index: 2;
}
.va-hero-1 .wp-block-cover__inner-container .wp-block-group .wp-block-buttons {
  margin-top: 1rem;
}

.va-location-box {
  margin-block: 1.563rem !important;
}
.va-location-box__icon {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1.438rem;
  padding: 0;
  margin-bottom: 0.55rem !important;
}
.va-location-box__icon:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.va-location-box__title {
  margin-bottom: 0 !important;
}
.va-location-box__address {
  padding-left: 2.938rem;
  margin-bottom: 0 !important;
  line-height: 1;
}
.va-location-box__location-pin {
  font-weight: 700;
}
.va-location-box__location-pin:before {
  background-image: url("./assets/images/location-pin-icon-blue.svg");
}
.va-location-box__phone:before {
  background-image: url("./assets/images/phone-icon-blue.svg");
}

.va-news-1 {
  position: relative;
  padding: 0 !important;
  border-radius: 0.938rem;
}
.va-news-1 .va-news-1__figure {
  object-fit: cover;
  display: block;
  max-width: 100% !important;
  border-radius: 0.938rem;
}
.va-news-1 .va-news-1__figure:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
  border-radius: 0.938rem;
}
.va-news-1 .va-news-1__figure img {
  object-fit: cover;
  display: block;
  width: 100%;
  border-radius: 0.938rem;
}
.va-news-1 .va-news-1__buttons {
  position: absolute;
  bottom: 1.8rem;
  left: 2.3rem;
  max-width: 80%;
}
.va-news-1 .va-news-1__button,
.va-news-1 .wp-element-button {
  font-family: var(--font-source);
  font-size: 1.78rem;
  font-weight: 700;
  text-align: left;
  line-height: 36/28;
  text-decoration: underline;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.va-news-1 .va-news-1__button a,
.va-news-1 .wp-element-button a {
  font-family: var(--font-source);
  font-size: 1.78rem;
  font-weight: 700;
  text-align: left;
  line-height: 36/28;
  text-decoration: underline;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.va-news-2 {
  margin-top: 2rem;
  padding-inline: 0 !important;
  border: 1px solid var(--lightgrey);
  border-radius: 0.938rem;
  transition: var(--transition);
}
.va-news-2:hover {
  cursor: pointer;
  box-shadow: var(--box-shadow);
}
.va-news-2__text-wrapper {
  padding: 1rem;
}
.va-news-2__figure img {
  border-top-left-radius: 0.88rem;
  border-top-right-radius: 0.88rem;
}
.va-news-2__buttons a.wp-element-button {
  padding-block: 0.375rem;
  background-color: var(--blue);
  border-radius: 0.313rem;
  font-family: var(--font-source);
  font-size: 0.875rem;
  line-height: 14/24;
  font-weight: 600;
  text-transform: uppercase;
}
.va-news-2__heading {
  color: var(--dark-blue);
}
.va-news-2__date {
  color: var(--dark-blue);
  font-family: var(--font-source);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 14/24;
  text-transform: uppercase;
}

.va-news-3 {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 1.063rem !important;
  border-left: 0.063rem solid var(--blue);
  text-decoration: none;
  margin-top: 1.9375rem;
  cursor: pointer;
}
.va-news-3__heading {
  font-size: 1rem;
  line-height: 1.375;
  font-family: var(--font-source);
  font-weight: 700;
  color: var(--dark-blue);
  margin: 0 0 1rem 0;
  max-width: 14.875rem;
}
.va-news-3__date {
  margin: 0 !important;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--blue);
}

.va-news-bento-grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: 1rem;
}
@media screen and (min-width: 600px) {
  .va-news-bento-grid-1 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 1024px) {
  .va-news-bento-grid-1 {
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(3, 24rem);
    grid-template-areas: "item-1 item-1 item-1 item-1 item-2 item-2 item-2 item-2 item-2 item-2" "item-1 item-1 item-1 item-1 item-3 item-3 item-3 item-4 item-4 item-4" "item-5 item-5 item-5 item-5 item-5 item-5 item-6 item-6 item-6 item-6";
  }
  .va-news-bento-grid-1__item-1 {
    grid-area: item-1;
  }
  .va-news-bento-grid-1__item-2 {
    grid-area: item-2;
  }
  .va-news-bento-grid-1__item-3 {
    grid-area: item-3;
  }
  .va-news-bento-grid-1__item-4 {
    grid-area: item-4;
  }
  .va-news-bento-grid-1__item-5 {
    grid-area: item-5;
  }
  .va-news-bento-grid-1__item-6 {
    grid-area: item-6;
  }
}
@media screen and (min-width: 1024px) {
  .va-news-bento-grid-1 .va-news-1 {
    height: 100%;
  }
  .va-news-bento-grid-1 .va-news-1 figure {
    height: 100%;
  }
  .va-news-bento-grid-1 .va-news-1 img {
    height: 100%;
  }
}

.va-page-title-1 {
  max-height: 13rem;
  height: 13rem;
  min-height: 0rem;
  padding-inline: 0;
}
.va-page-title-1 .wp-block-cover__inner-container {
  padding-inline: 0 !important;
}
.va-page-title-1 .wp-block-heading {
  font-size: 2.75rem;
  max-width: 91.25rem !important;
  margin-inline: auto;
  padding-inline: clamp(1rem, 5vw, 6rem);
}
@media screen and (min-width: 768px) {
  .va-page-title-1 .wp-block-heading {
    font-size: 3.25rem;
  }
}

.personnel-contact__icon {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1.438rem;
  padding: 0;
  margin-bottom: 0.55rem !important;
}
.personnel-contact__icon:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.personnel-contact__icon a {
  text-decoration: underline;
  color: var(--blue);
}
.personnel-contact__name {
  font-weight: 700;
}
.personnel-contact__name:before {
  background-image: url("./assets/images/personnel-icon-blue.svg");
}
.personnel-contact__email:before {
  background-image: url("./assets/images/email-icon-blue.svg");
}
.personnel-contact__phone:before {
  background-image: url("./assets/images/phone-icon-blue.svg");
}

.va-section-title {
  margin-top: 3.125rem !important;
}

.va-text-and-headline-box p {
  margin-bottom: 1rem;
  max-width: 90ch !important;
}
.va-text-and-headline-box a {
  color: var(--blue);
}
.va-text-and-headline-box p,
.va-text-and-headline-box a {
  font-size: 1.063rem;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .va-text-and-headline-box p,
  .va-text-and-headline-box a {
    font-size: 1.063rem;
    line-height: 1.44;
  }
}

.va-text-and-headline-box-1 {
  box-shadow: var(--box-shadow);
  padding: 1.85rem 2.875rem;
  border-radius: var(--border-radius);
}
.va-text-and-headline-box-1 .wp-block-heading {
  color: var(--blue);
}

.va-text-and-headline-box-2 {
  background-color: var(--dark-blue);
  padding: 1.85rem 2.875rem;
  border-radius: var(--border-radius);
  color: var(--white);
}
.va-text-and-headline-box-2 h1,
.va-text-and-headline-box-2 h2,
.va-text-and-headline-box-2 h3,
.va-text-and-headline-box-2 h4,
.va-text-and-headline-box-2 h5,
.va-text-and-headline-box-2 h6 {
  color: var(--white);
}
.va-text-and-headline-box-2 a {
  color: var(--white);
}
.va-text-and-headline-box-2 a:visited {
  color: #e3e3e3;
}

.va-text-and-headline-box-3 {
  background: var(--blue-gradient);
  padding: 1.85rem 2.875rem;
  border-radius: var(--border-radius);
  color: var(--white);
}
.va-text-and-headline-box-3 h1,
.va-text-and-headline-box-3 h2,
.va-text-and-headline-box-3 h3,
.va-text-and-headline-box-3 h4,
.va-text-and-headline-box-3 h5,
.va-text-and-headline-box-3 h6 {
  color: var(--white);
}
.va-text-and-headline-box-3 a {
  color: var(--white);
}
.va-text-and-headline-box-3 a:visited {
  color: #e3e3e3;
}

.va-text-and-photo-1 p:first-child {
  margin-top: 0;
}

.va-crisis__modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10500;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.va-crisis__close-modal__header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.va-crisis__modal-content {
  background: white;
  width: 100%;
  max-width: 37.5rem;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
  position: relative;
  margin-inline: 1rem;
}

.va-crisis__close-modal {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  transition: all 0.2s ease-in-out;
}

.va-crisis__close-modal:hover svg path {
  fill: #111111;
}

.va-crisis__close-modal svg {
  width: 2rem;
  height: 2rem;
}

.va-crisis__modal-header {
  display: flex;
  align-items: flex-start;
}

.va-crisis__modal-icon:before {
  content: url("./assets/images/icon-crisis-line-color.svg");
  width: 2rem;
  height: 0.8rem;
  margin: 0.3rem 0.5rem 0.25rem 0;
  display: block;
}

.va-crisis__modal-phone:before {
  content: url("./assets/images/icon-phone.svg");
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
}

.va-crisis__modal-cell-phone:before {
  content: url("./assets/images/icon-cell-phone.svg");
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
}

.va-crisis__modal-chat:before {
  content: url("./assets/images/icon-chat.svg");
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
}

.va-crisis__modal-tty:before {
  content: url("./assets/images/icon-tty.svg");
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
}

.va-crisis__modal-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-block: 0;
}

.va-crisis__modal-text {
  font-family: var(--font-source);
  font-size: 1.06rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 1.5rem;
}

.va-crisis__modal-links {
  display: flex;
  flex-direction: column;
}

.va-crisis__modal-links a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #005ea2;
  gap: 0.375rem;
  font-family: var(--font-source);
  font-size: 1.06rem;
  line-height: 1.5;
  padding-block: 0.25rem;
  border-top: 1px solid #a8a8a8;
  max-width: 30rem;
}

.va-crisis__modal-links a:hover {
  background-color: #f0f0f0;
}

.va-crisis__modal-links a:last-child {
  border-bottom: 1px solid #a8a8a8;
}

.va-crisis__modal-footer {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-family: var(--font-source);
  font-size: 1.06rem;
  line-height: 1.5;
}

.va-crisis__modal-footer a {
  color: #005ea2;
}

.va-crisis__modal-footer a:hover {
  background-color: #f0f0f0;
}

/*
|
| Root CSS comes from theme va-production-fse (you must have this theme installed) 
|
*/
.tribe-events-notices {
  font-family: var(--font-source);
}

.tribe-events-back a,
.tribe-events-back a:visited {
  color: var(--blue);
}

/* Large Date Number (Archives) */
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
  color: var(--blue);
  font-family: var(--font-bitter);
}

/* Event Title (Archives) */
h3.tribe-events-calendar-list__event-title a {
  color: var(--blue) !important;
}

/* Date Picker (Archive) */
.tribe-events button.tribe-events-c-top-bar__datepicker-button {
  color: var(--blue) !important;
  font-weight: bold;
}

/* Event Title (Single) */
.single-tribe_events .tribe-blocks-editor .tribe-events-single-event-title {
  font-size: 3.438rem;
  line-height: 1.2;
  font-family: var(--font-bitter);
  color: var(--blue);
}

.single-tribe_events .tribe-events-single-event-title::after {
  content: "";
  display: block;
  height: 0.375rem !important;
  max-height: 0.375rem;
  width: 8.313rem;
  background-color: var(--orange);
  margin-top: 0.8rem !important;
  margin-bottom: 1.2rem !important;
}

/* Date and Time */
.single-tribe_events .tribe-blocks-editor .tribe-events-schedule .tribe-events-schedule__datetime,
.tribe-events-schedule__date,
.tribe-events-schedule__all-day,
.tribe-events-schedule__separator,
.tribe-events-schedule__timezone,
.tribe-events-schedule__time {
  color: var(--blue);
  font-family: var(--font-source);
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 38/30;
}

/* Buttons */
.tribe-events-c-subscribe-dropdown__button,
.tribe-common-c-btn.tribe-events-c-search__button {
  background-color: var(--blue) !important;
  color: var(--white) !important;
  border: none !important;
}

/* Featured Event */
.tribe-events-calendar-list__event-datetime-featured-text {
  color: var(--orange) !important;
}

svg.tribe-common-c-svgicon--featured path {
  fill: var(--orange) !important;
}

.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime::after {
  background: var(--orange) !important;
}

/* Event Pagination (Archive) */
button.tribe-events-c-nav__next,
button.tribe-events-c-nav__prev {
  opacity: 0;
}

a.tribe-events-c-nav__next .tribe-events-c-nav__next-label,
a.tribe-events-c-nav__prev .tribe-events-c-nav__prev-label {
  color: var(--blue);
  font-weight: bold;
}

a.tribe-events-c-nav__next .tribe-common-c-svgicon--caret-right path,
a.tribe-events-c-nav__prev .tribe-common-c-svgicon--caret-left path {
  fill: var(--blue) !important;
}

/* Day Pagination (Day View) */
.tribe-events-calendar-day-nav .tribe-events-c-nav__list-item a.tribe-events-c-nav__next,
.tribe-events-calendar-day-nav .tribe-events-c-nav__list-item a.tribe-events-c-nav__prev {
  color: var(--blue) !important;
  font-weight: bold;
}

/* Event Pagination (Single) */
.tribe-events-sub-nav .tribe-events-nav-previous a,
.tribe-events-sub-nav .tribe-events-nav-next a {
  color: var(--blue) !important;
  font-weight: bold;
  font-family: var(--font-source) !important;
}

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