/*
 Theme Name:     PetIQ
 Description:    Divi Child Theme for PetIQ
 Author:         PetIQ
 Author URI:     https://www.petiq.com
 Template:       Divi
 Version:        1.0.20
*/

/* Global
---------------------------------------------------------------------------- */
* {
	overflow-wrap: normal;
}

body #main-content {
	font-weight: 400;
}

.piq-table-no-borders,
.piq-table-no-borders table,
.piq-table-no-borders td {
	border: none !important;
}

.piq-flex-simple {
	display: flex;
}

.piq-flex-column-fill {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.piq-flex-expand {
	flex: 1 0 auto;
}

.piq-flex-row-center {
	display: flex;
	align-items: center;
}

.piq-grid-2-col {
	display: grid;
	grid-template-columns: auto auto;
	gap: 20px;
}

.piq-button-size {
	min-width: 250px;
	text-align: center;
}

.piq-icon-heading {
	display: flex;
	align-items: center;
}

.piq-icon-heading h1,
.piq-icon-heading h2,
.piq-icon-heading h3,
.piq-icon-heading h4,
.piq-icon-heading h5,
.piq-icon-heading h6 {
	padding: 0;
}

a {
	color: #f05c22;
}

/* Global fonts */
h1,
h2 {
	font-family: Poppins;
	font-weight: 600;
}

@media (min-width: 981px) {
	h1 {
		font-size: 56px;
		line-height: 60px;
		letter-spacing: -0.7px;
	}

	h2 {
		font-size: 44px;
		line-height: 50px;
		letter-spacing: -0.55px;
	}

	h2.small {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -0.2px;
	}

	h3 {
		font-size: 24px;
		font-weight: bold;
		line-height: 28px;
		letter-spacing: -0.15px;
	}
}
@media (max-width: 980px) {
	h1 {
		font-size: 38px;
		line-height: 42px;
		letter-spacing: -0.1px;
	}

	h2 {
		font-size: 34px;
		line-height: 36px;
		letter-spacing: -0.1px;
	}

	h2.small {
		font-size: 28px;
		line-height: 32px;
		letter-spacing: -0.18px;
		text-align: center;
	}

	h3 {
		font-size: 22px;
		font-weight: 600;
		line-height: 28px;
		letter-spacing: -0.14px;
	}
}

sup {
	bottom: 0.3em;
	font-size: 0.8em;
}

/* Element hiding classes dependent on the currently selected location type.
"clinic only" elements should be hidden for "wellness",
"wellness only" elements should be hidden for "clinic" types and "unset" location types */

.piq-current-location-unset .piq-show-for-wellness-only,
.piq-current-location-type-wellness .piq-show-for-clinic-only,
.piq-current-location-type-clinic .piq-show-for-wellness-only {
	display: none !important;
}

@media (max-width: 980px) {
	/* Use in contexts where content split across columns should look cohesive at single-column layout */
	.piq-column-collapse .et_pb_column:not(.et-last-child) {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.piq-column-collapse .et_pb_column {
		padding-top: 0;
	}
}

/* Animation Disable
---------------------------------------------------------------------------- */
.et_pb_section,
.et_pb_section * {
	animation: none !important;
}

/* Divi default slider arrows - global style
---------------------------------------------------------------------------- */

.et-pb-arrow-prev,
.et-pb-arrow-next {
	border: 4px solid;
	border-radius: 60px;
	color: rgb(241 100 39);
	font-size: 46px;
	font-weight: bold;
	opacity: 1 !important;
	transition: none;
	-webkit-transition: none;
	width: 64px;
	height: 64px;
}

.et-pb-arrow-prev,
.et-pb-arrow-prev:hover {
	left: 0 !important;
	padding: 4px 4px 4px 3.5px;
}

.et-pb-arrow-next,
.et-pb-arrow-next:hover {
	padding: 4px 4px 4px 4.5px;
	right: 0 !important;
}

.et-pb-arrow-prev:hover,
.et-pb-arrow-next:hover {
	color: rgb(246 139 62) !important;
}

/* Main navigation
---------------------------------------------------------------------------- */

#main-nav .et_pb_row {
	display: flex;
}

#main-nav .et_pb_column:nth-child(1) {
	flex: 1 0 auto;
	width: auto;
	margin-bottom: 0;
}

#main-nav .et_pb_column:nth-child(2) {
	width: auto;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

#main-nav .et_pb_menu__menu,
#main-nav .et-menu-nav,
#main-nav .et-menu {
	flex: 1 0 auto;
}

#main-nav .et-menu {
	justify-content: space-around;
}

@media (max-width: 980px) {
	#main-nav .et_pb_menu__wrap {
		justify-content: flex-end;
	}
}

/* #1 - Testimonial slider
---------------------------------------------------------------------------- */

.piq-testimonial-slider .et-pb-arrow-next,
.piq-testimonial-slider .et-pb-arrow-prev {
	top: auto !important;
	bottom: 40px;
}

.piq-testimonial-slider .et_pb_slide_content strong {
	color: rgb(0, 0, 0) !important;
}

.piq-testimonial-slider .et-pb-arrow-prev,
.piq-testimonial-slider .et-pb-arrow-prev:hover {
	left: auto !important;
	right: 115px !important;
}

.piq-testimonial-slider .et-pb-arrow-next,
.piq-testimonial-slider .et-pb-arrow-next:hover {
	left: auto !important;
	right: 30px !important;
}

.piq-testimonial-slider .et_pb_slides .et_pb_slider_container_inner {
	vertical-align: unset;
}

.piq-slider-title {
	padding-left: 6% !important;
}

.piq-testimonial-slider .et_pb_slide {
	padding-left: 6% !important;
}

.piq-testimonial-slider .et_pb_slide_description {
	margin-left: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 50px !important;
}

.piq-testimonial-slider .et_pb_slide_content {
	padding-left: 0 !important;
}

@media only screen and (max-width: 1280px) {
	.piq-testimonial-slider .et_pb_slide_content strong:after {
		content: " ";
		margin-bottom: 0px;
	}
	.piq-testimonial-slider .et_pb_slide_description {
		padding-bottom: 120px !important;
	}
}

/* #5 - Icon cards
---------------------------------------------------------------------------- */

.flag-top:before {
	content: "BEST\a0VALUE";
	position: absolute;
	left: 50%;
	top: 0;
	font-size: 12px;
	font-weight: 700;
	border-radius: 100px;
	background-color: #73b264;
	color: #ffffff;
	transform: translateX(-50%) translateY(-50%);
	padding: 0 15px;
	line-height: 2;
	text-align: center;
}

/* Our services cards more links */

.piq-services-more {
	position: absolute;
	bottom: 30px;
	margin-left: 21px;
}

/* #6 - Staff slider
---------------------------------------------------------------------------- */

.piq-staff-slider .et_pb_slide_content p:last-of-type {
	border-left: 2px solid #f05c22 !important;
	padding-left: 18px;
	margin-top: 6px;
}
.piq-staff-slider .et_pb_slide_content strong {
	color: rgb(0, 0, 0) !important;
}

.piq-staff-slider .et_pb_slide_title {
	margin-bottom: 6px;
}

.piq-staff-slider .et_pb_slide_content strong {
	color: rgb(0, 0, 0) !important;
}

@media only screen and (min-width: 981px) {
	.piq-staff-slider .et_pb_slide_image {
		width: 32.5%;
		max-width: 290px;
		max-height: 290px;
		height: 290px;
		margin-left: 36px !important;
	}

	.piq-staff-slider .et_pb_slide_description {
		width: 62.5%;
	}

	.piq-staff-slider .et_pb_slide_description h3 {
		padding: 0 11% 0 5%;
		margin-bottom: 15px;
	}

	.et_pb_slide_content {
		padding: 0 12% 0 5%;
	}
}

@media only screen and (max-width: 980px) {
	.piq-staff-slider .et_pb_slide_content {
		padding-bottom: 40px;
	}

	.piq-staff-slider .et-pb-arrow-next,
	.piq-staff-slider .et-pb-arrow-prev {
		top: auto !important;
		bottom: 60px;
	}

	.piq-staff-slider .et-pb-arrow-prev,
	.piq-staff-slider .et-pb-arrow-prev:hover {
		left: auto !important;
		right: 87px !important;
	}

	.piq-staff-slider .et-pb-arrow-next,
	.piq-staff-slider .et-pb-arrow-next {
		left: auto !important;
		right: 0 !important;
	}

	.piq-staff-slider .et_pb_slides:after {
		content: " ";
		margin-bottom: 0px;
	}

	.piq-staff-slider .et_pb_slide_image img.active {
		max-height: 320px;
	}
}

/* #9 - Tabs, basic
---------------------------------------------------------------------------- */

.piq-tab-content-hidden {
	display: none !important;
}

.piq-tab-controller-wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	z-index: 1000;
}

.piq-tab-controller {
	margin: 0;
	padding: 14px 29px 15px;
	position: relative;
	color: #000;
	background-color: #e4e4e4;
	border: none;
	border-radius: 2px;
	font-weight: 700;
	font-size: 1em;
	text-align: center;
	line-height: normal;
	cursor: pointer;
	z-index: 1010;
}

.piq-tab-controller span {
	position: relative;
}

.piq-tab-controller-active {
	background-image: linear-gradient(180deg, #f68f41 0%, #f05c22 100%);
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.19);
	color: #fff;
	z-index: 1020;
}

@media (max-width: 980px) {
	.piq-tab-controller {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0.09px;
	}
}
/* #11 - Tabs, full-width
---------------------------------------------------------------------------- */

.piq-tab-full-width-leader {
	padding-bottom: 120px !important;
}

.piq-tab-controller-full-width.piq-tab-controller-wrapper {
	position: absolute;
	width: 100%;
	transform: translateY(-100%);
}

.piq-tab-controller-full-width > * {
	flex: 1 0 0;
}

.piq-tab-controller-full-width .piq-tab-controller {
	font-size: 20px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 2px 2px 0 0;
}

.piq-tab-controller-full-width .piq-tab-controller:not(:last-child):after {
	content: "";
	height: 64.5%;
	width: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #757575;
}

.piq-tab-controller-full-width .piq-tab-controller-active {
	background-image: none;
	background-color: #fff;
	box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1);
	color: #000;
	padding-top: 21px;
}

.piq-tab-controller-full-width .piq-tab-controller-active:after {
	display: none;
}

.piq-tab-controller-full-width .piq-tab-controller-active span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 2px;
	background-color: #f05c22;
}

.piq-tab-controller-full-width.piq-tab-controller-wrapper a span:after {
	content: "";
	display: inline-block;
	position: relative;
	color: #f05c22;
	width: 12px;
	height: 12px;
	left: 3px;
	top: 1px;
	background-image: url("../svg/arrow-angled.svg");
	background-size: contain;
	background-position: 50% 50%;
}

@media (max-width: 980px) {
	.piq-tab-controller-full-width .piq-tab-controller {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0.09px;
		padding-left: 29px;
		padding-right: 29px;
	}

	.piq-tab-controller-full-width.piq-tab-controller-wrapper a span:after {
		width: 15px;
		height: 15px;
	}
}

/* #12 - Coupon card slider
---------------------------------------------------------------------------- */

.piq-carousel .dica_divi_carouselitem {
	border: 3px dashed #d8d8d8 !important;
	padding: 10px !important;
	min-height: 400px !important;
}
.piq-carousel .dica-item .dica-item-content a.et_pb_button {
	position: absolute;
	top: 136px;
}

.piq-iframe-coupon {
	min-height: 461px;
}

.et_pb_text_1_tb_header.et_pb_text a.piq-carousel-link-more,
.et_pb_text_0_tb_header.et_pb_text a.piq-carousel-link-more {
	font-size: 18px !important;
	line-height: 20px !important;
	text-align: center !important;
	color: #f05c22 !important;
	font-weight: 500 !important;
	margin-bottom: 20px;
}

.piq-carousel .et_pb_button {
	background-image: linear-gradient(
		180deg,
		#f68f41 0%,
		#f05c22 100%
	) !important;
	font-weight: 500;
}

@media (max-width: 980px) {
	.piq-carousel .swiper-buttton-container {
		display: none;
	}
}

/* - #18 Modal windows
-----------------------------------------------------------------------------*/

.pum-theme-230874 .pum-content + .pum-close,
.pum-theme-piq-modals .pum-content + .pum-close {
	position: absolute;
	left: auto;
	right: 20px;
	bottom: auto;
	top: 20px;
	padding: 0px;
	box-shadow: 0px 1px 4px 0px rgba(2, 2, 2, 0);
	background-image: url(../svg/icon-close-orange.svg);
	background-repeat: none;
	background-size: 30px 30px;
}

.pum-theme-230874 .pum-content + .pum-close:hover,
.pum-theme-piq-modals .pum-content + .pum-close:hover {
	position: absolute;
	left: auto;
	right: 20px;
	bottom: auto;
	top: 20px;
	padding: 0px;
	background-image: url(../svg/icon-close-orange.svg);
}

.request-btn-close.popmake-close,
.pum-overlay.pum-click-to-close {
	cursor: pointer;
	background: url(../svg/icon-close-orange.svg);
	background-repeat: none;
	width: 30px;
	height: 30px;
	border: 0;
	position: absolute;
	top: 10px;
	right: 10px;
}

.pum-theme-piq-modals .popmake-close::before,
.pum-theme-piq-modals .pum-content + .pum-close:before {
	content: "";
}

.email-records-container {
	width: 100%;
}

.piq-field-email {
	width: 405px;
	height: 50px;
	border: 0 !important;
	border-color: #ebebeb;
	border-radius: 5px;
	background-image: linear-gradient(to bottom, #ebebeb, #ebebeb);
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 35px;
	padding-left: 16px !important;
}

/* Request Pet Records popup  */
#pum-229513 + button.pum-close.popmake-close,
#pum-229513 + .popmake-close {
	display: none;
}

#pum-229513 .pum-content.popmake-content,
#popmake-229513 .pum-content.popmake-content {
	padding: 60px;
}
.piq-btn-request {
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.39px;
	background-image: linear-gradient(
		180deg,
		#f68f41 0%,
		#f05c22 100%
	) !important;
	width: auto;
	padding-left: 24px;
	padding-right: 24px;
	height: 52px;
	border-radius: 5px;
	border-width: 0px !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.piq-modal {
	box-shadow: none;
}

@media (max-width: 980px) {
	#pum-229513 .pum-content.popmake-content {
		padding: 10%;
	}
	#pum-229513 .pum-content.popmake-content input {
		max-width: 100%;
	}
	.piq-field-email {
		width: 100%;
	}
	.piq-btn-request {
		width: 100%;
	}
	.piq-modal {
		box-shadow: none;
	}
}

/* #21 - Icon Callout
---------------------------------------------------------------------------- */

.piq-21plus-icon-callout .et_pb_blurb_container {
	padding-left: 22px;
}

.piq-21plus-icon-callout .et_pb_main_blurb_image .et_pb_image_wrap {
	width: 56px;
	height: 58px;
	margin-left: -6px;
}

.piq-21plus-icon-callout .et_pb_main_blurb_image {
	padding-top: 25px;
	padding-right: 10px;
}

.piq-21plus-icon-callout .et_pb_blurb_description p:last-of-type {
	border-left: 2px solid #f05c22 !important;
	padding-left: 18px;
}

.piq-21plus-icon-callout .et_pb_blurb_description {
	margin-top: 6px;
	font-size: 14px;
	line-height: 24px;
}

.piq-21-icon-callout.piq-border-green .et_pb_blurb_description {
	border-left: 2px solid #73b564;
	padding-left: 14px;
}

@media only screen and (max-width: 980px) {
	.piq-21plus-icon-callout .et_pb_blurb_content {
	}

	.piq-21plus-icon-callout .et_pb_module_header {
		margin-top: 12px;
		margin-left: -22px;
	}

	.piq-21plus-icon-callout .et_pb_main_blurb_image .et_pb_image_wrap {
		width: 36px;
		height: 38px;
		padding-left: 0;
		margin-left: -18px;
	}

	.piq-21plus-icon-callout .et_pb_main_blurb_image {
		padding-top: 0;
	}

	.piq-21plus-icon-callout .et_pb_blurb_description p:last-of-type {
		padding-left: 12px;
		margin-top: 6px;
	}

	.piq-21plus-icon-callout .et_pb_blurb_description {
		margin-left: -75px;
		margin-top: 18px;
		font-size: 16px;
		line-height: 1.5em;
	}
}

.piq-blurb-wellness .et_pb_blurb_container {
	padding-left: 20px;
}
.piq-blurb-wellness .et_pb_blurb_description {
	padding-left: 20px;
	border-left: 2px solid #73b566;
}

/* - Mobile Menu
-----------------------------------------------------------------------------*/
.piq-headmenu1 {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}

.piq-menuside {
	width: 25%;
}

.piq-menucenter {
	width: 50%;
	text-align: center;
}

.piq-menucenter img {
	width: 139px;
	height: 50px;
	margin-top: 10px;
}

.ubermenu-nav {
	position: absolute !important;
	z-index: 99999 !important;
	background: white !important;
	width: 100vw !important;
}

.piq-zindeker {
	z-index: 10 !important;
}

.ubermenu-responsive-toggle,
.ubermenu-sticky-toggle-wrapper {
	display: block;
	color: #0077bd;
	font-size: 22px;
	padding: 0px;
	margin-left: 10px;
}

.piq-searchead {
	padding: 10px 0;
	width: 26px;
	float: right;
	margin-right: 10px;
}

.pum-theme-10079 .pum-container,
.pum-theme-default-theme .pum-container {
	padding: 0px !important;
	border-radius: px;
	border: 1px none #000000;
	box-shadow: 1px 1px 3px px rgba(2, 2, 2, 0.23);
	background-color: rgba(249, 249, 249, 1);
	width: 100% !important;
	min-width: 0% !important;
	max-width: 100% !important;
	top: 86.002px !important;
	top: 48.002px !important;
	left: 0px;
	opacity: 1;
	display: block;
}

.pum-theme-10079 .pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
	position: absolute;
	height: auto;
	width: auto;
	left: auto;
	bottom: auto;
	top: px;
	padding: 8px;
	color: #f05c22 !important;
	font-family: inherit;
	font-weight: 500 !important;
	font-size: 18px !important;
	font-style: inherit;
	line-height: 36px;
	border: 1px none #ffffff;
	box-shadow: 1px 1px 3px px rgba(2, 2, 2, 0.23);
	text-shadow: px px px rgba(0, 0, 0, 0.23);
	background-color: transparent !important;
	margin-top: -52px !important;
	/* text-align: center; */
	margin-left: 40% !important;
}

.popmake-close::before {
	content: "X";
	font-size: 20px;
}

#popmake-10085 {
	height: 100%;
	top: 0px !important;
	background-color: #ffffff;
}

#popmake-10085 .pum-content {
	padding-top: 50px !important;
	background-color: #ffffff;
}

.et_pb_search_0 input.et_pb_s {
	background-repeat: no-repeat;
	background-size: 30px !important;
}

.piq-searchead .et_pb_search.et_pb_hide_search_button input.et_pb_s {
	padding-left: 1em !important;
	padding-right: 1em !important;
}

.piq-location-holder {
	position: relative;
	z-index: -1;
	-webkit-box-shadow: 0 8px 6px -8px #00000066;
	-moz-box-shadow: 0 8px 6px -8px #00000066;
	box-shadow: 0 8px 6px -8px #00000066;
}

.ubermenu .ubermenu-target-text {
	display: inline-block;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400 !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: -0.11px;
	color: #0077bd !important;
}

.ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
	display: block;
	margin-top: 0px;
}

.ubermenu-responsive.ubermenu .ubermenu-nav {
	display: block;
	-webkit-box-shadow: 0 8px 6px -8px #00000066;
	-moz-box-shadow: 0 8px 6px -8px #00000066;
	box-shadow: 0 8px 6px -8px #00000066;
}

.ubermenu .ubermenu-colgroup .ubermenu-column,
.ubermenu .ubermenu-custom-content-padded,
.ubermenu .ubermenu-nonlink,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-submenu-padded,
.ubermenu
	.ubermenu-submenu-type-stack
	> .ubermenu-item-normal
	> .ubermenu-target,
.ubermenu .ubermenu-target,
.ubermenu .ubermenu-widget,
.ubermenu-responsive-toggle {
	padding: 18px 23px;
}

.ubermenu-menu-17 a {
	border-bottom: solid 1px #dcedf8 !important;
	margin: auto 23px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.ubermenu-submenu span {
	color: black !important;
}

.piq-arrow {
	width: 60px;
	vertical-align: top;
	margin-top: -1px;
}

.piq-menu-hider {
	display: none !important;
}

.fa-angle-down:before {
	content: "\f107";
	color: #f05c22;
}

.fa-bars:before {
	content: "\f0c9";
	color: #0077bd;
}

.piq-nav-text {
	font-weight: 400;
}

.piq-button-dropdown strong {
	font-size: 18px;
	font-family: Poppins;
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
	position: inherit !important;
	padding-left: 20px;
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.15) !important;
}

.ubermenu-submenu .ubermenu-target-text {
	color: #0077bd !important;
	color: black !important;
}

.ubermenu-responsive.ubermenu .ubermenu-nav {
	display: block;
	margin-left: -22px;
}

.ubermenu-submenu a {
	border-bottom-width: 0px !important;
}

/* - Header (revisions)
-----------------------------------------------------------------------------*/
.et_pb_menu_1_tb_header .et_pb_menu__icon.et_pb_menu__search-button {
	color: #127bbf;
	width: 25px;
	background-image: url("../svg/icon-search.svg");
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	margin-top: auto;
	margin-bottom: auto;
}

.et_pb_menu__search-button:after {
	content: "\55";
	display: none;
}

.et-search-form,
.nav li ul,
.et_mobile_menu,
.footer-widget li:before,
.et_pb_pricing li:before,
blockquote {
	border-color: #f05c22;
	border-width: 0px;
}

.sub-menu li a {
	color: black;
}

.et-menu a {
	color: #0077ba;
	text-decoration: none;
	display: block;
	position: relative;
}

.sub-menu .et-menu a:hover {
	color: #f05c22;
}

.sub-menu li a:hover {
	color: #f05c22;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
	background-color: rgba(0, 0, 0, 0);
}

.et_pb_menu_1_tb_header.et_pb_menu ul li a {
	font-weight: 500 !important;
}

@media only screen and (min-width: 1100px) {
	.piq-loc-btn-head {
		width: 180px;
		padding-right: 25px;
		padding-left: 25px;
	}
}

@media only screen and (max-width: 1100px) {
	.piq-loc-btn-head {
		width: 130px;
		padding-right: 5px;
		font-size: 13px !important;
		padding-left: 5px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	#main-nav .et_pb_row {
		display: flex;
		/* padding-left: 0px; */
		width: 95%;
	}
}

@media (min-width: 981px) {
	.et_pb_menu--style-left_aligned .et_pb_menu__logo {
		margin-right: 15px;
	}
	.et_pb_menu__logo {
		width: 200px;
		max-width: 12vw !important;
	}
	header #main-nav .et_pb_menu .et-menu > li {
		padding-left: 4px;
		padding-right: 4px;
	}

	.piq-loc-btn-head {
		width: 160px;
		max-width: 12vw;
		padding-right: 5px;
		padding-left: 5px;
		white-space: nowrap;
	}
}
@media (min-width: 981px) and (max-width: 1200px) {
	.piq-loc-btn-head {
		font-size: 13px !important;
	}
}

/* - Footer
-----------------------------------------------------------------------------*/
footer a {
	color: black;
}

footer h5 a {
	color: #0077bd !important;
}

.piq-foot-color a {
	color: #0077bd;
}

.piq-community-foot h2 {
	font-weight: 600 !important;
}

.et_pb_newsletter_button:hover {
	background-color: #e4e4e4;
}

.et_pb_newsletter .et_pb_newsletter_fields > * {
	-ms-flex-preferred-size: 100%;
	flex-basis: 62%;
}

.et_pb_newsletter_button_wrap {
	flex-basis: 33% !important;
}

.fa-angle-down:before {
	content: "\f107";
	color: transparent;
}

.ubermenu-sub-indicators
	.ubermenu-has-submenu-drop
	> .ubermenu-target
	> .ubermenu-sub-indicator {
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -6px;
	background-image: url(../svg/carrot-down-orange.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	width: 15px;
}

.ubermenu.ubermenu-submenu-indicator-closes
	.ubermenu-sub-indicator-close
	> [class^="fa"] {
	color: transparent;
	background-image: url(../svg/carrot-up-orange.svg);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center;
}

.piq-footer-links {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.piq-footer-links tr td {
	padding: 15px;
}

.piq-footer-links-one img {
	max-width: 260px;
}

.piq-footer-links-two {
	padding-bottom: 0px !important;
}

.piq-footer-links-three {
	padding-bottom: 0px !important;
}

.piq-footer-links-four img {
	width: 88px;
}

.piq-foot-sizing {
	max-width: 40%;
}

.piq-foot-sizing-1 {
	margin-right: 30px !important;
	width: 16% !important;
}

.piq-foot-sizing-2 {
	margin-right: 40px !important;
	width: 16% !important;
}

@media only screen and (max-width: 980px) {
	.piq-menu-hider {
		display: inherit !important;
	}
	.piq-location a {
		background: rgb(241, 100, 39) !important;
		background: linear-gradient(
			8deg,
			rgba(241, 100, 39, 1) 0%,
			rgba(249, 167, 79, 1) 100%
		) !important;
		text-align: center;
		color: white;
		margin-left: auto !important;
		margin-right: auto !important;
		border-radius: 5px !important;
		margin: 18px 23px !important;
	}

	.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_last_phone {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 420px;
	}

	.et_pb_signup_0_tb_footer .et_pb_newsletter_button {
		box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
		max-width: 420px;
	}
	.et_pb_newsletter .et_pb_newsletter_fields > * {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.et_pb_newsletter_button_wrap {
		flex-basis: 33% !important;
		flex-basis: 100% !important;
	}
}

@media only screen and (max-width: 980px) {
	.piq-menu-hider {
		display: inherit !important;
	}
	.piq-location a {
		background: rgb(241, 100, 39) !important;
		background: linear-gradient(
			8deg,
			rgba(241, 100, 39, 1) 0%,
			rgba(249, 167, 79, 1) 100%
		) !important;
		text-align: center;
		color: white;
		margin-left: auto !important;
		margin-right: auto !important;
		border-radius: 5px !important;
		margin: 18px 23px !important;
	}
	.piq-location span {
		color: #fff !important;
	}
	.piq-location img {
		width: 14px;
		margin-right: 10px;
		vertical-align: middle;
	}

	.piq-request-mobile a {
		border-bottom: solid 0px #dcedf8 !important;
	}

	.piq-request-mobile span {
		font-weight: bold !important;
		text-transform: uppercase;
	}
	.piq-request-mobile img {
		width: 22px;
		margin-right: 11px;
		vertical-align: middle;
	}

	.piq-help-mobile a {
		border-bottom: solid 0px #dcedf8 !important;
	}

	.piq-help-mobile span {
		font-weight: bold !important;
		text-transform: uppercase;
	}

	.piq-help-mobile img {
		width: 22px;
		margin-right: 11px;
		vertical-align: middle;
	}

	.piq-contact-mobile a {
		border-bottom: solid 0px #dcedf8 !important;
		padding-bottom: 40px !important;
	}

	.piq-contact-mobile span {
		font-weight: bold !important;
		text-transform: uppercase;
	}
	.piq-contact-mobile img {
		width: 18px;
		margin-right: 13px;
		vertical-align: middle;
	}
}

/* - Coupon Dropdown in header
-----------------------------------------------------------------------------*/

.piq-nav {
	display: block;
	font: 13px Helvetica, Tahoma, serif;
	/*text-transform: uppercase;*/
	margin: 0;
	padding: 0 !important;
}

.piq-nav li {
	display: inline-block;
	list-style: none;
}

.piq-nav .piq-button-dropdown {
	position: relative;
	width: 100%;
	padding: 10px 0px;
}

.piq-nav li a {
	display: block;
	color: black;
	text-decoration: none;
}

.piq-nav li a span {
	display: inline-block;
	margin-left: 5px;
	font-size: 10px;
	color: black;
}

.piq-nav li a:hover,
.piq-nav li a.piq-dropdown-toggle.active {
	color: #fff;
}

.piq-nav li a:hover span,
.piq-nav li a.piq-dropdown-toggle.active span {
	color: #fff;
}

.piq-nav li .piq-dropdown-menu {
	display: none;
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
	margin-top: 3px;
	text-align: left;
	background: #ffffff;
	width: 100%;
	border: 0px;
	margin-top: 10px;
	box-shadow: 0 32px 29px 0 rgba(0, 0, 0, 0.08);
}

.piq-nav li .piq-dropdown-menu.active {
	display: block;
}

.piq-nav li .piq-dropdown-menu a {
}

.piq-nav li li {
	width: 100%;
}

.piq-dropdown-mobile {
	position: relative;
	z-index: 99999;
}

.piq-dropdown-bg {
	background-color: white;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.78);
}

.piq-icon-sm {
	background-size: 50px auto !important;
	max-height: 50px !important;
}

.piq-icon-md {
	background-size: 74px auto !important;
	max-height: 74px !important;
}

.piq-icon-lg {
	background-size: 100px auto !important;
	max-height: 100px !important;
}

.piq-card-title-icon {
	background-size: 37px auto !important;
	max-height: 37px !important;
}

.piq-vertical-align {
	display: flex;
	align-items: center;
}

/* - Page heading block - header 3, 3+, 3++
-----------------------------------------------------------------------------*/
.piq-standardsofcare {
	max-width: 270px;
}

.piq-standardsofcare img.alignright {
	display: inline;
	float: right;
	margin-left: 0px;
	margin-top: 4%;
}

.piq-image-top-adjust {
	margin-top: -10px;
}

.piq-standardsofcare img.alignleft {
	display: inline;
	float: left;
	margin-right: 5px;
	transform: rotate(180deg);
	margin-top: 3px;
}

.piq-3plus-location {
	max-width: 323px;
	margin-left: auto;
	margin-top: 25px;
	padding: 22px;
}

@media only screen and (max-width: 980px) {
	.piq-mobilebg {
		background-image: none !important;
		min-height: 100%;
		background-size: cover;
		box-shadow: inset 0 0 0 2000px #f3f3f3;
	}

	.piq-3plus2-pullup {
		position: relative;
		z-index: 5;
	}
}

/* - Call to Action 4
-----------------------------------------------------------------------------*/
.piq-cta4-text-width {
	max-width: 471px;
}

@media only screen and (min-width: 10px) and (max-width: 667px) {
	.piq-row-space-mobile {
		width: 100%;
	}

	.piq-row-space-mobile-content {
		padding: 0px 37px;
	}
}

@media only screen and (max-width: 980px) {
	.piq-cta4-text-width {
		max-width: 100%;
	}
}

/* - Image Cards
-----------------------------------------------------------------------------*/
.piq-width-image-card {
	max-width: 318px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -110px;
	padding: 13px;
}

blockquote {
	border-left: 2px solid;
	border-color: #f05c22;
}

.piq-read-more {
	color: #f05c22;
	max-width: 115px;
}

.piq-read-more img.alignright {
	display: inline;
	float: right;
	margin-left: 0px;
	margin-top: 8%;
}

@media only screen and (min-width: 10px) and (max-width: 667px) {
	.piq-width-image-card {
		max-width: 275px;
	}
}

/* - Accordion
-----------------------------------------------------------------------------*/
.piq-accordion .et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\4b";
	position: absolute;
	right: 0;
	font-size: 20px;
	color: #f05c22;
	top: 50%;
	font-weight: bold;
	margin-top: -1.05em;
}

.piq-accordion .et_pb_toggle_title:before {
	content: "\4c";
	position: absolute;
	right: 0;
	font-size: 20px;
	color: #f05c22;
	top: 50%;
	font-weight: bold;
	margin-top: -1.05em;
}

.piq-accordion .et_pb_toggle_open h5 {
	color: #000000 !important;
	font-weight: bold;
}

/* - Pricing Cards 7,7+
-----------------------------------------------------------------------------*/

.piq-current-location-type-wellness
	.piq-pricing
	.piq-hide-for-wellness-only.et_pb_module {
	padding: 0 !important;
}

.piq-current-location-type-wellness
	.piq-pricing
	.piq-hide-for-wellness-only.et_pb_module
	.et_pb_text_inner {
	display: none !important;
}

.piq-pricing .et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\4b";
	position: absolute;
	right: 0;
	font-size: 20px;
	color: #f05c22;
	top: 11px;
	font-weight: bold;
	/*margin-top: -1.05em;*/
}

.piq-pricing .et_pb_toggle .et_pb_toggle_title {
	padding-right: 75px;
}

.piq-pricing .et_pb_toggle_title:before {
	content: "\4c";
	position: absolute;
	right: 0;
	font-size: 20px;
	color: #f05c22;
	top: 10px;
	font-weight: bold;
}

.piq-pricing .et_pb_toggle_open h5 {
	color: #000000 !important;
	font-weight: bold;
}

.piq-pricing .et_pb_toggle {
	position: relative;
}

.piq-pricing .et_pb_toggle:before,
.piq-pricing .et_pb_toggle:after {
	position: absolute;
	right: 20px;
	top: 16px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.piq-current-location-type-clinic
	.piq-pricing
	.piq-wellness-service-only.et_pb_toggle:before,
.piq-current-location-type-clinic
	.piq-pricing
	.piq-wellness-service-only.et_pb_toggle:after {
	color: #757575;
}

.piq-current-location-type-clinic .piq-pricing .et_pb_toggle:after,
.piq-current-location-unset .piq-pricing .et_pb_toggle:after {
	/* Clinic selected, hide wellness prices; default when no location chosen is to show the more common clinic prices */
	content: "";
}

.piq-current-location-type-wellness .piq-pricing .et_pb_toggle:before {
	/* Wellness Center selected, hide clinic prices */
	content: "";
}

.piq-current-location-type-clinic
	.piq-pricing
	.piq-wellness-service-only
	.et_pb_toggle_title {
	color: #757575 !important;
}

.piq-pricing .et_pb_toggle_open:before {
	font-weight: bold;
}

.piq-pricing-1 {
	font-family: Poppins;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	padding-bottom: 5px;
}

.seven-plus-button {
	width: 100%;
	height: 38px;
	border-radius: 2px;
	background-color: #0077ba;
	margin-left: auto;
	margin-right: auto;
}

.seven-plus-button-copy {
	width: 100%;
	height: 36px;
	font-family: Poppins;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.15px;
	text-align: center;
	color: #ffffff;
	padding-top: 4px;
}

@media only screen and (min-width: 200px) and (max-width: 800px) {
	.seven-plus-button {
		width: 100%;
	}
	.seven-plus-button-copy {
		width: 100%;
	}
}

/* - Pricing Cards 8
-----------------------------------------------------------------------------*/
.piq-eight-table {
	border: 0px solid #eee !important;
	width: auto !important;
	margin-bottom: 0px !important;
}

.piq-eight-table td {
	border-top: 0px solid #eee !important;
}

.piq-eight-table .piq-eightball-one {
	width: 70px;
	padding: 0px;
}

.piq-eight-table .piq-eightball-two {
	padding: 0px;
	padding-left: 20px;
}

.piq-eight-table .piq-eightball-three {
	padding: 0px;
	text-align: left;
	width: 27px;
	padding-left: 10px;
}

.piq-check img {
	margin-top: 9px;
}

/* - Pricing Cards 10
-----------------------------------------------------------------------------*/

.piq-check-list-container,
.piq-check-list-container .et_pb_text_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.piq-check-list {
	list-style: none;
	padding-left: 2em;
	width: 100%;
}

ul.piq-check-list li strong {
	font-weight: 600;
}

@media only screen and (min-width: 768px) {
	ul.piq-check-list {
		width: calc(50% - 10px);
	}

	ul.piq-check-list.piq-check-list-single {
		width: 100%;
	}
}

ul.piq-check-list li {
	position: relative;
	margin-bottom: 8px;
	line-height: 1.5em;
}

ul.piq-check-list li:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	left: calc(-2em);
	top: 4px;
	background-image: url("../svg/icon-check-green.svg");
	background-position: 50% 50%;
	background-size: contain;
}

ul.piq-check-list li p {
	font-size: 0.9em;
}

ul.piq-check-list.piq-check-list-circle li:before {
	width: 22px;
	height: 22px;
	top: 1px;
	background-image: url("../svg/circle-checkmark.svg");
}

.piq-tenball-one {
	padding: 7px 0px 0px !important;
	vertical-align: top;
	width: 50%;
}

.piq-tenball-one img {
	margin-top: 4px;
	margin-bottom: 25px;
}

.piq-tenball-two {
	padding: 7px 0px 0px !important;
	vertical-align: top;
	width: 50%;
}

.piq-tenball-two img {
	margin-top: 4px;
	margin-bottom: 25px;
}

.piq-ten-pricing {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.piq-ten-customer {
	width: 265px;
	margin-left: auto;
	margin-right: auto;
}

.piq-ten-customer img {
	margin-left: 0px;
	margin-top: 4px;
}

.piq-ten-save {
	width: 100%;
	background-color: #73b564;
	padding-left: 40px;
	padding-right: 40px;
	align-self: center;
}

@media only screen and (min-width: 400px) {
	div.piq-ten-save {
		width: 100%;
		max-width: 368px;
		background-color: transparent;
		background-image: url("../svg/flag-green.svg");
		background-size: contain;
		padding-left: 40px;
		padding-right: 40px;
		align-self: center;
	}
}

/* - Pricing Popup
-----------------------------------------------------------------------------*/

.piq-pricing-popup .piq-pricing-single-line .et_pb_text_inner {
	display: grid;
	grid-template-columns: max-content auto;
	gap: 10px;
	align-items: center;
}

.piq-pricing-popup .piq-pricing-single-line .et_pb_text_inner h1,
.piq-pricing-popup .piq-pricing-single-line .et_pb_text_inner h2,
.piq-pricing-popup .piq-pricing-single-line .et_pb_text_inner h3,
.piq-pricing-popup .piq-pricing-single-line .et_pb_text_inner h4,
.piq-pricing-popup .piq-pricing-single-line .et_pb_text_inner h5,
.piq-pricing-popup .piq-pricing-single-line .et_pb_text_inner h6 {
	padding: 0;
}

/* - Search Form 20
-----------------------------------------------------------------------------*/

.et_pb_fullwidth_menu .et_pb_menu__search,
.et_pb_menu .et_pb_menu__search {
	-webkit-box-shadow: -2px -2px 43px -11px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: -2px -2px 43px -11px rgba(0, 0, 0, 0.4);
	box-shadow: -2px -2px 43px -11px rgba(0, 0, 0, 0.4);
	align-items: center;
	padding-left: 16px;
}

/* - Blog - article template
-----------------------------------------------------------------------------*/

.piq-post-content .et_pb_row {
	width: 100% !important;
	padding: 0;
}
.piq-post-content-col-left {
}

@media (min-width: 980px) {
	.piq-post-content-col-right {
		padding-left: 8%;
		width: 27%;
	}
}

.piq-post-content h3 {
	margin-top: 1em;
}

.piq-tags h4,
.piq-categories h4 {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: -0.1px;
	color: #5e5e5e;
}

.piq-tags ul,
.piq-categories ul {
	padding-left: 0;
}

.piq-tags li,
.piq-categories li {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 255px;
	border-radius: 5px;
	border: solid 1px #adadad;
	margin-bottom: 8px;
	text-align: center;
}

.piq-tags li a,
.piq-categories li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.29px;
	text-align: center;
	color: #000000;
	align-self: center;
	margin: 0 auto;
}

.piq-tags li a:hover,
.piq-categories li a:hover {
	background-image: linear-gradient(180deg, #f68f41 0%, #f05c22 100%);
	color: #ffffff;
}

.piq-post-content blockquote {
	border-width: 2px;
	margin-bottom: 30px;
}

.piq-post-content blockquote p {
	font-size: 24px !important;
	line-height: 38px !important;
	font-weight: semi-bold;
}

.piq-post-content blockquote + p {
	margin-bottom: 48px;
	font-weight: 500;
}

@media (max-width: 980px) {
	.piq-post-title {
		margin-bottom: 0;
	}

	.piq-post-content p {
		padding-bottom: 30px;
	}

	.piq-post-content blockquote {
		margin-bottom: 35px;
	}

	.piq-post-content blockquote p {
		font-size: 16px !important;
		line-height: 24px !important;
		font-weight: normal;
	}

	.piq-post-content blockquote + p {
		margin-bottom: 48px;
		font-weight: 500;
	}
}

.piq-more-article-posts h3.entry-title {
	background: #ffffff;
	padding: 20px 12px 20px 24px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: -80px;
	z-index: 1000;
	position: relative;
}

.piq-more-article-posts .post-content {
	padding-left: 20px;
}

.piq-more-article-posts .post-content-inner p {
	border-left: 2px solid #f05c22;
	margin-bottom: 12px;
	padding-left: 20px;
}

.piq-more-article-posts .more-link:after {
	content: url("../webp/arrow-right.webp");
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 4px;
}

.piq-more-article-posts .more-link {
	position: relative;
	line-height: 3em;
}

.piq-featured-article .post-content-inner p {
	border-left: 2px solid #f05c22;
	margin-bottom: 12px;
	padding-left: 20px;
}

.piq-featured-article .more-link:after {
	content: url("../webp/arrow-right.webp");
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 4px;
}

/* - 16. Contact form block
-----------------------------------------------------------------------------*/

.piq-contact-form .et_pb_contact_form_label {
	display: block !important;
	font-size: 14px;
	line-height: 29px;
	font-weight: bold;
	/* margin-left: 10px;*/
	color: #000000;
}

.piq-contact-form .et_pb_contact_form_label:after {
	content: ":*";
}

.piq-contact-form .et_contact_bottom_container {
	float: left;
	text-align: left;
	margin-top: 30px;
	margin-left: -2px;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.piq-contact-form .et_pb_contact_submit {
	color: #ffffff;
	background-image: linear-gradient(to top, #f05c22, #f9a74f);
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.19);
	border: none;
	border-radius: 5px;
	padding-left: 100px;
	padding-right: 100px;
	font-size: 16px;
	height: 52px;
}

@media (max-width: 980px) {
	.piq-contact-form .et_pb_contact_submit {
		width: 100%;
	}
	.piq-contact-form .et_contact_bottom_container {
		margin-left: auto;
		width: 100%;
	}
}

/* - Button Menu
-----------------------------------------------------------------------------*/

.piq-button-menu .et_mobile_nav_menu,
.piq-button-menu ul.et-menu.nav li {
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
	background: linear-gradient(0deg, #e4e4e4, #ffffff);
	border: 1px solid #d8d8d8;
	border-radius: 5px;
}

.piq-button-menu ul.et-menu.nav li:hover {
	background-image: linear-gradient(180deg, #f68f41 0%, #f05c22 100%);
}

.piq-button-menu ul.et-menu.nav li a {
	transition: none;
	opacity: 1;
}

.piq-button-menu ul.et-menu.nav li:hover a {
	color: #ffffff;
}

.piq-button-menu .et_mobile_nav_menu {
	width: 100%;
	margin: 0;
}

.piq-button-menu .et_mobile_nav_menu .mobile_nav {
	width: 100%;
}

.piq-button-menu .et_mobile_nav_menu .mobile_menu_bar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 15px 11px 15px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.piq-button-menu .et_mobile_nav_menu .mobile_menu_bar::before {
	font-family: FontAwesome !important;
	font-size: 32px;
	content: "\f0b0";
}

.piq-button-menu .et_mobile_nav_menu .mobile_menu_bar::after {
	content: "Filter by Article Category";
	font-size: 1rem;
	font-weight: 500;
	color: #000;
	margin-left: 0.4em;
}

.piq-button-menu .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu a {
	font-size: 1rem;
}

.piq-button-menu .et_pb_menu__menu,
.piq-button-menu .et-menu-nav {
	flex: 1 1 auto;
}

.piq-button-menu ul.et-menu.nav {
	flex: 1 1 auto;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0;
}

.piq-button-menu ul.et-menu.nav li {
	padding: 0;
	flex: 1 0 auto;
	justify-content: center;
	margin-right: 1em;
}

.piq-button-menu ul.et-menu.nav li:last-child {
	margin-right: 0;
}

.piq-button-menu ul.et-menu.nav li a {
	color: #000000;
	font-weight: 500;
	font-size: 0.888888889rem;
	letter-spacing: -0.39px;
	padding: 15px 15px 13px 15px;
}

/* Blog Grid
-----------------------------------------------------------------------------*/

.piq-blog-grid .et_pb_ajax_pagination_container {
	display: grid;
	column-gap: 25px;
	row-gap: 50px;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.piq-blog-grid .et_pb_ajax_pagination_container {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 980px) {
	.piq-blog-grid .et_pb_ajax_pagination_container {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.piq-blog-grid .et_pb_ajax_pagination_container .et_pb_post {
	border-radius: 5px;
}

.piq-blog-grid
	.et_pb_ajax_pagination_container
	.et_pb_post
	.entry-featured-image-url
	img {
	width: 100%;
	border-radius: 5px;
	z-index: -1;
}

.piq-blog-grid .et_pb_ajax_pagination_container .et_pb_post .entry-title,
.piq-blog-grid .et_pb_ajax_pagination_container .et_pb_post .post-meta,
.piq-blog-grid .et_pb_ajax_pagination_container .et_pb_post .post-content {
	background-color: #fff;
	position: relative;
	margin: 0 18px;
	padding: 15px 26px 0;
}

.piq-blog-grid .et_pb_ajax_pagination_container .et_pb_post .entry-title {
	font-size: 24px;
	line-height: 1.166666667;
	margin-top: -100px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.piq-blog-grid
	.et_pb_ajax_pagination_container
	.et_pb_post
	.post-content
	.post-content-inner {
	margin-left: 2px;
	padding-left: 19px;
	border-left: 2px solid #f05c22;
}

.piq-blog-grid .et_pb_ajax_pagination_container .et_pb_post .more-link {
	margin-top: 18px;
	font-weight: 500;
}

.piq-blog-grid .et_pb_ajax_pagination_container .et_pb_post .more-link::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 0.2em;
	position: relative;
	top: 1px;
	background-image: url("../svg/arrow-right.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.piq-blog-grid .et_pb_ajax_pagination_container > div:last-child {
	display: flex;
	justify-content: center;
}

.piq-blog-grid .pagination {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.piq-blog-grid .pagination .alignleft,
.piq-blog-grid .pagination .alignright {
	max-width: 237px;
}

.piq-blog-grid .pagination a {
	display: block;
	padding: 15px 1em;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	background-image: linear-gradient(180deg, #f9a74f 0%, #f05c22 100%);
}

@media (min-width: 768px) {
	.piq-blog-grid .et_pb_ajax_pagination_container > div:last-child {
		grid-column: span 2;
	}

	.piq-blog-grid .pagination a {
		padding: 15px 2em;
	}
}

@media (min-width: 980px) {
	.piq-blog-grid .et_pb_ajax_pagination_container > div:last-child {
		grid-column: span 3;
	}
}

/*
-----------------------------------------------------------------------------*/

/* Homepage Icons */

@media (min-width: 981px) {
	.piq-icons-homepage .piq-icon {
		width: 82px;
		height: 82px;
		max-width: 82px !important;
	}
}
@media (max-width: 980px) {
	.piq-icons-homepage .piq-icon {
		width: 100px;
		height: auto;
		max-width: 68px !important;
	}
}

/* Fix lonely arrows that wrap to next line */

.piq-icon-arrow-right {
	margin-left: 4px;
	margin-right: -16px;
	vertical-align: middle;
	height: 12px;
}

.piq-icon-arrow-left {
	margin-right: 4px;
	margin-left: -16px;
	vertical-align: middle;
	height: 12px;
}

/**Home Page header icons**/
@media (max-width: 980px) {
	.piq-icon-table tr td {
		border-top: 1px solid #eee;
		padding: 6px 15px;
	}
}

/* Green left border piq wellness blurb */
.piq-blurb-wellness .et_pb_blurb_description {
	border-left: 2px solid #73b564;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 0;
}

/**Menu width for tablet adjustment**/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
	.ubermenu-responsive.ubermenu .ubermenu-nav {
		display: block;
		margin-left: -60px;
	}
}

.piq-row-space-spec {
	padding: 0px 0 !important;
}

/**Current Promotions Tablet Portraing ONLY**/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.piq-carousel-module {
		min-height: 600px;
	}
}

/**Search Results page**/
.search-results .et_pb_post {
	margin-bottom: 0px;
}

.piq-search-page-form input.et_pb_s {
	padding: 10px 15px !important;
	background-size: 22px !important;
	background-position: center right !important;
	background-repeat: no-repeat !important;
	background-image: url(../png/mag2.png) !important;
	padding-top: 10px !important;
	padding-right: 15px !important;
	padding-bottom: 10px !important;
	padding-left: 15px !important;
}

.et_pb_search.et_pb_hide_search_button input.et_pb_s {
	padding-left: 1em !important;
	padding-right: 1em !important;
}

/* Find a Location - page title styles */
h2.clinic-listings-count-title {
	font-size: 24px !important;
	font-weight: bold;
	line-height: 1.17 !important;
	letter-spacing: -0.15px !important;
}

@media (max-width: 980px) {
	h2.clinic-listings-count-title {
		font-size: 16px !important;
		font-weight: 600 !important;
		line-height: 1.5 !important;
		letter-spacing: normal;
	}
}

/* - Trustarc
-----------------------------------------------------------------------------*/

#teconsent {
	text-align: center;
	background-color: #0077bd;
}

#consent_blackbar {
	position: fixed;
	z-index: 99999;
	left: 0;
	bottom: 0;
	width: 100%;
}

#truste-consent-buttons button {
	color: #000;
}

#truste-consent-track {
	background-color: #f3f3f3 !important;
}

#truste-consent-track .truste-messageColumn,
#truste-consent-track #truste-cookie-button,
#truste-consent-buttons button {
	font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
	color: #000;
}

#truste-consent-track .truste-messageColumn {
	line-height: 1.5;
}

/* - Hubspot
-----------------------------------------------------------------------------*/

.et-l--footer .hbspt-form {
	color: #fff;
}

.et-l--footer .hbspt-form form.hs-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

@media (min-width: 980px) {
	.et-l--footer .hbspt-form form.hs-form {
		flex-wrap: nowrap;
	}
}

.et-l--footer .hbspt-form form.hs-form input {
	font-size: 1rem;
	border: none;
}

.et-l--footer .hbspt-form form.hs-form .hs-input {
	padding: 14px 4%;
	border-radius: 3px;
	width: 100%;
}

.et-l--footer .hbspt-form form.hs-form .hs-email {
	width: 100%;
}

@media (min-width: 980px) {
	.et-l--footer .hbspt-form form.hs-form .hs-email {
		flex: 1 1 auto;
	}
}

.et-l--footer .hbspt-form form.hs-form .hs-email label[id^="label-email"] {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

.et-l--footer .hbspt-form form.hs-form .hs-submit {
	width: 100%;
}

@media (min-width: 980px) {
	.et-l--footer .hbspt-form form.hs-form .hs-submit {
		flex: 0 0 33%;
		margin-left: 1.7em;
	}
}

.et-l--footer .hbspt-form form.hs-form .hs-button {
	width: 100%;
	padding: 13px 16px 12px;
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	background-image: linear-gradient(180deg, #ffffff 0%, #e4e4e4 100%);
	font-weight: 500;
}

.et-l--footer .hbspt-form form.hs-form .hs-error-msgs {
	margin-top: 1em;
	font-size: 0.9em;
}

@media (max-width: 980px) {
	.et-l--footer .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
		margin-bottom: 25px;
	}
}

/* - Temp and Full-time Vet pages
-----------------------------------------------------------------------------*/

.piq-vet-job {
	border: 0px solid #eee !important;
}

.piq-vet-job td {
	border: 0px solid #eee !important;
	padding: 6px 6px !important;
	vertical-align: text-top;
}

.piq-vet-job img {
	width: 34px;
}

/* Utility class to vertical align blurb text */

.piq-bullets .et_pb_blurb_container {
	height: 50px;
	vertical-align: middle;
}

/* Top Green Notification Bar */

.mtsnb-text {
	font-size: 20px !important;
	line-height: 25px;
	letter-spacing: 0.14px;
	font-weight: 600;
}

.mtsnb-link {
	color: #fff;
	font-size: 16px !important;
	line-height: 25px;
	letter-spacing: 0.1px;
	font-weight: normal;
	text-decoration: underline !important;
}

@media (max-width: 980px) {
	.has-mtsnb-closed .mtsnb {
		display: none;
	}

	.mtsnb {
		z-index: 15;
	}

	.mtsnb .mtsnb-container {
		max-width: 100%;
		padding: 10px 30px;
	}

	.mtsnb-text {
		font-size: 16px !important;
		line-height: 23px;
		letter-spacing: -0.04px;
	}

	.mtsnb-link {
		font-size: 12px !important;
		letter-spacing: -0.03px;
	}
}
