:root {
	--pageFrame: 1315px;
	--maxWidth: 2000px;
	--padLess: 3.75rem;
	--padNorm: 6.25em;
	--padMore: 8.4375rem;
}
/* ACCESSIBILITY */
.js-focus-visible .projects-grid-block .grid-item .focus-visible,
.js-focus-visible .project-category-container .focus-visible,
.js-focus-visible .service-category-container .focus-visible {
	/* border: 2px solid red; */
}
.page_frame {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--pageFrame);
	padding: 0 20px;
	width: 100%;
}
.page_frame--1400 > .page_frame {
	max-width: 1400px;
	padding: 0;
}
/* PADDING */
.block.padding-top__none,
.block.banner-padding-top__none {
	padding-top: 0;
}
.block.padding-bottom__none,
.block.banner-padding-bottom__none {
	padding-bottom: 0;
}
.block.padding-top__less,
.block.banner-padding-top__less {
	padding-top: var(--padLess);
}
.block.padding-top__normal {
	padding-top: var(--padNorm);
}
.block.banner-padding-top__less {
	padding-top: 4.6875rem;
}
.block.padding-top__more,
.block.banner-padding-top__normal {
	padding-top: var(--padMore);
}
.block.banner-padding-top__more {
	padding-top: 9.375rem;
}
.block.padding-bottom__less {
	padding-bottom: var(--padLess);
}
.block.banner-padding-bottom__less {
	padding-bottom: 4.6875rem;
}
.block.padding-bottom__normal {
	padding-bottom: var(--padNorm);
}
.block.padding-bottom__more,
.block.banner-padding-bottom__normal {
	padding-bottom: var(--padMore);
}
.block.banner-padding-bottom__more {
	padding-bottom: 9.375rem;
}
@media only screen and (max-width: 768px) {
	.block.padding-top__less {
		padding-top: 2.5rem;
	}
	.block.padding-top__normal,
	.block.banner-padding-top__less {
		padding-top: 3.75em;
	}
	.block.padding-top__more,
	.block.banner-padding-top__normal {
		padding-top: 4.6875em;
	}
	.block.banner-padding-top__more {
		padding-top: 5rem;
	}
	.block.padding-bottom__less {
		padding-bottom: 2.5rem;
	}
	.block.padding-bottom__normal,
	.block.banner-padding-bottom__less {
		padding-bottom: 3.75em;
	}
	.block.padding-bottom__more,
	.block.banner-padding-bottom__normal {
		padding-bottom: 4.6875em;
	}
	.block.banner-padding-bottom__more {
		padding-bottom: 5rem;
	}
}
/*---------------THEMES + BACKGROUNDS---------------*/
.block.bg-color__black,
.button-bg-color__black .faq-dropdown__button,
.button-bg-color__black .faq-dropdown,
.block.parallax__yes.bg-color__black .block__bg-img,
.text-area-bg-color__black .pop-box,
.story_block_full.block-style__split.text-area-bg-color__black,
.story_panel.text-area-bg-color__black:not(.box-style__outline) .col-2 {
	background-color: #000;
}
.story_panel.text-area-bg-color__black.box-style__outline .col-2 {
	border-color: #000;
}
.block.bg-color__white,
.button-bg-color__white .faq-dropdown__button,
.button-bg-color__white .faq-dropdown,
.block.parallax__yes.bg-color__white .block__bg-img,
.text-area-bg-color__white .pop-box,
.story_block_full.block-style__split.text-area-bg-color__white,
.story_panel.text-area-bg-color__white:not(.box-style__outline) .col-2 {
	background-color: #fff;
}
.story_panel.text-area-bg-color__white.box-style__outline .col-2 {
	border-color: #fff;
}
.button-bg-color__light-gray .faq-dropdown__button,
.button-bg-color__light-gray .faq-dropdown {
	background-color: #f8f8f8;
}
.block.bg-color__dark,
.button-bg-color__dark .faq-dropdown__button,
.button-bg-color__dark .faq-dropdown,
.block.parallax__yes.bg-color__dark .block__bg-img,
.text-area-bg-color__dark .pop-box,
.story_block_full.block-style__split.text-area-bg-color__dark,
.story_panel.text-area-bg-color__dark:not(.box-style__outline) .col-2 {
	background-color: #0f0f0f;
}
.story_panel.text-area-bg-color__dark.box-style__outline .col-2 {
	border-color: #0f0f0f;
}
.light-bg .text,
.light-button-bg .faq-dropdown,
.light-button-bg .faq-dropdown .text,
.story_panel.block.light-text-area:not(.box-style__outline) .col-2 .text,
.block.light-text-area .pop-box .text,
.light-bg .text .btn-style__blank {
	color: var(--textDark);
}
.dark-bg .text,
.dark-button-bg .faq-dropdown__button,
.dark-button-bg .faq-dropdown,
.dark-button-bg .faq-dropdown .text,
.story_panel.block.dark-text-area:not(.box-style__outline) .col-2 .text,
.block.dark-text-area .pop-box .text,
.dark-bg .text .btn-style__blank {
	color: var(--textLight);
}
.block.has-mobile-bg > .block__bg-img .img-frame:last-child {
	display: none;
}
@media only screen and (max-width: 768px) {
	.block.mobile-bg-color__black {
		background-color: #000;
	}
	.block.mobile-bg-color__white {
		background-color: #fff;
	}
	.block.mobile-bg-color__dark {
		background-color: var(--grayBlack);
	}
	.block.mobile-light-bg .text {
		color: var(--textDark);
	}
	.block.mobile-dark-bg .text {
		color: var(--textLight);
	}
	.block.mobile-background-image-opacity__light > .block__bg-img {
		opacity: 0.3;
	}
	.block.mobile-background-image-opacity__medium > .block__bg-img {
		opacity: 0.5;
	}
	.block.mobile-background-image-opacity__strong > .block__bg-img {
		opacity: 0.7;
	}
	.block.mobile-background-image-opacity__full > .block__bg-img {
		opacity: 1;
	}
	.block.mobile-background-position__top > .block__bg-img img {
		-o-object-position: top;
		object-position: top;
	}
	.block.mobile-background-position__middle > .block__bg-img img {
		-o-object-position: center;
		object-position: center;
	}
	.block.mobile-background-position__bottom > .block__bg-img img {
		-o-object-position: bottom;
		object-position: bottom;
	}
	.block.has-mobile-bg {
		background-image: none !important;
	}
	.block.has-mobile-bg > .block__bg-img .img-frame:first-child {
		display: none;
	}
	.block.has-mobile-bg > .block__bg-img .img-frame:last-child {
		display: block;
	}
}
/* @media only screen and (max-width: 1000px) {
	.block.parallax__yes {
		background-image: none !important;
	}
	.block.has-video .vid-bg-player .player {
		display: none;
	}
}
/* @media only screen and (min-width: 1000px) {
	.block.has-video > .block__bg-img .img-frame:first-child {
		display: none;
	}
} */
*/
/*---------------OVERLAYS---------------*/
:not(.parallax__yes) .block__bg-img.olay-before,
:not(.parallax__yes) .block__bg-img.olay-after,
.block.olay-img-before:not(.parallax__yes) .block__bg-img,
.block.olay-img-after:not(.parallax__yes) .block__bg-img {
	overflow: hidden;
}
.olay-before::before,
.olay-after::after,
.olay-img-before .block__bg-img::before,
.olay-img-after .block__bg-img::after {
	content: "";
	height: calc(100% + 1px);
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
}
/* If first block then let header take over other gradient */
main > article > .entry-content > section:first-child .olay--hp-hero:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(47.51%, rgba(0, 0, 0, 0)), color-stop(81.86%, rgba(0, 0, 0, 0.6)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.51%, rgba(0, 0, 0, 0.6) 81.86%);
}
.olay--hp-hero:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(47.51%, rgba(0, 0, 0, 0)), color-stop(81.86%, rgba(0, 0, 0, 0.6))),
		-webkit-gradient(linear, left top, left bottom, color-stop(8.17%, rgba(0, 0, 0, 0.5)), color-stop(37.98%, rgba(0, 0, 0, 0))),
		-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.51%, rgba(0, 0, 0, 0.6) 81.86%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.5) 8.17%, rgba(0, 0, 0, 0) 37.98%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
main > article > .entry-content > section.block-style__alt:first-child .olay--hp-hero:after,
.block_type__site-hero.block-style__alt .olay--hp-hero:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7.16%, #0f0f0f), color-stop(73.47%, rgba(15, 15, 15, 0)));
	background: linear-gradient(180deg, #0f0f0f 7.16%, rgba(15, 15, 15, 0) 73.47%);
	background-blend-mode: normal;
}
.olay--site-cta {
	background: -webkit-gradient(linear, left top, left bottom, from(#0f0f0f), color-stop(66.52%, rgba(15, 15, 15, 0)));
	background: linear-gradient(180deg, #0f0f0f 0%, rgba(15, 15, 15, 0) 66.52%);
	background-blend-mode: normal, screen;
}
.olay--location-cta {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(27.88%, #0f0f0f), color-stop(97.76%, rgba(15, 15, 15, 0)));
	background: linear-gradient(180deg, #0f0f0f 27.88%, rgba(15, 15, 15, 0) 97.76%);
	background-blend-mode: normal, screen;
}
.olay--testimonial-slider-top {
	background: -webkit-gradient(linear, left top, left bottom, from(#0f0f0f), color-stop(66.52%, rgba(15, 15, 15, 0)));
	background: linear-gradient(180deg, #0f0f0f 0%, rgba(15, 15, 15, 0) 66.52%);
	background-blend-mode: normal, normal, normal, screen;
}
.olay--testimonial-slider-bottom {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80.81%, rgba(0, 0, 0, 0.5)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80.81%);
}
.olay--vendor-block {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30.05%, #0f0f0f), color-stop(67.74%, rgba(15, 15, 15, 0)));
	background: linear-gradient(180deg, #0f0f0f 30.05%, rgba(15, 15, 15, 0) 67.74%);
	background-blend-mode: normal, screen;
}
/* ACCENT STYLING */
html body .block .accent-color {
	color: var(--accent);
}
html body .block .accent-container {
	background-color: var(--accent);
	color: var(--textLight);
	padding: 25px 25px 25px 40px;
}
html body .block .accent-container .text {
	color: var(--textLight);
}
.accent-container__title {
	position: relative;
}
.accent-container__title:before {
	background-color: var(--textLight);
	bottom: 6px;
	content: "";
	height: calc(100% + 32px);
	left: -14px;
	position: absolute;
	width: 1px;
}
/*-----------------------BLOCKS---------------------*/
.block div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
main .entry-content > section:first-child > .page_frame {
	/* padding-top: 120px; */
	padding-top: 13rem;
	z-index: 2;
}
.block_type__border-block + section.padding-top__none {
	padding-top: 50px;
}
.block.no-col-pad .all-cols-wrap > div[class^="col"] {
	padding: 0;
}
.block.narrow-content__most .all-cols-wrap {
	margin: 0 auto;
	max-width: 695px;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.full-img img,
.full-video video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.full-video iframe {
	height: 105%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 225%;
}
.mb0-last > *:last-child,
.public .margin-bottom-0 > *,
.public .text .mb0-self {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.flex-wrap-mobile {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	main .entry-content > section:first-child > .page_frame {
		padding-top: 60px;
	}
}
/*---------------HP HERO  -----------*/
html body .block_type__hp-hero {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 58vw;
	min-width: 100%;
}
.hp-hero__text {
	/* text-align: center; */
	text-transform: uppercase;
}
.block .hp-hero__text h1 {
	line-height: 0.8em;
}
.block .hp-hero__text span {
	display: inline-block;
}
.hp-hero__text.normal {
	text-transform: none;
}
.hp-hero__cycle-text-container span.text,
.hp-hero__bottom-text {
	opacity: 1;
	-webkit-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.cycle-text-container {
	display: inline-block;
	max-width: 100%;
	width: auto;
}
.hp-hero__cycle-text {
	display: block;
}
.cycle-text-container {
	max-height: 0.8em;
	overflow: hidden;
	position: relative;
	top: 7px;
}
/* Note these need to be relative units to match font size changes */
span.hp-hero__cycle-text {
	position: relative;
	top: -0.25em;
	text-align: left;
	-webkit-transform: translateY(calc(-100% + 1.26em));
	transform: translateY(calc(-100% + 1.26em));
	-webkit-transition: -webkit-transform ease-out;
	transition: -webkit-transform ease-out;
	transition: transform ease-out;
	transition: transform ease-out, -webkit-transform ease-out;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.hp-hero__cycle-text span {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 0.23em 0;
	text-transform: uppercase;
}
/* OPTIONS */
.flair.simple {
	background-image: url(/wp-content/themes/pump_dynamics/assets/images/icon_arrow-down.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 20px;
	margin: 30px auto 0 auto;
	width: 40px;
}
@media only screen and (max-width: 639px) {
	html body .block_type__hp-hero .all-cols-wrap,
	span.hp-hero__cycle-text {
		text-align: center;
	}
	.cycle-text-container {
		display: block;
	}
}
@media only screen and (min-width: 1800px) {
	html body .block_type__hp-hero {
		height: 58vw;
		max-height: 940px;
		min-height: 0;
	}
}
/*---------------SITE HERO  -----------*/
html body .block_type__site-hero {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 44.5vw;
}
/* OPTIONS */
html body .block_type__site-hero.block-style__alt {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 465px;
}
html body .block_type__site-hero.block-style__alt > .page_frame {
	padding-top: 100px;
}
.block_type__site-hero.block-style__alt .block__bg-img {
	opacity: 0.12;
}
.block_type__site-hero.block-style__alt .block__bg-img img {
	filter: grayscale(1);
	mix-blend-mode: screen;
}
@media only screen and (min-width: 1800px) {
	html body .block_type__site-hero {
		height: 44.5vw;
		min-height: 0px;
		max-height: 860px;
	}
	html body .block_type__site-hero.block-style__alt {
		height: auto;
	}
}
/*---------------BORDER BLOCK -----------*/
.block_type__border-block {
	height: 0;
	position: relative;
	width: 100%;
	z-index: 5;
}
.block_type__border-block .border {
	background-image: url(/wp-content/themes/pump_dynamics/assets/images/border_light.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	height: 60px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
.block_type__border-block.border-type__dark .border {
	background-image: url(/wp-content/themes/pump_dynamics/assets/images/border_dark.png);
}
@media only screen and (min-width: 768px) {
	.block_type__border-block .border {
		height: 145px;
	}
}
/*---------------INFO CARDS -----------*/
.info-cards__cards {
	margin: 0 -12px;
}
.info-cards__card {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 100vw;
	max-height: 485px;
	margin: 12px;
	padding: 0 20px;
	width: calc(100% - 24px);
}
.info-cards__card-bg {
	max-height: calc(100% - 25px);
}
.info-cards__card-title {
	padding-left: 15px;
	padding-right: 20px;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}
html body .block h2.info-cards__card-title {
	color: var(--textLight);
	font-size: 2.25rem;
	margin-bottom: 0px;
	-webkit-text-stroke: 0;
	text-transform: uppercase;
}
.info-cards__card-title-container {
	width: 100%;
}
.has-link .info-cards__card-title-container:after {
	background-image: url(/wp-content/themes/pump_dynamics/assets/images/icon_arrow-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 25px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(-20px, -50%);
	transform: translate(-20px, -50%);
	-webkit-transition: all ease 400ms;
	transition: all ease 400ms;
	width: 12.5px;
}
.has-link.active .info-cards__card-title-container:after {
	opacity: 1;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
/* .has-link .accent-card__content-container, */
.post-type-grid .accent-card__content-container {
	transition: background-color 400ms ease;
}
/* .has-link.active .accent-card__content-container, */
.post-type-grid .accent-card:hover .accent-card__content-container,
.post-type-grid .accent-card:focus .accent-card__content-container {
	background-color: var(--blue);
}
.info-cards__hidden-content {
	padding-top: 16px;
}
html body .block .info-cards__hidden-content p {
	font-size: 1rem;
	font-weight: 500;
}
@media only screen and (min-width: 768px) {
	.block [data-count="2"] .info-cards__card,
	.info-cards__card {
		max-width: calc(50% - 24px);
	}
}
@media only screen and (min-width: 1120px) {
	.info-cards__card {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: calc(33.333% - 24px);
	}
}
@media only screen and (hover: none) {
	.has-link .info-cards__card-title-container:after {
		opacity: 1;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.info-cards__hidden-content {
		display: block !important;
	}
}
/*---------------KEY POINTS -----------*/
.key-points__columns {
	margin: 0 -5px;
}
.key-points__container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 10px 5px;
	max-width: calc(100% - 10px);
}
html body .block .key-points__point-title {
	margin-bottom: 7px;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
	.key-points__container {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}
/*--------------- SITE CTA -----------*/
.block_type__site-cta > .block__bg-img img {
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
	opacity: 0.12;
}
.block_type__site-cta > .page_frame {
	max-width: 1048px;
}
.block_type__site-cta .all-cols-wrap {
	text-align: center;
}
.site-cta__group-text-container {
	margin-bottom: 50px;
}
.site-cta__group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
html body .block p.site-cta__group-text {
	font-family: "Texta Medium", sans-serif;
	font-size: 0.9375rem;
	margin-bottom: 0;
}
.site-cta__text-group-prefix {
	color: var(--accent);
	font-family: "Texta Heavy", sans-serif;
	margin-right: 6px;
	text-transform: uppercase;
}
.site-cta__text-group-word {
	color: var(--grayLight);
	padding: 0 12px;
	position: relative;
	text-transform: uppercase;
}
.cta__icon-group {
	margin-bottom: 38px;
}
.cta__icon-container {
	max-width: 101px;
	margin: 0 7px;
	width: 100%;
}
.cta__icon {
	display: block;
	height: 51px;
	margin: 0 auto 10px auto;
	width: 51px;
}
.cta__icon .img-frame {
	height: 100%;
	width: 100%;
}
.cta__icon img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}
html body .block p.cta__icon-title {
	font-family: "Texta Heavy", sans-serif;
	font-size: 0.8125rem;
	text-align: center;
	text-transform: uppercase;
}
/* OPTIONS */
.block_type__site-cta .flair.logo {
	background-image: url(/wp-content/themes/pump_dynamics/assets/images/flair_logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 110px;
	margin: 0 auto 20px auto;
	width: 118px;
}
@media only screen and (min-width: 768px) {
	.site-cta__group-text {
		display: block;
	}
	.site-cta__text-group-word:not(:nth-child(2)):before {
		background-color: rgba(255, 255, 255, 0.16);
		content: "";
		display: inline-block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 1px;
	}
	.cta__icon-container {
		max-width: 140px;
	}
	.cta__icon {
		height: 73px;
		margin: 0 auto 20px auto;
		width: 73px;
	}
	html body .block p.cta__icon-title {
		font-size: 1.25rem;
	}
}
/*--------------- LOCATION CTA -----------*/
.block_type__location-cta > .block__bg-img img {
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
	opacity: 0.05;
}
.block_type__location-cta .all-cols-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block_type__location-cta .col {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	position: relative;
}
.block_type__location-cta .col-1,
.block_type__location-cta .col-2 {
	width: 100%;
}
.block_type__location-cta .col-2 {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.block_type__location-cta .location-cta__text {
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	.block_type__location-cta .col {
		margin-bottom: 0;
	}
	html body .block_type__location-cta p.cta__icon-title {
		font-size: 1.125rem;
	}
	.location-cta__icon {
		margin-bottom: 10px;
		max-height: 59px;
		max-width: 59px;
	}
}
@media only screen and (min-width: 1024px) {
	.block_type__location-cta .all-cols-wrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.block_type__location-cta .col-1 {
		padding-left: 0;
		max-width: 66.43%;
		padding-right: 3.9%;
	}
	.block_type__location-cta .col-1:after {
		background-color: currentColor;
		content: "";
		height: 100%;
		opacity: 0.12;
		position: absolute;
		right: 0;
		top: 0;
		width: 1px;
	}
	.block_type__location-cta .col-2 {
		max-width: 429px;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		padding-left: 3.9%;
		padding-right: 0;
	}
}
/*--------------- DYNAMIC STORY BLOCK -----------*/
.dynamic-story__row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin: 22px 0;
	position: relative;
	width: 100%;
}
.dynamic-story__row-image,
.start-right .dynamic-story__row:nth-child(even) .dynamic-story__row-image {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
	height: 100vw;
	margin-bottom: -70px;
	max-height: 340px;
	position: relative;
	width: 100%;
}
.dynamic-story__row:nth-child(even) .dynamic-story__row-image,
.start-right .dynamic-story__row .dynamic-story__row-image {
	-webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	left: 0;
	right: auto;
}
.dynamic-story__text-container,
.start-right .dynamic-story__row:nth-child(even) .dynamic-story__text-container {
	background-color: rgba(116, 192, 68, 0.97);
	margin: 0 20px;
	max-width: calc(100% - 40px);
	padding: 24px 20px;
	width: 100%;
}
html body .dynamic-story__text-container p {
	font-size: 1.25rem;
}
html body .block p.dynamic-story__number {
	font-family: "Texta Light", sans-serif;
	font-size: 0.9375rem;
	line-height: 1em;
	margin-bottom: 0;
}
html body .block .dynamic-story__text-container .text {
	color: var(--textLight);
}
.block .dynamic-story__text-container .button {
	background-color: #fff;
	color: var(--accent);
	font-size: 1rem;
	padding: 11px 25px;
}
.block .dynamic-story__text-container .button:hover,
.block .dynamic-story__text-container .button:focus {
	color: var(--textLight);
}
@media only screen and (min-width: 768px) {
	.dynamic-story__row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		min-height: 840px;
		margin: 0;
		padding: 40px 0;
	}
	.dynamic-story__row-image,
	.start-right .dynamic-story__row:nth-child(even) .dynamic-story__row-image {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
		height: 100%;
		left: auto;
		max-height: 100%;
		margin-bottom: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 69%;
	}
	.dynamic-story__row:nth-child(even) .dynamic-story__row-image,
	.start-right .dynamic-story__row .dynamic-story__row-image {
		-webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
		left: 0;
		right: auto;
	}
	html body .block p.dynamic-story__number {
		font-size: 2.25rem;
		margin-bottom: -5px;
	}
	.dynamic-story__text-container,
	.start-right .dynamic-story__row:nth-child(even) .dynamic-story__text-container {
		margin-left: 5.4%;
		margin-right: auto;
		max-width: 495px;
		padding: 60px 37px;
	}
	.dynamic-story__row:nth-child(even) .dynamic-story__text-container,
	.start-right .dynamic-story__row:nth-child(odd) .dynamic-story__text-container {
		margin-left: auto;
		margin-right: 5.4%;
	}
}
@media only screen and (max-width: 767px) {
	html body .block .dynamic-story__text-container .text h3 {
		font-size: 1.5rem;
		margin-bottom: 12px;
	}
	html body .block .dynamic-story__text-container .text p {
		font-size: 1.125rem;
	}
}
/*--------------- CENTERED CTA -----------*/
.block.one-column-cta.flair__true > .block__bg-img:after {
	aspect-ratio: 1.07;
	background-image: url(/wp-content/themes/pump_dynamics/assets/images/flair_logo-dark.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	-webkit-filter: invert(1);
	filter: invert(1);
	height: 296px;
	left: 50%;
	max-height: 100%;
	opacity: 0.1;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 317px;
}
.block.one-column-cta.light-bg.flair__true > .block__bg-img:after {
	-webkit-filter: invert(0);
	filter: invert(0);
	opacity: 0.05;
}
@media only screen and (min-width: 768px) {
	.block.one-column-cta .all-cols-wrap .col {
		margin-bottom: 0;
	}
}
/*--------------- LATEST NEWS -----------*/
.block_type__latest-news > .page_frame {
	max-width: 1040px;
}
.latest-news__title {
	margin-bottom: 48px;
}
.latest-news__posts-container {
	margin: 0 -25px;
}
.latest-news__post {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 25px 20px;
	max-width: calc(100% - 40px);
}
.block_type__latest-news .post__image {
	height: 100vw;
	max-height: 251px;
	position: relative;
	width: 100%;
}
.block_type__latest-news .post__content {
	padding: 18px 20px 10px 40px;
	position: relative;
}
.block_type__latest-news .post__content:before {
	background-color: var(--accent);
	bottom: 10px;
	content: "";
	left: 20px;
	height: 100%;
	position: absolute;
	width: 1px;
}
.block_type__latest-news .post__title-link {
	color: var(--textLight);
	text-decoration: none;
}
.block_type__latest-news.light-bg .post__title-link {
	color: var(--textDark);
}
.block_type__latest-news .post__title {
	font-family: "Texta Heavy", sans-serif;
	font-size: 1.6875rem;
	margin-bottom: 14px;
}
.block_type__latest-news .post__excerpt {
	font-size: 1rem;
}
.block_type__latest-news .post__read-more {
	color: var(--accent);
	font-family: "Texta Heavy", sans-serif;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
	.latest-news__post {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0 25px;
	}
	.block_type__latest-news .post__image {
		max-height: 358px;
	}
	.block_type__latest-news .post__excerpt {
		font-size: 1.125rem;
	}
}
/*--------------- LATEST NEWS ALT -----------*/
.block_type__latest-news.alt > .page_frame {
	max-width: var(--pageFrame);
}
.block_type__latest-news.alt .all-cols-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block_type__latest-news.alt .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.block_type__latest-news.alt .col-1 {
	margin-bottom: 20px;
	width: 100%;
}
.alt .latest-news__posts-container {
	margin: 0 -18px 20px -18px;
}
.alt .latest-news__post {
	margin: 0 18px;
}
.block_type__latest-news.alt .col-2 {
	max-width: 345px;
	width: 100%;
}
.block_type__latest-news.alt .col-2 .button {
	margin-left: 0;
}
.latest-news-alt__title h2 {
	text-transform: uppercase;
}
html body .block .latest-news-alt__link {
	background-color: #fff;
	color: var(--textDark);
	margin-bottom: 8px;
	padding: 13px 16px;
}
.latest-news-alt__link-icon {
	margin-right: 10px;
	max-height: 22px;
	max-width: 16px;
}
.latest-news-alt__link-title {
	font-size: 1.25rem;
}
html body .block .latest-news-alt__button {
	margin-top: 16px;
	font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
	.block_type__latest-news.alt .all-cols-wrap {
		margin: 0 -20px;
	}
}
@media only screen and (min-width: 1024px) {
	.block_type__latest-news.alt .col-1 {
		max-width: 72.32%;
	}
}
/*--------------- TESTIMONIAL SLIDER -----------*/
html body .block .testimonial-slider__author-name {
	font-family: "Texta Heavy", sans-serif;
	font-size: 1.3125rem;
	margin-bottom: 9px;
	text-transform: uppercase;
}
.testimonial-slider .slide-inner {
	display: block;
	margin: 0 auto;
	max-width: 887px;
	text-align: center;
}
.slide-content-width__large .testimonial-slider .slide-inner {
	max-width: 1060px;
}
.testimonial-slider-block .slide .text {
	max-width: 100%;
}
html body .block .testimonial-slider__author-title {
	font-family: "Texta Book", sans-serif;
	font-size: 0.875rem;
	font-style: italic;
	margin-bottom: 5px;
	text-transform: uppercase;
}
html body .block .testimonial-slider__author-company {
	font-family: "Texta Bold", sans-serif;
	font-size: 0.875rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.block .testimonial-slider.slick-dotted {
	margin-bottom: 64px;
}
.testimonial-slider .slick-dots li {
	height: 14px;
	margin: 0 5px;
	width: 18px;
}
.testimonial-slider .slick-dots li button {
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid var(--textLight);
	border-radius: 50%;
	height: 14px;
	width: 18px;
}
.block .testimonial-slider__button {
	margin: 20px auto 0 auto;
}
.light-bg .testimonial-slider .slick-dots li button {
	border-color: var(--textDark);
}
.testimonial-slider .slick-dots li.slick-active button {
	background-color: var(--accent);
}
.testimonial-slider .slick-dots li button:before {
	display: none;
}
/* OPTIONS */
.has-gradient .testimonial-slider .slide-inner > * {
	color: var(--textLight);
}
/*--------------- SERVICES BLOCK -----------*/
.block_type__services-block > .page_frame {
	max-width: 1060px;
}
.block_type__services-block .col-1 {
	width: 100%;
}
html body .block .services-block__industries-title {
	margin-bottom: 8px;
}
.services-block__industry-row {
	padding: 8px 0;
	position: relative;
	width: 100%;
}
.services-block__industry-row:not(:last-child):after {
	background-color: currentColor;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	opacity: 0.1;
	position: absolute;
	width: 100%;
}
.services-block__industry-row svg {
	margin-right: 8px;
	max-width: 34px;
	width: 100%;
}
.light-bg .services-block__industry-row svg .invert {
	/* Cannot use filter on svg children in safari b/c safari is terrible */
	/* -webkit-filter: invert(1);
	filter: invert(1); */
	fill: #000;
}
.services-block__industry-row span {
	font-size: 1.125rem;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
	.block_type__services-block .all-cols-wrap {
		margin: 0 -20px;
	}
	.block_type__services-block .col-1 {
		max-width: 69.45%;
	}
	.block_type__services-block .industries-col {
		max-width: 305px;
	}
}
@media only screen and (max-width: 767px) {
	.mobile-light-bg .services-block__industry-row svg .invert {
		/* -webkit-filter: invert(1);
		filter: invert(1); */
		fill: #000;
	}
}
/* ---------- FAQS ----------- */
.faqs-block .all-cols-wrap {
	display: block;
	margin: 0 auto;
	max-width: 760px;
}
.faqs-top-section {
	text-align: center;
}
.faq-dropdown {
	margin: 4px 0;
	padding-bottom: 11px;
}
.faq-dropdown__button {
	padding: 25px 44px 14px 44px;
	margin: 0;
}
.faq-dropdown__button::before {
	color: var(--accent);
	content: "\002B";
	display: inline-block;
	font-size: 1.5rem;
	font-weight: normal;
	left: 20px;
	position: absolute;
	top: 24px;
}
.faq-dropdown__button.active::before {
	content: "\2212";
}
.faq-dropdown__button::after {
	display: none;
}
.faq-dropdown__content {
	padding: 0 44px;
}
@media only screen and (min-width: 640px) {
	.faq-dropdown__content {
		margin-top: -7px;
	}
}
/* HR */
hr.wp-block-separator {
	border-width: 1px;
	color: #dfdfdf;
	left: 50%;
	max-width: 1276px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 5;
}
/* ---------- LOGOS----------- */
/* .block .grid--logos {
	column-gap: 10px;
	grid-template-columns: repeat(auto-fit, 196px);
	margin-bottom: 0;
	row-gap: 10px;
} */
.block .grid--logos {
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	row-gap: 0;
}
.block .grid--logos .img-frame {
	margin: 5px;
	max-width: calc(50% - 10px);
	width: 100%;
}
.grid--logos .img-frame img {
	margin-bottom: 0px;
}
@media only screen and (min-width: 480px) {
	.block .grid--logos .img-frame {
		max-width: calc(33.333% - 10px);
	}
}
@media only screen and (min-width: 640px) {
	.block .grid--logos .img-frame {
		max-width: calc(25% - 10px);
	}
}
@media only screen and (min-width: 768px) {
	.block .grid--logos .img-frame {
		max-width: calc(20% - 10px);
	}
}
@media only screen and (min-width: 1024px) {
	.block .grid--logos .img-frame {
		max-width: calc(16.667% - 10px);
	}
}
/* ---------- CENTERED CTA  ----------- */
.block.one-column-cta .text img {
	margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
	.two_col_content .all-cols-wrap .col {
		margin-bottom: 0;
	}
	.two_col_content.big_left .all-cols-wrap {
		padding-left: 0;
	}
	.block_type__2-column-bigright .all-cols-wrap .col-2,
	.two_col_content.big_right .all-cols-wrap .col-2,
	.block_type__2-column-bigleft .all-cols-wrap .col-1,
	.two_col_content.big_left .all-cols-wrap .col-1 {
		width: 51.5%;
	}
	.block_type__2-column-bigright .all-cols-wrap .col-1,
	.two_col_content.big_right .all-cols-wrap .col-1,
	.block_type__2-column-bigleft .all-cols-wrap .col-2,
	.two_col_content.big_left .all-cols-wrap .col-2 {
		width: 47%;
	}
}
/* ---------- ICON CARDS ----------- */
.block_type__icon-cards .icon-cards__cards {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.icon-cards__cards {
	margin: 0 -6px;
}
html body .block .icon-cards__card {
	background-color: var(--grayBlack);
	color: var(--textLight);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 6px;
	max-width: calc(100% - 12px);
	padding: 40px 24px 60px 24px;
	text-align: center;
}
.icon-cards__card-icon img {
	display: block;
	margin: 0 auto 10px auto;
	max-height: 64px;
}
html body .block .icon-cards__card-title {
	color: currentColor;
	-webkit-text-stroke: 0;
	font-size: 1.5rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}
html body .block .icon-cards__content p {
	font-family: "Texta Regular", sans-serif;
	font-size: 1rem;
}
/* OPTIONS */
html body .block.dark-bg .icon-cards__card,
html body .block.dark-bg .icon-cards__card .text {
	background-color: #fff;
	color: var(--textDark);
}
html body .block.light-bg .icon-cards__card,
html body .block.light-bg .icon-cards__card .text {
	color: var(--textLight);
}
@media only screen and (min-width: 1024px) {
	.block_type__icon-cards .icon-cards__cards {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	html body .block .icon-cards__card {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	html body .block .icon-cards__card-title {
		font-size: 2.25rem;
	}
}
/* ------------ RELATED CONTENT ---------- */
.block.block_type__related-content .all-cols-wrap .col {
	margin-bottom: 0;
}
.related-content__title {
	text-align: center;
}
.block_type__related-content .accent-card:hover .accent-card__content-container,
.block_type__related-content .accent-card:focus-within .accent-card__content-container {
	background-color: var(--blue);
}
@media only screen and (min-width: 640px) {
	.block_type__related-content .accent-card {
		max-width: calc(50% - 24px);
	}
}
@media only screen and (min-width: 1024px) {
	.block_type__related-content .accent-card {
		max-width: calc(33.333% - 24px);
	}
}
/* ------------ ACCENT CARD STYLING---------- */
.accent-cards__container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.accent-card {
	height: 50vw;
	max-height: 485px;
	margin: 12px;
	padding: 0 20px;
	width: 100%;
}
.accent-card__card-bg {
	max-height: calc(100% - 25px);
}
.accent-card__content-container {
	background-color: rgba(116, 192, 68, 0.95);
	color: var(--textLight);
	padding: 25px;
	text-align: left;
	transition: background-color 400ms ease;
	width: 100%;
}
.accent-card__content-container.vendor {
	background-color: transparent;
	padding-top: 15px;
	padding-right: 0;
}
.accent-card__card-title {
	padding-left: 15px;
	padding-right: 20px;
}
.accent-card__content-container.vendor .accent-card__card-title {
	padding-right: 0;
}
html body .block h2.accent-card__card-title {
	color: var(--textLight);
	font-size: 1.125rem;
	margin-bottom: 0px;
	-webkit-text-stroke: 0;
	text-transform: uppercase;
}
html body .block.case-studies h2.accent-card__card-title {
	font-family: "Texta Regular", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: none;
}
.accent-card__card-title:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: calc(100% + 32px);
	left: 0;
	position: absolute;
	width: 1px;
}
.vendor .accent-card__card-title:before {
	background-color: var(--green);
}
.accent-card__card-title-container {
	width: 100%;
}
@media only screen and (min-width: 1024px) {
	.accent-card {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	html body .block h2.accent-card__card-title {
		font-size: 1.5rem;
	}
	html body .block.case-studies h2.accent-card__card-title {
		font-size: 1.875rem;
	}
}
/* ------------ VENDOR BLOCK ---------- */
body.single-vendors .entry-content > section:first-child > .page_frame {
	padding-top: 60px;
}
.block_type__vendor-block > .block__bg-img img {
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
	opacity: 0.12;
}
.block_type__vendor-block > .page_frame {
	max-width: 1248px;
}
.vendor-block__top-section {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px 20px -20px;
}
.vendor-block__top-section > div {
	padding: 0 20px;
	width: 100%;
}
.vendor-block__main-info {
	margin-bottom: 20px;
}
.block .vendor-block__sub-title,
.block .vendor-block__industries-title {
	color: var(--green);
}
html body .block .accent-card__content-container.vendor p {
	font-size: 1rem;
}
.vendor-block__bottom-section {
	margin: 0 0px 20px 0px;
}
.block .vendor-block__box-title {
	margin-bottom: 13px;
}
.block .vendor-block__box-desc {
	margin-bottom: 15px;
}
.block .vendor-block__box {
	color: var(--textLight);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 15px 0;
	padding: 30px;
	width: 100%;
}
.vendor-block__box-links[data-cols="2"] {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
.vendor-block__box-links[data-cols="3"] {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
}
.vendor-block__box a.link-accent {
	color: var(--textLight);
	font-family: "Texta Bold", sans-serif;
	font-size: 1.125rem;
	display: block;
	margin-bottom: 12px;
}
.vendor-block__box.green,
.vendor-block__box.green .text {
	background-color: var(--green);
	color: var(--textLight);
}
.vendor-block__box.blue,
.vendor-block__box.blue .text {
	background-color: var(--blue);
	color: var(--textLight);
}
.vendor-block__industry-icon {
	flex: 1;
	margin: 15px 30px;
}
.vendor-block__industry-icon svg {
	display: block;
	height: 27px;
	margin: 0 auto 12px auto;
	width: 34px;
}
@media only screen and (min-width: 768px) {
	body.single-vendors .entry-content > section:first-child > .page_frame {
		padding-top: 120px;
	}
	.vendor-block__top-section {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 50px;
	}
	.vendor-block__main-info {
		max-width: 61.22%;
	}
	.vendor-block__logo-col {
		max-width: 445px;
	}
	.vendor-block__bottom-section {
		margin: 0 -15px 50px -15px;
	}
	.block .vendor-block__box {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0 15px;
	}
}
/* ------------ LOCATIONS BLOCK ---------- */
.block_type__locations-block {
}
.block_type__locations-block .all-cols-wrap {
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
.block_type__locations-block .col-1 {
	text-align: center;
	width: 100%;
}
.block_type__locations-block .col-1 .header-accent:after {
	left: 50%;
	transform: translateX(-50%);
}
.block_type__locations-block svg {
	height: auto;
	width: 200%;
	z-index: 12;
}
.block_type__locations-block svg path.nw,
.block_type__locations-block svg path.sw {
	cursor: pointer;
}
.block_type__locations-block path.sw.pin,
.block_type__locations-block path.nw.pin {
	-webkit-transform-origin: center;
	transform-origin: center;
}
.block_type__locations-block svg path.nw:not(.text):not(.pin) {
	fill: var(--green);
}
.block_type__locations-block svg path.sw:not(.text):not(.pin) {
	fill: var(--blue);
}
.block_type__locations-block svg.gray-nw path.nw:not(.text):not(.pin),
.block_type__locations-block svg.gray-sw path.sw:not(.text):not(.pin),
.block_type__locations-block svg.gray-nw path.nw.text,
.block_type__locations-block svg.gray-sw path.sw.text {
	fill: #4b4b4b;
}
.block_type__locations-block svg.gray-nw path.sw:not(.text):not(.pin),
.block_type__locations-block svg.gray-sw path.nw:not(.text):not(.pin) {
	stroke: #fff;
	stroke-width: 2px;
}
.block_type__locations-block svg.gray-nw path.nw.pin,
.block_type__locations-block svg.gray-sw path.sw.pin {
	stroke: #4b4b4b;
}
.block_type__locations-block svg.gray-nw path.sw.pin,
.block_type__locations-block svg.gray-sw path.nw.pin {
	-webkit-transform: scale(1.5) translate(160px, -50px);
	transform: scale(1.5) translate(160px, -50px);
}
.block_type__locations-block svg.gray-sw path.nw.pin {
	-webkit-transform: scale(1.5) translate(225px, 119px);
	transform: scale(1.5) translate(225px, 119px);
}
/* .block_type__locations-block svg.gray-nw #path-673-outside-1_216_12268 rect,
.block_type__locations-block svg.gray-sw #path-675-outside-2_216_12268 rect {
	fill: black;
	fill: #4b4b4b;
} */
.block_type__locations-block svg path[stroke-miterlimit="10"],
.block_type__locations-block svg path.sw-text,
.block_type__locations-block svg path.sw-pin {
	pointer-events: none;
}
/* MODAL */
.locations-block__modal {
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.locations-block__modal button.close {
	background-color: transparent;
	border: 0;
	position: absolute;
	right: 20px;
	top: 20px;
}
.locations-block__modal button.close:before {
	content: "\00D7";
	color: var(--textDark);
	font-size: 2rem;
	font-weight: 400;
	line-height: 12px;
}
.locations-block__modal-container {
	background-color: #fff;
	color: var(--textDark);
	height: 100%;
	left: 50%;
	max-height: 800px;
	max-width: 1022px;
	padding: 62px 20px 36px 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
.modal .region-container {
	display: none;
}
.block .locations-block__modal-container .text,
.block .locations-block__modal-container .text .solid-text {
	color: var(--textDark);
}
.block .locations-block__modal-container .text h1,
.block .locations-block__modal-container .text .h1-style,
.block .locations-block__modal-container .text h2,
.block .locations-block__modal-container .text .h2-style {
	margin-bottom: 5px;
	-webkit-text-stroke-color: var(--textDark);
}
.modal__region {
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	margin: 0 -20px 20px -20px;
}
.modal .region__content {
	padding: 0 20px;
	width: 100%;
}

.block .region__linecard-text h2,
.block .region__linecard-text .h2-style {
	font-size: 2.5rem;
}
.locations-block__modal hr {
	background-color: #dfdfdf;
	height: 1px;
	margin: 20px 0;
	width: 100%;
}
.block .region__linecard-text p {
	margin-bottom: 5px;
}
.locations-block__modal-bottom {
	height: 100%;
}
.locations-block__linecards-grid {
	height: 305px;
	max-height: 33%;
	overflow: hidden;
	position: relative;
}
.locations-block__linecards-grid .vendor-grid {
	height: 100%;
	max-height: 305px;
	overflow: auto;
	padding: 10px;
	position: relative;
	width: 100%;
}
.locations-block__linecards-grid:after {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	bottom: 0;
	content: "";
	height: 50px;
	left: 0;
	position: absolute;
	width: calc(100% - 14px);
}
.locations-block__linecards-grid .vendor-grid::-webkit-scrollbar {
	width: 8px;
	padding: 0px 2px;
	overflow: hidden;
}
.locations-block__linecards-grid .vendor-grid::-webkit-scrollbar-track {
	background-color: #aeaeae;
	border-radius: 10px;
}
.locations-block__linecards-grid .vendor-grid::-webkit-scrollbar-thumb {
	background-color: var(--blue);
	border: 2px solid #aeaeae;
	border-radius: 10px;
}
.locations-block__linecards-grid .vendor-grid__grid-item {
	display: none;
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.13);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.13);
}
.locations-block__linecards-grid .vendor-grid__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 115px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.vendor-grid__logo a {
	display: block;
	height: 100%;
	width: 100%;
}
/* REGION STYLING */
.block .region__sub-title {
	color: var(--green);
	font-family: "Texta Heavy", sans-serif;
}
.region__map {
	max-width: 275px;
	padding: 0 20px;
	width: 100%;
}
.region__map-row {
	margin-bottom: 15px;
}
.region__map-row img {
	margin-right: 8px;
	max-width: 13px;
}
/* VENDOR GRID */
.vendor-grid {
	margin: 0 -5px;
}
.vendor-grid__grid-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 5px;
	max-width: calc(100% - 10px);
	width: 100%;
}
.vendor-grid__grid-item img {
	display: block;
	max-height: 115px;
}
@media only screen and (min-width: 480px) {
	.vendor-grid__grid-item {
		max-width: calc(50% - 10px);
	}
}
@media only screen and (min-width: 640px) {
	.vendor-grid__grid-item {
		max-width: calc(33.333% - 10px);
	}
}
@media only screen and (min-width: 768px) {
	.block_type__locations-block svg {
		height: auto;
		width: auto;
	}
	.locations-block__modal-container {
		padding: 62px 50px 36px 50px;
	}
	.modal__region {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.modal .region__content {
		max-width: 72%;
	}
	.vendor-grid__grid-item {
		max-width: calc(25% - 10px);
	}
	.locations-block__linecards-grid {
		height: 305px;
		max-height: 305px;
	}
}
@media only screen and (min-width: 1024px) {
	.vendor-grid__grid-item {
		max-width: calc(20% - 10px);
	}
}
@media only screen and (min-width: 1260px) {
	.locations-block__map-col {
		max-width: 53%;
	}
	.block_type__locations-block svg {
		height: auto;
		overflow-x: visible;
		overflow-y: clip;
		width: auto;
	}
	.block_type__locations-block .col-1 {
		max-width: 45%;
		text-align: left;
	}
	.block_type__locations-block .col-1 .header-accent:after {
		left: 0;
		transform: none;
	}
}
@media only screen and (max-width: 767px) {
	.block_type__locations-block .all-cols-wrap {
		padding-top: 42px;
	}
}
/* ----------LINECARD BLOCK --------------*/
.block_type__linecard-block > .page_frame {
	max-width: 1020px;
}
.block_type__linecard-block .vendor-grid-container {
	display: none;
}
.block_type__linecard-block .region__content-text {
	margin-bottom: 14px;
}
.block_type__linecard-block .region__map iframe {
	margin-bottom: 10px;
	max-height: 143px;
	width: 100%;
}
@media only screen and (max-width: 639px) {
	.linecard-block__region-container {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	.block_type__linecard-block .region__map iframe {
		max-height: none;
	}
	.block_type__linecard-block .region__map {
		max-width: 100%;
		padding: 0;
	}
}

/* ---------- SERVICES GRID / POST TYPE GRID --------------*/
.post-type-grid .accent-card {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 64vw;
	margin: 12px;
	max-width: calc(100% - 24px);
	width: 100%;
}
@media only screen and (min-width: 640px) {
	.post-type-grid .accent-card {
		height: 48vw;
		max-width: calc(50% - 24px);
	}
}
@media only screen and (min-width: 1024px) {
	.post-type-grid .accent-card {
		height: 37vw;
		max-width: calc(33.333% - 24px);
	}
}
/* CALCULATORS */
.calc-section form {
	text-align: left;
}
/* PUMP CALCULATOR */
.row div.calc-section {
	max-width: 570px;
	border: 1px solid #ccc;
	width: 100%;
	padding: 20px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.row div.calc-section.first {
	margin-right: 30px;
	margin-left: 30px;
}
#pump-calculator {
}
#pump-calculator .row {
	padding-top: 0;
}
#pump-calculator .row label {
}
#pump-calculator .row input {
	border: 1px solid #e7e7e7;
	padding: 8px 10px;
	width: 100%;
	-webkit-box-shadow: inset 1px 1px 2px #00000030;
	box-shadow: inset 1px 1px 2px #00000030;
	border-radius: 0;
}
#pump-calculator .inputs .row-col-1 {
	width: 98px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
#pump-calculator .inputs .row-col-1:last-child {
	margin-right: 0;
}
#pump-calculator .inputs label {
	font-size: 15px;
	/* color: #333; */
	color: currentColor;
	font-weight: 600;
	position: relative;
}
#pump-calculator .inputs label span {
	color: #fff;
	background: #003594;
	width: 14px;
	height: 9px;
	display: table;
	text-align: center;
	font-size: 8px;
	border-radius: 50%;
	position: absolute;
	top: -11px; /* border: 1px solid #000; */
	right: -49px;
	opacity: 0.7;
}
#pump-calculator .inputs label span em {
	font-style: normal;
	opacity: 0.7;
}
#pump-calculator .inputs label span:hover {
	opacity: 1;
}
#pump-calculator .inputs label span small {
	display: none;
	width: 200px;
	background-color: #000;
	color: #fff;
}
#pump-calculator .inputs input {
	background-color: #fff;
	color: var(--textDark);
}
#pump-calculator .total-inputs {
	float: right;
	width: 205px;
}
#pump-calculator .total-inputs .row-col-1 {
	margin: 15px auto;
}
#pump-calculator .total-inputs label {
	color: currentColor;
	font-weight: 700;
	width: 65px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	padding-right: 8px;
}
#pump-calculator .total-inputs input {
	background-color: #fff;
	color: var(--textDark);
	width: 132px;
}

#electric-calculator .row {
	padding-top: 0;
}
#electric-calculator .row h4 {
	font-weight: 700;
	font-size: 15px;
}
#electric-calculator .row label {
	font-size: 15px;
	/* color: #333; */
	color: currentColor;
	font-weight: 600;
}
#electric-calculator .row input {
	border-radius: 0;
}
#electric-calculator .row .radio-buttons {
}
#electric-calculator .row .radio-buttons div {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#electric-calculator .row .radio-buttons label {
	/*float: right; */
}
#electric-calculator .row .inputs .row-col-1 {
	width: 82px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
#electric-calculator .row .inputs .row-col-2 {
	margin-right: 0;
	width: 122px;
	position: relative;
	margin-left: 45px;
	float: right;
}
#electric-calculator .row .inputs .row-col-2 label {
	color: currentColor;
}
#electric-calculator .row .inputs .row-col-2:before {
	content: "=";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	color: currentColor;
	position: absolute;
	top: 44%;
	left: -30px;
	font-size: 18px;
}
#electric-calculator .row .inputs label {
}
#electric-calculator .row .inputs input {
	background-color: #fff;
	color: var(--textDark);
	border: 1px solid #e7e7e7;
	padding: 8px 10px;
	width: 100%;
	-webkit-box-shadow: inset 1px 1px 2px #00000030;
	box-shadow: inset 1px 1px 2px #00000030;
}

/* CONTACT FORM */
._form_17 {
	background-color: #fff;
}
