/*!
 * Theme Name: Foundry
 * Author: Forge and Smith
 * Author URI: https://forgeandsmith.com
 * Description: Blank theme for Foundry development
 * Version: 1.0.0
 *
 */
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./_src/scss/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
README
All CSS that involves tag selectors, resets and would otherwise NOT fit in components, goes here.
Basically, anything that would be targeting an HTML tag and not a css class, should go here. Bear in mind that this
should only be for "reset" purposes.
*/
/*
README

All *reusable* CSS should be included within this folder and imported to this file.
This includes:
- buttons
- blocks
- forms
- banners
- basically anything that can appear in more than one place and uses a CSS class.
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased;
}

b,
strong {
  font-weight: 600;
}

cite {
  font-size: 80%;
}

a:not([class]):hover {
  text-decoration-thickness: 2px;
}

time,
.fndry-post-author__content {
  font-size: 17px;
  line-height: 1.2em;
}

.hide {
  display: none;
}

.hide {
  display: none !important;
}

body.fndry-nav-is-open {
  padding-right: 0;
}

@media (max-width: 980px) {
  body {
    overflow-x: hidden !important;
  }
}
h2.stat-number {
  color: #0a3865;
  font-family: var(--fndry-font-montserrat) !important;
  font-size: 98px;
  font-weight: 600;
  justify-content: center;
  margin-bottom: -5px;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 10px !important;
}

h2.stat-number.fought {
  font-size: 64px;
  font-weight: 700;
  padding-top: 45px !important;
}

h2.stat-number.million {
  font-size: 64px;
  font-weight: 700;
  padding-top: 25px !important;
}

h2.pact-act {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

h2.pact-act .light-blue {
  color: #8ad4ff;
}

h4.ptsd-bottom-menu {
  font-family: var(--fndry-font-proximaNova);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.7px;
  letter-spacing: 0.5px;
  line-height: 120%;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.stats {
  color: #001144;
  font-family: var(--fndry-font-montserrat) !important;
  text-align: center;
}

.stats p {
  font-family: var(--fndry-font-montserrat) !important;
  font-weight: 500;
  line-height: 1.2em;
  margin-top: 0;
  padding-top: 0;
}

.stats h4 {
  color: #0a3865;
  font-family: var(--fndry-font-montserrat) !important;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: -15px;
  text-transform: uppercase;
  width: 100%;
}

.post-meta {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2em;
}

.uppercase {
  text-transform: uppercase;
}

.cta-testimonial::before {
  content: open-quote;
  color: #ffffff;
  font-size: 73px !important;
  font-family: var(--fndry-font-montserrat);
  position: absolute;
  margin-left: -32px;
  margin-top: -19px;
}

.rating-tips-cta-col .credit {
  font-family: var(--fndry-font-montserrat);
  letter-spacing: 1px;
}

/* --- Blockquotes --- */
.wp-block-post-content blockquote {
  color: #00488d;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  margin: -20px auto;
  padding: 10px !important;
  text-align: left;
  width: 85%;
}

.wp-block-post-content blockquote.alignright,
.wp-block-post-content blockquote.alignleft {
  width: 50%;
}

.wp-block-post-content blockquote:before {
  color: #00488d;
  content: open-quote;
  font-size: 72px;
  margin-left: -0.45em;
  padding-right: 20px;
  top: 0.65em;
}

.wp-block-post-content blockquote:after {
  color: transparent;
  content: close-quote;
  font-size: 34px;
  top: -0.5em;
}

.wp-block-post-content blockquote:before,
.wp-block-post-content blockquote:after {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}

.wp-block-post-content blockquote p {
  margin-left: 20px;
  margin-top: -5px;
  padding: 0 !important;
}

.wp-block-pullquote {
  padding: 1em 0;
}

.wp-block-post-content .blockquote-callout {
  font-size: 18px;
  line-height: 26px;
  margin: 0px auto;
  padding: 0 0 0 20px !important;
  width: 100%;
}

.wp-block-post-content .blockquote-callout::before {
  content: "›";
}

.wp-block-post-content .blockquote-callout p {
  margin: 0;
  padding: 0;
}

/* --- Tabs --- */
.tabs--navy .fndry-tabs__nav-link {
  font-size: 1.075rem;
  padding: 1rem 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: -1px;
  margin-right: -2px;
  margin-left: 0px;
  color: #8ad4ff;
  border: 1px solid #ffffff;
}

.tabs--navy .fndry-tabs__nav-link:first-child {
  margin-left: 40px;
}

.tabs--navy .fndry-tabs__nav-link--active {
  color: #ffffff;
  border-bottom: 1px solid #093865;
}

.tabs--navy .tabs__content {
  border: 1px solid #ffffff;
  padding: 1.75rem;
}

.tabs--navy .fndry-tabs__nav {
  border-bottom: 0px;
}

.tabs--navy .fndry-tabs__nav-link span:hover {
  text-decoration: underline;
}

.tabs--navy p {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tabs--navy li {
  background-color: #093865;
}

/* --- Misc Text Utilities --- */
.h4-text {
  font-family: var(--fndry-font-montserrat);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.text-nowrap {
  text-wrap: nowrap;
}

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

.dots {
  font-family: "Athelas", serif;
  text-transform: lowercase;
}

.fndry-text-footnoteOrCredit {
  padding-top: 15px;
}

.wp-block-post-content h2.fndry-heading {
  padding-top: 20px;
}

.padding-remove {
  padding-left: 0 !important;
}

.maxwidth-1400px {
  max-width: 1400px;
}

.row-padding {
  margin: auto;
  max-width: 976px;
  padding: 2.5em 2.5em 2.5em 3em;
  width: 100%;
}

.margin-auto {
  margin: auto;
}

.white {
  background: #ffffff;
}

.border-one-white {
  border: 1px solid #ffffff;
}

.diagonal-rounded-corners {
  border-radius: 50px 0 50px 0;
}

/* --- Alignment --- */
.align-right,
blockquote.alignright {
  float: right;
  margin-inline-end: 0;
  margin-inline-start: 1.25em;
}

.align-left,
blockquote.alignleft {
  float: left;
  margin-inline-end: 1.25em;
  margin-inline-start: 0em;
}

/* --- Display Utilities --- */
.flex-wrap {
  flex-wrap: wrap !important;
}

.hide-overflow {
  overflow: hidden;
}

.height-120px {
  height: 120px;
}

.large-numbers {
  padding-top: 0 !important;
}

.two-more img {
  max-width: 663px !important;
}

/* --- Responsive Utility Classes --- */
@media only screen and (max-width: 480px) {
  .width-100 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .height-35vh {
    height: 40vh;
  }
}
@media only screen and (max-width: 480px) {
  .height-13vh {
    height: 24vh !important;
  }
}
/* --- Navy Filter Background (used on filter/archive pages) --- */
.navy-filter-bg {
  position: relative;
  z-index: 1;
}

.navy-filter-bg:after {
  background-color: var(--fndry-color-navyDark);
  content: "";
  height: 148px;
  left: 50%;
  min-width: max-content;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.navy-filter-bg .fndry-form-ctrl__reset {
  color: white;
  opacity: 100;
}

@media only screen and (max-width: 1024px) {
  .navy-filter-bg:after {
    height: 146px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .navy-filter-bg:after {
    height: 19rem;
  }
}
/* --- Testimonial Background Variant --- */
.testimonial-bg:after {
  height: 45px;
}

@media only screen and (max-width: 1024px) {
  .testimonial-bg:after {
    height: 43px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .testimonial-bg:after {
    height: 13rem;
  }
}
/* --- Reverse Link Styles --- */
.reverse-link .fndry-heading a {
  color: white;
  text-decoration: none;
}

.reverse-link .fndry-heading a:hover {
  color: var(--fndry-color-cream);
}

.reverse-link-hover .fndry-post-title__link:hover {
  color: var(--fndry-color-cream) !important;
}

.reverse-link-hover .fndry-heading a:hover {
  color: var(--fndry-color-cream) !important;
}

.fndry-btn {
  transition: all 0.25s ease-in-out;
  /* Button: Light Blue Outline */
  /* Button: Continue Reading (PTSD Index) */
}
.fndry-btn-redNavButton {
  line-height: normal;
  padding: 12px 30px;
}
.fndry-btn-navyButton:hover, .fndry-btn-navyButtonIcon:hover, .fndry-btn-navyOutlineButton:hover, .fndry-btn-navyOutlineButtonIcon:hover, .fndry-btn-redButton:hover, .fndry-btn-whiteButtonIcon:hover, .fndry-btn-whiteOutlineButton:hover, .fndry-btn-brightBlueButton:hover {
  gap: 15px;
  padding-right: 30px;
}
.fndry-btn-phoneLink {
  height: 100%;
  border-left: 1px solid var(--fndry-color-white20);
}
.fndry-btn-phoneLink:hover {
  color: #bbd3f5;
}
.fndry-btn-resourceLink {
  justify-content: space-between;
}
.fndry-btn-resourceLink svg path {
  fill: var(--fndry-color-navyLight);
}
.fndry-btn-phoneLinkAlt svg path {
  fill: var(--fndry-color-navyLight);
}
.fndry-btn-lightBlueOutlineButton {
  text-align: center;
}
.fndry-btn-lightBlueOutlineButton:hover {
  text-decoration: underline;
}
.fndry-btn-continueReadingPtsdIndexPage:hover {
  border-color: var(--fndry-color-brightLightBlue);
  border-width: 0 0 1px 0;
  color: var(--fndry-color-brightLightBlue);
}
.fndry-btn-continueReadingPtsdIndexPage:hover {
  color: var(--fndry-color-hoverLinkOnNavyLightBlue) !important;
}

/* Remove icon from buttons with class "no-icon" */
.no-icon .svg-inline--fa {
  display: none !important;
}

/* Mega Menu Button */
.megamenu-btn {
  border: 1px solid var(--Light-Blue, #7db6ff);
  border-radius: 100px;
  color: var(--Default-Link-Blue, #0053b8);
  display: block;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.28px;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 90%;
}

.megamenu-btn:hover {
  color: var(--fndry-color-superBrightBlue, #0070f6);
  text-decoration: underline !important;
}

/* Banner CTA */
.banner-cta {
  width: 100%;
}

.banner-cta .fndry-btn-redButton {
  margin-top: 15px;
}

.banner-cta .sentence-two {
  width: 90%;
}

header .logo-menu {
  padding-top: 2rem;
}
header .custom-logo-link {
  padding-top: 1rem;
}
header .wp-block-search__button svg {
  margin-top: -0.25rem;
}
header .primary-nav {
  max-width: 1432px;
  width: 100%;
}
header .primary-nav .fndry-nav-link {
  padding: 0.5rem 0.25rem 0.5rem 0rem;
  text-transform: uppercase;
}
header .primary-nav .fndry-nav__item--has-submenu .fndry-nav__submenu-toggle {
  padding: 0;
}
header .primary-nav .fndry-nav__item--has-submenu .fndry-nav__submenu-toggle:after {
  content: none;
}
header .primary-nav .fndry-nav__item--has-submenu .fndry-nav__submenu-toggle:before {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Layer_1' clip-path='url(%23clip0_1902_8269)'%3E%3Cpath id='Vector' d='M5.5 6L11 0H0L5.5 6Z' fill='%23DE4D37'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1902_8269'%3E%3Crect width='11' height='6' fill='white' transform='matrix(-1 0 0 -1 11 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  content: "";
  height: 6px;
  left: 0;
  top: 1rem;
  transform: rotate(0deg);
  width: 11px;
}
header .primary-nav .fndry-nav__item--has-submenu .fndry-nav-submenu {
  padding: 0 !important;
  width: 17.5rem !important;
  z-index: 11000;
}
header .primary-nav .fndry-nav__item--has-submenu .fndry-nav-submenu .fndry-nav-link {
  padding: 10px !important;
  text-transform: inherit;
}
header .primary-nav .fndry-nav__item--has-submenu:hover .fndry-nav__submenu-toggle:before {
  background-color: transparent !important;
}
header .primary-nav .menu-text {
  display: none;
}
header .utility-nav {
  max-width: 1400px;
}
header .utility-nav .wp-element-button {
  background-color: transparent !important;
}

.fndry-nav-submenu .fndry-nav-link:hover,
.fndry-nav-submenu .fndry-nav-link:focus {
  color: #02488d;
}

.primary-nav .wp-block-search__input {
  border: 1px solid #de4d37;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 3px 6px;
  text-transform: uppercase;
}

.primary-nav .wp-block-search__input:focus-visible {
  color: #000000;
  outline: none !important;
}

.primary-nav .wp-block-search__inside-wrapper button {
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-left-style: none;
  border-left-width: 0px;
  border-right-style: none;
  border-right-width: 0px;
  border-top-style: none;
  border-top-width: 0px;
}

:root :where(.primary-nav .wp-element-button, .primary-nav .wp-block-button__link) {
  padding: calc(0.2667em + 2px) calc(0.033em + 2px);
}

/* Query / Archive Nav */
.fndry-query .fndry-nav {
  text-transform: uppercase;
}

.fndry-query .fndry-nav-link {
  margin-right: 1rem;
}

.fndry-query .fndry-nav-link--active {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 18px;
}

/* Special pages: removing logo top-padding */
.page-id-43139 header .logo-menu,
.page-id-505 header .logo-menu {
  padding-top: 0;
}

.page-id-43139 header .custom-logo-link,
.page-id-505 header .custom-logo-link {
  padding-top: 0;
}

/* Nav Responsive */
@media only screen and (max-width: 1024px) {
  header .logo-menu {
    margin-top: 0.5rem !important;
  }
  header .menu-text {
    padding-top: 3rem;
  }
  header .custom-logo-link img {
    padding-top: 2rem;
  }
  header .fndry-pt--md-1 {
    padding-bottom: calc(var(--fndry-gutter) * 1) !important;
    padding-top: calc(var(--fndry-gutter) * 1) !important;
  }
  header .fndry-btn-phoneLink {
    font-size: 14px !important;
    padding: 0px 0px 9px 0px !important;
    --fndry-btn-icon-size: 0 !important;
  }
  header .fa-phone {
    display: none;
  }
  .banner-cta .fndry-btn-redButton .fa-arrow-right {
    display: none;
  }
  header .primary-nav .fndry-nav__toggle {
    height: 2rem;
    margin-left: 1.25rem;
    width: 2rem;
  }
  header .primary-nav .fndry-nav__toggle-lines:before,
header .primary-nav .fndry-nav__toggle-lines:after {
    background: var(--fndry-color-navyDark);
    border-radius: 3px;
    height: 3px;
    top: calc(50% - 1.5px);
  }
  header .primary-nav .fndry-nav__toggle:before {
    background: var(--fndry-color-navyDark);
    border-radius: 3px;
    height: 3px;
  }
  header .primary-nav .fndry-nav__toggle:after {
    background: var(--fndry-color-navyDark);
    border-radius: 3px;
    height: 3px;
    width: 100%;
  }
  header .primary-nav .fndry-nav__container {
    gap: 0;
  }
  header .primary-nav .fndry-nav__responsive-container {
    padding: 0 0 1.25rem 0;
    top: 142px;
    width: 100vw;
  }
  header .primary-nav .fndry-nav__responsive-container-close {
    display: none;
  }
  header .primary-nav .fndry-nav__item {
    width: 100%;
  }
  header .primary-nav .fndry-nav__item .fndry-nav-link {
    padding: 10px 20px !important;
    width: 100%;
  }
  header .primary-nav .fndry-nav__item .fndry-nav-link.fndry-btn-redNavButton {
    margin-left: 15px;
    max-width: fit-content;
  }
  header .primary-nav .fndry-nav__item--has-submenu .fndry-nav-submenu .fndry-nav-link {
    min-width: 100vw;
    padding: 10px 20px !important;
    text-transform: none;
  }
  header .primary-nav .fndry-nav__item--has-submenu .fndry-nav-submenu:after {
    display: none;
  }
  header .primary-nav .fndry-nav__item--has-submenu:hover .fndry-nav__submenu-toggle:before {
    transform: rotate(180deg) !important;
  }
  header .primary-nav .fndry-nav__submenu {
    position: relative;
  }
  header .primary-nav .fndry-nav__submenu-toggle {
    height: 2.5rem;
    position: absolute;
    right: 0rem;
    top: 0rem;
    width: 3.5rem;
  }
  header .primary-nav .fndry-nav__submenu-toggle:before {
    left: unset !important;
    position: absolute;
    right: 1.25rem !important;
  }
  header .primary-nav .menu-text {
    display: block;
  }
  header .utility-nav .wp-block-search {
    display: none;
  }
  header .utility-nav .fndry-btn-navyNavButton {
    font-size: 11px;
    letter-spacing: 1.1px;
    padding: 8px 20px;
  }
  header .utility-nav .fndry-btn-phoneLink {
    border-left: none;
    font-size: 12px;
    padding: 0px 20px;
    --fndry-btn-icon-size: 12px !important;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 700px) {
  header .primary-nav .fndry-nav__responsive-container {
    height: calc(100% - 120px);
    padding: 0 0 1.25rem 0;
    top: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .primary-nav .fndry-nav__responsive-container {
    top: 214px !important;
  }
  .page-id-505 .primary-nav .fndry-nav__responsive-container,
.page-id-43139 .primary-nav .fndry-nav__responsive-container {
    top: 105px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .page-id-505 header .menu-text,
.page-id-43139 header .menu-text {
    padding-top: 0em;
  }
  .page-id-505 header .logo-menu,
.page-id-43139 header .logo-menu {
    margin-top: 0rem;
  }
  .page-id-505 header .custom-logo-link img,
.page-id-43139 header .custom-logo-link img {
    padding-top: 0rem;
  }
  .fndry-nav--overlay-md .fndry-nav__item--submenu-open > .fndry-nav-submenu {
    left: 0 !important;
  }
}
#mega-menu-wrap-max_mega_menu_1 {
  margin-top: 2em;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
  font-weight: 600;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout:last-child ul.mega-sub-menu {
  left: auto;
  right: 0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout:last-child ul.mega-sub-menu li a {
  text-align: left !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
  font-family: var(--fndry-nav-override-font-family, var(--fndry-font-proximaNova));
  font-size: var(--fndry-nav-override-font-size, 15px);
  font-weight: var(--fndry-nav-override-font-weight, 600);
  letter-spacing: var(--fndry-nav-override-letter-spacing, 0.7px);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  color: #f14e29;
  font-size: 20px;
  margin: 0 0 0 4px;
}

/* Top level hover/active states */
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:active,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout > a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout.mega-current-menu-ancestor > a.mega-menu-link:active,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout.mega-current-menu-ancestor > a.mega-menu-link:hover {
  cursor: pointer;
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-decoration-color: var(--fndry-color-superBrightBlue, #0070f6);
  text-decoration-thickness: 4px !important;
  text-underline-offset: 14px !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  font-weight: 400 !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item a:hover {
  font-weight: 600;
}

@media only screen and (min-width: 1167px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
    font-weight: 600 !important;
  }
}
/* --- General Mega Menu Structure --- */
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 p {
  color: #383838;
  font-family: var(--fndry-font-gibson);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 15px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  padding: 0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:active {
  color: #0070f6;
  font-weight: 700;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  text-decoration: underline;
}

.open-left .mega-sub-menu {
  right: 0 !important;
}

/* --- Mega Menu Columns --- */
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  float: left;
  padding-top: 0;
  padding-right: 10px;
  width: 100%;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
  padding-right: 10px;
  width: 37%;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
  padding-right: 15px;
  width: 33%;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
  padding-left: 0 !important;
  width: 30.333333%;
}

/* Column padding (mega-menu-column) */
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.exposure-sites .mega-menu-column,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.tools .mega-menu-column {
  padding-bottom: 7px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item.mega-menu-item-type-widget {
  margin-top: 0.5em !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li:last-child a.mega-menu-link {
  border-bottom: 0 !important;
}

/* --- Mega Menu Item Decorators --- */
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard h4.mega-block-title,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  margin-top: -20px;
}

h4.mega-block-title:after {
  background: url(https://www.hillandponton.com/wp-content/uploads/2025/10/megamenu-down-arrow.svg) 100% 100% no-repeat !important;
  content: "" !important;
  display: inline-block;
  height: 11px;
  padding-right: 17px;
  width: 10px !important;
}

li.popular a.mega-menu-link:after {
  background: var(--Mint, #dbf6dd);
  border: 1px solid var(--Field-border, #9e9e9f);
  border-radius: 5px;
  color: var(--Medium-Blue, #01477c);
  content: "POPULAR" !important;
  display: inline-block !important;
  font-family: var(--fndry-font-gibson);
  font-size: 14px;
  font-weight: 400;
  height: 20px !important;
  letter-spacing: 1.12px;
  line-height: 20px;
  margin-left: 7px !important;
  margin-top: -2px;
  position: relative !important;
  text-align: center;
  width: 80px !important;
}

li.new a.mega-menu-link:after {
  background: var(--Mint, #dbf6dd);
  border: 1px solid var(--Field-border, #9e9e9f);
  border-radius: 5px;
  color: var(--Medium-Blue, #01477c);
  content: "NEW" !important;
  display: inline-block !important;
  font-family: var(--fndry-font-gibson);
  font-size: 14px;
  font-weight: 400;
  height: 20px !important;
  letter-spacing: 1.12px;
  line-height: 20px;
  margin-left: 7px !important;
  margin-top: -2px;
  position: relative !important;
  text-align: center;
  width: 45px !important;
}

/* --- Mega Menu: Light Blue & White Background Items --- */
li.mega-light-blue {
  background-color: #f5f7fa !important;
  margin-right: 1em !important;
  padding-left: 1em !important;
  padding-top: 0em !important;
}

li.mega-light-blue.light-blue {
  margin-bottom: -10px !important;
}

.guides-resources li.mega-light-blue.light-blue {
  margin-bottom: 0px !important;
}

li.mega-white-background.second {
  padding-left: 1em !important;
}

li.mega-white-background > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0 !important;
}

li.mega-white-background > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  border-bottom: 0px !important;
  padding: 7px 0 !important;
}

li.mega-white-background > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-type-widget {
  padding-top: 0.5em !important;
}

li.mega-white-background ul.mega-sub-menu > li.mega-menu-item > a,
li.mega-light-blue ul.mega-sub-menu > li.mega-menu-item > a {
  font-weight: 400 !important;
}

/* General White Background — first column border */
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.white-background.first ul.mega-sub-menu {
  border-right: 1px solid #bfbfbf !important;
  height: 96%;
  margin-top: 20px;
}

/* General Second column heading margin fix */
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.second .mega-sub-menu h4.mega-block-title {
  margin-top: 0px !important;
}

li.open-left ul {
  left: auto;
  right: 0;
}

/* --- Mega Menu: Tools Section --- */
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.tools > ul.mega-sub-menu li.white-background.first ul.mega-sub-menu {
  padding-right: 10px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.tools > ul.mega-sub-menu > li.mega-menu-row .light-blue > ul.mega-sub-menu {
  margin-right: 10px;
  padding-left: 10px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.tools > .mega-sub-menu > li.light-blue > li {
  padding-left: 10px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.tools > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
  padding-bottom: 10px;
}

/* --- Mega Menu: Exposure Sites Section --- */
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.exposure-sites > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
  padding-bottom: 10px;
}

.exposure-sites li.mega-white-background > ul.mega-sub-menu > li.mega-menu-item {
  padding-left: 7px !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.exposure-sites > ul.mega-sub-menu > li.mega-menu-row .light-blue > ul.mega-sub-menu {
  padding-left: 10px;
  padding-right: 10px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.exposure-sites > ul.mega-sub-menu > li.mega-menu-row .light-blue > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0px 7px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.exposure-sites > .mega-sub-menu > li.light-blue > li {
  padding-left: 10px;
}

.exposure-sites .white-background {
  width: 37% !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.exposure-sites > ul.mega-sub-menu li.white-background.second ul.mega-sub-menu {
  padding-left: 10px;
}

/* --- Mega Menu: Guides & Resources Section --- */
li.mega-all-guides:before {
  background: url(/wp-content/uploads/2025/10/guide-icon.svg) no-repeat !important;
  content: "" !important;
  display: inline-block !important;
  height: 25px !important;
  width: 31px !important;
}

li.mega-white-background ul.mega-sub-menu li.mega-menu-item.mega-all-guides {
  padding-top: 10px !important;
}

li.mega-white-background ul.mega-sub-menu li.mega-menu-item.mega-all-guides a.mega-menu-link {
  line-height: 1.5em !important;
  margin: -40px 0 0 0 !important;
  padding-left: 37px !important;
  padding-top: 0;
  width: 90% !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.guides > ul.mega-sub-menu li.white-background.first {
  width: 37% !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.guides > ul.mega-sub-menu li.light-blue > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 400 !important;
  line-height: 20px;
  padding: 15px 0px;
}

/* Guides → Tools repeating rule */
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.tools > ul.mega-sub-menu li.light-blue > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 400 !important;
  line-height: 20px;
  padding: 15px 0px;
}

/* --- Mega Menu: Mobile --- */
@media (max-width: 1166px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.guides > ul.mega-sub-menu li.second,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.tools > ul.mega-sub-menu li.second {
    padding-left: 10px !important;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.white-background {
    padding-left: 15px !important;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.tools > ul.mega-sub-menu > li.mega-menu-row .light-blue > ul.mega-sub-menu {
    padding-left: 0px;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.exposure-sites > ul.mega-sub-menu > li.mega-menu-row .light-blue > ul.mega-sub-menu > li.mega-menu-item {
    padding-left: 0;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.exposure-sites > ul.mega-sub-menu li.white-background.second ul.mega-sub-menu {
    padding-left: 0px;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #0053b8;
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
  }
  #mega-menu-max_mega_menu_1 .mega-sub-menu {
    box-shadow: none !important;
    margin-top: 0 !important;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
    display: block;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
    border-top: 10px solid #093865;
    padding: 5px 0 0 0;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    padding-left: 10px !important;
    width: 100% !important;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
    border-bottom: #b8c3d2 1px solid;
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #f5f7fa;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1 {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 p {
    display: none;
  }
  .mega-white-background {
    padding: 0 7px;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.first {
    padding: 15px;
  }
}
/* JOLI ToC: mega menu slide-out visibility */
@media only screen and (min-width: 769px) {
  .wpj-jtoc.wpj-jtoc--widget-slide-out.--slide-out-mobile {
    display: unset !important;
  }
}
@media only screen and (min-width: 1025px) {
  .wpj-jtoc.wpj-jtoc--widget-slide-out.--slide-out-mobile {
    display: none !important;
  }
  div.--jtoc-filler {
    display: none !important;
    height: 0 !important;
  }
}
.sticky-header {
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #2564a1;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 11000;
  max-inline-size: 100vw;
  margin-left: 0;
  margin-right: 0;
}

.sticky-header .fndry-btn-redNavButton:hover,
.banner-cta .fndry-btn-redButton:hover {
  background-color: #1d67c0;
}

.sticky-header .fndry-btn-redNavButton {
  line-height: 16px;
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.sticky-header .fndry-btn-redNavButton a {
  color: #ffffff;
  text-decoration: none !important;
}

.sticky-text {
  margin-bottom: 0;
  padding: 0 1em;
}

.sticky-button {
  margin: 0 1em;
}

.sticky-phone {
  border-right: 1px solid var(--fndry-color-white20);
  margin: 0 1em;
  padding-right: 1.5em;
}

/* Removing sticky header on case evaluation and disability calculator pages */
.page-id-505 .sticky-header,
.page-id-43139 .sticky-header {
  display: none;
}

.page-id-32729 .sticky-header {
  display: block;
  margin-bottom: -3em;
  position: relative;
  z-index: 11000;
}

@media only screen and (max-width: 1200px) {
  .sticky-header .fndry-btn-redNavButton {
    font-size: 13px !important;
    letter-spacing: 0 !important;
    margin-top: 5px !important;
    padding: 7px 15px !important;
  }
  header .fndry-btn-phoneLink,
.sticky-phone,
.sticky-text {
    font-size: 13px !important;
    line-height: 14px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .sticky-phone {
    border-right: none;
  }
  .sticky-text {
    font-size: 14px !important;
    padding: 0 3px 10px 1px !important;
  }
}
@media only screen and (max-width: 480px) {
  .sticky-header.fndry-pt--sm-2 {
    padding-top: calc(var(--fndry-gutter) * 0) !important;
  }
}
/* Breadcrumbs */
.breadcrumbs {
  color: var(--fndry-color-white);
  font-family: var(--fndry-font-proximaNova);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px !important;
  line-height: 120%;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: #8ad4ff !important;
  color: var(--fndry-color-linkOnNavyLightBlue);
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #7db6ff !important;
  color: var(--fndry-color-hoverLinkOnNavyLightBlue);
  text-decoration: underline;
}
.breadcrumbs svg {
  height: 14px;
  position: relative;
  padding: 0 6px;
}
.breadcrumbs svg path {
  color: #8ad4ff !important;
}

.fndry-text-ptsdBreadcrumb {
  color: var(--fndry-color-white);
  font-family: var(--fndry-font-proximaNova);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.7px;
  letter-spacing: 1.5px;
  line-height: 120%;
  margin-bottom: 3px !important;
  margin-top: -7rem;
  padding-left: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.fndry-text-ptsdBreadcrumb a {
  color: #8ad4ff !important;
  color: var(--fndry-color-brightLightBlue);
  text-decoration: none;
}

.fndry-text-ptsdBreadcrumb a:hover {
  border-bottom: 1px solid var(--fndry-color-midGrey);
  color: #7db6ff !important;
  padding-bottom: 4px;
  text-decoration: underline !important;
}

/* --- Breadcrumb Typography --- */
.breadcrumb {
  color: var(--fndry-color-white);
  font-family: var(--fndry-font-proximaNova);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.7px;
  letter-spacing: 1.5px;
  line-height: 120%;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-banner {
  flex-wrap: wrap !important;
  padding: 0;
}

.blog-banner .current-item {
  display: none;
}

.blog-banner .fndry-post-date {
  border-right: none;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
}

.blog-banner .fndry-post-author__name {
  color: var(--fndry-color-white);
  line-height: unset;
  margin-bottom: 0;
}

.blog-banner .fndry-post-author {
  display: inline-flex;
  height: 18px;
}

.blog-banner .fndry-post-author__avatar {
  padding: 0 6px;
}

.blog-banner .fndry-post-author__avatar img {
  border-radius: 100%;
  height: 40px !important;
  margin-top: -8px;
  width: 40px !important;
}

.blog-banner .fndry-post-author--center {
  display: flex;
  flex-directions: row;
}

.blog-banner :where(.is-layout-flex) {
  gap: 0.25em !important;
}

.blog-banner p {
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-left: 0 !important;
  color: #ffffff;
}

.blog-banner .fndry-post-author__name {
  font-weight: 400;
}

.blog-banner .stack-single-post {
  padding: 5px 0 !important;
}

.blog-banner .wp-block-columns .gradiant-background-column .fndry-post-featured-image {
  height: 100%;
  width: 100%;
}

.blog-banner .maxwidth-1400 {
  margin: 0 !important;
}

.blog-banner .maxwidth-1200 {
  margin: 0 auto !important;
}

.blog-banner :where(.wp-block-columns) {
  margin-bottom: 0;
}

.blog-banner .fndry-pl--1 {
  font-weight: 500;
  letter-spacing: 0.5px;
}

.blog-banner .wp-block-cover .wp-block-cover__image-background {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #093865 100%);
  float: right !important;
  height: 100%;
  left: 43%;
  mask-image: linear-gradient(to right, transparent 0%, #093865 100%);
  max-width: 57%;
}

.blog-banner .wp-block-cover {
  display: inline-flex;
  width: 100%;
}

.blog-banner .wp-block-cover__inner-container {
  display: block;
  float: left;
  margin: auto;
}

.blog-banner-image::after {
  background: linear-gradient(90deg, var(--fndry-color-navyDark), var(--fndry-color-transparent0) 40%) center/cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Post banner breadcrumb */
.post-banner-breadcrumb {
  padding-top: 1.5%;
}

.post-banner-breadcrumb a {
  color: #8ad4ff !important;
}

.post-banner-breadcrumb a:hover {
  color: #7db6ff !important;
  text-decoration: underline;
}

.post-banner-breadcrumb svg path {
  color: #8ad4ff !important;
}

/* Single Post TOC */
.single-post-toc {
  padding-left: 1em;
  padding-right: 1em;
}

/* Post listing */
.fndry-post-loop {
  margin-bottom: 3rem;
  margin-top: 2rem;
}

.fndry-post-date {
  border-right: 1px solid var(--fndry-color-midGrey);
  margin-bottom: 0;
  margin-right: 6px;
  padding-right: 6px;
}

.fndry-post-terms__tax {
  margin-bottom: 0;
}

.hide-name .fndry-post-author__name {
  display: none;
}

.fndry-post-title__link {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

.fndry-post-title__link:hover {
  color: var(--fndry-color-navyLight) !important;
}

/* Testimonial query */
.testimonial-query .fndry-post-title:before {
  content: " - ";
}

.testimonial-query .years-service {
  font-style: italic;
}

.testimonial-query .years-service:before {
  content: "– ";
  padding-left: 6px;
}

.testimonial-query .years-service:after {
  content: " years of service";
}

/* Author post block */
.author-post-block .fndry-post-author__content {
  padding: 2rem;
}

.author-post-block .fndry-post-author__avatar {
  margin-right: 0;
}

.author-post-block .fndry-post-author__byline {
  margin-bottom: 0.5rem;
}

/* Post: excerpt links */
.fndry-post-excerpt__excerpt a {
  color: #00488d;
  font-weight: 500;
}

.fndry-post-excerpt__excerpt a:hover {
  color: #000000;
}

.fndry-post-terms__link {
  color: #727272;
}

/* Post banner breakpoints */
@media (max-width: 1024px) {
  .blog-banner {
    padding: 0 !important;
  }
  .post-content {
    padding-top: 1em !important;
  }
}
@media (max-width: 700px) {
  .blog-banner .fndry-post-author__avatar {
    display: none;
  }
  .blog-banner .wp-block-cover .wp-block-cover__image-background {
    left: 58% !important;
    max-width: 43% !important;
  }
  .blog-banner .wp-block-cover,
.blog-banner .wp-block-cover-image {
    min-height: unset !important;
  }
  .single-post-banner-text {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .blog-banner h1 {
    margin-bottom: 0.5rem !important;
  }
}
.fndry-accordion {
  border-bottom: 1px solid var(--fndry-color-navyDark);
}

.fndry-accordion-block__body {
  padding: 0;
}

.fndry-accordion-block__label {
  border-top: 1px dashed var(--fndry-color-ptsdGrayBlue);
  padding-bottom: 7px;
  padding-right: 20px;
  padding-top: 20px;
  position: relative;
  z-index: 0;
}

.fndry-accordion-block__label:hover {
  color: var(--fndry-color-superBrightBlue) !important;
}

.fndry-accordion-block__label-heading {
  /* margin-bottom: 1rem; */
  /* margin-bottom: 1rem; */
  margin-right: 1.25rem;
  text-align: left;
}

.fndry-accordion-block__icon {
  max-width: 16px;
  position: absolute;
  right: 35px;
  top: 29%;
  z-index: 2;
}

.fndry-accordion-block__icon path {
  fill: var(--fndry-color-navyDark);
}

.fndry-accordion-block__icon-front,
.fndry-accordion-block__icon-back {
  color: var(--fndry-color-navyDark80);
  font-size: 22px;
  padding-top: 0.5em;
}

.fndry-accordion-block__icon-front:hover,
.fndry-accordion-block__icon-back:hover {
  color: var(--fndry-color-superBrightBlue) !important;
}

.fndry-accordion-block__content {
  margin-top: -20px;
}

.iu-accordion .fndry-text-h3SectionHeadline28:hover,
.iu-accordion h3:not([class*=fndry-text]):hover {
  color: var(--fndry-color-superBrightBlue) !important;
}

@media only screen and (min-width: 992px) {
  .hp-accordion .fndry-text-h3SectionHeadline28,
h3:not([class*=fndry-text]) {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .fndry-accordion {
    border-bottom: 1px dashed var(--fndry-color-ptsdGrayBlue);
  }
}
.fndry-slider {
  position: relative;
}

.fndry-slider__nav {
  justify-content: center;
  margin-top: 2.5rem;
}

.fndry-slider__ctrl {
  background-color: var(--fndry-color-cream);
  border: 2px solid var(--fndry-color-navyLight);
  height: 64px;
  width: 64px;
}

.fndry-slider__ctrl-prev {
  left: -1.5rem;
  position: absolute;
  top: calc(50% - 44px);
}

.fndry-slider__ctrl-next {
  position: absolute;
  right: -1.5rem;
  top: calc(50% - 44px);
}

.fndry-slider__ctrl:hover {
  background-color: var(--fndry-color-white);
}

.fndry-slider__ctrl:hover svg {
  transition: all 0.25s ease-in-out;
}

.fndry-slider__ctrl:hover svg path {
  fill: black;
}

.fndry-slider__ctrl svg path {
  fill: var(--fndry-color-navyDark);
}

.fndry-slider__ctrl-icon {
  margin-top: 3px;
}

.fndry-slider__pills {
  gap: 0;
  padding-right: 0.5rem;
}

.fndry-slider__pill {
  background-color: var(--fndry-color-white);
  border: none;
  border-radius: 0;
  height: 0.25rem;
  width: 107px;
}

.fndry-slider__pill:hover,
.fndry-slider__pill--active {
  background-color: var(--fndry-color-navyDark);
}

@media only screen and (max-width: 480px) {
  .fndry-slider__ctrl {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .fndry-slider__ctrl-prev {
    left: 0;
  }
  .fndry-slider__ctrl-next {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .fndry-slider__ctrl-prev,
.fndry-slider__ctrl-next {
    top: unset;
  }
}
@media only screen and (max-width: 480px) {
  .fndry-slider__pill {
    width: 47px;
  }
}
/* --- Cream Testimonial Slider Variant --- */
.cream-testimonial .fndry-slider__nav {
  justify-content: start;
  margin-top: 1.25rem;
}

.cream-testimonial .fndry-slider__ctrl {
  background-color: var(--fndry-color-cream);
}

.cream-testimonial .fndry-slider__ctrl-prev {
  left: -6.5rem;
  top: calc(50% - 36px);
}

.cream-testimonial .fndry-slider__ctrl-next {
  right: -6.5rem;
  top: calc(50% - 36px);
}

.cream-testimonial .fndry-slider__ctrl:hover {
  background-color: var(--fndry-color-navyLight);
}

.cream-testimonial .fndry-slider__ctrl:hover svg path {
  fill: var(--fndry-color-white);
}

.cream-testimonial .fndry-slider__ctrl svg path {
  fill: var(--fndry-color-navyDark);
}

.cream-testimonial .fndry-slider__pills {
  gap: 2px;
  padding-left: 5.5rem;
  padding-right: 0;
}

.cream-testimonial .fndry-slider__pill {
  background-color: var(--fndry-color-white);
}

.cream-testimonial .fndry-slider__pill:hover,
.cream-testimonial .fndry-slider__pill--active {
  background-color: var(--fndry-color-navyDark);
}

@media only screen and (max-width: 1024px) {
  .cream-testimonial .fndry-slider__nav {
    justify-content: center;
  }
  .cream-testimonial .fndry-slider__ctrl {
    border: 2px solid var(--fndry-color-navyDark);
  }
  .cream-testimonial .fndry-slider__ctrl-prev {
    left: 0;
    top: unset;
  }
  .cream-testimonial .fndry-slider__ctrl-next {
    right: 0;
    top: unset;
  }
  .cream-testimonial .fndry-slider__pills {
    padding-left: 0;
  }
}
/* --- Testimonial Slider Variant (Navy) --- */
.testimonial-slider .fndry-slider__nav {
  justify-content: start;
  margin-top: 1.25rem;
}

.testimonial-slider .fndry-slider__ctrl {
  background-color: var(--fndry-color-navyDark);
}

.testimonial-slider .fndry-slider__ctrl-prev {
  left: -6.5rem;
  top: calc(50% - 36px);
}

.testimonial-slider .fndry-slider__ctrl-next {
  right: -6.5rem;
  top: calc(50% - 36px);
}

.testimonial-slider .fndry-slider__ctrl:hover {
  background-color: var(--fndry-color-navyLight);
}

.testimonial-slider .fndry-slider__ctrl:hover svg path {
  fill: var(--fndry-color-white);
}

.testimonial-slider .fndry-slider__ctrl svg path {
  fill: var(--fndry-color-white);
}

.testimonial-slider .fndry-slider__pills {
  gap: 2px;
  padding-left: 5.5rem;
  padding-right: 0;
}

.testimonial-slider .fndry-slider__pill {
  background-color: var(--fndry-color-navyLight);
}

.testimonial-slider .fndry-slider__pill:hover,
.testimonial-slider .fndry-slider__pill--active {
  background-color: var(--fndry-color-white);
}

@media only screen and (max-width: 1024px) {
  .testimonial-slider .fndry-slider__nav {
    justify-content: center;
  }
  .testimonial-slider .fndry-slider__ctrl {
    border: 2px solid var(--fndry-color-white);
  }
  .testimonial-slider .fndry-slider__ctrl-prev {
    left: 0;
    top: unset;
  }
  .testimonial-slider .fndry-slider__ctrl-next {
    right: 0;
    top: unset;
  }
  .testimonial-slider .fndry-slider__pills {
    padding-left: 0;
  }
  .testimonial-slider .learnMore-position {
    position: unset !important;
  }
}
/* Rounded Image Border */
.img-border-radius {
  border-radius: 12px 0px 0px 12px;
}

@media only screen and (max-width: 1024px) {
  .img-border-radius {
    border-radius: 12px 12px 0px 0px;
  }
}
/* default for team slideouts */
.fndry-slideout-block__img {
  max-height: 508px;
  object-fit: cover;
  width: 100%;
}
.fndry-slideout-block__content {
  padding: 1rem 0.75rem 2.5rem;
  position: relative;
}
.fndry-slideout-block__heading {
  margin-bottom: 0.5rem;
}
.fndry-slideout-block__heading:hover {
  color: var(--fndry-color-navyLight);
}
.fndry-slideout-block__excerpt {
  color: var(--fndry-color-black);
  margin-bottom: 0;
}
.fndry-slideout-block__close-btn:before, .fndry-slideout-block__close-btn:after {
  height: 0.15rem;
  width: 1.5rem;
}
.fndry-slideout-block--active .fndry-slideout-block__heading {
  color: var(--fndry-color-navyLight);
}
.fndry-slideout-block--active .fndry-slideout-block__excerpt {
  color: var(--fndry-color-black);
}
.fndry-slideout-block--active .fndry-slideout-block__close-btn {
  top: 2rem;
  right: 2rem;
}
.fndry-slideout-block--active .fndry-slideout-block__slideout-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  border-bottom: 8px solid var(--fndry-color-navyDark);
}
.fndry-slideout-toggle {
  position: absolute !important;
  transition: all 0.25s ease-in-out;
  color: var(--fndry-color-navyDark);
  bottom: 1.75rem;
  left: 0.75rem;
  height: auto !important;
  width: auto !important;
}
.fndry-slideout-toggle:hover {
  background-color: none;
}
.fndry-slideout-toggle:before {
  background: none !important;
  content: "DETAILS" !important;
  display: block !important;
  font-family: var(--fndry-font-montserrat);
  font-size: 14px;
  font-weight: 700;
  height: auto !important;
  letter-spacing: 1.4px;
  line-height: 120%;
  padding-right: 10px;
  position: relative !important;
  text-transform: uppercase;
  transform: rotate(0deg) !important;
  width: auto !important;
}
.fndry-slideout-toggle:after {
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.87109 6.00391L0.496094 1.62891C0.140625 1.30078 0.140625 0.726562 0.496094 0.398438C0.824219 0.0429688 1.39844 0.0429688 1.72656 0.398438L5.5 4.14453L9.24609 0.398438C9.57422 0.0429688 10.1484 0.0429688 10.4766 0.398438C10.832 0.726562 10.832 1.30078 10.4766 1.62891L6.10156 6.00391C5.77344 6.35938 5.19922 6.35938 4.87109 6.00391Z' fill='%23093865'/%3E%3C/svg%3E%0A") !important;
  content: "" !important;
  display: block !important;
  height: 7px !important;
  position: relative !important;
  transform: rotate(0deg) !important;
  width: 11px !important;
}

.member-socials .fndry-social__link {
  padding: 1rem;
}

.banner-search .wp-block-search,
.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0;
}

.search-form {
  flex-direction: column;
  margin: 0 auto !important;
}

.search-form label {
  width: 100%;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.dashicons-search:before {
  font-size: 20px;
  color: var(--fndry-color-red);
  font-weight: 500 !important;
  padding-top: 1px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.dashicons-search:hover {
  text-decoration: none !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.dashicons-search:hover:before {
  font-weight: 500 !important;
  color: var(--fndry-color-brightBlue) !important;
}

.banner-search .wp-block-search__label,
.search-form .search-field {
  color: var(--fndry-color-white);
  font-family: var(--fndry-font-gibson);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.banner-search .wp-block-search__inside-wrapper {
  border: none;
  padding: 0;
}

.banner-search .wp-block-search__inside-wrapper .wp-block-search__input,
.search-form .search-field {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7188 16.9026C18.0703 17.2542 18.0703 17.7815 17.7188 18.0979C17.5781 18.2737 17.3672 18.344 17.1562 18.344C16.9102 18.344 16.6992 18.2737 16.5234 18.0979L11.8125 13.387C10.5469 14.4065 8.96484 14.969 7.27734 14.969C3.26953 14.969 0 11.6995 0 7.65649C0 3.64868 3.23438 0.343994 7.27734 0.343994C11.2852 0.343994 14.5898 3.64868 14.5898 7.65649C14.5898 9.37915 14.0273 10.9612 13.0078 12.1917L17.7188 16.9026ZM1.6875 7.65649C1.6875 10.7854 4.18359 13.2815 7.3125 13.2815C10.4062 13.2815 12.9375 10.7854 12.9375 7.65649C12.9375 4.56274 10.4062 2.03149 7.3125 2.03149C4.18359 2.03149 1.6875 4.56274 1.6875 7.65649Z' fill='%23093865'/%3E%3C/svg%3E%0A");
  background-position: center left 11px;
  background-repeat: no-repeat;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  color: var(--fndry-color-black);
  font-family: var(--fndry-font-gibson);
  font-size: 16px;
  font-weight: 300;
  padding: 16px 31px 14px 38px;
}

.search-form .search-field {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.banner-search .wp-block-search__inside-wrapper .wp-block-search__input::placeholder,
.search-form .search-field::placeholder {
  color: #a0a8a8;
  font-style: italic;
}

.banner-search .wp-block-search__inside-wrapper .wp-block-search__input:focus-visible,
.search-form .search-field::focus-visible {
  outline: none;
}

.banner-search .wp-block-search__inside-wrapper .wp-block-search__button,
.search-submit {
  align-items: center;
  background-color: var(--fndry-color-red);
  border-radius: 31px;
  display: inline-flex;
  font-family: var(--fndry-font-montserrat);
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  height: 100%;
  justify-content: center;
  letter-spacing: 1.4px;
  line-height: normal;
  margin-left: -2rem;
  padding: 18px 35px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

.search-submit {
  color: #ffffff;
  border: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: -20px auto 0;
}

.search-submit:hover {
  cursor: pointer !important;
  background-color: var(--fndry-color-brightBlue);
  text-decoration: underline;
}

.banner-search .wp-block-search__inside-wrapper .wp-block-search__button svg,
.search-submit svg {
  min-height: 18px;
  min-width: 18px;
}

/* WP search block wrapper */
.wp-block-search__inside-wrapper {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex: auto;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 100%;
}

/* --- Gravity Forms Search --- */
.fndry-filter-search {
  margin-bottom: 2rem;
  margin-left: 0.5rem;
  margin-top: 0;
}

.fndry-filter-search__input {
  border: 1px solid white;
  color: var(--fndry-color-white);
}

.fndry-filter-search__label {
  visibility: hidden;
}

.fndry-filters {
  width: 380px;
}

@media only screen and (max-width: 480px) {
  .fndry-filters {
    width: 100%;
  }
}
/* --- Form Control --- */
.fndry-form-ctrl {
  background-color: var(--fndry-color-navyDark);
  border-color: var(--fndry-color-white);
  border-radius: 0;
  box-shadow: none;
  padding: 0.25rem 0;
}

.fndry-form-ctrl__icon svg {
  height: 14px;
}

/* --- Blog List / Base List / Contact List --- */
.blog-list .fndry-list {
  padding: 1rem;
}

.contact-list .fndry-list--custom {
  padding-left: 2rem;
}

.contact-list .fndry-list-item {
  margin: 0;
  padding-bottom: 0.25rem;
}

.contact-list .fndry-list-item a {
  color: black;
  text-decoration: none;
}

.contact-list .fndry-list-item__icon svg {
  height: 14px;
  margin-right: 10px;
  vertical-align: 8px;
}

.base-list .fndry-list {
  padding: 1rem;
}

.base-list .fndry-list-item__icon {
  line-height: 0.8;
}

.base-list .fndry-list-item__icon svg {
  height: 14px;
}

.base-list .fndry-list--custom {
  padding-top: 0;
}

/* --- Filter Dropdowns --- */
.fndry-filter-dropdowns {
  margin-top: -20px;
}

.device-dropdown-filter {
  display: flex;
  margin-top: 15px;
  padding-left: 15px;
  width: 100% !important;
}

.device-dropdown {
  flex-grow: unset;
  width: 180px;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
  color: var(--fndry-color-black);
  font-family: var(--fndry-font-gibson);
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 4px;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500 !important;
}

.gform_wrapper.gravity-theme .gfield_required {
  /* display: none; */
  color: red;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
  background-color: var(--fndry-color-white);
  border: 1px solid var(--fndry-color-black);
  color: var(--fndry-color-black);
  font-family: var(--fndry-font-gibson);
  font-size: 16px;
  font-weight: 400;
  padding: 1rem 0.5rem;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield textarea {
  font-size: 18px !important;
  padding: 0.75rem 0.5rem !important;
}

.gform_wrapper.gravity-theme .gfield input:focus-visible,
.gform_wrapper.gravity-theme .gfield input:hover,
.gform_wrapper.gravity-theme .gfield select:focus-visible,
.gform_wrapper.gravity-theme .gfield select:hover,
.gform_wrapper.gravity-theme .gfield textarea:focus-visible,
.gform_wrapper.gravity-theme .gfield textarea:hover {
  outline: 2px solid var(--fndry-color-navyLight);
}

.gform_wrapper.gravity-theme .gfield select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6562 1.91406L7.3125 6.94141C7.13672 7.11719 6.92578 7.1875 6.75 7.1875C6.53906 7.1875 6.32812 7.11719 6.15234 6.97656L0.808594 1.91406C0.457031 1.59766 0.457031 1.07031 0.773438 0.71875C1.08984 0.367188 1.61719 0.367188 1.96875 0.683594L6.75 5.18359L11.4961 0.683594C11.8477 0.367188 12.375 0.367188 12.6914 0.71875C13.0078 1.07031 13.0078 1.59766 12.6562 1.91406Z' fill='%23003B4D'/%3E%3C/svg%3E%0A");
  background-position: center right 0.7rem;
  background-repeat: no-repeat;
  font-size: 18px !important;
  padding: 0.75rem 0.5rem !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message {
  background: none;
  border: none;
  color: var(--fndry-color-red);
  font-family: var(--fndry-font-gibson);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  padding: 0;
}

.gform_wrapper.gravity-theme .gfield_error legend {
  color: var(--fndry-color-red);
}

.gform_wrapper.gravity-theme .gfield_error label {
  color: var(--fndry-color-black);
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: var(--fndry-color-red);
}

.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 227px;
}

.gform_wrapper.gravity-theme .gfield--type-fileupload .large {
  padding: 3.5rem calc(50% - 100px);
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: var(--fndry-color-cream);
  border: 4px solid var(--fndry-color-red);
  border-radius: 0;
  box-shadow: none;
  padding: 0.75rem 1.25rem;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: var(--fndry-color-red);
  font-family: var(--fndry-font-gibson);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 150%;
  text-transform: none;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 8px;
}

.gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
}

.gform_wrapper.gravity-theme button[type=submit] {
  background-color: var(--fndry-color-red);
  border: none;
  border-radius: 100px;
  color: var(--fndry-color-white);
  cursor: pointer;
  font-family: var(--fndry-font-montserrat);
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 1.4px;
  line-height: 120%;
  padding: 18px 35px 18px 35px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

.gform_wrapper.gravity-theme .gform_next_button {
  padding: 1rem 4rem !important;
}

.gform_wrapper.gravity-theme input.gform_next_button:hover {
  background-color: #1e7ac4;
  text-decoration: underline !important;
}

.gform_wrapper.gravity-theme .gform_previous_button {
  border: 2px solid;
  font-size: 15px !important;
  padding: 18px !important;
}

.gform_wrapper.gravity-theme .gform_previous_button:hover {
  background-color: #6b7280 !important;
  color: #ffffff !important;
  text-decoration: underline !important;
}

.gform_wrapper.gravity-theme button:hover {
  background-color: #1e7ac4;
  text-decoration: underline;
}

.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
  padding-right: 0;
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
  font-size: 16px !important;
}

.gfield-choice-input {
  height: 20px;
  width: 20px;
}

.gchoice {
  margin-top: 10px;
}

input[type=checkbox] {
  height: 20px;
  width: 20px;
}

.gfield_consent_description {
  font-size: 14px !important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 18px !important;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  font-size: 16px !important;
}

/* Form Mobile overrides */
@media only screen and (max-width: 640px) {
  .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    margin-left: 1.5em !important;
  }
  #input_13_19_2 {
    width: 30%;
  }
  .gform_wrapper.gravity-theme .gfield input:hover,
.gform_wrapper.gravity-theme .gfield select:focus-visible,
.gform_wrapper.gravity-theme .gfield select:hover,
.gform_wrapper.gravity-theme .gfield textarea:focus-visible,
.gform_wrapper.gravity-theme .gfield textarea:hover {
    outline: none !important;
  }
  .gform_wrapper.gravity-theme .gfield input[type=radio],
.gfield input[type=checkbox] {
    height: 32px !important;
    margin-right: 0.5em;
    padding: 0rem;
    vertical-align: middle;
    width: 32px;
  }
  .gform-field-label--type-sub {
    color: #7c7c7c;
  }
  .gform_wrapper.gravity-theme .ginput_complex span {
    margin-bottom: 18px;
  }
  .gchoice {
    margin: 20px 0;
  }
  .gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 22px;
  }
  .gform_wrapper.gravity-theme button[type=submit] {
    float: right;
    line-height: 2em !important;
    min-height: 32px;
  }
  .gform_wrapper.gravity-theme .gfield input {
    font-size: 18px !important;
  }
  #input_9_22.medium[type=email],
#input_9_20.medium[type=tel] {
    width: calc(100% - 8px);
  }
  .gform_wrapper.gravity-theme .gfield select {
    line-height: 2;
  }
  .gfield,
#field_9_63 {
    margin-top: 30px;
  }
  .gfield_consent_label {
    vertical-align: middle;
  }
  .gfield_label_before_complex {
    padding-top: 24px;
  }
  #label_13_81_5,
#label_13_81_3 {
    max-width: calc(100% - 100px);
  }
}
footer {
  overflow: hidden;
}

footer .fndry-nav-link {
  padding: 0.25rem 0;
}

footer .fndry-nav-link .fndry-nav-link--active {
  color: #faf7f3 !important;
}

footer .fndry-heading {
  display: flex;
}

footer .fndry-heading a {
  font-style: normal;
  letter-spacing: 1.2px;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

footer .legal .fndry-nav__container {
  gap: 7px;
  padding-right: 7px;
}

footer .legal .fndry-nav__container .fndry-nav__item .fndry-nav-link {
  padding: 0;
  padding-right: 7px;
}

footer .legal .crafted a {
  color: var(--fndry-color-white);
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

footer .legal .crafted svg {
  height: 13px;
  padding: 0 0.25rem;
  width: 13px;
}

footer .contact-info {
  z-index: 1;
}

footer .contact-info .white-bg {
  position: relative;
}

footer .contact-info .white-bg:after {
  background-color: var(--fndry-color-white);
  border-radius: 12px;
  content: "";
  height: 400%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 400%;
  z-index: -1;
}

footer .contact-info .fndry-heading a {
  color: var(--fndry-color-charcoal);
  transition: all 0.25s ease-in-out;
}

footer .contact-info .fndry-list--custom {
  padding-left: 2rem;
}

footer .contact-info .fndry-list-item {
  margin: 0;
  padding-bottom: 0.25rem;
}

footer .contact-info .fndry-list-item a {
  color: white;
  text-decoration: none;
}

footer .contact-info .fndry-list-item__icon svg {
  height: 16px;
  margin-right: 10px;
  vertical-align: 6px;
}

footer .footer-border {
  height: 0;
}

footer h4.fndry-text-footerMenuHeaders a {
  padding-bottom: 15px;
}

footer .fndry-social__link {
  border: var(--fndry-social-list-border, 2px solid currentColor);
  padding: 0.25em;
}

footer .fndry-col--2::last {
  align-content: flex-end !important;
  align-items: flex-end !important;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  justify-content: flex-end !important;
}

.fndry-social__link:hover {
  border-bottom: 2px #bbd3f5 solid !important;
  border-left: 2px #bbd3f5 solid !important;
  border-right: 2px #bbd3f5 solid !important;
  border-top: 2px #bbd3f5 solid !important;
}

.footer-text-time {
  padding-top: 12px;
}

.footer-contact-us {
  width: 20.8333333333%;
}

.mobile-social {
  margin-top: -30px;
}

.mobile-footer {
  display: none;
}

.footer-desktop {
  display: block;
}

.mobile-footer .footer-contact-us {
  width: 100% !important;
}

footer .fndry-btn-brightBlueButton {
  margin: auto !important;
}

@media only screen and (max-width: 1024px) {
  .home .mobile-footer,
.mobile-footer {
    display: block !important;
    overflow: visible !important;
    text-align: center !important;
  }
  /* Fixing bug assigning .fndry-align-md-start even though NOT assigned */
  .mobile-sub-footer {
    align-items: center !important;
  }
  .footer-desktop {
    display: none !important;
  }
  footer .fndry-btn-brightBlueButton {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  footer .legal .fndry-nav__container {
    flex-wrap: wrap;
    gap: 0;
    padding-right: 0;
  }
}
.wpj-jtoc {
  margin-top: var(--jtoc-toc-root-margin-top, 1rem) !important;
}

.wpj-jtoc--header {
  color: var(--color, var(--fndry-color-black));
  font-family: var(--fndry-font-montserrat);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.28px;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.wpj-jtoc.--jtoc-theme-modern .wpj-jtoc--items li .wpj-jtoc--item-content {
  border-bottom: 1px solid #3c3c3c;
  padding: 11px;
}

.wpj-jtoc.--jtoc-theme-modern .wpj-jtoc--items li a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  .wpj-jtoc--main {
    display: none;
    position: relative !important;
  }
}
.fndry-video-popup {
  --fndry-video-pop-bg: rgba(0, 0, 0, 0);
  width: 100%;
}

.fndry-video-popup__play {
  border: 2px solid var(--fndry-color-white);
  height: 128px;
  left: calc(50% - 64px);
  padding-left: 0;
  top: calc(50% - 64px);
  transition: all 0.25s ease-in-out;
  width: 128px;
}

.fndry-video-popup__play:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.35156 1.02344L14.6016 7.89844C15.1484 8.25 15.5 8.875 15.5 9.5C15.5 10.1641 15.1484 10.7891 14.6016 11.1016L3.35156 17.9766C2.76562 18.3281 2.02344 18.3672 1.4375 18.0156C0.851562 17.7031 0.5 17.0781 0.5 16.375V2.625C0.5 1.96094 0.851562 1.33594 1.4375 1.02344C2.02344 0.671875 2.76562 0.671875 3.35156 1.02344Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  border: none;
  height: 18px;
  transition: all 0.25s ease-in-out;
  width: 16px;
}

.fndry-video-popup__play:before {
  bottom: -2.5rem;
  color: var(--fndry-color-white);
  content: "WATCH VIDEO";
  font-family: var(--fndry-font-montserrat);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: normal;
  position: absolute;
  text-transform: uppercase;
  text-wrap: nowrap;
}

.fndry-video-popup:hover,
.fndry-video-popup:focus {
  --fndry-video-pop-bg: var(--fndry-video-pop-hover-bg, rgba(0, 0, 0, 0));
}

.fndry-video-popup:hover .fndry-video-popup__play,
.fndry-video-popup:focus .fndry-video-popup__play {
  position: absolute;
}

.fndry-video-popup:hover .fndry-video-popup__play:after,
.fndry-video-popup:focus .fndry-video-popup__play:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.35156 1.02344L14.6016 7.89844C15.1484 8.25 15.5 8.875 15.5 9.5C15.5 10.1641 15.1484 10.7891 14.6016 11.1016L3.35156 17.9766C2.76562 18.3281 2.02344 18.3672 1.4375 18.0156C0.851562 17.7031 0.5 17.0781 0.5 16.375V2.625C0.5 1.96094 0.851562 1.33594 1.4375 1.02344C2.02344 0.671875 2.76562 0.671875 3.35156 1.02344Z' fill='white'/%3E%3C/svg%3E%0A");
}

@media only screen and (max-width: 480px) {
  .fndry-video-popup__play {
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 58px);
    width: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .responsive-video-bg {
    --imageHeight: 41vh !important;
  }
}
@media only screen and (max-width: 480px) {
  .responsive-video-bg {
    --imageHeight: 30vh !important;
  }
}
.fndry-page-prev,
.fndry-page-next {
  transition: all 0.25s ease-in-out;
}
.fndry-page-prev:after,
.fndry-page-next:after {
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 480px) {
  .fndry-page-numbers {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .fndry-page-numbers:before {
    display: none;
  }
}

.page-numbers {
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  color: var(--fndry-color-black);
}
.page-numbers:hover {
  color: var(--fndry-color-navyLight);
}
.page-numbers.current {
  position: relative;
}
.page-numbers.current:after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  height: 2px;
  background-color: var(--fndry-color-red);
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 480px) {
  .fndry-page-numbers {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .fndry-page-numbers:before {
    display: none;
  }
}
.wp-block-table {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.wp-block-table table {
  border-color: var(--fndry-color-navyLight);
}
.wp-block-table thead {
  border-bottom: 1px solid var(--fndry-color-navyLight);
  background-color: var(--fndry-color-navyLight);
  color: white;
}
.wp-block-table th {
  font-weight: 600;
}

.base-sources .base-title svg {
  margin-left: 10px;
}

#proximity-tool {
  z-index: 0;
}

/* --------------------------------------------------------------------- 
   4p. CTAs
   --------------------------------------------------------------------- */
/* generated fixes */
/* Parent Row: Flex row that stretches children and adjusts to content height */
.fndry-row.height-100 {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important; /* Forces columns to equal height */
  height: auto !important; /* Allows vertical expansion based on text */
  min-height: 0 !important;
}

.left-image .fndry-row.height-100 {
  display: flex !important;
  flex-direction: row-reverse !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important; /* Forces columns to equal height */
  height: auto !important; /* Allows vertical expansion based on text */
  min-height: 0 !important;
}

/* Columns: Flexible widths, height determined by row stretch */
.cta-text-column {
  flex: 1 1 60% !important; /* Grows/shrinks, base 60% */
  width: 60% !important;
  height: auto !important;
}

.image-gradiant-column {
  flex: 1 1 40% !important; /* Grows/shrinks, base 40% */
  width: 40% !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
}

/* Internal Image Structure: Uses Grid to force backgrounds to fill height */
.image-gradiant {
  display: grid !important;
  grid-template-rows: 1fr !important;
  height: 100% !important;
  flex: 1 1 auto !important;
}

/* 1. Reset the container to allow dynamic height and absolute stacking */
.image-gradiant-row {
  margin: 0 !important;
  position: relative !important;
  display: block !important;
  position: relative !important;
  height: auto !important;
  min-height: auto !important;
}

/* Perfect Overlap for Image and Gradient Backgrounds */
.cta-image,
.cta-gradiant {
  grid-area: overlap !important;
  height: 100% !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* 2. Background image: Set to absolute so it fills the container's space without adding height */
.cta-image {
  z-index: 1 !important;
  background-size: cover !important;
  background-position: center !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  display: block !important;
}

.cta-gradiant {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  /* Ensure it doesn't block interactions if it's just a background layer */
  pointer-events: none;
}

/* Buttons: Centered within the backgrounds and naturally sized */
.fndry-btn.reusable-cta-button-maximize {
  position: relative !important;
  z-index: 10 !important;
  height: auto !important;
  flex: 0 0 auto !important;
  margin: auto !important;
}

/*--end generated fixes--*/
.alert {
  width: 76px;
  height: 76px;
  border-radius: 100px;
  background: var(--fndry-color-white);
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.image-column {
  align-content: center;
}

.reusable-cta-button-maximize {
  justify-content: center !important;
  text-align: center;
  padding: 15px 18px 15px 18px !important;
}

.fndry-text-h2Cta {
  padding-top: 0px !important;
}

.fndry-text-ctaSubtext {
  letter-spacing: 0.25px;
}

.h3-important-messsage {
  text-transform: uppercase;
  font-size: 22px;
}

.faq-icon {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  color: var(--fndry-color-white);
  background: var(--Bright-Blue, #0070f6);
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 78px;
  font-family: var(--fndry-font-gibson);
  font-weight: 500;
}

.et_pb_row_0_tb_header {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}

.et_pb_row_0_tb_header .et_pb_column:first-child {
  flex: 0 0 auto !important;
  min-width: 0;
}

.et_pb_row_0_tb_header .et_pb_column:last-child {
  flex: 1 1 auto !important;
  min-width: 0;
}

#et-top-navigation,
#et-top-navigation nav {
  width: 100% !important;
}

ul#menu-main-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  white-space: nowrap;
  align-items: center;
}

.ebook-graphic {
  margin-top: -40px;
}

/* ============================================================
   HEADER NAV — compress spacing at mid-widths
   ============================================================ */
@media (min-width: 981px) and (max-width: 1199px) {
  ul#menu-main-menu > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 13px !important;
  }
}
@media (min-width: 981px) and (max-width: 1080px) {
  ul#menu-main-menu > li > a {
    padding-left: 7px !important;
    padding-right: 7px !important;
    font-size: 12px !important;
  }
}
/* ============================================================
   REUSABLE CTA — mobile adjustments
   ============================================================ */
@media (max-width: 1024px) {
  .fndry-row.height-100 {
    flex-direction: column-reverse !important;
    width: 100%;
  }
  .cta-text-column {
    flex: 1 1 100% !important; /* Grows/shrinks, base 100% */
    width: 100% !important;
  }
  .image-gradiant-column {
    flex: 1 1 100% !important; /* Grows/shrinks, base 100% */
    width: 100% !important;
  }
  .cta-gradiant {
    height: 50px !important;
  }
  .fndry-pt--md-6.image-gradiant-column {
    padding-bottom: calc(var(--fndry-gutter) * 0) !important;
    padding-top: calc(var(--fndry-gutter) * 9) !important;
  }
}
/* ============================================================
   RATING BUTTON — responsive padding
   ============================================================ */
@media (max-width: 470px) {
  .va-rating-number-button {
    padding: 17px 50px !important;
  }
}
@media (min-width: 471px) and (max-width: 770px) {
  .va-rating-number-button {
    padding: 17px 170px !important;
  }
}
.feature-banner-bg {
  background: var(--fndry-color-navyDark);
  padding-left: 0;
  padding-right: 0;
}

.feature-banner-bg .fndry-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home .feature-banner-bg .fndry-pb--6 {
  padding-bottom: calc(var(--fndry-gutter) * 4) !important;
}

.leadin-headline {
  padding-left: 4%;
  padding-top: 0 !important;
  margin-bottom: 0;
}

.sub-headline {
  margin-top: -7px;
  padding-left: 14%;
  padding-top: 0 !important;
}

.impact-headline {
  margin-top: 0px;
}

.hero-paragraphs {
  width: 65%;
}

/* Hero responsive */
@media (max-width: 1345px) {
  .home .feature-banner-bg .image-container {
    background: url(https://www.hillandponton.com/wp-content/uploads/2025/08/hill-ponton-veterans-law-1.webp) no-repeat 120%/contain, linear-gradient(180deg, transparent 20%, var(--fndry-color-homeHeroGradiant) 100%) no-repeat bottom/auto !important;
  }
}
@media (max-width: 1285px) {
  header .primary-nav {
    max-width: 90%;
    width: 100%;
  }
}
@media (max-width: 1260px) {
  .home .feature-banner-bg .image-container {
    background: url(https://www.hillandponton.com/wp-content/uploads/2025/08/hill-ponton-veterans-law-1.webp) no-repeat 140%/contain, linear-gradient(180deg, transparent 20%, var(--fndry-color-homeHeroGradiant) 100%) no-repeat bottom/auto !important;
  }
}
@media (max-width: 1196px) {
  .home .feature-banner-bg .image-container {
    background: url(https://www.hillandponton.com/wp-content/uploads/2025/08/hill-ponton-veterans-law-1.webp) no-repeat 180%/contain, linear-gradient(180deg, transparent 20%, var(--fndry-color-homeHeroGradiant) 100%) no-repeat bottom/auto !important;
  }
  .fndry-pl--7 {
    padding-left: calc(var(--fndry-gutter) * 2) !important;
  }
}
@media (max-width: 1098px) {
  .fndry-text-whiteHeadline54Px {
    font-size: 48px;
    line-height: 50px;
  }
  .fndry-text-lightGrayHeadlline {
    font-size: 40px;
  }
  .home .feature-banner-bg .image-container {
    background: url(https://www.hillandponton.com/wp-content/uploads/2025/08/hill-ponton-veterans-law-1.webp) no-repeat 145%/contain, linear-gradient(180deg, transparent 20%, var(--fndry-color-homeHeroGradiant) 100%) no-repeat bottom/auto !important;
  }
}
@media (max-width: 1024px) {
  .feature-banner-bg {
    padding: 0 0 0 0 !important;
  }
}
@media only screen and (max-width: 1192px) {
  .feature-banner-bg .fndry-col--7 {
    width: 66.6666666667%;
  }
  .feature-banner-bg .fndry-col--5 {
    width: 33.3333333333%;
  }
  .feature-banner-bg .fndry-btn-redButton {
    font-size: 14px !important;
    letter-spacing: 0.5px;
    padding: 15px !important;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .feature-banner-bg .fndry-col--7 {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .feature-banner-bg .fndry-col--7 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .feature-banner-bg {
    background: var(--fndry-color-navyDark) !important;
  }
}
@media (min-width: 1580px) {
  .home .feature-banner-bg .fndry-pb--6 {
    padding-left: 150px !important;
  }
}
@media (min-width: 1680px) {
  .home .feature-banner-bg .fndry-pb--6 {
    padding-left: 20% !important;
    width: 100%;
  }
}
@media (max-width: 898px) {
  .home .feature-banner-bg .fndry-pb--6 {
    padding-bottom: calc(var(--fndry-gutter) * 3) !important;
  }
  .home .feature-banner-bg .image-container .fndry-col--md-8 {
    width: 100%;
  }
  .home .feature-banner-bg .image-container {
    background: url(https://www.hillandponton.com/wp-content/uploads/2025/08/hill-ponton-veterans-law-moblile.webp) no-repeat 0%/cover, linear-gradient(180deg, transparent 20%, var(--fndry-color-homeHeroGradiant) 100%) no-repeat bottom/auto !important;
    padding-left: 0 !important;
  }
  .hero-paragraphs {
    margin: 10px auto;
    text-align: center;
    width: 80% !important;
  }
  .leadin-headline,
.impact-headline,
.fndry-text-lightGraySubHeadlline {
    text-align: center !important;
  }
  .fndry-pl--7 {
    padding-left: calc(var(--fndry-gutter) * 0) !important;
  }
  .banner-cta {
    text-align: center;
  }
}
/* Hiding banner on mobile for 2025 Disability Calculator */
@media (max-width: 980px) {
  .page-id-32769 .feature-banner-bg {
    display: none;
  }
}
/* --------------------------------------------------------------------- 
   5b. Homepage Stats & PACT Act
   --------------------------------------------------------------------- */
.members-fought {
  margin-top: -6px;
}

.veterans-fought h4,
.million-recovered h4 {
  margin-top: 0;
}

.million-recovered {
  margin-top: 20px;
}

.stats-row {
  overflow: hidden;
}

.homepage-slider button {
  display: none;
}

/* PACT Act */
@media (min-width: 1680px) {
  .pact-act-cta .pact-copy-container {
    padding-left: 10% !important;
  }
  .pact-act-cta .copy-column {
    width: 83.3333333333% !important;
  }
}
@media (max-width: 1024px) {
  h2.pact-act {
    font-size: 32px !important;
  }
  .no-border-mobile {
    border-right: 0 !important;
  }
}
@media (max-width: 680px) {
  .background-div {
    background: url(/wp-content/uploads/2026/01/pact-act-benefits.webp) no-repeat 60% center/cover, var(--fndry-color-cream);
  }
  h2.pact-act {
    font-size: 27px !important;
  }
}
@media (min-width: 1024px) {
  .cta-med-blue .no-underline a {
    text-decoration: none;
  }
  .cta-med-blue .no-underline a:hover {
    background-image: var(--linkBackground);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: var(--linkBackgroundSize);
    color: #ffffff;
    text-decoration: var(--linkTextDecoration, underline);
    text-decoration-color: var(--linkUnderlineColor, currentColor);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: var(--linkTransition, color 0.125s ease-in-out, text-decoration-color 0.125s ease-in-out);
  }
}
/* --------------------------------------------------------------------- 
   5c. TDIU Page, Mental Health Page, Appeal
   --------------------------------------------------------------------- */
.narrower {
  width: 31.6666666667%;
}

@media (max-width: 767px) {
  .rating-tips-text-col {
    width: 100%;
  }
  h2#top-10-mental-health-va-disability-rating-tips-for-veterans {
    font-size: 19px;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-weight: 700;
  }
  p.fndry-paragraph.fndry-align-text--center.fndry-align-text--sm-left {
    font-size: 15px;
  }
  h2#did-the-va-deny-your-mental-health-disability-claim {
    line-height: 1.3em;
  }
  a#fndry-block-69ca803a896cd {
    font-size: 13px !important;
  }
}
/* Guten Tabs */
.guten-tabs p {
  margin: 0.25em 0;
}

.guten-tabs ul li {
  margin: 0.75em 0;
}

.guten-tabs ul {
  margin: 0;
}

.guten-tabs,
.guten-element {
  font-family: var(--fndry-font-gibson);
  font-size: 17px;
}

/* TDIU Specific */
.tdiu-rating-img {
  text-align: center;
}

.tdiu-rating-img img {
  height: auto;
  margin: auto;
  max-width: 700px;
  width: 100%;
}

.two-more img {
  max-width: 663px !important;
  margin: auto;
}

.tdiu-percentage-row {
  margin: -20px 0;
  margin-left: calc(var(--fndry-gutter) * -0.5);
  margin-right: calc(var(--fndry-gutter) * -0.5);
}

.percentage-number,
.percentage-number .wpsm_col-md-12,
.percentage-condition,
.percentage-condition p {
  padding-left: 0 !important;
}

.tdiu-percentage {
  font-size: 60px !important;
}

.percentage-number #wpsm_counter_b_row_44861 .wpsm_counterbox .wpsm_number,
.percentage-number #wpsm_counter_b_row_44885 .wpsm_counterbox .wpsm_number,
.percentage-number #wpsm_counter_b_row_44886 .wpsm_counterbox .wpsm_number {
  font-family: "montserrat";
}

.percentage-number #wpsm_counter_b_row_44861 .wpsm_counterbox .wpsm_number::after,
.percentage-number #wpsm_counter_b_row_44885 .wpsm_counterbox .wpsm_number::after,
.percentage-number #wpsm_counter_b_row_44886 .wpsm_counterbox .wpsm_number::after {
  color: #ffffff;
  content: "%";
  font-size: 60px !important;
}

/* Large numbers component */
.large-number {
  color: var(--fndry-color-navyLight);
  font-size: 64px;
  font-weight: 500;
  text-align: left;
}

.large-number-sub {
  color: var(--fndry-color-navyLight);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-top: -11px;
  padding-top: 0px;
}

.health-condition-number {
  background-color: #F14E29 !important;
  padding: 17px 11px !important;
  border-radius: 500px !important;
  text-align: center !important;
  color: #fff;
  width: 82%;
}

.condition-points-row {
  margin-bottom: 20px;
}

.health-last-point {
  border-bottom: 0px !important;
}

@media (max-width: 767px) {
  figure.fndry-image.va-rating-color-line.fndry-mb--0 {
    right: 118px;
  }
  .health-condition-number {
    width: 100%;
  }
}
.fndry-col.fndry-responsive-bg.resources-card-col {
  width: 48%;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .fndry-col.fndry-responsive-bg.resources-card-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.fndry-col.fndry-responsive-bg.va-rating-col {
  margin-right: 15px;
  width: 32%;
}

.va-rating-col li > a {
  text-decoration: none !important;
}

.resources-card-col h3 a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .va-rating-main {
    width: 100%;
  }
  .va-rating-cta {
    width: 100%;
  }
  a#fndry-block-69ca803a896cd {
    width: 100% !important;
    align-items: center !important;
    justify-content: flex-end;
    margin: 0px !important;
    margin-bottom: 15px !important;
  }
  .va-rating-col {
    margin-right: 0px;
    width: 29% !important;
    margin-top: 10px;
  }
  .fndry-col.fndry-responsive-bg.fndry-col--12.fndry-col--sm-4.fndry-pr--0.fndry-pl--0.fndry-d--flex.fndry-flex--col.fndry-align--center.fndry-justify--center {
    padding-left: 5px !important;
  }
}
h2#\32 025-update {
  padding-top: 4px;
}

.it-works-heading {
  font-size: 17px !important;
}

p.fndry-paragraph.fndry-align-text--left.fndry-text-intro22.it-works-cta-line {
  border-right: 2px solid #fff;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.it-work-cta-number {
  padding-top: 16px;
}

@media (max-width: 767px) {
  h2#\32 025-update {
    padding-top: 4px;
  }
  .it-works-heading {
    font-size: 17px !important;
  }
  p.fndry-paragraph.fndry-align-text--left.fndry-text-intro22.it-works-cta-line {
    border-right: 0px solid #fff;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .it-work-cta-number {
    padding-top: 0px;
    margin: 4px;
  }
  a#fndry-block-69cd2b48f1a40 {
    padding: 20px 21px 18px 22px;
    font-size: 12px;
    margin: 0px !important;
  }
  .key-evaluation-image {
    border-radius: 12px;
  }
}
.fndry-col.fndry-responsive-bg.va-rating-col {
  margin-right: 15px;
  width: 32%;
}

.va-rating-col li > a {
  text-decoration: none !important;
}

.resources-card-col h3 a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .va-rating-main {
    width: 100%;
  }
  .va-rating-cta {
    width: 100%;
  }
  a#fndry-block-69ca803a896cd {
    width: 100% !important;
    align-items: center !important;
    justify-content: flex-end;
    margin: 0px !important;
    margin-bottom: 15px !important;
  }
  .va-rating-col {
    margin-right: 0px;
    width: 29% !important;
    margin-top: 10px;
  }
  .fndry-col.fndry-responsive-bg.fndry-col--12.fndry-col--sm-4.fndry-pr--0.fndry-pl--0.fndry-d--flex.fndry-flex--col.fndry-align--center.fndry-justify--center {
    padding-left: 5px !important;
  }
}
.ptsd-row {
  margin: auto;
  max-width: 1440px;
  width: 100%;
}

.ptsd-full-page {
  background: linear-gradient(to right, var(--fndry-color-navyDark) 0%, var(--fndry-color-navyDark) 50%, #ffffff 50%, #ffffff 100%);
  margin-top: -6.5em;
  padding-bottom: 0 !important;
  padding-top: 4em !important;
  position: relative;
  z-index: 10000;
}

.ptsd-full-bottom {
  background: linear-gradient(to right, var(--fndry-color-navyDark) 0%, var(--fndry-color-navyDark) 30%, #e9edf6 0%, #e9edf6 30%);
}

.ptsd-full-bottom .ptsd-inner-container {
  margin-top: -1em;
}

.ptsd-full-bottom .ptsd-row .ptsd-table-contents {
  margin-top: 0em;
}

.ptsd-inner-container {
  margin-top: -4em;
}

.ptsd-content-block {
  margin-left: 0;
  padding-right: 0 !important;
}

.ptsd-content-block .fndry-paragraph {
  line-height: 1.55;
}

.ptsd-content-block a:hover {
  color: #0a6ec6;
}

.ptsd-content-block .align-right {
  float: right;
  margin: 7px 0px 7px 15px;
}

.ptsd-content-block .align-left {
  float: left;
  margin: 7px 25px 10px 0px;
}

.ptsd-content-block blockquote {
  padding-top: 0 !important;
}

.ptsd-content-block blockquote p {
  margin-left: 5px;
}

.ptsd-table-contents {
  padding-left: calc(var(--fndry-gutter) * 5.5) !important;
  width: 31.25%;
}

.ptsd-top-row {
  padding-top: 300px;
}

.ptsd-index-h1 {
  margin-top: 11px;
}

.ptsd-hr {
  border-top: 1px solid;
  margin: 2em 0 !important;
}

.ptsd-index-column-1290 .fndry-text-h2Ptsd {
  margin-top: -1.75em;
}

.fndry-text-h3Ptsd {
  margin-top: 25px;
}

.ptsd-featured-image {
  border: 15px solid var(--fndry-color-navyLight);
  margin-left: -15px !important;
  margin-right: 4em !important;
  margin-top: -300px !important;
  width: 280px;
}

.ptsd-background {
  margin-top: -430px;
}

.ptsd-guide-navigation {
  background: #e9edf6;
}

.ptsd-bottom-menu {
  margin: 20px auto;
  padding-top: 20px;
}

.ptsd-bottom-menu ul {
  justify-content: space-evenly !important;
}

.ptsd-bottom-nav-container {
  align-content: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

hr.ptsd-bottom-menu {
  display: none;
}

.ptsd-step-number {
  color: #ffffff !important;
  font-size: 100px !important;
  font-weight: 500 !important;
  margin-left: -70px;
  opacity: 0.3;
}

/* PTSD Hero */
.ptsd-hero-inner .ptsd-step-number {
  font-weight: 500px !important;
  margin-bottom: 1.3rem;
  opacity: 0.2 !important;
  position: relative;
  z-index: 1000 !important;
}

.ptsd-hero-inner .fndry-pt--8 {
  min-height: 440px;
  padding-top: calc(var(--fndry-gutter) * 2) !important;
}

/* PTSD Row Nav */
.ptsd-row .navy {
  color: var(--fndry-color-navyDark);
}

.ptsd-row .navy:hover {
  color: var(--fndry-color-brightBlue);
}

.ptsd-row .fndry-text-labelAlt16 {
  margin-bottom: -0.5rem;
}

/* PTSD Bottom Menu links */
.ptsd-bottom-menu .fndry-nav-link {
  background: none;
  line-height: 1.375rem;
  padding: 0.5rem 0.65rem;
  text-align: center;
}

.ptsd-bottom-menu .fndry-nav-link--active {
  border-bottom: 5px solid var(--fndry-color-brightLightBlue);
  color: #000000 !important;
  padding-bottom: 7px;
}

.ptsd-bottom-menu .fndry-nav-link--active:before {
  color: #000000;
  opacity: 1;
}

.ptsd-bottom-menu .fndry-nav-link--active:hover {
  padding-bottom: 8px !important;
}

.ptsd-bottom-menu .fndry-nav-link:hover,
.ptsd-bottom-menu .fndry-nav-link--active:hover {
  border-bottom: 5px solid var(--fndry-color-brightBlue);
  color: var(--fndry-color-brightBlue) !important;
  padding-bottom: 0.5rem;
}

.ptsd-bottom-menu .fndry-nav-link:hover:before,
.ptsd-bottom-menu .fndry-nav-link--active:hover:before {
  color: var(--fndry-color-brightBlue) !important;
  opacity: 1;
}

/* PTSD Bottom Nav: numbered step labels */
.ptsd-bottom-menu .start:before {
  color: var(--fndry-color-brightBlue);
  content: "00 \a";
  font-size: 18px !important;
  font-weight: 500 !important;
  opacity: 0.7;
  white-space: pre-wrap;
}

.ptsd-bottom-menu .one:before {
  color: var(--fndry-color-brightBlue);
  content: "01 \a";
  font-size: 18px !important;
  font-weight: 500 !important;
  opacity: 0.7;
  white-space: pre-wrap;
}

.ptsd-bottom-menu .two:before {
  color: var(--fndry-color-brightBlue);
  content: "02 \a";
  font-size: 18px !important;
  font-weight: 500 !important;
  opacity: 0.7;
  white-space: pre-wrap;
}

.ptsd-bottom-menu .three:before {
  color: var(--fndry-color-brightBlue);
  content: "03 \a";
  font-size: 18px !important;
  font-weight: 500 !important;
  opacity: 0.7;
  white-space: pre-wrap;
}

.ptsd-bottom-menu .four:before {
  color: var(--fndry-color-brightBlue);
  content: "04 \a";
  font-size: 18px !important;
  font-weight: 500 !important;
  opacity: 0.7;
  white-space: pre-wrap;
}

.ptsd-bottom-menu .five:before {
  color: var(--fndry-color-brightBlue);
  content: "05 \a";
  font-size: 18px !important;
  font-weight: 500 !important;
  opacity: 0.7;
  white-space: pre-wrap;
}

.ptsd-bottom-menu .six:before {
  color: var(--fndry-color-brightBlue);
  content: "06 \a";
  font-size: 18px !important;
  font-weight: 500 !important;
  opacity: 0.7;
  white-space: pre-wrap;
}

.ptsd-bottom-menu .seven:before {
  color: var(--fndry-color-brightBlue);
  content: "07 \a";
  font-size: 18px !important;
  font-weight: 500 !important;
  opacity: 0.7;
  white-space: pre-wrap;
}

.ptsd-bottom-nav .fndry-col--1 {
  width: 12.5%;
}

.ptsd-bottom-nav a {
  color: var(--fndry-color-navyDark);
  font-weight: 500;
  text-decoration: none;
}

/* PTSD TOC */
.ptsd-row .ptsd-table-contents {
  margin-top: 0em;
  padding-top: 0 !important;
}

.ptsd-row .wpj-jtoc {
  margin-top: var(--jtoc-toc-root-margin-top, 0rem) !important;
}

.ptsd-row .wpj-jtoc.--jtoc-theme-basic-light {
  --jtoc-header-height: 60px;
}

.ptsd-row .wpj-jtoc.--jtoc-theme-basic-light .wpj-jtoc--header .wpj-jtoc--header-main .wpj-jtoc--title {
  color: #d9d9d9;
  display: inline-block;
  font-style: italic;
  margin: 0 18px 0 0;
}

.ptsd-row .wpj-jtoc.--jtoc-theme-basic-light .wpj-jtoc--header .wpj-jtoc--header-main .wpj-jtoc--title span.wpj-jtoc--title-label {
  font-weight: 100 !important;
  margin: 0px 0 20px;
}

.ptsd-row .wpj-jtoc.--jtoc-theme-basic-light .wpj-jtoc--header + .wpj-jtoc--body {
  margin-top: 0;
  padding-left: 0;
}

.ptsd-row .wpj-jtoc.--jtoc-theme-basic-light .wpj-jtoc--items li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 15px 0;
}

.ptsd-row .wpj-jtoc.--jtoc-theme-basic-light .wpj-jtoc--items li a:hover {
  text-decoration: 0 !important;
  text-decoration: none !important;
}

.ptsd-row .wpj-jtoc.--jtoc-theme-basic-light .wpj-jtoc--items li {
  border-bottom: 1px solid #4377b2 !important;
}

.ptsd-row .wpj-jtoc.--jtoc-theme-basic-light .wpj-jtoc--items li:last-child {
  border-bottom: none !important;
}

.ptsd-row .wpj-jtoc.--jtoc-theme-basic-light .wpj-jtoc--items li.--jtoc-is-active > .wpj-jtoc--item-content > a {
  font-weight: 500;
}

.ptsd-row .wpj-jtoc--items li .wpj-jtoc--item-content {
  padding-left: 10px;
}

.ptsd-row .wpj-jtoc--items li .wpj-jtoc--item-content:hover {
  border-left: 2px solid var(--jtoc-color-custom-1, #7db6ff);
  padding-left: 8px !important;
}

.ptsd-row .wpj-jtoc.--jtoc-theme-basic-light .wpj-jtoc--items li.--jtoc-is-active > .wpj-jtoc--item-content {
  border-left: 2px solid var(--jtoc-color-custom-1, #ffffff);
  padding-left: 8px !important;
}

.ptsd-row .wpj-jtoc--title:before {
  color: #ffffff;
  content: "Table of Contents";
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.ptsd-row .wpj-jtoc--header-main {
  align-items: baseline;
  padding-left: 1em;
}

.ptsd-row .wpj-jtoc-header {
  margin-bottom: 0;
}

/* PTSD Audio */
.audio-box {
  border: 2px solid var(--fndry-color-brightBlue);
  border-radius: 20px;
  padding: 20px;
}

.wp-block-audio audio {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 20px auto;
  min-width: 300px;
  width: 80%;
}

/* PTSD Responsive */
@media (max-width: 1385px) {
  .fndry-text-h2Ptsd {
    margin-top: -65px;
  }
  .ptsd-content-block .fndry-text-h2Ptsd {
    margin-top: unset;
  }
  .ptsd-table-contents {
    padding-left: calc(var(--fndry-gutter) * 2.75) !important;
  }
  .ptsd-hero .fndry-col--6 {
    width: 75%;
  }
}
@media (max-width: 1280px) {
  .fndry-text-h1PtsdGuide {
    font-size: 54px;
  }
  .ptsd-bottom-menu {
    margin: 30px -25px 20px -25px;
  }
}
@media (max-width: 1110px) {
  .ptsd-table-contents {
    padding-left: calc(var(--fndry-gutter) * 1) !important;
  }
  .ptsd-featured-image {
    margin-right: 1em !important;
  }
}
@media (max-width: 1080px) {
  .ptsd-hero-inner .fndry-pt--8 {
    padding-top: calc(var(--fndry-gutter) * 0) !important;
  }
}
@media (max-width: 1024px) {
  .ptsd-content-block {
    width: 66.6666666667%;
  }
  .ptsd-hero-inner .fndry-pt--8 {
    min-height: unset !important;
    padding-top: calc(var(--fndry-gutter) * 2) !important;
  }
  .ptsd-hero-inner .fndry-text-intro22 {
    margin-bottom: 22px !important;
  }
  .ptsd-featured-image {
    margin-right: 0 !important;
    margin-top: -15em !important;
    max-width: 250px;
    width: 100%;
  }
  .ptsd-content-block .fndry-pr--5 {
    padding-right: calc(var(--fndry-gutter) * 0) !important;
  }
  .ptsd-full-page {
    background: linear-gradient(to right, var(--fndry-color-navyDark) 0%, var(--fndry-color-navyDark) 25%, #ffffff 25%, #ffffff 100%);
  }
  .ptsd-full-bottom {
    background: linear-gradient(to right, var(--fndry-color-navyDark) 0%, var(--fndry-color-navyDark) 29%, #e9edf6 0%, #e9edf6 29%);
  }
  .ptsd-table-contents {
    padding-left: calc(var(--fndry-gutter) * 1) !important;
    width: 29.1666666667%;
  }
  .ptsd-hero-inner {
    background: var(--fndry-color-navyDark);
    padding-top: 0em !important;
  }
  .ptsd-hero .fndry-col--md-9 {
    width: 100%;
  }
  .ptsd-step-number {
    margin-left: -20px;
  }
  .ptsd-background .fndry-image,
.ptsd-content .fndry-image {
    max-width: 100%;
  }
  .ptsd-background {
    margin-top: -480px;
  }
  .ptsd-index-column-1290 .fndry-ml--2 {
    margin-left: calc(var(--fndry-gutter) * 0) !important;
  }
  .ptsd-index-column-1290 .left-column-text {
    margin-top: -3em;
    padding-left: calc(var(--fndry-gutter) * 2) !important;
  }
  .ptsd-top-row {
    padding-top: 366px;
  }
  .ptsd-bottom-menu {
    margin: 60px -50px 20px -35px;
  }
  .ptsd-row .ptsd-table-contents {
    margin-top: 0em;
    padding-top: 3em !important;
  }
}
@media (max-width: 980px) {
  .ptsd-row .ptsd-table-contents {
    padding-top: 0 !important;
  }
  .ptsd-row .wpj-jtoc.--jtoc-theme-basic-light .wpj-jtoc--header + .wpj-jtoc--body {
    margin-top: -3em;
  }
  .wp-block-post-content blockquote.alignright,
.wp-block-post-content blockquote.alignleft,
blockquote.align-right,
blockquote.align-left,
.wp-block-post-content blockquote {
    display: none !important;
  }
  .ptsd-full-bottom {
    background: #e9edf6;
    margin-top: 2em;
    padding-bottom: 2em;
    padding-top: 2em;
  }
  .ptsd-full-bottom .ptsd-row .ptsd-table-contents {
    display: none;
    padding-top: 0em !important;
  }
  .ptsd-guide-navigation {
    padding: 0 1em !important;
  }
  .ptsd-bottom-menu .fndry-nav-link {
    background: none;
    margin-top: 10px;
    padding: 0.75rem 0.65rem;
    text-align: left;
  }
  .ptsd-content-block .fndry-image.align-right,
.ptsd-content-block .fndry-image.align-left,
.ptsd-content-block .fndry-image.align-center {
    float: none;
    margin: 5px auto !important;
    max-width: 100%;
  }
  .ptsd-content-block .fndry-image img {
    --imageHeight: auto !important;
    --imageWidth: auto !important;
    --objectFit: contain !important;
  }
  .ptsd-bottom-menu .fndry-nav-link:hover {
    border: none;
  }
  .ptsd-bottom-menu {
    margin: 20px auto;
  }
  /* PTSD numbered step labels — mobile */
  .ptsd-bottom-menu .start:before {
    content: "00 \a";
    white-space: unset;
  }
  .ptsd-bottom-menu .one:before {
    content: "01 \a";
    white-space: unset;
  }
  .ptsd-bottom-menu .two:before {
    content: "02 \a";
    white-space: unset;
  }
  .ptsd-bottom-menu .three:before {
    content: "03 \a";
    white-space: unset;
    font-size: 18x !important;
  }
  .ptsd-bottom-menu .four:before {
    content: "04 \a";
    white-space: unset;
  }
  .ptsd-bottom-menu .five:before {
    content: "05 \a";
    white-space: unset;
  }
  .ptsd-bottom-menu .six:before {
    content: "06 \a";
    white-space: unset;
  }
  .ptsd-bottom-menu .seven:before {
    content: "07 \a";
    white-space: unset;
  }
  .ptsd-bottom-nav {
    width: 100%;
  }
  .ptsd-bottom-menu .fndry-nav__container {
    display: block;
  }
  .ptsd-bottom-menu {
    margin: 0 auto;
    width: 100%;
  }
  .ptsd-hero-inner .ptsd-step-number {
    display: none;
  }
  .fndry-text-h1PtsdGuide {
    font-size: 40px;
  }
  .ptsd-full-page {
    background: white;
  }
  .ptsd-featured-image {
    display: none;
  }
  .right-column-text {
    padding-left: 2em !important;
    padding-top: 0 !important;
  }
  .ptsd-content-block {
    margin: 20px auto 0 !important;
    max-width: 100% !important;
    padding: 0 1em !important;
    width: 100% !important;
  }
  .ptsd-full-page {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .ptsd-hero-inner {
    padding-top: 6em !important;
  }
  .hide-mobile {
    display: none;
  }
  .ptsd-index-column-1290 .right-column-image,
.ptsd-index-column-1290 .left-column-image {
    width: 100%;
  }
  .ptsd-index-column-1290 .fndry-text-bodyPDefault18 {
    font-size: 20px !important;
  }
  .ptsd-background .fndry-image,
.ptsd-content .fndry-image {
    max-width: 350px !important;
    width: 100% !important;
  }
  .ptsd-step-number {
    font-size: 40px !important;
    margin-top: -20px;
  }
  .ptsd-top-row {
    padding-top: 280px !important;
  }
  .fndry-text-h1PtsdGuideIndex {
    font-size: 44px !important;
  }
  .ptsd-background .fndry-row,
.ptsd-content .fndry-row {
    flex-direction: column;
  }
  .ptsd-background .left-column-text,
.ptsd-content .left-column-text,
.ptsd-background .right-column-text,
.ptsd-content .right-column-text {
    padding-right: 7px !important;
    width: 100%;
  }
  .ptsd-index-h1 {
    font-size: 44px;
  }
  .ptsd-row .wpj-jtoc {
    margin-bottom: 0 !important;
    margin-top: var(--jtoc-toc-root-margin-top, 0rem) !important;
  }
  .ptsd-table-contents {
    width: 100%;
  }
  .mobile-adjustment {
    padding-top: 40px !important;
  }
  .ptsd-row .wpj-jtoc.--jtoc-theme-basic-light .wpj-jtoc--items li a {
    margin: 15px 0;
  }
  .ptsd-table-contents .wpj-jtoc--body .wpj-jtoc--nav {
    margin-top: 1em;
  }
  .ptsd-content-block .fndry-pt--5 {
    padding-top: calc(var(--fndry-gutter) * 0) !important;
  }
  .ptsd-background {
    background: linear-gradient(180deg, transparent 50%, var(--fndry-color-navyDark) 100%) no-repeat bottom/auto, url(https://hillponton1stg.wpenginepowered.com/wp-content/uploads/2025/03/ptsd-guide-veteran-soldier-mobile.png) no-repeat 72% 0%/cover, var(--fndry-color-navyDark) !important;
    margin-top: -370px;
  }
}
/* --------------------------------------------------------------------- 
   5e. Agent Orange / Herbicide Exposure Page
   --------------------------------------------------------------------- */
.denote {
  margin-bottom: 3em;
}

.denote .fndry-image {
  margin-top: -15px !important;
}

.herbicide-date ul li {
  font-size: 16px;
  margin-bottom: 0.25em;
}

.herbicide-date ul li ul li {
  font-size: 16px;
  margin-bottom: 0.175em;
}

.herbicide-date,
.date-separator {
  margin: 0;
  padding: 0 !important;
}

.herbicide-date p {
  margin-left: 20px;
}

.herbicide-job-aid {
  margin-left: 4em;
}

.herbicide-job-aid-two {
  margin-left: 0em;
  margin-top: -30px;
}

.herbicide-job-aid-three {
  margin-left: 7em;
  margin-top: -25px;
}

.herbicide-job-aid-four {
  margin-top: -24px;
}

.date-separator {
  margin-top: 12px;
  width: 12.5%;
}

.herbicide-job-aid-two .date-separator,
.herbicide-job-aid-three .date-separator,
.herbicide-job-aid-four .date-separator {
  width: 8.3333333333%;
}

.date-separator-half {
  margin-left: -10px;
  margin-right: -15px;
  margin-top: 4px;
  width: 5.8333333333%;
}

.fndry-text-h3HerbicidePresumptiveAid {
  background-color: #01488c;
  border-radius: 50px;
  padding: 10px 15px;
  text-align: center;
}

/* Herbicide date color variants */
.feb2 .fndry-text-h3HerbicidePresumptiveAid {
  background-color: #1667b3;
}

.feb3 .fndry-text-h3HerbicidePresumptiveAid {
  background-color: #0073e0;
}

.feb4 .fndry-text-h3HerbicidePresumptiveAid {
  background-color: #198b98;
}

.feb5 .fndry-text-h3HerbicidePresumptiveAid {
  background-color: #0b8e5a;
}

.feb6 .fndry-text-h3HerbicidePresumptiveAid {
  background-color: #28a676;
}

.feb7 .fndry-text-h3HerbicidePresumptiveAid {
  background-color: #729819;
}

.feb8 .fndry-text-h3HerbicidePresumptiveAid {
  background-color: #988519;
}

.feb9 .fndry-text-h3HerbicidePresumptiveAid {
  background-color: #a65b28;
}

.feb10 .fndry-text-h3HerbicidePresumptiveAid {
  background-color: #a62828;
}

.feb11 .fndry-text-h3HerbicidePresumptiveAid {
  background-color: #ca431d;
}

.feb12 .fndry-text-h3HerbicidePresumptiveAid {
  background-color: #f66049;
}

/* Curved timeline connectors */
.end-curve {
  background-color: transparent;
  border: solid #000000 2px;
  border-left: 0px;
  border-radius: 0px 200px 200px 0;
  height: 260px;
  margin-top: 21px;
  max-width: 200px;
  width: 100%;
}

.start-curve {
  background-color: transparent;
  border: solid #000000 2px;
  border-radius: 200px 0px 0px 200px;
  border-right: 0px;
  height: 260px;
  margin-top: 19px;
  max-width: 200px;
  width: 100%;
}

/* Locations layout */
.locations-row-1 {
  margin-bottom: -70px;
}

.locations-row-2 {
  padding-left: 0px;
}

.locations-row-3-top {
  margin-top: 3em;
}

.locations .fndry-text-h3HerbicidePresumptiveAid {
  background: none;
  padding: 0;
  text-align: left;
}

.thailand-text {
  margin-left: -4em;
}

.thailand-silhouette {
  margin-top: -5em;
}

.guam-silhouette {
  display: block;
  margin: 0 auto !important;
  max-width: 196px;
  width: 100%;
}

.johnston-silhouette {
  display: block;
  margin: 0 auto !important;
  max-width: 170px;
  width: 100%;
}

.korean-dmz {
  margin-left: 10px;
  margin-right: -10px;
}

.cambodia-text {
  margin-left: -2em;
}

.cambodia {
  margin-left: -4em;
}

.korea-silhouette {
  margin-left: 2em !important;
}

.vietnam {
  margin-left: 2em;
}

.locations-row-2-mobile,
.locations-row-3-mobile,
.locations-row-1-mobile,
.locations-row-1b-mobile {
  display: none;
}

/* Herbicide responsive */
@media only screen and (max-width: 1060px) {
  .end-curve {
    border-radius: 0px 340px 340px 0;
    height: 340px !important;
    margin-top: 21px;
    max-width: 100px !important;
  }
  .start-curve {
    border-radius: 300px 0px 0px 300px;
    height: 300px;
    max-width: 100px;
  }
  .herbicide-job-aid {
    margin-left: 0em !important;
  }
  .herbicide-job-aid-three {
    margin-left: 4em;
  }
  .locations-row-2,
.locations-row-3,
.locations-row-3-top {
    display: none;
  }
  .locations-row-2-mobile,
.locations-row-3-mobile,
.locations-row-1-mobile,
.locations-row-1b-mobile {
    display: block;
  }
  .locations-row-2-mobile .fndry-col,
.locations-row-3-mobile .fndry-col {
    margin: 0 auto;
  }
  .locations-row-1 {
    display: none;
  }
  .thailand-text {
    margin-left: auto;
  }
  .thailand-silhouette {
    margin-left: auto !important;
    margin-top: -40px;
  }
  .guam-silhouette {
    max-width: unset;
  }
  .johnston-silhouette {
    max-width: unset;
  }
  .korean-dmz,
.laos,
.cambodia,
.guam,
.johnston {
    width: 100%;
  }
  .cambodia-text {
    margin-left: auto;
  }
  .cambodia {
    margin-left: auto;
  }
  .korea-silhouette,
.guam-silhouette,
.cambodia-silhouette,
.johnston-silhouette {
    margin-left: auto !important;
    width: 100%;
  }
  .vietnam {
    margin-left: -20px !important;
    margin-right: 20px;
    padding-right: 0 !important;
    width: 100%;
  }
  .vietnam-in-country {
    margin-top: -200px !important;
  }
  .locations .fndry-col .fndry-container {
    margin-top: 20px !important;
  }
  .locations .fndry-col {
    margin-top: 55px;
    padding: 0 !important;
  }
  .locations-row-1b-mobile .thailand {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
  }
  .locations-row-1b-mobile .thailand-silhouette,
.laps-silhouette {
    width: 100%;
  }
  .display-none {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  /* Presumptive Herbicide Exposure */
  .date-separator,
.date-separator-half,
.start-curve,
.end-curve {
    display: none;
  }
  .herbicide-job-aid .fndry-col--2,
.herbicide-job-aid-three .fndry-col--2,
.herbicide-job-aid-two .fndry-col--2,
.herbicide-job-aid-four .fndry-col--2 {
    margin: 15px auto;
    width: 83.3333333333%;
  }
  .herbicide-job-aid-two,
.herbicide-job-aid-four {
    margin-top: 7px;
  }
  .herbicide-job-aid-three {
    margin-left: auto;
    margin-top: 0;
  }
  .fndry-text-h3HerbicidePresumptiveAid {
    padding: 15px;
  }
  .denote {
    margin-bottom: 2em;
  }
}
/* --------------------------------------------------------------------- 
   5f. Toxic Exposure Map & Single Location Pages
   --------------------------------------------------------------------- */
/* --- Toxic Map Search --- */
.toxin-strength-table-search {
  margin-bottom: 18px;
}

.toxin-strength-table-search__label {
  color: var(--Dark-Navy, #0a3865);
  display: inline;
  font-family: var(--fndry-font-gibson);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.08px;
  line-height: 24px;
  text-transform: uppercase;
}

.toxin-strength-table-search__input {
  border: 1px solid var(--Field-border, #9e9e9f);
  border-radius: 0;
  color: var(--Gray-Contrast, #545454);
  font-family: var(--fndry-font-gibson);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 6px 10px;
  width: 300px;
}

.toxin-strength-table-search__input:focus,
.toxin-strength-table-search__input:focus-visible {
  border-radius: 0 !important;
  outline: 2.5px solid var(--fndry-color-superBrightBlue, #0070f6);
}

/* --- Single Location Page Layout --- */
.single-location {
  background: var(--fndry-color-navyDark);
}

.single-location header {
  background: #ffffff;
}

.single-location-page {
  background: #ffffff !important;
  margin-top: -88px !important;
}

.single-location-page-header {
  max-width: 1400px !important;
  padding-left: calc(var(--fndry-gutter) * 1) !important;
  padding-right: calc(var(--fndry-gutter) * 1) !important;
}

.single-location-page-header .fndry-row {
  margin-left: calc(var(--fndry-gutter) * 0) !important;
  margin-right: calc(var(--fndry-gutter) * 0) !important;
}

.single-location-page .fndry-col--1 {
  width: 8.3333333333% !important;
}

.single-location-page .fndry-col--11 {
  width: 87.5% !important;
}

.single-location-page .header-image {
  display: none !important;
}

.single-location-page-header .fndry-justify--start {
  padding-left: 4em !important;
}

.single-location-page-header strong {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.44px;
  text-transform: uppercase !important;
}

.lc-content {
  max-width: 1100px !important;
  padding-right: 3em !important;
}

/* --- Single Location Typography --- */
body.single-location .location h2 {
  color: var(--Dark-Navy, #0a3865);
  font-family: var(--fndry-font-gibson) !important;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

body.single-location .location .known-toxins h2 {
  color: var(--Medium-Blue, #01477c) !important;
  font-family: var(--fndry-font-gibson) !important;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 500 !important;
  margin: 24px 0 16px 0 !important;
}

body.single-location .location .base-sources h2 {
  color: var(--Medium-Blue, #01477c) !important;
  font-family: var(--fndry-font-gibson) !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 500 !important;
  letter-spacing: 1.76px;
  line-height: 34px;
  margin: 0 0 10px 0 !important;
}

body.single-location .location h3 {
  color: var(--Dark-Navy, #0a3865);
  font-family: var(--fndry-font-gibson) !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 1em;
}

body.single-location .location h4 {
  color: var(--Dark-Navy, #0a3865);
  font-family: var(--fndry-font-gibson) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0.25em !important;
  margin-top: 1em;
}

body.single-location .location h4 strong {
  font-weight: 500;
}

body.single-location .location h3 strong {
  font-weight: 400;
}

body.single-location .location p {
  color: #545454;
  font-size: 16px;
}

.location .fndry-post-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 65%;
}

.location .header-image {
  float: right;
  margin-top: -150px;
}

.location .header-image img {
  border: 8px solid #fff;
  max-width: 318px;
  width: 100%;
}

/* --- Location Facts & Icons --- */
.location .facts-icon-location,
.facts-icon {
  display: block;
  float: left;
  margin-bottom: 30px;
  padding-right: 7px;
}

.facts-icon {
  margin-top: -2px;
}

.location .facts-icon-location {
  padding-top: 2px;
}

.year,
.location,
.known-toxins {
  font-weight: 400 !important;
}

/* --- Location Table Styles --- */
.single-location table {
  border-spacing: 0px;
}

.single-location ul {
  margin-top: 0;
  padding-left: 10px;
}

.single-location table tr {
  vertical-align: top !important;
}

.single-location table tr td:first-child {
  background: #efe5de !important; /* First Column "Toxin" Tan */
}

.single-location table tr:nth-child(even) td:first-child {
  background: #ffffff !important; /* First Column, 2nd row "Toxin" White */
}

.single-location table tr td:nth-child(3) {
  background: #febca4 !important;
} /* Bright Pink */
.single-location table tr td:nth-child(4) {
  background: #c4e4ff !important;
} /* Blue */
.single-location table tr td:nth-child(5) {
  background: #e2e8ef !important;
} /* Gray */
.single-location table tr:nth-child(even) td:nth-child(3) {
  background: #fff2ed !important;
} /* Light Pink */
.single-location table tr:nth-child(even) td:nth-child(4) {
  background: #f3f9ff !important;
} /* Light Blue */
.single-location table tr:nth-child(even) td:nth-child(5) {
  background: #f9fafc !important;
} /* Light Gray */
.single-location table tr td {
  border: 0.5px solid var(--Dark-Navy, #0a3865) !important;
  border-left: 0.5px solid var(--Dark-Navy, #0a3865) !important;
  border-right: 0.5px solid var(--Dark-Navy, #0a3865) !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.single-location table ul {
  color: #000;
  list-style: none;
}

body.single-location tr td:first-child {
  color: var(--Dark-Navy, #0a3865) !important;
  font-family: var(--fndry-font-gibson) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px;
}

body.single-location .location .known-toxins table tbody {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Table header styles */
.single-location .location table thead tr th {
  background: #ffffff !important;
  font-size: 18px;
  font-weight: 400 !important;
  letter-spacing: unset !important;
  text-transform: none !important;
}

body.single-location .location table thead tr th {
  color: #fffcfc;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 24px;
  text-transform: uppercase;
}

body.single-location .location .known-toxins table thead tr th.p_effects {
  background: var(--Bright-Blue, #0a6ec6) !important;
  text-transform: uppercase !important;
  vertical-align: middle !important;
  width: 80% !important;
}

body.single-location .location .known-toxins table thead tr th.toxin {
  text-transform: uppercase !important;
  vertical-align: middle !important;
  width: 20% !important;
}

body.single-location .toxin_strength_table {
  background: var(--Bright-Blue, #0a6ec6) !important;
}

body.single-location .location .known-toxins table tbody tr td {
  word-break: normal !important;
  line-height: 28px;
}

.toxin_strength_table .potential-disease {
  padding-bottom: 10px;
}

.single-location .location .known-toxins table thead tr th.strong,
body.single-location .location .known-toxins table thead tr th.good,
.single-location .location .known-toxins table thead tr th.limited {
  border-left: 0.5px solid var(--Dark-Navy, #0a3865) !important;
  border-radius: 15px 15px 0 0;
  border-right: 0.5px solid var(--Dark-Navy, #0a3865) !important;
}

.single-location .location .known-toxins table thead tr th.toxin {
  background: var(--Dark-Navy, #0a3865) !important;
  border-right: 1px solid #ffffff;
}

body.single-location .location .known-toxins table thead tr th.strong {
  color: #dd340e;
}

body.single-location .location .known-toxins table thead tr th.good {
  color: var(--Bright-Blue, #0a6ec6);
}

body.single-location .location .known-toxins table thead tr th.limited {
  color: var(--PTSD-Blue, #47586c);
}

/* --- CTA Block (Single Location) --- */
#cta-block .text-before-button a {
  color: #ffffff;
}

body.single-location #cta-block {
  background: var(--Medium-Blue, #01477c);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px 30px;
}

body.single-location #cta-block h3 {
  color: var(--Cream, #faf7f3);
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-top: 1em;
  text-align: center;
  text-transform: capitalize;
}

body.single-location #cta-block #cta-row {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-family: Montserrat;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.18px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: capitalize;
}

#cta-block .fndry-btn-redButton {
  font-size: 16px;
  margin-left: 10px;
  padding: 15px 30px;
  text-decoration: none !important;
}

/* --- Sources Block --- */
.base-sources {
  border: 1px solid darkblue;
  border-radius: 10px;
  padding: 15px;
}

.base-sources h2 {
  color: var(--Medium-Blue, #01477c);
  font-size: 22px !important;
  font-weight: 500;
  letter-spacing: 1.76px;
  line-height: 24px;
  text-transform: uppercase;
}

.single-location .base-sources .cards-wrap .card {
  border-bottom: 1px solid var(--Dark-Navy, #0a3865) !important;
  padding: 0 0 28px 0px !important;
}

.cards-wrap {
  padding: 0 20px;
}

body.single-location .location .base-sources .cards-wrap .card a {
  color: var(--Default-Link-Blue, #0053b8) !important;
}

body.single-location .location .base-sources .cards-wrap .card a:hover {
  color: var(--fndry-color-superBrightBlue, #0070f6) !important;
}

body.single-location .location .cards-wrap {
  padding: 0;
}

body.single-location .location .base-sources .cards-wrap .card span:before {
  display: none !important;
}

body.single-location .location .base-sources .cards-wrap .card span {
  color: #545454 !important;
  font-size: 16px !important;
  font-style: italic;
  font-weight: 400 !important;
  line-height: 24px;
}

body.single-location .location .base-sources .cards-wrap .card a:hover span:hover {
  color: #545454 !important;
  text-decoration: none !important;
}

body.single-location .location .base-sources .cards-wrap .card:last-child {
  border-bottom: none !important;
  padding-bottom: 16px !important;
}

.location .card {
  margin: 0px 0 16px 0 !important;
  overflow-wrap: break-word;
}

/* --- Timeline Wrap --- */
.tl-wrap {
  background: #ffffff;
  border-radius: 12px 0px 0px 0px;
  flex: auto;
  flex-direction: row;
  justify-content: flex-start;
  padding: 35px;
}

/* --- Toxic Disclaimer --- */
.toxic-disclaimer p {
  color: var(--Gray-Contrast, #545454) !important;
  font-size: 16px !important;
  font-style: normal;
  line-height: 24px;
}

.toxic-disclaimer a {
  color: var(--Default-Link-Blue, #0053b8) !important;
}

.toxic-disclaimer a:hover {
  color: var(--fndry-color-superBrightBlue, #0070f6) !important;
}

.toxic-disclaimer ul {
  color: var(--PTSD-Blue, #47586c);
  font-size: 16px;
  list-style: disc;
  margin-left: 7px;
}

/* Back to search link */
.back-to-search-results-link a:hover {
  background-position: 0px 50% !important;
  background-size: 18px 18px !important;
  background: url("https://hillponton1stg.wpenginepowered.com/wp-content/uploads/2025/08/ion_chevron-back-circle-hover.svg") no-repeat;
  color: #0070f6 !important;
  text-decoration-style: dotted !important;
  text-decoration: underline !important;
}

.hjs-custom-map-block-main {
  position: relative;
}

.hjs-custom-map-block-main .hjs-custom-map-block-header form.gv-widget-search {
  display: block !important;
  padding: 15px 20px !important;
}

.hjs-custom-map-block-main .hjs-custom-map-block-header {
  margin-top: 3% !important;
  margin-top: 4% !important;
  position: absolute !important;
  top: 0;
}

.hjs-custom-map-block-main .hjs-custom-map-block-header .hjs_filter_clear a {
  color: var(--fndry-color-defaultLinkBlue, #0053b8);
}

.hjs-custom-map-block-main .hjs-custom-map-block-header .hjs_filter_clear {
  padding-top: 0px !important;
  text-align: right !important;
}

.hjs-custom-map-block-main .hjs-custom-map-block-map-section .gv-map-canvas {
  height: 800px !important;
}

.hjs-custom-map-block-main .hjs-custom-map-block-header .hjs_filter_submit {
  margin: 10px 0 !important;
}

.hjs-custom-map-block-main .hjs-custom-map-block-header .hjs_filter_submit input.button {
  font-weight: 500 !important;
  padding: 13px 10px !important;
}

.hjs-custom-map-block-main .hjs-custom-map-block-header .hjs_filter_submit input.button:hover {
  background: var(--fndry-color-superBrightBlue, #0070f6) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hjs-custom-map-block-main .hjs-custom-map-block-header .hjs_container_select_toxin,
.hjs-custom-map-block-main .hjs-custom-map-block-header .hjs_container_select_desease {
  margin-top: 1.5em;
  padding: 0 !important;
}

.hjs-custom-map-block-main .hjs-custom-map-block-header .hjs-filter-right-sectoin .hjs-filter-right-sectoin-inner-left {
  margin: 0 !important;
}

.hjs-custom-map-block-main .hjs-custom-map-block-header .hjs-filter-left-sectoin .hjs-pure__selected-label {
  background: #dbf6dd !important;
  color: var(--Default-Link-Blue, #0053b8) !important;
  font-size: 16px !important;
}

/* Map search instructions */
.map-search-instructions h3 {
  color: var(--Dark-Navy, #0a3865);
  font-family: var(--fndry-font-gibson);
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.25rem;
}

/* Toxic hero */
.toxic-hero h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.toxic-hero .intro {
  font-size: 20px;
}

.toxic-hero .banner-search {
  padding: 1em 2em !important;
  width: 100%;
}

/* Facts */
.facts .fndry-row {
  justify-content: space-between;
}

.facts {
  color: #ffffff;
  margin-top: 1.5em;
  max-width: 1400px;
}

.facts svg path {
  color: #fd5d39;
}

/* Gravity forms map search */
form.gv-widget-search h4 {
  font-family: var(--fndry-font-gibson) !important;
  margin-bottom: 0.5em !important;
}

#hjs-location-filter p {
  color: var(--fndry-color-ptsdGrayBlue, #47586c);
  font-size: 16px;
  margin-top: 0em;
}

#hjs-location-filter p a:hover {
  color: var(--fndry-color-superBrightBlue, #0070f6);
  text-decoration-thickness: 2px;
}

.gv-widget-search .hjs-filter-left-inner-top .gv-search-box {
  margin: 1em 0em 0.25em !important;
}

/* Google Maps info window */
.gv-infowindow-container h4 {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
}

.gv-infowindow-container p {
  line-height: 24px;
}

.gm-style .gm-style-iw-c {
  display: block;
  padding-top: 10px;
}

.gm-style-iw-chr {
  display: block !important;
}

.gm-style-iw-ch {
  display: none;
}

.gm-style .gm-style-iw-tc::after {
  background: var(--fndry-color-navyDark);
}

/* Toxic exposure map: search results */
.toxic-exposure-map .map-text-search-field__selected__item {
  font-size: 16px !important;
  line-height: 30px !important;
}

.toxic-exposure-map .map-text-search-field__selected__item:hover,
.toxic-exposure-map .map-text-search-field__selected__item:hover span.remove {
  text-decoration: underline dashed 1px;
  text-underline-offset: 3px;
}

.toxic-exposure-map .map-text-search-field__selected--diseases.active {
  margin-bottom: 26px !important;
  padding: 10px !important;
}

.toxic-exposure-map__search-results__item__address {
  background-position: 0 14% !important;
  line-height: 20px !important;
  margin-top: 3px !important;
}

.toxic-exposure-map__search-results__footer__see-all-results {
  padding: 13px 10px !important;
}

.toxic-exposure-map .option-megamenu__footer .option-megamenu__close {
  border-radius: 5px 5px !important;
}

.option-megamenu__inner .map-text-search-field__selected--toxins.active,
.option-megamenu__inner .map-text-search-field__selected--diseases.active {
  margin-left: 9px;
}

.toxic-exposure-map .option-megamenu__header__title {
  padding-top: 5px !important;
}

.toxic-exposure-map .option-megamenu__body__list__item:hover {
  text-decoration: underline !important;
}

.toxic-exposure-map .option-megamenu__body__list__item:hover .option-megamenu__checkbox {
  border: 2px solid #0070f6 !important;
}

.toxic-exposure-map .option-megamenu__close:hover {
  background: #0070f6;
  text-decoration: underline;
}

.toxic-exposure-map__search-results__count {
  font-weight: 500 !important;
}

.toxic-exposure-map .map-text-search-field__selected {
  box-shadow: none !important;
}

.toxic-exposure-map__form a:visited,
.toxic-exposure-map__form a {
  color: var(--Default-Link-Blue, #0053b8);
}

.toxic-exposure-map__search-results__item:hover .toxic-exposure-map__search-results__item__view-details a {
  text-decoration: underline;
}

.toxic-exposure-map__search-results__item__view-details {
  margin-top: 5px !important;
}

.toxic-exposure-map__search-results__item {
  padding: 10px 20px !important;
}

.toxic-exposure-map #hjs-submit-btn {
  margin-bottom: 15px !important;
}

.page-id-32729 .fndry-pt--3 {
  padding-top: calc(var(--fndry-gutter) * 0) !important;
}

/* Location Responsive */
@media (max-width: 1149px) {
  .single-location .facts .fndry-col--5 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .single-location .facts .fndry-col--3 {
    padding-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .single-location-page-header {
    padding-left: calc(var(--fndry-gutter) * 0) !important;
    padding-right: calc(var(--fndry-gutter) * 0) !important;
  }
  .single-location-page-header .fndry-justify--start {
    padding-left: 0 !important;
  }
  .single-location-page .fndry-pl--md-3 {
    padding-left: calc(var(--fndry-gutter) * 0) !important;
  }
  .single-location-page .fndry-col--1 {
    width: 4.1666666667% !important;
  }
  .location .header-image img {
    border: 8px solid #fff;
    display: block;
    float: right;
    height: auto;
    max-width: unset;
    width: 80%;
  }
  .single-location-page {
    margin-top: -35px;
  }
  .single-location .facts .fndry-col--3 {
    display: none;
  }
  .facts .fndry-col--2 {
    width: 25%;
  }
  .facts {
    padding-left: calc(var(--fndry-gutter) * 0);
    padding-right: calc(var(--fndry-gutter) * 0);
  }
  .location .header-image {
    margin-top: -104px;
  }
}
@media (min-width: 1023px) {
  .toxic-exposure-map .hjs-custom-map-block-header {
    margin-top: 3% !important;
  }
  .toxic-exposure-map__search-results__count {
    margin-top: 9px !important;
  }
  .toxic-exposure-map__search-results__item__title {
    margin-top: -3px !important;
  }
  .toxic-exposure-map .option-megamenu__header {
    padding: 0 0 18px 11px !important;
  }
  .toxic-exposure-map .option-megamenu__footer {
    padding: 3% 0 0 !important;
  }
}
@media (max-width: 850px) {
  .location .header-image {
    margin-top: -84px;
  }
  body.single-location .location .known-toxins table tbody tr td:first-child {
    padding-left: 10px;
  }
  .single-location ul {
    padding-left: 0px;
  }
  body.single-location .location .known-toxins table tbody tr td {
    padding: 21px 5px 19px 5px !important;
  }
}
/* Mobile breakpoint for single location known-toxins table */
@media only screen and (max-width: 739px) {
  body.single-location .location .known-toxins table tbody tr {
    display: block;
    margin: 30px 0 31px 0;
  }
  body.single-location .location .known-toxins table tbody tr td:first-child {
    color: #fff !important;
  }
  body.single-location .location .known-toxins table tbody tr td.potential_effects_td {
    background: var(--Bright-Blue, #0a6ec6) !important;
    border-top: 1px solid #ffffff !important;
    text-align: left !important;
  }
  body.single-location .location .known-toxins table tbody tr td {
    border: none;
    padding: 15px 20px 15px 0px !important;
  }
  body.single-location .location .known-toxins table tbody tr td:first-child {
    color: #fff !important;
    font-weight: 500 !important;
  }
}
@media (max-width: 768px) {
  #cta-block .fndry-btn-redButton {
    margin-top: 20px;
  }
  body.single-location .location .known-toxins table tbody tr td.potential_effects_td::after {
    font-size: 14px !important;
    padding-left: 0.5em !important;
  }
  .tl-wrap {
    padding: 10px 20px 10px 10px !important;
  }
  .lc-content {
    padding: 1em 0.25em;
  }
  form.gv-widget-search h4 {
    font-family: var(--fndry-font-gibson) !important;
  }
  .toxin-row .ellipsis,
.toxin-row .expand-collapse {
    height: auto !important;
  }
  body.single-location .location .known-toxins table tbody tr td:first-child {
    color: #fff !important;
  }
  .toxic-hero .breadcrumbs {
    display: none;
  }
  body.single-location .location .known-toxins table tbody tr td:nth-child(3)::before {
    background: transparent;
    color: var(--Dark-Orange, #dd340e);
    content: "Strong evidence \a" !important;
    font-size: 18px;
    font-weight: 400;
    padding-left: 0;
    position: relative;
  }
  body.single-location .location .known-toxins table tbody tr td:nth-child(4)::before {
    background: transparent;
    color: #0a6ec6;
    content: "Moderate evidence \a" !important;
    font-size: 18px;
    font-weight: 400;
    padding-left: 0;
    position: relative;
  }
  body.single-location .location .known-toxins table tbody tr td:nth-child(5)::before {
    background: transparent;
    color: #47586c;
    content: "Limited evidence \a" !important;
    font-size: 18px;
    font-weight: 400;
    padding-left: 0;
    position: relative;
  }
  body.single-location .location .known-toxins table tbody tr td:nth-child(3) ul {
    margin-left: 0em;
  }
  body.single-location .location .known-toxins table tbody tr td:nth-child(3):before::first-word {
    font-weight: 600;
  }
  .location .fndry-post-title,
.toxic-hero h1 {
    font-size: 22px !important;
  }
  .toxic-hero {
    padding: 0.5em !important;
  }
  .toxic-hero h1 {
    text-align: center;
  }
  .toxic-hero .intro {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
  }
  .single-location-page {
    margin-top: 30px;
  }
  .location .header-image {
    float: right;
    margin-right: -4%;
    margin-top: -57px;
    width: 42%;
  }
  .single-location-page .header-image {
    display: block;
  }
  .single-location-page-header .header-image {
    display: none;
  }
  .facts .fndry-col--2 {
    width: 50%;
  }
  .single-location .facts .fndry-col--5 {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .location .header-image img {
    width: 100%;
  }
  .single-location .fndry-pt--4 {
    padding-top: calc(var(--fndry-gutter) * 1) !important;
  }
  .facts .segment-city,
.facts .segment-state,
.facts .known-toxins:not(strong) {
    font-size: 20px;
  }
  body.single-location .location h2,
body.single-location .location .known-toxins h2 {
    font-size: 24px !important;
    margin-bottom: 0px !important;
  }
  body.single-location .location h3 {
    font-size: 20px;
  }
  .location .content {
    display: block;
    float: left;
    max-width: 1100px;
    width: 100%;
  }
  .lc-content .known-toxins p,
.lc-content .base-sources p {
    width: 100%;
  }
  body.single-location .location .known-toxins table tbody tr td:nth-child(1):before {
    background: transparent !important;
    color: #f0f0f0;
    content: "Toxin \a" !important;
    font-size: 17px;
    font-weight: 400 !important;
    line-height: 20px;
    margin-left: -16px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    white-space: pre !important;
  }
  body.single-location .location .known-toxins table tbody tr {
    border-bottom: 20px solid #ffffff;
  }
  body.single-location .location .known-toxins table tbody tr td {
    border: none;
    padding: 15px 20px 15px 0px !important;
  }
  body.single-location .toxin_strength_table {
    background: var(--fndry-color-navyDark) !important;
  }
  body.single-location .location .known-toxins table tbody tr td.potential_effects_td {
    background: transparent !important;
    background: var(--Bright-Blue, #0a6ec6);
    border-top: 1px solid #ffffff;
    color: #f0f0f0;
    font-size: 17px;
    font-weight: 400 !important;
    line-height: 20px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    white-space: pre !important;
  }
  body.single-location .location .known-toxins table tbody tr td.potential_effects_td::after {
    color: #fff;
    font-size: 14px !important;
    font-weight: lighter !important;
    padding-left: 0;
    text-transform: none !important;
    text-transform: italic;
  }
  .single-location table tr td:first-child {
    background: var(--fndry-color-navyDark) !important;
    color: #ffffff !important;
  }
  .single-location table tr td:first-child,
.single-location table tr:nth-child(even) td:first-child,
.single-location table tr td:nth-child(3),
.single-location table tr td:nth-child(4),
.single-location table tr td:nth-child(5),
.single-location table tr:nth-child(even) td:nth-child(3),
.single-location table tr:nth-child(even) td:nth-child(4),
.single-location table tr:nth-child(even) td:nth-child(5) {
    background: #ffffff !important;
  }
  body.single-location .location .known-toxins table tbody tr td:first-child {
    background: var(--fndry-color-navyDark) !important;
    color: #fff !important;
    font-weight: 500 !important;
  }
}
/* --------------------------------------------------------------------- 
   5g. Suicide Risk Article & Useful Apps Component
   --------------------------------------------------------------------- */
/* Chart/suicide article elements */
.suicide-row {
  margin: 10px auto;
  width: 100%;
}

.chart-note {
  margin-bottom: 15px;
  padding: 15px 15px 15px 20px;
}

.chart-note p {
  border-top: 1px solid #3c3c3c;
  color: #3c3c3c;
  font-size: 16px;
  padding-top: 20px;
}

/* Useful Apps Reusable Component */
.useful-apps-block .fndry-form-ctrl {
  background: #ffffff;
  border: 1px solid #3c3c3c;
  padding-left: 1em;
}

.useful-apps-block h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0.5rem;
}

.useful-apps-block .fndry-post-loop {
  margin-bottom: 0;
  margin-top: 0;
}

.useful-apps-block p {
  font-size: 16px;
}

.useful-apps-block .device-type {
  font-size: 16px;
  padding: 0 0 10px 0;
}

.useful-apps-block .device-dropdown-filter p {
  font-weight: 500;
}

.useful-apps-block .fndry-post {
  padding-right: 15px;
}

/* Responsive: Suicide Article */
@media only screen and (max-width: 760px) {
  .suicide-row,
.support-list {
    flex-flow: column !important;
  }
  .suicide-row .fndry-col--6,
.support-list .fndry-col--6 {
    width: 100%;
  }
  .suicide-row .fndry-col--6:first-child,
.support-list .fndry-col--6:first-child {
    margin-bottom: -40px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .original-quote {
    display: none;
  }
}
/* --------------------------------------------------------------------- 
   5h. Drone Map Lead
   --------------------------------------------------------------------- */
.drone-map-lead h3 {
  font-size: 24px;
  text-transform: uppercase;
}

.drone-map-lead h3 strong {
  font-weight: bold !important;
}

.drone-map-lead .fndry-text-bodyPDefault18 {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

@media (max-width: 1068px) and (min-width: 1025px) {
  .drone-map-lead .fndry-col--7 {
    width: 66.6666666667%;
  }
}
@media (max-width: 1024px) {
  .drone-map-lead .fndry-col--7 {
    width: 58.3333333333%;
  }
  .drone-map-lead h3 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media (max-width: 680px) {
  .drone-map-lead {
    margin-top: 0;
  }
  .drone-map-lead .fndry-col--7 {
    background: transparent;
    margin: auto;
    padding: 15px 0 !important;
    width: 83.3333333333%;
  }
  .drone-map-lead h3 {
    margin-top: 0;
  }
  .drone-map-lead .fndry-text-bodyPDefault18,
.drone-map-lead h3 {
    width: 100%;
  }
  .drone-map-lead .fndry-container {
    background: rgb(10, 56, 101);
  }
  .drone-map-lead .fndry-btn svg:not(:host).svg-inline--fa,
.drone-map-lead .fndry-btn svg:not(:root).svg-inline--fa {
    display: none !important;
  }
}
/* =====================================================================
   6. OVERRIDES / UTILITY / ONE-OFF FIXES
   ===================================================================== */
/* This fixes right overflow on mobile */
.feature-banner-bg .fndry-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Calculator banner */
.calculator-banner {
  padding-top: 10em !important;
}

@media (max-width: 1024px) {
  .calculator-banner {
    display: none;
  }
}
/* Custom post title container margin */
.custom-post-title > .blog-banner .fndry-container {
  margin-left: 0 !important;
}

.blog-banner .fndry-post-author__name {
  line-height: 1.2em !important;
}

.blog-banner .fndry-post-author__avatar {
  margin-top: -3px;
}

.entry-content figure,
.entry-content figure img,
.entry-content img,
.entry-content dl,
.entry-content dt {
  max-width: 100% !important;
  height: auto !important;
  box-sizing: border-box;
}

.entry-content .wp-caption,
.entry-content figure {
  display: block;
}

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