#content img {
  width: 100%;
  height: auto;
}

a {
  color: var(--primary);
}
a:hover {
  color: var(--primary);
}
.recapcha-text {
  font-size: 17px;
  margin-top: 2.5rem !important;
  a {
    color: white;
    text-decoration: underline;
  }
}
.resource-container {
  overflow: hidden;
  .panel-body a:link {
    color: var(--primary) !important;
    text-decoration: underline;
  }
}
.resource-header {
  position: fixed;
  width: 101vw !important;
  margin-bottom: 10%;
  z-index: 1000;
}
.text-link {
  text-decoration: underline;
}

.lead {
  font-size: 21px;
  font-weight: 400;
}

#header.bg-primary{
  background-color: var(--primary) !important;
}
 
#header button.v-btn.v-btn--icon.v-theme--light.v-btn--density-default.rounded-xl.v-btn--size-default.v-btn--variant-text{
 display: none !important;
}

#main .bg-primary,
#footer.bg-primary {
  background-color: var(--neutral-gray) !important;
}

.bg-primary-08 {
  background-color: var(--neutral-gray) !important;
}

.bg-primary-darkest {
  background-color: var(--primary-darken-2);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.font-weight-semibold {
  font-weight: 600;
}

.dropped-underline {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.dropped-underline:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: var(--dark-gray);
  height: 2px;
  width: 125px;
}

.vertical-divider {
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.vertical-divider__inner {
  border-left: 2px solid var(--neutral-gray);
  height: 35%;
  border-radius: 1px;
  opacity: 0.5;
}

.vertical-divider {
  display: none;
  background-color: var(--dark-gray) !important;
}
@media (min-width: 768px) {
  .vertical-divider {
    display: flex;
  }
}

.btn {
  font-weight: 700;
  padding: 11px 16px;
  font-size: 13px;
  line-height: 1;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn:focus,
.btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 116, 217, 0.25);
}
.btn ~ .btn {
  margin-left: 8px;
}

.btn-primary {
  color: var(--surface);
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover {
  color: var(--primary);
  background-color: var(--surface);
  border-color: var(--primary);
}
.btn-primary:focus,
.btn-primary.focus {
  color: var(--primary);
  background-color: var(--primary-light);
  border-color: var(--primary);
  box-shadow: none;
  /* TFS#550333 - Update button colors, per WCAG requirements */
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: var(--surface);
  background-color: var(--primary);
  border-color: var(--primary);
}

@media (min-width: 860px) and (max-width: 950px) {
  .hero-text.d-flex.align-items-center .text-white.text-center {
    width: 945px;
    /* TFS#551478 - Update hero banner formatting, per UX feedback */
  }
}
@media (min-width: 950px) and (max-width: 1000px) {
  .hero-text.d-flex.align-items-center .text-white.text-center {
    width: 950px;
    /* TFS#551478 - Update hero banner formatting, per UX feedback */
  }
}
@media (min-width: 1000px) and (max-width: 1050px) {
  .hero-text.d-flex.align-items-center .text-white.text-center {
    width: 1000px;
    /* TFS#551478 - Update hero banner formatting, per UX feedback */
  }
}
@media (min-width: 1050px) and (max-width: 1100px) {
  .hero-text.d-flex.align-items-center .text-white.text-center {
    width: 1010px;
    /* TFS#551478 - Update hero banner formatting, per UX feedback */
  }
}
.hero-text.d-flex.align-items-center .text-white.text-center {
  background: rgb(51, 51, 51, 0.95) !important;
  padding: 10px;
}
@media (min-width: 1100px) {
  .hero-text.d-flex.align-items-center .text-white.text-center {
    width: 1100px;
  }
}
.text-white.text-center {
  background: var(--dark-gray);
  padding: 10px;
}
a.btn.btn-outline-primary.my-2 {
  width: 200px;
}

.btn-outline-primary,
#contact .btn-outline-primary {
  color: var(--surface);
  background-color: var(--primary);
  border-color: var(--primary-light);
}
.btn-outline-primary:hover,
#contact .btn-outline-primary:hover {
  color: var(--primary);
  background-color: var(--surface);
  border-color: var(--primary);
}
.btn-outline-primary:focus,
#contact .btn-outline-primary.focus {
  background-color: var(--surface);
  color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: var(--primary-active);
  background-color: var(--primary-light);
  border-color: var(--primary-active);
}

.btn-outline-light {
  color: var(--neutral-white);
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.btn-outline-light:hover {
  color: var(--neutral-white);
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  background-color: var(--surface);
  color: var(--primary);
  box-shadow: none;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: var(--neutral-gray);
  background-color: rgba(239, 239, 239, 0.12);
  border-color: rgba(239, 239, 239, 0.12);
}

.icon {
  filter: brightness(0) saturate(100%) invert(15%) sepia(71%) saturate(3860%) hue-rotate(346deg) brightness(119%) contrast(98%);
}
.icon-white {
  filter: invert(100%) sepia(88%) saturate(0%) hue-rotate(150deg) brightness(107%) contrast(101%);
}

.icon-background {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
.icon-background_sm {
  width: 50px;
  height: 50px;
  margin: 0 24px;
  background-color: rgba(0, 116, 217, 0.08);
}
.icon-background_sm .icon {
  width: 50%;
  max-height: 35px;
}
.icon-background_lg {
  width: 75px;
  height: 75px;
}
.icon-background_lg .icon {
  width: 75%;
  max-height: 49px;
}
.icon-background_xl {
  width: 120px;
  height: 120px;
  background-color: var(--neutral-gray) !important;
}
.icon-background_xl .icon {
  width: 55%;
  max-height: 65px;
}

.navbar {
  min-height: 64px;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--surface);
}

.navbar-brand img {
  width: 30px;
  max-height: 25px;
  margin-right: 8px;
}

.section-padding_sm {
  padding: 72px 0;
}

.section-padding_lg {
  padding: 90px 0;
}

.section-title {
  font-size: 32px;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .section-title {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .equal-height {
    height: 100%;
  }
}

.card-body {
  padding: 24px;
}

.card-text {
  font-size: 18px;
  color: var(--dark-gray) !important;
}

.card-footer {
  padding: 0 24px 24px;
}

#benefits .card-body {
  padding: 32px 24px;
}

#pills-tab {
  position: relative;
  max-width: 1140px;
  margin: -236px auto 0;
}

.nav-pills {
  display: none;
}

.nav-pills .nav-item {
  margin: 0 1rem;
  max-width: 300px;
}
.nav-pills .nav-item a {
  color: var(--primary);
}

.nav-pills .nav-link {
  background-color: var(--surface);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  position: relative;
  color: var(--primary);
  background-color: var(--surface);
}
.nav-pills .nav-link.active:before,
.nav-pills .show > .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: var(--primary);
  height: 8px;
  width: 100%;
  border-radius: 4px 4px 0 0;
  /*TFS#550333 - Update navigation/pill border using WCAG compliant color */
}
.nav-pills .nav-link.active :after,
.nav-pills .show > .nav-link :after {
  z-index: 2;
  content: '';
  position: absolute;
  bottom: -45px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 45px var(--surface);
  border-left: solid 50px transparent;
  border-right: solid 50px transparent;
}
.nav-pills .nav-link.active .icon-background_xl,
.nav-pills .show > .nav-link .icon-background_xl {
  background-color: var(--primary);
  /* TFS#550333 - Update active tab/pill using WCAG compliant color*/
}
.nav-pills .nav-link.active .icon,
.nav-pills .show > .nav-link .icon {
  filter: brightness(0) saturate(100%) invert(15%) sepia(71%) saturate(3860%) hue-rotate(346deg) brightness(119%) contrast(98%);
}

.nav-pills .nav-link {
  padding: 32px 24px;
  border-radius: 4px 4px 0 0;
}

@media (min-width: 768px) {
  .nav-pills {
    display: flex;
  }
  .card {
    border: none;
  }
  .card .accordion-header {
    display: none;
  }
  .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .tab-content > .card {
    border: 0;
    border-bottom: 1px solid var(--neutral-gray);
    border-radius: 0;
  }
}

@media (max-width: 768px) {
  .collapse.show:before {
    z-index: 2;
    content: '';
    position: absolute;
    top: 98px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 45px var(--surface);
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
  }
}

.hero-gradient,
.hero-image {
  background:
    url('../assets/images/kitchen.jpg') no-repeat center;
}

.hero-image {
  position: relative;
  height: 375px;
  width: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero-image {
    height: 575px;
  }
}
.hero-image .hero-text {
  height: 375px;
}
@media (min-width: 768px) {
  .hero-image .hero-text {
    height: 339px;
  }
  .hero-image .hero-text .hero-title {
    font-size: 46px;
  }
}

footer {
  flex-shrink: 0;
  min-height: 64px;
  font-size: 15px;
  color: var(--surface);
}
footer .footer__link {
  color: inherit;
  font-weight: 600;
}
footer .footer__link ~ .footer__link {
  margin-left: 12px;
  border-left: 1px solid;
  padding-left: 16px;
}

.nav-header-link {
  width: 100%;
  color: var(--surface);
  display: inline;
  padding-right: 1px;
}

.tile-container {
  display: flex;
  flex-direction: column; /* Default to vertical layout */
  margin-bottom: 20px;
}
.tile {
  padding: 20px;
  text-align: center;
  margin-bottom: 10px; /* Space between tiles in mobile view */
}
.separator-container {
  display: none;
}
@media (min-width: 768px) {
  .tile-container {
    flex-direction: row; /* Switch to horizontal layout on larger screens */
  }
  .tile {
    margin-bottom: 0; /* Remove bottom margin for horizontal layout */
    flex: 1; /* Equal flex for each tile */
  }
  .separator {
    width: 2px; /* Width of the separator line */
    background-color: #dee2e6; /* Color of the separator */
    height: 50%; /* Separator takes the full height of the container */
    margin: auto 10px; /* Space around the separator */
  }
  .separator-container {
    display: flex; /* To manage separator display */
    align-items: stretch; /* Stretch to full height */
  }
}

@media (min-width: 1200px) {
  .tile {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

#benefits {
  .section-padding_lg {
    padding: 90px 0;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 768px) {
    .equal-height {
      height: 100%;
    }
  }
  .card-body {
    padding: 32px 24px;
  }

  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #183c57;
    border-color: #183c57;
  }
  .btn-primary:not(:disabled):not(.disabled).active:focus,
  .btn-primary:not(:disabled):not(.disabled):active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }

  .btn-check:checked + .btn,
  .btn.active,
  .btn.show,
  .btn:first-child:active,
  :not(.btn-check) + .btn:active {
    color: #ffffff !important;
    background-color: #183c57;
    border-color: #183c57;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: rgba(0, 116, 217, 0.08) !important;
  }
  .btn-primary {
    color: #ffffff;
    background-color: #183c57;
    border-color: #183c57;
  }
  .btn {
    font-weight: 700;
    padding: 11px 16px;
    font-size: 13px;
    line-height: 1;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: var(--secondary);
    border-color: var(--secondary);
  }
  .btn:hover {
    color: var(--secondary);
    background-color: #fff;
    border-color: var(--secondary);
  }
}
.help-icon {
  display: none;
}

#construction-options p{
  color: var(--dark-gray) !important;
}

/* Color branding */
:root {
  --primary: #e61e25;
  --secondary: #007bad;
  --on-primary: #ffffff;
  --primary-active: #e61e25;
  --primary-bright: #e61e25;
  --primary-light: #e0eefa;
  --primary-darken-1: #e61e25;
  --primary-darken-2: #e61e25;
  --accent-1: #e61e25;
  --primary-variant: #f8faf8;
  --success: #036803;
  --warning: #8d4405;
  --error: #ffffff;
  --surface: #ffffff;
  --on-surface: #333333;
  --surface-variant: #eff3f5;
  --light-gray: #f2f2f2;
  --neutral-gray: #e3e3e3;
  --dark-gray: #333333;
  --alertmsg: #e61e25;
  --v-theme-primary: 48 65 99;
  --v-theme-on-primary: 255 255 255;
  --v-theme-secondary: 106, 72, 140;
  --v-theme-error: 176, 0, 32;
  --v-theme-on-surface: 0, 0, 0;
  --v-btn-size: 0.875rem;
  --return-to-HomePage-bg-color: var(--primary);
  --restart-btn-bg-color: var(--secondary);
  --return-to-HomePage-bg-hover-color: var(--primary);
  --restart-btn-bg-hover-color: var(--secondary);
  --sign-in-signout-bg-color: var(--surface);
  --sign-in-signout-hover-text-color: var(--surface);
  --sign-in-signout-text-color: var(--primary);
  --sign-in-signout-bg-hover-color: var(--primary);
  --ok-btn-bg-hover-color: var(--primary);
  --ok-btn-bg-color: var(--primary);
  --return-btn-bg-color: var(--secondary);
  --return-btn-bg-hover-color: var(--primary);
  --neutral-white: var(--surface);
  --neutral-black: #000000;
  --return-to-HomePage-bg-color:var(--primary);
  --restart-btn-bg-color:var(--secondary);
  --return-to-HomePage-bg-hover-color:var(--primary);
  --restart-btn-bg-hover-color:var(--secondary);
  --sign-in-signout-bg-color:var(--surface);
  --sign-in-signout-hover-text-color:var(--surface);
  --sign-in-signout-text-color:var(--primary);
  --sign-in-signout-bg-hover-color:var(--primary);
  --ok-btn-bg-hover-color:var(--primary);
  --ok-btn-bg-color:var(--primary);
  --return-btn-bg-color:var(--secondary);
  --return-btn-bg-hover-color:var(--primary);
}

.v-theme--light {
  --primary: #e61e25;
  --secondary: #007bad;
  --on-primary: #ffffff;
  --primary-active: #e61e25;
  --primary-bright: #e61e25;
  --primary-light: #e0eefa;
  --primary-darken-1: #e61e25;
  --primary-darken-2: #e61e25;
  --accent-1: #e61e25;
  --primary-variant: #f8faf8;
  --success: #036803;
  --warning: #8d4405;
  --error: #ffffff;
  --surface: #ffffff;
  --on-surface: #333333;
  --surface-variant: #eff3f5;
  --light-gray: #f2f2f2;
  --neutral-gray: #e3e3e3;
  --dark-gray: #333333;
  --v-theme-primary: 48 65 99;
  --v-theme-on-primary: 255 255 255;
  --v-theme-secondary: 81 108 141;
  --v-theme-error: 176, 0, 32;
  --v-theme-on-surface: 0, 0, 0;
  --v-btn-size: 0.875rem;
  --neutral-white: var(--surface);
  --neutral-black: #000000;
  --return-to-HomePage-bg-color: var(--primary);
  --restart-btn-bg-color: var(--secondary);
  --return-to-HomePage-bg-hover-color: var(--primary);
  --restart-btn-bg-hover-color: var(--secondary);
  --sign-in-signout-bg-color: var(--surface);
  --sign-in-signout-hover-text-color: var(--surface);
  --sign-in-signout-text-color: var(--primary);
  --sign-in-signout-bg-hover-color: var(--primary);
  --ok-btn-bg-hover-color: var(--primary);
  --ok-btn-bg-color: var(--primary);
  --return-btn-bg-color: var(--secondary);
  --return-btn-bg-hover-color: var(--primary);
  --return-to-HomePage-bg-color:var(--primary);
  --restart-btn-bg-color:var(--secondary);
  --return-to-HomePage-bg-hover-color:var(--primary);
  --restart-btn-bg-hover-color:var(--secondary);
  --sign-in-signout-bg-color:var(--surface);
  --sign-in-signout-hover-text-color:var(--surface);
  --sign-in-signout-text-color:var(--primary);
  --sign-in-signout-bg-hover-color:var(--primary);
  --ok-btn-bg-hover-color:var(--primary);
  --ok-btn-bg-color:var(--primary);
  --return-btn-bg-color:var(--primary);
  --return-btn-bg-hover-color:var(--primary);
}

:host {
  --primary: #e61e25;
  --secondary: #007bad;
  --on-primary: #ffffff;
  --primary-active: #e61e25;
  --primary-bright: #e61e25;
  --primary-light: #e0eefa;
  --primary-darken-1: #e61e25;
  --primary-darken-2: #e61e25;
  --primary-variant: #f8faf8;
  --success: #036803;
  --warning: #8d4405;
  --error: #ffffff;
  --surface: #ffffff;
  --on-surface: #333333;
  --surface-variant: #eff3f5;
  --light-gray: #f2f2f2;
  --neutral-gray: #e3e3e3;
  --dark-gray: #333333;
  --alertmsg: #e61e25;
  --v-theme-primary: 48 65 99;
  --v-theme-on-primary: 255 255 255;
  --v-theme-secondary: 81 108 141;
  --v-theme-error: 176, 0, 32;
  --v-theme-on-surface: 0, 0, 0;
  --v-btn-size: 0.875rem;
  --neutral-white: var(--surface);
  --neutral-black: #000000;
  --return-to-HomePage-bg-color: var(--primary);
  --restart-btn-bg-color: var(--secondary);
  --return-to-HomePage-bg-hover-color: var(--primary);
  --restart-btn-bg-hover-color: var(--secondary);
  --sign-in-signout-bg-color: var(--surface);
  --sign-in-signout-hover-text-color: var(--surface);
  --sign-in-signout-text-color: var(--primary);
  --sign-in-signout-bg-hover-color: var(--primary);
  --ok-btn-bg-hover-color: var(--primary);
  --ok-btn-bg-color: var(--primary);
  --return-btn-bg-color: var(--secondary);
  --return-btn-bg-hover-color: var(--primary);
  --return-to-HomePage-bg-color:var(--primary);
  --restart-btn-bg-color:var(--secondary);
  --return-to-HomePage-bg-hover-color:var(--primary);
  --restart-btn-bg-hover-color:var(--secondary);
  --sign-in-signout-bg-color:var(--surface);
  --sign-in-signout-hover-text-color:var(--surface);
  --sign-in-signout-text-color:var(--primary);
  --sign-in-signout-bg-hover-color:var(--primary);
  --ok-btn-bg-hover-color:var(--primary);
  --ok-btn-bg-color:var(--primary);
  --return-btn-bg-color:var(--secondary);
  --return-btn-bg-hover-color:var(--primary);
}
#footer-main a.footer-logo {
  display: flex;
  align-items: center; 
  text-decoration: none; 
}

#footer-main a.footer-logo > img {
  height: 3em !important;
  width: 3em !important;
  margin-right: 15px;
}

#footer-main a.footer-logo > span {
  color: white;
}

#footer-main button.btn {
  text-decoration: none !important;
  text-transform: capitalize !important;
}