@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&display=swap');

.evo-navbar-right .nav .nav-link {
  color: #372f5e !important;
}

.block.block--drupaltheme76-mikekennedy-branding img {
  width: 15rem;
  margin-right: 0 !important;
}

ul[block*="_mainnavigation"] > li.nav-item > .nav-link {
  font-size: 1rem;
}

.d-md-none {
  display: inherit !important;
}

.path-frontpage .container.d-flex.evo-preface {
  max-width: 100%;
  padding-inline: 0;
}

/* Root search form container */
.block--drupaltheme76-mikekennedy-solr-search-2 .dt-75-exposed-form {
  display: flex;
  align-items: stretch;
  max-width: 32.5rem;
  width: 100%;
  margin-inline: auto;

  border: 0.0625rem solid #372f5e; /* light teal */
  background-color: #ffffff;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
}

/* Focus-within: whole control gets outlined */
.block--drupaltheme76-mikekennedy-solr-search-2
.dt-75-exposed-form:focus-within {
  border-color: #372f5e; /* mid teal */
  box-shadow: 0 0 0 0.1875rem rgba(71, 167, 188, 0.35);
  background-color: #f9feff;
}

/* Remove default spacing */
.block--drupaltheme76-mikekennedy-solr-search-2 .js-form-item {
  flex: 1 1 auto;
  margin: 0;
}

/* Text input */
.block--drupaltheme76-mikekennedy-solr-search-2 .dt-76-textfield {
  border: 0;
  border-right: 0.0625rem solid #372f5e;
  padding: 0.65rem 0.9rem;
  font-size: 0.9rem;
  line-height: 1.25;
  background-color: transparent;
  box-shadow: none;
}

/* Placeholder */
.block--drupaltheme76-mikekennedy-solr-search-2
.dt-76-textfield::placeholder {
  color: #8b93a5;
}

/* Rely on parent focus styles */
.block--drupaltheme76-mikekennedy-solr-search-2
.dt-76-textfield:focus {
  outline: none;
}

/* Submit button */
.block--drupaltheme76-mikekennedy-solr-search-2 .dt-76-search-btn {
  border: 0;
  background-color: #372f5e; /* dark teal primary */
  color: #ffffff;
  padding-inline: 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;

  transition:
    background-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.08s ease;
}

.webform-button--submit,
.webform-button--next,
.webform-button--previous,
.button{
	color: #fff;
}

/* Hover */
.block--drupaltheme76-mikekennedy-solr-search-2
.dt-76-search-btn:hover {
  background-color: #372f5e; /* mid teal on hover */
  box-shadow: 0 0.25rem 0.75rem rgba(8, 54, 73, 0.35);
  transform: translateY(-0.0625rem);
}

/* Active (mouse down) */
.block--drupaltheme76-mikekennedy-solr-search-2
.dt-76-search-btn:active {
  background-color: #372f5e;
  box-shadow: 0 0.125rem 0.375rem rgba(8, 54, 73, 0.4);
  transform: translateY(0);
}

/* Keyboard focus on button, still leverage focus-within */
.block--drupaltheme76-mikekennedy-solr-search-2
.dt-76-search-btn:focus {
  outline: none;
}

/* Small screens (search) */
@media (max-width: 30rem) {
  .block--drupaltheme76-mikekennedy-solr-search-2 .dt-75-exposed-form {
    max-width: 100%;
  }
}

.evo-header-second {
  padding-bottom: 0.33rem !important;
  padding-top: 0.25rem;
}

.evo-header {
  background-image: linear-gradient(to right, #372f5e, #372f5e);
  border-bottom: 0.0625rem solid #372f5e;
}

/*.block--drupaltheme76-mikekennedy-views-block--evo-feature-slider-block-feature-slider .carousel-caption {*/
/*  display: none !important;*/
/*}*/

.dt76-default-bg {
  background-image: unset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #372f5e;
}

.dt-76-carousel-inner-darken {
  opacity: 0.4;
  mix-blend-mode: lighten;
}

.flex-fill.mr-auto.evo-preface-first {
  border-top: 0.0625rem solid #372f5e;
  border-bottom: none;
}

.evo-navbar-right .nav-link:hover {
  text-decoration: none;
}

.menu-toggle-icon {
  font-size: 1rem;
}

.evo-navbar-right .nav-link:hover .menu-toggle-icon {
  color: #c22a30;
}

/* ======================= */
/* CTA COMPONENT           */
/* ======================= */

.adelita-cta {
  padding: 2rem 1rem;
}

/* Base CTA layout */
.adelita-cta__inner {
  max-width: 64rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

/* Card base */
.adelita-cta__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex: 1 1 18rem;
  padding: 1.5rem 2rem;
  background-color: #372f5e; /* dark teal */
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.95rem;
  border: 0.0625rem solid #372f5e;
  overflow: hidden;
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease,
    opacity 0.4s ease;
  opacity: 0;
}

/* Gold offset bar behind each card */
.adelita-cta__card::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0;
  bottom: -0.4rem;
  height: 0.4rem;
  background-color: #c22a30; /* gold */
  z-index: -1;
}

/* Text and icon wrappers */
.adelita-cta__label {
  flex: 1 1 auto;
}

/* Icon */
.adelita-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999rem;
  border: 0.125rem solid #ffffff;
  font-size: 1rem;
  text-decoration: none;
}

/* Initial slide directions */
.adelita-cta__card--primary {
  transform: translateX(-2rem);
}

.adelita-cta__card--secondary {
  transform: translateX(2rem);
}

/* Visible state once scrolled into view */
.adelita-cta__card--visible {
  opacity: 1;
  transform: translateX(0);
  box-shadow: 0 0.75rem 2rem rgba(8, 54, 73, 0.35);
}

/* No underline, ever */
.adelita-cta__card,
.adelita-cta__card:hover,
.adelita-cta__card:focus-visible {
  text-decoration: none;
}

/* Hover / focus: invert colors */
.adelita-cta__card:hover,
.adelita-cta__card:focus-visible {
  background-color: #ffd130; /* bright yellow */
  color: #372f5e;
  border-color: #ffd130;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.25);
}

/* Keep gold bar but darken slightly on hover */
.adelita-cta__card:hover::after,
.adelita-cta__card:focus-visible::after {
  background-color: #372f5e;
}

/* Icon invert border on hover */
.adelita-cta__card:hover .adelita-cta__icon,
.adelita-cta__card:focus-visible .adelita-cta__icon {
  border-color: #372f5e;
}

/* Maintain accessible focus outline */
.adelita-cta__card:focus-visible {
  outline: 0.15rem solid #372f5e;
  outline-offset: 0.15rem;
}

/* ≥ 768px (48em) */
@media (min-width: 48em) {
  .adelita-cta__inner {
    max-width: 64rem !important;
    gap: 1.75rem !important;
  }

  .adelita-cta__card {
    padding: 2rem 2.5rem !important;
    font-size: 1rem !important;
  }

  .adelita-cta__icon {
    width: 2.25rem !important;
    height: 2.25rem !important;
    font-size: 1.25rem !important;
  }
}

/* ≥ 1024px (64em) */
@media (min-width: 64em) {
  .adelita-cta__inner {
    max-width: 70rem !important;
    gap: 2rem !important;
  }

  .adelita-cta__card {
    padding: 2.25rem 3rem !important;
    font-size: 1rem !important;
  }

  .adelita-cta__icon {
    width: 2.5rem !important;
    height: 2.5rem !important;
    font-size: 1.35rem !important;
  }
}

/* ≥ 1280px (80em) */
@media (min-width: 80em) {
  .adelita-cta__inner {
    max-width: 78rem !important;
    gap: 2.25rem !important;
  }

  .adelita-cta__card {
    padding: 2.75rem 3.75rem !important;
    font-size: 1rem !important;
  }

  .adelita-cta__icon {
    width: 2.9rem !important;
    height: 2.9rem !important;
    font-size: 1.5rem !important;
  }
}

/* ≥ 1920px (120em) */
@media (min-width: 120em) {
  .adelita-cta__inner {
    max-width: 92rem !important;
    gap: 2.5rem !important;
  }

  .adelita-cta__card {
    padding: 3.25rem 4.5rem !important;
    font-size: 1.125rem !important;
  }

  .adelita-cta__icon {
    width: 3.3rem !important;
    height: 3.3rem !important;
    font-size: 1.7rem !important;
  }
}

/* HOMEPAGE H2 STYLING */

.path-frontpage h2 {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.75rem !important;

  margin: 0 0 1.5rem 0 !important;
  padding: 0.25rem 0 !important;

  font-family: "Zalando Sans SemiExpanded", system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;

  color: #372f5e !important;
  border: none !important;
  background: transparent !important;

  transition:
    color 0.2s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
}

/* Vertical accent bar left of the text */
.path-frontpage h2::before {
  content: "" !important;
  flex: 0 0 auto !important;
  width: 0.25rem !important;
  height: 1.75rem !important;
  border-radius: 0 !important;
  background-image: linear-gradient(180deg, #372f5e, #372f5e) !important;
}

/* Animated underline */
.path-frontpage h2::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -0.45rem !important;
  height: 0.15rem !important;
  width: 3.5rem !important;
  background-color: #c22a30 !important;
  transform-origin: left center !important;
  transform: scaleX(0.4) !important;
  opacity: 0.7 !important;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

/* Hover / focus: slightly stronger underline and color shift */
.path-frontpage h2:hover,
.path-frontpage h2:focus-visible {
  color: #04709a !important;
}

.path-frontpage h2:hover::after,
.path-frontpage h2:focus-visible::after {
  transform: scaleX(1) !important;
  opacity: 1 !important;
}

/* Scroll-in animation hooks */
.path-frontpage h2.homepage-h2--animated {
  opacity: 0;
  transform: translateY(1rem);
}

.path-frontpage h2.homepage-h2--animated.homepage-h2--visible {
  opacity: 1;
  transform: translateY(0);
}

/* When visible, let underline fully extend */
.path-frontpage h2.homepage-h2--animated.homepage-h2--visible::after {
  transform: scaleX(1) !important;
  opacity: 1 !important;
}

/* Small screens: slightly smaller heading */
@media (max-width: 40em) {
  .path-frontpage h2 {
    font-size: 1.1rem !important;
  }
}

.adelita-cta {
	margin-bottom: 0 !important;
}

.paragraph--id--52 {
	padding-inline: 3rem;
}

.dt76-paragraph-col-3 {
	padding-inline: 0 !important;
}

.path-frontpage .dt76-paragraph-evo-columns.paragraph--id--52 h2.social-toggle-header {
	min-width: 100%;
}

.dt76-paragraph-col-3 {
	padding-inline: 1rem !important;
}

.flex-column > .dt76-paragraph-col-3:nth-of-type(1) {
	padding-left: 0 !important;
}

.flex-column > .dt76-paragraph-col-3:nth-of-type(3){
	padding-right: 0 !important;
}

h2.social-section-heading {
	margin-top: 3rem !important;
	margin-bottom: 1rem !important;
}

.evo-header a[aria-label*="Visit us on"] {
	background-color: white;
}

.evo-header a[aria-label*="Visit us on"] {
	background-color: white;
	margin-right: 0.5rem;
}

.navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.5rem;
}

.bg-dark {
	background-color: #062d3e !important;
}

.evo-postscript {
	margin: 0 !important;
	margin-bottom: -2px !important;
}

ul[block*="_mainnavigation"] > li.nav-item > .nav-link {
	font-weight: 900 !important;
	font-size: 0.8rem !important;
}

.evo-header a[aria-label*="Visit us on"] {
	background-color: transparent;
}

body .evo-footer-bottom {
	background-color: #a81e33 !important;
}

body .bg-dark {
	background-color: #372f5e !important;
}

body .evo-footer-left .navbar-brand img {
	width: 100%;
	filter: invert(1) brightness(500);
}

body .evo-footer-left .navbar-brand {
	margin-right: 0;
}

body footer a.nav-link.btn {
	display: block;
	padding: 0.5rem 1rem;
	font-size: 0.7rem !important;
	font-weight: 600 !important;
}

body .carousel .carousel-caption a, body .carousel .carousel-caption h2 {
	color: #fff;
	font-weight: 600 !important;
}

.dt-76-carousel-text {
	display: none;
}

.block--drupaltheme76-mikekennedy-solr-search-2 .dt-75-exposed-form {
	max-width: 14.5rem;
}

.block--drupaltheme76-mikekennedy-solr-search-2 .dt-76-search-btn {
	background-color: #a81e33;
}

.block--drupaltheme76-mikekennedy-solr-search-2 .dt-76-textfield {
	border-right: none;
}

.block--drupaltheme76-mikekennedy-solr-search-2 .dt-76-search-btn:hover {
	background-color: #ba273e;
	box-shadow: none;
	transform: unset;
}

.evo-header .evo-social-icons-block-main {
	padding-left: 1.125rem !important;
}

.dt-76-carousel-caption.bottom-0 {
	padding-left: 4rem !important;
}

.card .fixed-height-img, .card .evo-card-image img {
	display: unset !important;
}

.dt-76-view-wrapper.evo-view-evo-news.evo-view-wrapper {
	background-color: transparent !important;
}

.path-frontpage .dt-76-view-wrapper.evo-view-evo-news.evo-view-wrapper {
	background-color: transparent !important;
	padding-left: 4rem !important;
	padding-right: 4rem !important;
	max-width: 100%;
}

.paragraph--id--46 > div {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}

.paragraph--id--46 > div > div.w-100 {
	height: 30rem;
	overflow-y: hidden;
	border: 3px solid #a81e33;
	padding: 1rem !important;
}

.flex-column > .dt76-paragraph-col-3:nth-of-type(3) {
	padding-right: 1rem !important;
}

.flex-column > .dt76-paragraph-col-3:nth-of-type(1) {
	padding-left: 1rem !important;
}

.flex-column > .dt76-paragraph-col-3:nth-of-type(2) {
	margin-inline: 1.75rem;
}

.dt76-paragraph-evo-columns.paragraph--id--46 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.path-frontpage h2:hover, .path-frontpage h2:focus-visible {
	color: #a81e33 !important;
}

#card-title- span {
	font-weight: 700 !important;
}

.path-frontpage .dialog-off-canvas-main-canvas {
	background-image: url('/sites/evo-subsites/mikekennedy.house.gov/files/evo-media-image/brian-stevens-bjzwndqo1tw-unsplash.jpg');
	background-attachment: fixed;
	background-position: center;
	background-color: #372f5e;
	background-blend-mode: lighten;
}

.paragraph--id--46 .flex-column > .dt76-paragraph-col-3 {
	background-color: white;
}

.path-frontpage .card {
	border: 3px solid rgb(168, 30, 51);
}

div[class*="evo-office-locations-block"] > div > div .views-row {
	padding: 0;
}

#evo-static-map-wrapper {
	margin-top: 0;
}

.p-0.mt-2.border-top.flex-wrap.container-fluid.d-flex.evo-postscript {
	border-top: 3px solid #a81e33 !important;
}

.evo-footer-bottom.bg-dark {
	background-color: #a81e33 !important;
}

.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
	filter: hue-rotate(141deg) brightness(0.7);
}

.paragraph--id--41 {
	background-color: transparent;
}

.evo-footer .evo-view-evo-office-locations.evo-view-wrapper.dt76-view-wrapper {
	color: white;
	font-size: 0.9rem;
	line-height: 1.65;
}
.evo-footer .evo-view-evo-office-locations.evo-view-wrapper.dt76-view-wrapper .views-field-title a {
	font-size: 0.9rem;
	font-weight: 600 !important;
	color: white;
	text-transform: uppercase;
}
.evo-view-evo-office-locations.evo-view-wrapper.dt76-view-wrapper > div .views-row {
	max-width: 20rem;
}

.d-flex.flex-column.d-md-block.col-12.col-md-12.col-lg-9.evo-footer-right.px-0.px-md-1 {
	display: flex !important;
	justify-content: flex-start;
	padding-top: 0.75rem;
	padding-left: 3rem !important;
}

.evo-footer .dt76-default-bg {
	background-image: linear-gradient(to left, #150e34, #372f5e);
}

.dt76-paragraph-evo-view .more-link {
	margin-bottom: 0;
}

body .more-link a {
	font-weight: 700 !important;
}

body .dt-76-carousel-btn a {
	font-weight: 700 !important;
}

.border-2 {
	border-width: 1px !important;
}

.services-block {
	background-color: white;
}

.services-block {
	border-bottom: 3px solid #a81e33;
}

#views-evo-carousel-evo-feature-slider-block-feature-slider {
	position: relative;
	top: -1px;
	margin-bottom: -1px;
}

.evo-header {
	background-image: linear-gradient(to left,#150e34,#372f5e) !important;
}

.services-block, .newsletter-subscribe-section {
	background-color: unset;
	background-image: linear-gradient(to left,#150e34,#372f5e);
	border-top: none;
	border-bottom: none !important;
}

.services-item .services-icon {
	color: #fff !important;
}

.services-item:hover .services-icon {
	color: #a81e33 !important;
	text-decoration: none !important;
}

.services-item:hover .services-icon:hover {
	text-decoration: none !important;
}
.services-item .title {
	color: #fff !important;
	text-decoration: none !important;
}

.services-item:hover .title {
	color: #fff !important;
	text-decoration: none !important;
	opacity: 0.8;
}

.services-item:hover {
	text-decoration: none !important;
}

.path-frontpage .navbar.navbar-expand {
	background-color: transparent !important;
}

.path-frontpage .evo-main {
	position: relative;
	top: -13rem;
	margin-bottom: -13rem;
}

.path-frontpage .navbar.navbar-expand {
	background-color: transparent !important;
	border-top: none !important;
	border-bottom: none !important;
}

.path-frontpage .evo-header {
	position: relative;
	z-index: 2;
}

.path-frontpage .block.block--drupaltheme76-mikekennedy-branding img {
	filter: invert(1) brightness(200);
}

.path-frontpage .evo-navbar-right > .nav > .nav-item > .nav-link {
	color: white !important;
	border-top: 3px solid transparent;
}

.path-frontpage .evo-navbar-right > .nav > .nav-item > .nav-link:focus {
	text-decoration: none aliceblue;
	border-top: 3px solid #a81e33;
}

.path-frontpage .evo-navbar-right > .nav > .nav-item > .nav-link:hover {
	text-decoration: none aliceblue;
	border-top: 3px solid #a81e33;
}

ul[block*="_mainnavigation"] > li.nav-item > ul > li > .nav-link:hover {
	background-color: #f1f1f1;
}

ul[block*="_mainnavigation"] > li.nav-item > ul > li.cloned-header > .nav-link:hover {
	background-color: white;
}

.dt76-linear-gradient {
	background: linear-gradient(to top,#000,rgba(169,30,51,0.3));
}

.path-frontpage .evo-header {
	background-image: unset !important;
	border-bottom: none;
}

.path-frontpage .block--drupaltheme76-mikekennedy-solr-search-2 .dt-75-exposed-form {
	border: none;
}

@media (min-width: 47.9988rem) {
  .carousel img, .carousel video, .carousel iframe {
    height: 90vh;
    max-height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.path-frontpage.scrolled .navbar.navbar-expand {
	background-color: unset !important;
	background-image: linear-gradient(to left,#150e34,#372f5e) !important;
	border-top: none !important;
	border-bottom: none !important;
	transition: background-image 0.3s ease-in-out;
}

.block.block--evo-constituent-stats.block--drupaltheme76-mikekennedy-constituentstats {
	position: relative;
	background: unset;
	color: white;
	z-index: 3;
}

div[class*="block--evo-constituent-stats"] > div[class*="evo-constituent-stats"] { 
	justify-content: center;
	width: 100%;
	max-width: 100% !important;
	padding-left: 2rem;
	padding-right: 9rem;
}

div[class*="block--evo-constituent-stats"] > div[class*="evo-constituent-stats"] > div[class*="item"] .paragraph div[class*="stat-description"] {
	line-height: 1.25;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	position: relative;
	text-transform: uppercase;
	font-size: 0.80rem;
	font-weight: 500 !important;
}

div[class*="block--evo-constituent-stats"] > div[class*="evo-constituent-stats"] > div[class*="item"] .paragraph div[class*="stat-number"] {
	font-size: 2.5rem;
	line-height: 1;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	font-weight: 700 !important;
}

.dt76-paragraph-stats .px-0.py-0.dt-76-paragraph-column.paragraph__column {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

div[class*="block--evo-constituent-stats"] > div[class*="evo-constituent-stats"] > div[class*="item"]:nth-of-type(3) {
	max-widh: 14rem !important;
}

div[class*="block--evo-constituent-stats"] > div[class*="evo-constituent-stats"] > div[class*="item"]:nth-of-type(4) {
	min-width: 23rem !important;
}

div[class*="block--evo-constituent-stats"] > div[class*="evo-constituent-stats"] > div[class*="item"]:nth-of-type(1) {
	min-width: 17rem !important;
	position: relative;
	top: -5px;
}

.stats__field-stat-number {
	color: #eeca63;
}

.block--evo-constituent-stats {
	display: flex;
}

.stats__field-stat-description {
	color: #f6f6f6;
}

div[class*="block--evo-constituent-stats"] > div[class*="evo-constituent-stats"] > div[class*="item"] {
	-webkit-box-flex: 33%;
	flex: 33%;
}

div[class*="block--evo-constituent-stats"] > div[class*="evo-constituent-stats"] {
	padding-left: 3.25rem;
	padding-right: 3.25rem;
	flex-wrap: wrap;
}

.block.block--evo-constituent-stats.block--drupaltheme76-mikekennedy-constituentstats {
	position: relative;
	background: unset;
	color: #2d2551;
	z-index: 3;
	background-color: white;
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
	margin-left: 4rem;
	margin-right: 4rem;
	border: 3px solid #a81e33;
}

.stats__field-stat-description {
	color: #342c5a;
}

.stats__field-stat-number {
	color: #a81e33;
}

div[class*="block--evo-constituent-stats"] > div[class*="evo-constituent-stats"] > div[class*="item"] .paragraph div[class*="stat-number"] {
	font-size: 2rem;
}

.path-frontpage .block--drupaltheme76-mikekennedy-views-block--evo-feature-slider-block-feature-slider {
	border-bottom: 3px solid #a81e33;
}

.services-block, .newsletter-subscribe-section {
	border-top: 3px solid #a81e33;
	border-bottom: 3px solid #a81e33 !important;
}

.path-frontpage.scrolled .navbar.navbar-expand {
	border-bottom: 3px solid #a81e33 !important;
}

.border-top.evo-postscript-fourth.w-100.flex-fill.mr-auto {
	border-bottom: 3px solid #a81e33;
}

.dt76-paragraph-evo-view .more-link {
	margin-bottom: 3.5rem;
}

.path-frontpage .evo-view-evo-news {
	padding-top: 0.5rem !important;
}

body:not(.path-frontpage) .page__right__sidebar .nav {
	border-left: 0.125rem solid #a81e33 !important;
}

body:not(.path-frontpage) .navbar-light.sticky-top.w-100.py-0.navbar.navbar-expand.justify-content-between.bg-light.border-top.border-bottom.dt-76-navbar.pr-0.pr-md-5.pl-0.pl-md-5 {
	border-bottom: 3px solid #a81e33 !important;
}

.evo-footer body .evo-footer-left .navbar-brand img {
	max-width: 17rem;
}

@media(max-width: 85.625rem) {
	div[class*="block--evo-constituent-stats"] > div[class*="evo-constituent-stats"] > div[class*="item"] {
	-webkit-box-flex: 50%;
	flex: 50%;
}
.dt76-paragraph-stats .px-0.py-0.dt-76-paragraph-column.paragraph__column {
	justify-content: start;
}
}

@media(max-width: 70.625rem) {
	.pl-0.pl-md-0.d-flex.w-100 {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.path-frontpage .evo-main {
	top: -15rem;
	margin-bottom: -15rem;
}
div[class*="block--evo-constituent-stats"] > div[class*="evo-constituent-stats"] > div[class*="item"] {
	-webkit-box-flex: 50%;
	flex: 50%;
}
div[class*="block--evo-constituent-stats"] > div[class*="evo-constituent-stats"] {
	padding-left: 1rem;
	padding-right: 1rem;
}
.dt76-paragraph-stats .px-0.py-0.dt-76-paragraph-column.paragraph__column {
	justify-content: start;
}
.d-flex.flex-column.flex-lg-row.align-items-center.align-items-lg-start.justify-content-center.justify-content-lg-between.px-0.py-0.dt-76-paragraph-column.paragraph__column {
	flex-wrap: wrap;
	display: flex;
	justify-content: center !important;
}
.paragraph--id--46 .flex-column > .dt76-paragraph-col-3 {
	background-color: white;
	width: 50% !important;
	margin-bottom: 2rem;
}

.flex-column > .dt76-paragraph-col-3:nth-of-type(3) {
	margin-bottom: 0 !important;
}

.col-lg-3 {
	flex: 0 0 50% !important;
	max-width: 50% !important;
}

.paragraph--id--41 .views-row-evo-card.views-row.evo-views-row {
	margin-bottom: 2rem !important;
}

.col-12.col-md-12.col-lg-3.mb-3.mb-lg-0.evo-footer-left.px-0.px-md-1 {
	min-width: 100%;
}

body .evo-footer-left .navbar-brand img {
	width: 16rem;
}

.d-flex.flex-column.d-md-block.col-12.col-md-12.col-lg-9.evo-footer-right.px-0.px-md-1 {
	margin-top: 2rem;
	width: 100%;
	min-width: 100%;
	padding-left: 0 !important;
}

.evo-view-evo-office-locations, .evo-views-row-container {
	display: flex;
	flex: 1;
	flex-wrap: wrap !important;
}

.evo-footer .evo-view-evo-office-locations.evo-view-wrapper.dt76-view-wrapper > div .views-row {
	margin-bottom: 1.5rem;
}

.evo-view-evo-office-locations.evo-view-wrapper.dt76-view-wrapper > div {
	justify-content: space-around !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
}
}

@media(max-width: 62.5rem) {
	.evo-postscript div[block="drupaltheme76_mikekennedy_evo_office_locations_block_map"] {
	display: none;
}
.services-block, .newsletter-subscribe-section {
	padding-right: 4rem;
	padding-left: 4rem;
}
.services-block {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
div[class*="block--evo-constituent-stats"] > div[class*="evo-constituent-stats"] > div[class*="item"] {
	-webkit-box-flex: 100%;
	flex: 100%;
}
.col-lg-3 {
	flex: 0 0 100% !important;
	max-width: 100% !important;
}
ul[block*="_mainnavigation"] > li.nav-item > .nav-link {
	font-size: 0.6rem !important;
}
}
@media(max-width: 50.625rem) {
	.path-frontpage .evo-main {
	top: -18rem;
	margin-bottom: -18rem;
}
}
@media(max-width: 47.99875rem) {

.w-100.d-flex.evo-header.dt-76-header.flex-column.flex-md-row.align-items-center.pt-2.pb-2.pt-md-0.pb-md-0 {
	background-color: #342c5a;
	border-bottom: 3px solid #a81e33 !important;
}
.navbar-light.sticky-top.w-100.py-0.navbar.navbar-expand.justify-content-between.bg-white.border-top.border-bottom.dt-76-navbar.pr-0.pr-md-5.pl-0.pl-md-5 {
	background-color: unset;
	background-image: linear-gradient(to left,#150e34,#372f5e) !important;
}
.evo-navbar-right .nav-item.small.text-white.text-center.text-md-left {
	border-top: 1.5px solid white;
}
#views-evo-carousel-evo-feature-slider-block-feature-slider {
	top: -1px;
	margin-bottom: -1px;
}
body ul[block*="_mainnavigation"] > li.nav-item > .nav-link[aria-expanded="true"] {
	background-color: #a81e33 !important;
}
ul[block*="_mainnavigation"] > li.nav-item > .nav-link {
	font-size: 0.8rem !important;
}
.path-frontpage .evo-main {
	top: 0;
	margin-bottom: 0;
	border-top: 3px solid #a81e33 !important;
}
.services-block {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.evo-footer-bottom .nav.flex-column.flex-sm-row {
	flex-direction: column !important;
}
.evo-footer-bottom.bg-dark {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.block.block--evo-constituent-stats.block--drupaltheme76-mikekennedy-constituentstats {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}
.paragraph--id--46 .flex-column > .dt76-paragraph-col-3 {
	width: 100% !important;
}
.paragraph--id--46 > div {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.d-flex.flex-column.flex-lg-row.align-items-center.align-items-lg-start.justify-content-center.justify-content-lg-between.px-0.py-0.dt-76-paragraph-column.paragraph__column > div {
	margin-inline: 0 !important;
}
}

body .evo-footer-left .navbar-brand img {
	width: 17rem !important;
}

.newsletter-subscribe-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 4rem !important;
	margin-top: 2rem !important;
	text-align: center;
	color: white;
}

.nss-right {
	flex: 1;
}

.nss-right .homepage-h2--animated.homepage-h2--visible {
	color: white !important;
}

.path-frontpage .nss-right h2::before {
	background-image: unset !important;
	background-color: white !important;
}

.path-frontpage .nss-right h2::after {
	background-image: unset !important;
	background-color: white !important;
}

.btn.btn-secondary.subscribe-btn-nss {
	font-weight: 600 !important;
	font-size: 80%;
	margin-top: 2rem;
	padding-inline: 3rem;
}

.nss-right .homepage-h2--animated.homepage-h2--visible {
	color: white !important;
	margin-bottom: 1rem !important;
	font-size: 1.5rem !important;
	font-weight: 700 !important;
}

.nss-left img {
	border-left: 3px solid #a81e33;
}

@media(max-width: 68.125rem) {
	.newsletter-subscribe-section {
	flex-direction: column;
}
.nss-left img {
	border-left: 3px solid #a81e33;
	border-right: 3px solid #a81e33;
	border-bottom: 3px solid #a81e33;
	margin-bottom: 2rem;
}

.newsletter-subscribe-section {
	padding-bottom: 3.5rem;
}

.nss-right p {
	margin-top: 0.5rem;
}

.path-frontpage .nss-right h2::before {
	display: none !important;
}

.path-frontpage .nss-right h2::after {
	display: none !important;
}

.nss-right .homepage-h2--animated.homepage-h2--visible {
	line-height: 1.25;
}
}

body .page__content p a {
	font-weight: 900 !important;
}
