/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=magnific-popup.css.map */

.header__logo-img {
	max-width: 310px !important;
}
#wpadminbar {
  position: absolute !important;
}
body.admin-bar .header__main {
	top: 46px !important;
}
body.admin-bar .fixed-top {
	top: 0px !important;
}
li.larger-menu-spacing {
	padding-top: 12px;
}
.testimonial__card .testimonial__logo {
	max-width: 180px;
	max-height: 120px;
}
.insights-resources-menu .megamenu__widget:last-child {
	padding-left: 120px;
}
@media all and (min-width: 600px) {
	body.admin-bar .header__main {
		top: 32px !important;
	}
	body.admin-bar .fixed-top {
		top: 0px !important;
	}
}
/* Overrides some grids */
.grid-center-columns {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: unset;
}
.grid-center-columns .product__card {
	flex: 0 0 calc(25% - 42px);
}
.grid-center-columns.three-wide-grid .product__card {
	flex: 0 0 calc(33.33% - 42px);
}
.grid-center-columns.two-wide-grid .product__card {
	flex: 0 0 calc(50% - 42px);
}
@media (max-width: 1200px) {
  .grid-center-columns .product__card {
    flex: 0 0 calc(33.333% - 42px);
  }
}
@media (max-width: 992px) {
  .grid-center-columns .product__card, .grid-center-columns.three-wide-grid .product__card {
    flex: 0 0 calc(50% - 42px);
  }
}
@media (max-width: 768px) {
  .grid-center-columns .product__card, .grid-center-columns.three-wide-grid .product__card, .grid-center-columns.two-wide-grid .product__card {
    flex: 0 0 calc(50% - 42px);
  }
}
@media (max-width: 480px) {
	.grid-center-columns .product__card, .grid-center-columns.three-wide-grid .product__card, .grid-center-columns.two-wide-grid .product__card {
	    flex: 0 0 100%;
	  }
}
/* end grid overrides */
#home-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 99999;
}
.loading-icon {
	position: relative;
}
.loading-icon img, .loading-icon video {
	position: absolute;
	left: 0;
	right: 0;
	width: 400px;
	max-width: 100%;
	margin: 15% auto 0;
	text-align: center;
}
.hero-img {
    position: absolute;
    right: 0;
    top: 36px;
    width: 66%;
    height: calc(100% - 36px);
    object-fit: cover;
}
.offcanvas-body .header__bar.cart-n-empty a {
	padding-bottom: 5px;
}
.hero .breadcrumb-item+.breadcrumb-item::before, .city-page .hero.hero.hero--style-2 .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.hero.hero--style-2 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-breadcrumb-divider-color);
}
/* Search functionality CSS */
.desktop-search-keywords {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 80px;
	z-index: 1200;
	background: transparent;
	display: none;
}

.desktop-search-keywords.show-search {
	display: block !important;
}
.desktop-search-keywords .container {
	background: #fff;
	padding: 0px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	height: 100%;
}
.desktop-search-keywords .split-sides {
	height: 100%;
}
#headers-search .typeahead {
	border: 0px;
	border-radius: 8px !important;
	background: #fff !important;
	color: #000;
	width: 320px;
	border: 1px solid #B9B7B7;
	border-radius: 8px;
}
.trending-searches, .search-side {
	padding-top: 70px;
}
.trending-searches {
	padding-right: 10px;
	padding-top: 115px
}
.trending-searches .single-trend {
	padding: 20px 0;
	border-bottom: 0.5px solid #B9B7B7;
}
.trending-searches .trend-group {
	padding-bottom: 30px;
	margin-bottom: 30px;
	width: 90%;
	border-bottom: 1px dotted #B9B7B7;
}
.trending-searches .trend-group a:hover {
	color: #FF9737;
}
.trending-searches .trend-group:last-child {
	border-bottom: 0px !important;
}
.trending-searches h4 {
	padding-bottom: 10px;
}
.trending-searches .trend-group .trend-keyword {
	padding-left: 20px;
	position: relative;
	padding-bottom: 12px;
	width: 90%;
	font-size: 14px;
}
.trending-searches .trend-group .trend-keyword .svg-inline--fa {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #f44b1b;
}
.trending-searches .trend-group .trend-keyword::after {
    font-weight: 900;
    content: ">";
    right: -40px;
    top: 2px;
    color: #f44b1b;
    position: absolute;
}
.search-side {
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 115px;
	padding-right: 90px;
}
.search-side .bs-type-left {
	width: calc(100% - 60px);
	display: inline-block;
	float: left;
}
.search-side .bs-btn {
	width: 60px;
	display: inline-block;
	float: left;
}
.search-side .close-out-btn {
	position: absolute;
	top: 45px;
	right: 40px;
	color: #717171;
	font-size: 18px;
}
.search-side .close-out-btn a {
	color: #717171;
}
.typeahead {
  background: rgba(255,255,255,0.40);
  border-radius: 3px;
  border: 0px;
  padding: 5px;
  color: #fff;
}
.is_stuck .typeahead, .is_stuck .tt-query, .is_stuck .tt-hint {
	height: 30px;
}
.is_stuck .right-menu .nav-item a {
}
.is_stuck #headers-search .left {
	height: 30px;
}
.mobile-menu-signin-body, .mobile-menu-search-body {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 90px 50px 20px;
}
.close-search-push {
    font-size: 22px;
    cursor: pointer;
    opacity: 0.55;
    
}
.close-search-push:hover {
	opacity: 1;
}
.mobile-action-button {
	padding-bottom: 25px;
}
.typeahead.fa {
	font-family: "Font Awesome 5 Free", 'Poppins',sans-serif;
}
.typeahead::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.typeahead::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.typeahead:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.typeahead:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: transparent;
}

.tt-menu {
  width: 350px;
  margin: 0px 0 4px;
  padding: 20px 0 0;
  text-align: left;
  background-color: #fff;
  border-radius: 0px;
  border: 0px solid #ccc;
  z-index: 9999;
  border: 0px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
          
}
.tt-menu .cat-title {
	font-size: 15px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: 'Poppins',sans-serif;
}
.tt-suggestion {
  padding: 5px 20px 5px 28px;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
  color: #000;
  position: relative;
}
.tt-suggestion:before {
	content: "\00B7";
	font-size: 30px;
	position: absolute;
	left: 15px;
	top: 5px;
}
.tt-suggestion:after {
  font-weight: 900; content: ">";
	font-size: 14px;
	position: absolute;
	right: 0px;
	top: 5px;
	color: #f44b1b;;
}
.tt-suggestion:hover:after {
	color: #FF9737;	
}
.tt-suggestion:hover {
  cursor: pointer;
  background-color: transparent;
  color: #FF9737;
}
#headtype input[type="text"]::-webkit-input-placeholder {
  color: #B9B7B7;
}
.tt-suggestion.tt-cursor {
  background-color: #ffe0de;

}
.twitter-typeahead input[type="text"] {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding: 0 10px;
	border-radius: 0px !important;
	border: 0px;
}
.tt-suggestion p {
  margin: 0;
}
.tt-menu, .tt-dataset {
	z-index: 9999;
}
.tt-dataset {
	padding: 10px 0;
}
#headers-search .left, #headers-search .right{
	float: left;
}
#headers-search .left {
	width: 75%;
	display: inline-block;
}
#headers-search .right {
	width: 25%;
	padding-left: 10px;
	display: inline-block;
}
.desktop-search-keywords h4 {
	padding-bottom: 10px;
	font-size: 24px;
}
.trending-searches h4 {
	font-size: 16px;
}
.typeahead,
.tt-query,
.tt-hint {
  width: 300px;
  height: 50px;
  padding: 0px 0px;
  font-size: 15px;
  outline: none;
  float: right;
}
#headers-search button {
	background: #f44b1b;
	color: #fff !important;
	border-radius: 5px;
	height: 48px;
	font-size: 18px;
	padding-top: 3px;
	width: 60px;
	border: 0px;
	margin-top: 1px;
	cursor: pointer;
}
#headers-search button:hover {
    background-color: #FF9737;
}
#headers-search button:active, #headers-search button:focus {
	border-radius: 2px;
	background: #B25900;
}
.typeahead {
  background: rgba(255,255,255,0.40);
  border-radius: 3px;
  border: 0px;
  padding: 5px;
  color: #fff;
}


@media (max-width: 1399px) {
	#headers-search .typeahead {
		width: 280px;	
	}
	.footer__widget--logos img {
		width: 140px;
		padding-left: 0px;
		max-width: 100%;
	}
}
@media (max-width: 1299px) {
	.header__logo-img {
		max-width: 290px !important;
	}
	.header__menu-link {
		font-size: 15px;
	}
}
@media (max-width: 1199px) {
	.megamenu__wrapper {
		border: 0px;
	}
	#headers-search .typeahead {
		width: 220px;
	}
	.tt-menu {
		width: 270px;
	}
	#headers-search button {
		width: 50px;
	}
	.body-search .bs-type-left, .body-search .bs-btn {
		float: left;
		margin-left: 5px;
	}
}

/* Search functionality CSS */

/* Footer edits */

.footer__widget--logos img {
	padding-bottom: 40px;
	max-width: 150px;
	padding-left: 20px;
}
.footer__logo-img {
	width: 280px;
	max-width: 100%;
}
.footer__social-icon svg {
	max-width: 20px;
	max-height: 20px;
}
.footer__social-icon {
	width: 45px;
	height: 45px;
}
@media (max-width: 767px) {
	.footer__social-icon {
		width: 38px;
		height: 38px;
	}
	.footer__social-icon svg {
		max-width: 16px;
		max-height: 16px;
	}
	.header__logo-img {
        max-width: 200px !important;
    }
}
/* end footer */

/* Quote popup */
.blue-quote-popup {
  position: relative;
  background: #fff;
  padding: 0px;
  width: auto;
  max-width: 760px;
  margin: 20px auto;
  color: #717171;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.blue-quote-popup .close-weird {
	z-index: 99;
}
.close-weird {
    position: absolute;
    top: 5px;
    right: 7px;
}
.close-weird a {
    color: #B9B7B7;
    font-size: 28px;
}
.above-quota-form img {
    width: 75px;
    height: auto;
    padding-bottom: 15px;
}
.above-quota-form p {
    color: #717171;
}
.above-quota-form p a {
    color: #f44b1b;
}
.blue-quote-popup .mfp-close {
	display: none;
}
.blue-quote-popup .mfp-close {
	font-size: 50px;
	color: #333; 
}
.blue-quote-popup h3.maintitle {
	font-size: 24px;
	line-height: 1.2;
	color: #171717;
	margin-bottom: 0px;
	font-weight: 700;
}
.quote-it-main {
    background: #fff;
    padding: 50px 100px 50px;
}
/* end popup */

/* WooCommerce CSS */

.woocommerce .checkbox {
    all: unset;
}
#order_review_heading {
	padding-top: 30px;
}
.woocommerce .button.alt {
	border-radius: 60px;
    background: var(--orange) !important;
}
.woocommerce .button.alt:hover {
	background: #000 !important;
}
#coupon_code {
	min-width: 150px;
	max-width: 100%;
}
.single-four-search {
    width: calc(100% - 160px);
    float: left;
    display: inline-block;
}
.single-four-search input {
    width: 100%;
    height: 50px;
    border: 0px;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #eee;
}
.search-button-four {
    width: 150px;
    float: left;
    display: inline-block;
    margin-left: 10px;
}
.search-button-four button {
	border: 0px !important;
}
.store-staff-picks {
	background: #fff;
	padding: 30px 34px 20px 48px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.store-staff-picks li a {
	font-size: 14px;
}
.store-staff-picks li .svg-inline--fa {
    position: absolute;
    left: -28px;
    top: 0px;
    color: var(--orange);
    font-size: 15px;
}
.single-grid-policy {
	margin-bottom: 30px;
}
.woocommerce__product_card {
	margin-bottom: 30px;
	position: relative;
}
.woocommerce-loop-product__title {
	font-size: 20px;
	color: var(--primary);
	text-decoration: underline;
	margin-bottom: 20px;
}
.woocommerce__product_card .product__card-content {
	text-align: center;
}
.woocommerce__product_card .product__card-content .add-cart-loop .btn-orange-outline {
	color: var(--orange);
}
.woocommerce__product_card .over-like-ft {
	padding-top: 7px;
}
.woocommerce span.onsale {
	display: none;
}
.woocommerce__product_card .single-event-grid-image {
	text-align: center;
}
.woocommerce-pagination .page-link li {
    color: var(--secondary);
    font-size: 24px;
    line-height: 1;
    padding: 8px;
    border: 2px solid var(--secondary) !important;
    margin: 0 !important;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    margin: 0 8px !important;
	border-radius: var(--bs-border-radius-pill) !important;
    align-items: center;
    justify-content: center;
}
.woocommerce-pagination .page-link {
	border: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff !important;
	background: var(--orange) !important;
}
.hero__content form.cart {
  display: block;
  margin-bottom: 30px;
}
.single-event-grid-image .onsale {
	display: none !important;
}
.absolute-number-steps {
    position: absolute;
    left: 10px;
    top: -25px;
    height: 38px;
    width: 38px;
    padding: 6px 8px;
    background: var(--primary);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.background-blue {
	background: var(--primary);
}
.lead-categories .blog-category-tag {
    border: 1px solid var(--orange);;
    margin-bottom: 3px;
    margin-right: 5px;
    border-radius: 20px 5px 5px 20px;
    padding: 3px 5px 3px 8px;
    color: var(--orange);
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

/* Flex layout if form does NOT have .wc-pao-addons-container inside */
.hero__content form.cart:not(:has(.wc-pao-addons-container)) {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero__content form.cart .wc-pao-addons-container {
	margin-bottom: 30px;
}
.hero__content form.cart .quantity {
  margin: 0; /* reset WooCommerce default margin */
}

.hero__content form.cart .quantity input.qty {
  width: 70px; /* control width of the number field */
  text-align: center;
}
.hero__content .lede .amount {
	color: var(--orange);
	font-weight: 800;
	font-size: 20px;
}
/* End WooCommerce */

/* Hubspot Form Styling */

.hsfc-Step__Content {
    padding: 20px 0px !important;
}
.hsfc-Step__Content .hsfc-Row {
    row-gap: 25px !important;
    column-gap: 15px !important;
}
.hsfc-Step__Content .hsfc-TextInput {
    font-size: 14px !important;
    padding: 8px !important;
    border: 1px solid #B9B7B7 !important;
	border-radius: 8px !important;
	background: transparent !important;
}
.hsfc-PhoneInput__FlagAndCaret {
    border: 1px solid #B9B7B7 !important;
    background: transparent !important;
}
.hsfc-Step__Content .hsfc-PhoneInput {
    height: 39px !important;
}
.hsfc-Step__Content .hsfc-PhoneInput .hsfc-TextInput {
    border-radius: 0px 8px 8px 0 !important;
}
.hsfc-Step__Content .hsfc-FieldLabel {
    font-size: 13px !important;
    margin-bottom: 3px !important;
}
.hsfc-Step__Content .hsfc-CheckboxField label span {
    font-size: 12px !important;
}
.hsfc-Step__Content .hsfc-ErrorAlert {
	font-size: 13px !important;
}
.hsfc-FieldLabel, .hsfc-TextareaInput, .hsfc-Textare, .hsfc-TextInput {
	font-family: var(--parkinsans) !important;
}
.hsfc-Step__Content .hsfc-Button {
	border-radius: 60px !important;
    background: #f44b1b !important;
    height: 50px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: var(--parkinsans) !important;
    border: 0px !important;
}
.hsfc-Step__Content .hsfc-Button:hover {
	background: #000 !important;
}
.hsfc-Step__Content .hsfc-NavigationRow {
	margin-top: 15px !important;
}
.hsfc-Step__Content .hsfc-DropdownOptions__List__ListItem {
	font-size: 14px !important;
	background-color: #fff !important;
}
.hsfc-Step__Content .hsfc-PhoneInput .hsfc-DropdownOptions__List__ListItem {
	font-size: 13px !important;
	padding: 3px 5px !important;
	
}
.hsfc-Step__Content .hsfc-DropdownOptions {
	border: 1px solid #B9B7B7 !important;
    background: #fff !important;
}
.newsletter__form_wrapper .hsfc-Step__Content {
	display: flex !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.newsletter__form_wrapper .hsfc-Step .hsfc-Row:first-child {
	flex: 0 0 62% !important;
	display: block !important;
	grid-template-columns: unset !important;
	margin-bottom: 0px !important;
}
.newsletter__form_wrapper input[type="email"] {
	background: #fff !important;
	height: 50px !important;
    border-radius: 3px !important;
    border: 0 !important;
    font-size: 19px !important;
    letter-spacing: -0.18px !important;
    padding-inline: 13px !important;
    color: var(--gray-500) !important;
}
.newsletter__form_wrapper .hsfc-NavigationRow {
	flex: 0 0 38% !important;
	display: block !important;
	grid-template-columns: unset !important;
	margin-top: 0px !important;
}
.newsletter__form_wrapper .hsfc-NavigationRow__Alerts {
	display: none !important;
}
.newsletter__form_sidebar input[type="email"] {
	background: #fff !important;
	height: 50px !important;
    border-radius: 3px !important;
    border: 0 !important;
    font-size: 16px !important;
    letter-spacing: -0.18px !important;
    color: var(--gray-500) !important;
}
.newsletter__form_sidebar .hsfc-Step__Content {
	padding-top: 0px !important;
	padding-bottom: 4px !important;
}
.newsletter__form_sidebar .hsfc-NavigationRow__Buttons {
	gap: 0px !important;
	justify-content: flex-start !important;
}
.newsletter__form_sidebar .hsfc-NavigationRow__Buttons .hsfc-Button {
	font-size: 16px !important;
	
}
@media (max-width: 767px) {
	.newsletter__form_wrapper .hsfc-Step__Content {
		display: block !important;
	}
	.newsletter__form_wrapper .hsfc-NavigationRow, .newsletter__form_wrapper .hsfc-Step .hsfc-Row:first-child {
		flex: unset !important;	
	}
	.newsletter__form_wrapper .hsfc-NavigationRow__Buttons {
		margin-top: 25px !important;
	}
	.newsletter__form_wrapper .hsfc-NavigationRow__Buttons .hsfc-Button {
		width: 100% !important;
		height: 45px !important;
        font-size: 16px !important;
	}
}
/* End Hubspot Form Styling */

/* Other stuff */
.autoClamp1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* Number of lines to show */
  overflow: hidden;
}

.autoClamp2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.autoClamp3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.autoClamp4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.blog__card-thumb .play-icon {
	background-color: var(--blue-500);
	opacity: 0.6;
}
.cta__content p {
	margin-left: auto;
	margin-right: auto;
}
.how-we-work-page .testimonial {
	padding-bottom: 30px;
}
h4.product__card-title {
	font-size: 20px;
}
.over-new-ft {
	position: absolute;
	top: 50px;
	right: 10px;
	border: 2px solid #fe810d;
	color: #fff;
	background: #fe810d;
	padding: 0px 4px;
	font-size: 12px;
	border-radius: 4px;
	box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}
.over-like-ft .svg-inline--fa {
	font-size: 20px;
	color: #F44B1B;
}
.over-like-ft .saved .svg-inline--fa {
	color: #F44B1B;
}
.program-card-row {
	margin-bottom: 30px;
}
.program-card-row .product__card {
	margin-bottom: 30px;
}
.inner-pricing-box {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 40px 30px;
        border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 15px;
}
.hero--style-1 .hero__content {
	padding-bottom: 60px !important;
}
.lg-blue-bg {
	background-color: var(--blue-100);
}
/* This applies to the container that has the scrollable content */
.page-nav::-webkit-scrollbar {
  height: 12px; /* Sets the height of the horizontal scrollbar */
}
.page-nav::-webkit-scrollbar-track {
  background: #fff8e5; /* A lighter, complementary color */
  border-radius: 10px;
}
.page-nav::-webkit-scrollbar-thumb {
  background: #c49205; /* A darker shade of your main color */
  border-radius: 10px;
  border: 2px solid #fff8e5; /* Creates a nice padding effect */
}
.page-nav::-webkit-scrollbar-thumb:hover {
  background: #c79817; /* A slightly darker color for the hover effect */
}
.page-nav {
  scrollbar-width: thin; /* Can be 'auto', 'thin', or 'none' */
  scrollbar-color: #c49205 #fff8e5; /* thumb color track color */
}
.general-benefit-content .text-white a {
	color: var(--orange);
}
.remove-wave.cta__main {
	padding-top: 0px;
}
.remove-wave.cta__main::after {
	background-color: #fff;
}
.insight-page .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}
/* bread stuff */

.bread-icons-wrapper {
	position: relative;
	text-align: right;
}
.bread-icons {
	line-height: 1.3;
	text-align: center;
	max-width: 60px;
}
.bread-icons .fa-stack-2x {
	font-size: 22px;
	height: 28px;
	width: 28px;
}
.bread-icons .fa-stack-1x {
	font-size: 16px;
	width: 16px;
	height: 16px;
}
.bread-icons span {
	font-size: 11px;
	line-height: 16px;
}
.bread-icons {
	display: inline-block;
	margin-left: 15px;
}
.bread-icons-wrapper .fa-circle {
	display: none;
}
.bread-icons-wrapper .show-modal, .bread-icons-wrapper .show-modal-ivp {
	color: #f44b1b;
}
.bread-icons-wrapper .show-modal:hover, .bread-icons-wrapper .show-modal-ivp:hover {
	color: var(--primary);
}
.bread-icons-wrapper .show-modal:hover .fa-stack-1x, .bread-icons-wrapper .show-modal-ivp:hover .fa-stack-1x {
	color: #fff;
}
.bread-icons-wrapper .show-modal:hover .fa-circle, .bread-icons-wrapper .show-modal-ivp:hover .fa-circle {
	display: inline-block;
	color: var(--primary);
}
.bread-modals {
	position: absolute;
	top: 30px;
	padding: 20px 0 10px;
	right: 0;
	width: 450px;
	z-index: 99;
}
.bread-modals-internal {
	background: #fff;
	box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
	width: 100%;
	height: 100%;
	padding: 15px 45px;
	text-align: left;
	position: relative;
}
.bread-modals-internal h5 {
	font-size: 15px;
	position: relative;
	color: #000;
}
.bread-modals-internal h5 .svg-inline--fa {
	position: absolute;
	left: -23px;
	top: 0px;
	color: #f44b1b;
}
.bread-modals-internal .share-inputs p {
	font-size: 13px;
	color: #717171;
	margin-bottom: 4px;
}
.bread-modals-internal .share-inputs input {
	border: 1px solid #B9B7B7;
	border-radius: 8px;
	padding: 8px 40px 8px 15px;
	width: 100%;
	background: #fff;
	font-size: 12px;
}
.bread-modals-internal .share-inputs .input-group {
	position: relative;
}
.favorite-btns-side .btn-sm {
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 12px;
}
.favorite-btns-side .btn-orange {
    color: #fff !important;
    background: var(--orange);
}
.favorite-btns-side .btn-orange.saved {
    background: #929292;
    border: 2px solid #929292;
}
.favorite-btns-side .btn-orange-outline {
	border: 2px solid var(--orange);
	color: var(--orange);
}
.favorite-btns-side .btn-orange-outline:hover {
	background: var(--orange);
	color: #fff;
}
/*.bread-modals-internal .share-inputs .input-group::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; content: "\f0c1";
  color: #f44b1b;	
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0px;
  top: 7px;
  z-index: 9;
  display: block;
}*/
.share-static {
	position: relative;
	width: 600px;
	max-width: 100%;
}
.show-copied-dia {
	position: absolute;
	left: 0;
	z-index: 99;
	right: 0;
	margin: 0 auto;
	top: 10px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
	width: 160px;
	padding: 15px 30px;
	color: #171717;
	font-weight: 700;
	display: none;
}
.copy-share-link {
	text-align: right;
	line-height: 2.0;
}
.copy-share-link span {
	font-weight: 700;
	padding-right: 12px;
	font-size: 16px;
}
.share-social {
	padding-top: 10px;
}
.share-social .svg-inline--fa {
  display: inline-block;
  border: 1px solid #f44b1b;
  border-radius: 30px;
  padding: 0.5em 0.6em;
  margin-right: 5px;
  color: #f44b1b;
  font-size: 14px;

}
.copy-share-link {
	position: absolute;
	top: -24px;
	right: 0px;
	color: #f44b1b;
	font-size: 13px;
	border: 0;
	background: transparent;
	padding: 0px;
}
.copy-share-link:hover {
	color: #f44b1b;
}
/* end bread stuff */

/* font sizing */
.alert a {
	font-weight: 800;
	text-decoration: underline;
}
h4.blog__card-title {
	font-size: 20px;
}
.blog-grid-row .outer-blog-card {
	margin-bottom: 30px;
}
.tb-photo-shadow {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
.white-background .list-outer.bg-white {
	border: 1px solid #eee;
}
.include-blog-sidebar {
    padding: 30px 25px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}
.include-blog-sidebar .store-staff-picks {
    background: transparent;
    box-shadow: none;
    padding: 10px 20px 10px 20px;
}
.store-staff-picks li {
    list-style: none;
    position: relative;
    padding-bottom: 15px;
    line-height: 1.3;
    font-size: 16px;
    color: #717171;
}
.store-staff-picks li a {
    color: var(--orange);
}
.store-staff-picks li::after {
    font-weight: 900;
    content: ">";
    right: -14px;
    top: 0px;
    color: var(--orange);
    position: absolute;
}
.gform_button.button {
	border: 0px;
	border-radius: 60px;
    background: #f44b1b;
    padding: 0px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
    transition: all 0.3s;
}
.gform_button.button:hover {
	background: #000;
}
.general-benefit-content ul {
	margin-left: 40px;
	margin-bottom: 15px;
}
.general-benefit-content ul li {
	list-style: disc;
}
.hero--style-2.visible-overflow {
	overflow: visible;
}
.category__card-content h3 {
	font-size: 24px;
}
/* end font sizing */

/* General WYSIWYG */
.alignleft {
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
}
.aligncenter {
	display: block;
    text-align: center;
    margin: 10px auto;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.p-wi-caption {
	font-size: 13px;
	font-style: italic;
}
.general-copy h1, .general-copy h2, .general-copy h3, .general-copy h4 {
	margin-bottom: 15px;
	font-weight: 700;
}
.general-copy p {
	font-size: 16px;
}
.general-copy ul, .general-copy ol {
	padding-left: 50px;
	padding-bottom: 15px;
}
.general-copy ul li {
	list-style: disc;
}
.general-copy ol li {
	list-style-type: decimal;
}
.general-copy.text-center ul, .general-copy.text-center ol, .general-copy .text-center ul, .general-copy .text-center ol {
  display: inline-block; /* makes the UL itself behave like text */
  text-align: left;      /* keeps bullets and text aligned together */
  margin: 0 auto;
}
.general-copy a {
	color: var(--orange);
}
.general-copy a.theme__btn {
	color: #fff;
}
a.orange-link {
	color: var(--orange) !important;
}
/* Quotes */



.wp-block-quote.is-style-pull-quote, blockquote {
  border-radius: 60px 0;
  gap: 20px;
  padding: 32px;
  margin-bottom: 60px;
  margin-top: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wp-block-quote.is-style-pull-quote::before, blockquote::before {
  content: '';
  display: inline-block;
  background-image: url('../svg/quote-orange.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 95px;
  height: 95px;
  margin-bottom: 0px;
}

.wp-block-quote.is-style-pull-quote .quote-content-wrapper, blockquote .quote-content-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.wp-block-quote.is-style-pull-quote p, blockquote p {
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--parkinsans);
  font-weight: 500;
  margin-bottom: 10px;
  max-width: 528px;
}

.wp-block-quote.is-style-pull-quote cite, blockquote cite {
  font-style: normal; 
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--parkinsans);
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.wp-block-quote.is-style-pull-quote cite span, blockquote cite span {
  display: block;
  font-weight: 600;
}




.wp-block-quote.is-style-pull-quote.version-b, blockquote.version-b {
  border-radius: 60px 0;
  padding: 32px;
  padding-left: 130px;
  margin-bottom: 40px;
  position: relative;
  display: block;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
}

.wp-block-quote.is-style-pull-quote.version-b::before, blockquote.version-b::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 40px;
  background-image: url('../svg/quote-orange.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 95px;
  height: 95px;
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 0;
}

.wp-block-quote.is-style-pull-quote.version-b p, blockquote.version-b p {
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--parkinsans);
  font-weight: 500;
  margin-bottom: 30px;
  flex-grow: 1;
  max-width: 900%;
}

.wp-block-quote.is-style-pull-quote.version-b cite, blockquote.version-b cite {
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--parkinsans);
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.wp-block-quote.is-style-pull-quote.version-b cite span, blockquote.version-b cite span {
  display: block;
  font-weight: 600;
}
.wp-block-quote.light-blue-bg, blockquote.light-blue-bg {
	background-color: var(--blue-100);
	padding-block: 60px;
}
.wp-block-quote.dark-blue-bg, blockquote.dark-blue-bg {
	background-color: var(--primary);
	padding-block: 60px;
}
.wp-block-quote.dark-blue-bg .quote-content-wrapper, blockquote.wp-block-quote.dark-blue-bg .quote-content-wrapper {
	color: #fff !important;
}
.wp-block-quote.dark-blue-bg::before, blockquote.dark-blue-bg::before {
	background-image: url('../svg/quote-yellow.svg') !important;
}
.single-logo-fac {
	display: flex;
  align-items: center;
}
.single-logo-fac-inner {
	padding: 20px;
	background: #fff;
	border-radius: 15px;
}
.single-logo-fac img {
	width: 250px;
	height: auto;
	max-width: 100%;
}
/* end quotes */
/* end */
/* story start */
.story-section {
	position: relative;
}
.story-section .arrow-wrap img {
	height: 160px;
	transform: scaleX(-1);
}
.story-section .arrow-wrap.arrow-right img {
	transform: none;
}
.story-section .arrow-wrap {
	position: absolute;
	left: -50px;
	bottom: -160px;
	z-index: 5;
}
.story-section .arrow-wrap.arrow-right {
	left: auto;
	right: -50px;
}
/* story end */
/* Enhanced Activity Popup */
.enhanced-activity {
	position: relative;
    
}
.interior-enhanced {
	background: #fff;
    padding: 50px 140px;
    width: auto;
    max-width: 1000px;
    margin: 20px auto;
    color: #000;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position: relative;
}
.close-weird a {
	color: #B9B7B7;
	font-size: 28px;
}
.close-weird img {
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.30);
	border-radius: 50%;
}
.enhanced-activity .mfp-close {
	display: none !important;
}
.centered-slick-slide {
	text-align: center;
	padding: 0 0px;
	width: 100%;
	height: 100%;
}
.centered-slick-slide img {
	text-align: center;
	max-width: 100%;
	max-height: 800px;
	height: auto;
	margin: 0 auto;
}
.center-extended .slick-track {
  display: flex;
}
.center-extended .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.center-extended .slick-arrow {
	position: absolute;
	top: calc(50% - 30px);
	z-index: 999;
	background: var(--orange);
	color: #fff;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
.center-extended .slick-arrow .svg-inline--fa {
	font-size: 24px;
	padding: 10px 12px 8px;
}
.center-extended .slick-arrow.slick-prev {
	left: -70px;
}
.center-extended .slick-arrow.slick-next {
	right: -70px;
}
.center-extended img.slick-arrow {
	width: 40px;
	box-shadow: 0 30px 60px -16px rgba(159,136,136,0.15);
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.35rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 3px;
  background-color: #DDDDDD;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #717171;
}
.centered-slick .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 30px;
  padding: 1rem 0;
  list-style-type: none;
}
.centered-slick .slick-dots li {
  margin: 0 0.5rem;
}
.centered-slick .slick-dots button {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border: 0px !important;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #929292;
  text-indent: -9999px;
}
.centered-slick .slick-dots li.slick-active button {
  background-color: var(--orange);
}
/* End Enhanced Activity Popup */
/* Login & Account */
.container-centered #loginform-custom {
	max-width: 300px;
	margin: 0 auto;
}
.container-centered #create-account, .reset-password-form {
	max-width: 450px;
	margin: 0 auto;
}
.container-centered #loginform-custom .login-username label, .container-centered #loginform-custom .login-password label, .container-centered #create-account label, .reset-pw-cont label {
	display: block;
	text-align: left;
	font-weight: 400;
	margin-bottom: 3px;
	color: #717171;
    font-size: 15px;
}
.container-centered #loginform-custom .login-username input, .container-centered #loginform-custom .login-password input, .reset-pw-cont input[type=text], .reset-pw-cont input[type=password] {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #B9B7B7;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 8px 5px;
	font-size: 14px;
}
.container-centered #loginform-custom .login-password {
	margin-bottom: 10px;
}
.container-centered #loginform-custom .login-remember {
	text-align: left;
	font-size: 16px;
}
.container-centered #loginform-custom .login-submit .button {
	border-radius: 60px;
    background: var(--orange);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--parkinsans);
    text-align: center;
    border: 0px;
    transition: all 0.3s;
    padding: 8px 30px;
}
.container-centered #loginform-custom .login-submit .button:hover {
	background: #000;
}
.login-register {
	justify-content: center;
}
.login-register .form-group {
	margin-bottom: 15px;
}
/* End login */
/* start sitemap */
.sitemap h2 {
	font-weight: 800;
}
.sitemap h5 {
	font-size: 16px;
	font-weight: 800;
}
.sitemap ul li ul li {
	list-style: circle;
}
/* end sitemap */
/* Multiselect */
.bootstrap-select .dropdown-toggle {
  	border: 1px solid var(--grey);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
	height: 56px;
	color: var(--blue-900);
	letter-spacing: -0.32px;
	background: #fff;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	color: var(--blue-900);
	letter-spacing: -0.32px;
	line-height: 42px;
	font-weight: 700;
}
.bootstrap-select .dropdown-toggle::after {
	width: 24px;
    height: 24px;
    right: 16px;
    pointer-events: none;
    border: 0px !important;
    background: url('../svg/angle-down.svg') no-repeat;
    background-position-y: center
}
.filter__item .bootstrap-select {
  flex-grow: 1;
}
.filter__item .bootstrap-select .dropdown-toggle {
  width: 100% !important;
}
.filter__form-left.no-right-border {
	border-right: 0px !important;
}
.filter-column.filter-sort-column {
	border-left: 1px solid #d9d9d9;
}
.outer-filter__sort-btn {
	padding-left: 12px;
}
.filter__form-left {
	gap: 0px !important;
	padding-right: 0px;
}
.dropdown-item.active, .dropdown-item:active {
	background: var(--primary);
}
.outer-filter__sort-btn .dropdown-toggle::after {
	display: none !important;
}
.filter__form .dropdown-menu {
	max-height: 250px !important;
}
.filter__form .bs-multiple-picker .bootstrap-select .bs-ok-default:after {
    display: none;
}
.filter__form .bs-multiple-picker .bootstrap-select .dropdown-menu li a {
    position: relative;
    padding-left: 35px; 
}
.filter__form .bs-multiple-picker .bootstrap-select .dropdown-menu li a::before {
    font-family: 'Font Awesome 6 Free', sans-serif !important;
    font-weight: 400 !important; 
    content: '\f0c8' !important;
    color: #ccc !important;
    position: absolute;
    left: 10px; 
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1em;
}
.filter__form .bs-multiple-picker .bootstrap-select .dropdown-menu li.selected a::before {
    content: '\f14a' !important;
    color: var(--primary) !important;
}
/* end filters */
/* venues */
.blog__card-desc small {
	color: var(--orange);
	font-size: 12px;
}
.blog__card.venue__card p {
	font-size: 15px;
}
.no-results-container {
	padding: 80px 0;
}
.double-cat-bg-img {
	width: 100%;
	height: 420px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 0;
}
.acf-map.acf-map-height {
    height: 100%;
    min-height: 300px;
}
/* end venues */
/* Team */
.animate-this {
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
    will-change: transform;
}
.team-group .hover-image, .team-group:hover .normal-image {
  display: none;
}
.team-group:hover .hover-image {
  display: inline;
}
.faq-old-author {
	background: var(--blue-100);
	padding: 100px 0 70px;
}

/* End Team */
/* Clients */
.threecols {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
.clients-segemnts .threecols {
    line-height: 1.6;
}
.faq__accordion_full {
	max-width: 100%;
}
.page-nav__wrapper h4 {
	display: none;
}
/* End Clients */
/* Blog */
.sidebar__menu-link {
  display: flex;
  align-items: center;   /* center icon & text vertically */
  gap: 10px;
  color: var(--primary);
}

.icon-circle {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.icon-label {
  flex: 1;  
  line-height: 1.4;
}
.grid-cat-sep.setp-w-border {
    padding-top: 25px;
    border-top: 1px dashed #B9B7B7;
}
.filter__search {
	max-width: 100%;
	width: unset;
}
.wp-caption {
	max-width: 100%;
	width: 100% !important;
}
.post-detail__wrapper {
	width: 100%;
}
/* End Blog */
/* Start Podcast */
.podcast-bg {
	background: var(--blue-100) !important;
}
.meet-host-section {
	background: var(--blue-100) !important;
}
.meet-host-section p {
	font-size: 20px;
}
.meet-host-section img {
	border-radius: 60px 0;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.podcast-social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.podcast-social .nav-link {
	padding: 0px !important;
}
.podcast-social i.fab, .podcast-social i.fa, .podcast-social .svg-inline--fa {
    display: inline-block;
    border: 2px solid #929292;
    border-radius: 30px;
    padding: .5em .6em;
    margin-right: 5px;
    color: #929292;
    font-size: 16px;
}
.podcast-sidebar {
	padding-left: 40px;
}
.float-podcast {
    float: right;
    width: 400px;
    max-width: 100%;
    padding-left: 25px;
}
.white-popup {
    max-width: 800px;
    padding: 50px;
    position: relative;
    background: #FFF;
    box-shadow: 10px 10px 12px 0 rgba(0, 0, 0, 0.2);
    width: auto;
    border-radius: 60px 0;
    margin: 20px auto;
}
/* End Podcast */
/* Read More */
.expand-post-container {
  max-height: 800px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease-in-out;
}

.expand-post-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, white, transparent);
}

.expand-post-container.expanded {
  max-height: none;
}

.expand-post-container.expanded::after {
  display: none;
}
.insight-post-detail .include-blog-sidebar {
	background: var(--blue-100);
}
.sidebar .subscribe-form .theme__btn {
	font-size: 16px;
}
/* Program Pages */
.program-copy.general-copy, .program-copy.general-copy p {
	font-size: 18px;
}
.event-detail__cta.sticky-top, .event-detail__right .sticky-top {
	top: 100px;
}
/* End Program Pages */
/* Start Login Module */
.login-modal .container-centered {
    border: 1px solid #e6e7e7;
    margin: 0 auto;
    max-width: 600px;
    overflow: hidden;
    padding: 40px 20px;
    position: relative;
}
.login-modal .container-centered a {
	color: var(--orange);
}
#register.register-mo-toggle {
	display: none;
}
.white-popup.login-modal {
	padding: 0px;
	border-radius: 10px;
	box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
}
.white-popup.login-modal .top-img img {
	width: 100%;
}
.white-popup.login-modal .content-contain {
	padding: 20px;
}
.white-popup.login-modal .container-centered h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.white-popup.login-modal .container-centered .btn {
	font-size: 18px;
}
.white-popup.login-modal .form-group .indicator, .white-popup.login-modal .form-group .alert {
	display: none;
	margin-bottom: 10px !important;
}
#loginform input[type="text"], #loginform2 input[type="text"], #loginform input[type="password"], #loginform2 input[type="password"] {
	background: #FFFFFF;
    border: 1px solid #B9B7B7;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 14px;
    width: 100%;
    color: #717171;
}

#create-account .btn-primary {
	width: auto;
	height: auto;
}
#login-modal .mfp-close {
	display: none !important;
}
#loginform p, #loginform2 p {
	margin-bottom: 8px;
	text-align: left;
}
#loginform p.login-submit, #loginform2 p.login-submit { 
	text-align: left;	
}
#loginform .button-primary, #loginform2 .button-primary {
	border-radius: 60px;
    background: var(--orange);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--parkinsans);
    text-align: center;
    border: 0px;
    transition: all 0.3s;
    padding: 8px 30px;
}
#create-account .form-group {
	margin-bottom: 18px;
}
#create-account #btn-new-user {
	margin-top: 10px;
}
/* End Login */
/* Singular Program */
.event-detail__feature.whats-included h6 {
	margin-top: 20px;
}
.event-detail__feature.whats-included ul {
	padding-left: 15px;
}
.event-detail__feature.whats-included li {
	list-style: disc;
	line-height: 1.3;
	padding-bottom: 5px;
}
.sidebar-logo-outer {
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}
.event-detail__info-list {
	padding-left: 0px !important;
	padding-bottom: 0px !important;
}
#read-more-program {
	display: none;
}
#read-more-program.expanded {
	display: block;
}
.facilitation.converted-test {
	background: var(--blue-100);
	padding-block: 95px;
}
.post-detail__right .subscribe-form {
	margin-bottom: 40px;
}
.post-detail__right .sidebar__block {
	margin-bottom: 20px;
}
.accordion-body p a {
	text-decoration: underline;
}
.program-quote-outer {
	padding: 60px 0 60px;
	background-color: var(--blue-100);
	overflow: hidden;
}
.program-quote-outer .testimonial__logo {
	max-height: 70px;
	max-width: 80%;
}
.rounded-leaf {
	border-radius: 50px 0 !important;
}
/* end singular program */
/* Corporate Volunteer Template */
.how-we-work-page.corporate-volunteer .testimonial {
	padding-block: 230px 113px;
}
.about__content .para-style ul {
	padding-left: 40px;
	margin-bottom: 30px;
}
.about__content .para-style ul li {
	padding-bottom: 8px;
}
.sidebar__menu-item .sidebar__menu-link.active-toc-link {
	background-color: var(--blue-100);
    color: var(--primary);
}
/* Corporate Event Consulting */
.impact-page.events-consulting .how-it-work--style-2 {
	background: #fff;
}
.para-style.card-content-style ul {
	padding-left: 30px;
	padding-bottom: 20px;
}
.para-style.card-content-style ul li {
	list-style: disc;
}
.pillars {
	padding: 100px 0;
}
.pillars .stat-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 60px;
  padding: 18px 28px 18px 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  height: 100%;
}

.pillars .stat-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  flex-shrink: 0;
}

.pillars .stat-text {
  margin-left: 20px;
}

.pillars .stat-text h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.pillars .stat-text p {
  margin: 0;
  font-size: 16px;
  color: #666;
}

/* Color variations */
.pillars .bg-orange { background: #e4793a; }
.pillars .bg-navy   { background: #1f345e; }
.pillars .bg-gold   { background: #d1a84a; }
.pillars .bg-green  { background: #4d8f4d; }

.outcomes-bg {
	background: var(--primary);
}
.outcomes-bg h2 {
	color: #fff;
}

/* End */
@media (min-width: 1200px) {
	.impact-page .about--benefit .about__content {
		padding-left: 30px;
	}
	
}
@media (max-width: 1200px) {
	.bootstrap-select .dropdown-toggle {
		height: 44px;
	}
	.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
		line-height: 30px;
		font-size: 14px;
	}
	.bootstrap-select .dropdown-menu li a span.text {
		font-size: 14px;
	}
	.share-static {
		width: 450px;
	}

}
@media (max-width: 992px) {
	.bread-modals {
		right: auto;
		left: -140px;
		width: 400px;
	}
	li.breadcrumb-item {
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  /* width can be fixed, or flexible inside a flex/grid item */
	  max-width: 250px;
	}
	.filter__item--md {
		max-width: 100%;
	}
	.category__filter.sticky-top {
		position: static !important;
		top: auto !important;
	}
	.outer-filter__sort-btn {
		padding-left: 0px !important;
		border-left: 0px !important;
		margin-left: auto;
	}
	.filter-column.filter-sort-column {
		border-left: 0px !important;
	}
	.filter-column {
		margin-bottom: 15px;
	}
	.hero__info-title {
		margin-top: 14px;
	}
	.brand__wrap.gap-4 {
		gap: 0px !important;
	}
}
  
@media (max-width: 767px) {
	.interior-enhanced {
	    padding: 40px 40px;
    }
    .center-extended .slick-arrow.slick-next {
	    right: -38px;
    }
    .center-extended .slick-arrow.slick-prev {
	    left: -38px;
    }
    .centered-slick .slick-dots button {
	    width: 0.5rem;
	    height: 0.5rem;
    }
    .account-manager-sidebar {
	    margin-top: 50px;
    }
    .page-nav__wrapper {
	    padding-top: 30px;
	    padding-bottom: 30px;
    }
    .page-nav__wrapper h4 {
		display: block;
	}
	.page-nav.sticky-top {
		position: static !important;
		top: auto !important;
	}
	.story-section .arrow-wrap {
		display: none !important;
	}
	.podcast-sidebar {
		padding-left: 0px;
	}
	.float-podcast {
		float: none;
		width: 100%;
		padding-left: 0px;
	}
	.wp-block-quote.is-style-pull-quote.version-b, blockquote.version-b {
	    padding-left: 75px;
	}
	
	.wp-block-quote.is-style-pull-quote.version-b::before, blockquote.version-b::before {
	    width: 55px;
		height: 55px;
	}
	.wp-block-quote.is-style-pull-quote.version-b p, blockquote.version-b p {
		font-size: 18px
	}
	.loading-icon img, .loading-icon video { 
		margin: 30% auto 0;
	}

}
/* etc. */