/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via Freshy
Author: Freshy
Author URI: https://freshysites.com/
Template: Divi
Version: 5.0.0
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

.white, 
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white li, .white a,
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, li.white, a.white, p.white {
	color: #fff;
}

.black, 
.black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black li, .black a,
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, li.black, a.black, p.black {
	color: #000;
}

.primary, 
.primary h1, .primary h2, .primary  h3, .primary h4, .primary h5, .primary h6, .primary li, .primary a,
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary, li.primary, a.primary, p.primary {
	color: #32a709;
}

.secondary, 
.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary li, .secondary a,
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary, li.secondary, a.secondary, p.secondary {
	color: #daf238;
}

.tertiary, 
.tertiary h1, .tertiary h2, .tertiary h3, .tertiary h4, .tertiary h5, .tertiary h6, .tertiary li, .tertiary a,
h1.tertiary, h2.tertiary, h3.tertiary, h4.tertiary, h5.tertiary, h6.tertiary, li.tertiary, a.tertiary, p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white, a.bg-white {background-color: #fff;}
.bg-black, a.bg-black {background-color: #000;}
.bg-primary, a.bg-primary {background-color: #32a709;}
.bg-secondary, a.bg-secondary {background-color: #daf238;}
.bg-tertiary, a.bg-tertiary {background-color: #e4debe;}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.text-lowercase, 
.text-lowercase h1, .text-lowercase h2, .text-lowercase h3, .text-lowercase h4, .text-lowercase h5, .text-lowercase h6, .text-lowercase li, .text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase, 
.text-uppercase h1, .text-uppercase h2, .text-uppercase h3, .text-uppercase h4, .text-uppercase h5, .text-uppercase h6, .text-uppercase li, .text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize, 
.text-capitalize h1, .text-capitalize h2, .text-capitalize h3, .text-capitalize h4, .text-capitalize h5, .text-capitalize h6, .text-capitalize li, .text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none, 
.text-transform-none h1, .text-transform-none h2, .text-transform-none h3, .text-transform-none h4, .text-transform-none h5, .text-transform-none h6, .text-transform-none li, .text-transform-none a {
	text-transform: none !important;
}

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

.font-weight-normal, 
.font-weight-normal h1, .font-weight-normal h2, .font-weight-normal h3, .font-weight-normal h4, .font-weight-normal h5, .font-weight-normal h6, .font-weight-normal li, .font-weight-normal a {
	font-weight: 400;
}

.font-italic {font-style: italic;}

.text-underline-none, .text-underline-none a {text-decoration: none !important;}

.text-underline, .text-underline a {text-decoration: underline !important;}

.text-nowrap, .text-nowrap a {white-space: nowrap !important;}

.text-wrap-normal, .text-wrap-normal a {white-space: normal !important;}

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
#et-boc header .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after,
#et-boc header .menu-item-has-children  .menu-item-has-children > a:first-child::after {
	content: '5';	
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a[href="#0"],
#et-boc header .et_mobile_menu .menu-item-has-children > a[href="#0"] { 
	pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children,
#et-boc header .et_mobile_menu .menu-item-has-children {
	position: relative;	
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle,
#et-boc header .et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0,0,0,0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0,0,0,0.1);
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before,
#et-boc header .et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu,
#et-boc header .et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
	display: none !important;
	padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
	display: block !important;
	background-color: rgba(0,0,0,0.03);
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li,
#et-boc header .et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a,
#et-boc header .et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a,
#et-boc header .et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a,
#et-boc header .et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a,
#et-boc header .et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a,
#et-boc header .et_mobile_menu .menu-item-has-children > a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a,
#et-boc header .et_mobile_menu li.current-menu-item > a {
	font-weight: bolder;
}

/* -- END HEADER -- */


/* -- FOOTER -- */

/* - Bottom Bar - */
/* align modules: year, site name, pipe, and logo */
#fs-footer-bottom-bar .col-1 {
	display: flex;
	align-items: center;
}

/* FS logo link hover */
#fs-footer-bottom-bar .col-1 .et_pb_image {
	transition: 0.3s all ease-in-out;
}

#fs-footer-bottom-bar .col-1 .et_pb_image:hover {
	opacity: 0.8;
}

/* tablet */
@media (min-width: 550px) and (max-width: 980px) {
	#fs-footer-bottom-bar .et_pb_row {
		display: flex;
	}
	
	#fs-footer-bottom-bar .et_pb_row .et_pb_column {
		margin-bottom: 0;
	}
	
	#fs-footer-bottom-bar .et_pb_gutters2 .et_block_row .et_pb_column_1_2, 
	#fs-footer-bottom-bar .et_pb_gutters2.et_block_row.et_pb_row>.et_pb_column_1_2 {
		width: 48.5%;
	}
	
	#fs-footer-bottom-bar .et_pb_gutters2 .et_block_row .et_pb_column, 
	#fs-footer-bottom-bar .et_pb_gutters2.et_block_row.et_pb_row>.et_pb_column {
		margin-right: 3%;
	}
	
	#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns {
		flex-direction: row;
	}
	
	#fs-footer-bottom-bar .col-1 {
		flex-wrap: nowrap;
    	white-space: nowrap;
	}
}

@media (max-width: 549px) {
	#fs-footer-bottom-bar .et_pb_row {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#fs-footer-bottom-bar .col-1 {
		align-items: center;
		display: flex;
		flex: 0 0 100%;
		float: none;
		justify-content: center;
		max-width: 100%;
		order: 2;
    	text-align: center;	
	}
	
	#fs-footer-bottom-bar .col-1 .year {
		float: none;
		margin-left: auto;
	}
	
	#fs-footer-bottom-bar .col-1 .pipe {
		float: none;
	}
	
	#fs-footer-bottom-bar .col-1 .et_pb_image {
		float: none;
		margin-right: auto;
	}
	
	#fs-footer-bottom-bar .col-1 .site-title {
		margin-left: 0;
		margin-right: 0;
	}
	
	#fs-footer-bottom-bar .col-2 {
		order: 1;
	}
	
	#fs-footer-bottom-bar .et_pb_social_media_follow {
		justify-content: center;
	}
	
	#fs-footer-bottom-bar .et_pb_row .et_pb_column {
		margin-bottom: 0;
	}
}

/* mobile */

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {
	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {
	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}
	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {
	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd){
		clear: both;	
	}
	.checklist-columns-2-alt > ul,
	.checklist-columns-3-alt > ul,
	.checklist-columns-4-alt > ul {
		column-count: 2;
		column-gap: 20px;
	}
	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}
@media (min-width: 981px) {
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;	
	}
	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		column-count: 3;
	}
}
@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;	
	}
	.checklist-columns-4-alt ul {
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: 'ETModules';
	content: '\4e';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #0DA0EC;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}
.pluslist ul li::before {
	content: '\e050';
}
.externallist ul li::before {
	content: '\e906';	
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et-pb-parallax-background {
	background-position: center center;	
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}
p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */


/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
	width: 80%;
	margin: 10% auto;
	max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
	border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
	display: none;
}

/* -- END PASSWORD PROTECTED -- */

/* -- GRAVITY FORMS -- */

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 2rem;
	background: rgba(90, 90, 90, 0.1);
	text-align: center;
}

/* -- END GRAVITY FORMS -- */


/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li  {
	margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
	display: table;
	font-size: 0.85em;
}

/* -- END BLOG -- */

/* -- CUSTOM CSS -- */
#page-container{
    overflow:hidden;
}
.et_fullwidth_nav #main-header .container {
    width: 80% !important;
    max-width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.et_fullwidth_secondary_nav #top-header .container {
    width: 80% !important;
    max-width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
#main-header {
    box-shadow: none;
    border-bottom: 1px solid #F4F8FA;
}
.et_mobile_menu {
    background: #fff !important;
}
@media (max-width: 980px) {
    .et_pb_svg_logo #logo {
        height: 35%;
}
}
/* Custom desktop search only */
@media (min-width: 981px) {
  /* Hide default Divi search only on desktop */
  #et_top_search,
  .et_search_outer {
    display: none !important;
  }

  /* Align default Divi header nav */
  #et-top-navigation {
    display: flex !important;
    align-items: center;
  }

  #top-menu-nav,
  #top-menu {
    display: flex;
    align-items: center;
  }

  /* Custom header search form */
  .custom-header-search {
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: center;
    width: 231px;
    height: 48px;
    margin-left: 28px;
    padding: 0 5px 0 22px;
    background: #ffffff;
    border-radius: 36px;
    box-sizing: border-box;
    pointer-events: auto !important;
  }

  /* Input */
  .custom-header-search input[type="search"] {
    position: relative;
    z-index: 2;
    flex: 1;
    min-width: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    color: #455870;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    outline: none !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    pointer-events: auto !important;
  }

  .custom-header-search input[type="search"]::placeholder {
    color: #455870;
    opacity: 1;
  }

  /* Remove browser search x icon */
  .custom-header-search input[type="search"]::-webkit-search-decoration,
  .custom-header-search input[type="search"]::-webkit-search-cancel-button,
  .custom-header-search input[type="search"]::-webkit-search-results-button,
  .custom-header-search input[type="search"]::-webkit-search-results-decoration {
    display: none;
  }

  /* Button */
  .custom-header-search button {
    position: relative;
    z-index: 3;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    pointer-events: auto !important;
  }

  /* SVG search icon */
  .custom-header-search button svg {
    display: block;
    width: 23px;
    height: 23px;
    stroke: #ffffff;
  }
}

/* Do not show custom search on tablet/mobile */
@media (max-width: 980px) {
  .custom-header-search {
    display: none !important;
  }
}

.hero-title em {
    font-family: "Instrument Serif", serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.02em;	
}
@media only screen and (min-width: 981px) {
    .et_header_style_left #et-top-navigation nav > ul > li > a {
        padding-bottom: 0px !important;
  }
	  .et_header_style_left #et-top-navigation {
          padding-top:16px !important;
		  padding-bottom: 16px !important;
}
}

/* Toggle */

.et_pb_toggle_open > .et_pb_toggle_title::before {
    content: url('/wp-content/uploads/icon-minus.svg');
}
.et_pb_toggle_title::before {
    content:url('/wp-content/uploads/Icon-plus.svg');
	width: 40px;
    height: 40px;
}
.et_pb_toggle_title::before {
    right: 0 !important;
}
.et_pb_toggle_content {
	max-width: 998px;
	padding-top: 15px !important;
}

/* Counter*/
.et_pb_number_counter .percent {
    height: auto;
}

/* Review by Category layout */
.review-category-section {
  background: transparent;
  padding: 0;
}

.review-category-inner {
  max-width: 1230px;
  margin: 0 auto;
}

/* Main layout */
.review-category-layout {
  display: grid !important;
  grid-template-columns: 268px minmax(0, 1fr) !important;
  column-gap: 16px !important;
  row-gap: 28px !important;
  align-items: start;
}

/* Active parent category on the left */
.review-active-parent-wrap {
  grid-column: 1;
  grid-row: 1;
}

.review-active-parent-tab {
  display: none;
  padding: 0;
  background: transparent;
  border: 0;
  color: #162132;
  font-family: inherit;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  cursor: default;
}

.review-active-parent-tab.is-active {
  display: inline-flex;
}

/* Inactive parent categories on the right */
.review-parent-tabs {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 24px;
  overflow-x: auto;
  flex-wrap: wrap;
  scrollbar-width: none;
}

.review-parent-tabs::-webkit-scrollbar {
  display: none;
}

.review-parent-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  color: #475B6B;
  font-family: inherit;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.review-parent-tab.is-current {
  display: none;
}

.review-parent-tab:hover {
  color: #162132;
  opacity: 1;
}

/* Left child sidebar */
.review-child-tabs {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  min-height: 100%;
  padding-right: 16px;
  border-right: 1px solid #DEE6ED;
  box-sizing: border-box;
}

.review-child-panel {
  display: none;
  flex-direction: column;
  gap: 0px;
}

.review-child-panel.is-active {
  display: flex;
}

.review-child-tab {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 8px 16px 8px 16px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 36px;
  color: #475B6B;
  font-family: inherit;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

.review-child-tab::before {
  content: "";
  position: absolute;
  left: 8px;
  width: 16.67px;
  height: 16.67px;
  background-image: url('/wp-content/uploads/Checkmark-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.review-child-tab.is-active {
  background: #ffffff;
  border-color: #0da0ec;
  font-weight: 700;
  color: #162132;
}

.review-child-tab:hover {
  color: #162132;
}

/* Hide fallback child tab for parents without subcategories */
.review-child-tab-fallback {
  display: none;
}

/* Cards */
.review-cards-wrap {
  grid-column: 2;
  grid-row: 2;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  justify-self: start;
}

.review-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 268px)) !important;
  gap: 16px !important;
  justify-content: start;
}

.review-card {
  display: flex;
  flex-direction: column;
  min-height: 344px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(23, 39, 54, 0.08);
  overflow: hidden;
}

.review-card.is-filtered-out,
.review-card.is-hidden {
  display: none !important;
}

/* Logo area */
.review-card-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 24px 16px 16px;
  background-color: #f5f7fb;
}

.review-card-logo {
  max-width: 190px;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.review-card-fallback-title {
  margin: 0;
  color: #172033;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

/* Bullet points */
.review-card-bullets {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0 !important;
  padding: 18px 20px 18px !important;
  list-style: none !important;
}

.review-card-bullets li {
  position: relative;
  padding-left: 28px;
  color: #475B6B;
  font-size: 16px;
  line-height: 150%;
  list-style: none !important;
}

.review-card-bullets li::marker {
  content: "";
}

.review-card-bullets li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/Checkmark-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Visit Site button */
.review-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto 16px 12px;
  padding: 8px 24px;
  border-radius: 36px;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%);
  color: #ffffff !important;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.review-card-button:hover {
  color: #ffffff !important;
  text-decoration: none;
  opacity: 0.92;
}

/* Read Review link */
.review-card-read-link {
  display: inline-block;
  margin: 0 auto 18px;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  text-decoration: underline;
}

.review-card-read-link:hover {
  color: #144faa;
}

/* Show More button */
.review-show-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0 0 auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 36px;
  background: transparent !important;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #144faa;
  cursor: pointer;
  overflow: hidden;
}

.review-show-more::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 36px;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%);
  pointer-events: none;

  -webkit-mask:
    linear-gradient(#ffffff 0 0) content-box,
    linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.review-show-more span {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.review-show-more:hover {
  opacity: 0.9;
}

.review-show-more[hidden] {
  display: none !important;
}

.review-no-results {
  margin: 0;
  color: #526176;
  font-size: 16px;
  line-height: 150%;
}

/* Tablet */
@media (max-width: 980px) {
  .review-category-layout {
    grid-template-columns: 1fr !important;
  }

  .review-active-parent-wrap,
  .review-parent-tabs,
  .review-child-tabs,
  .review-cards-wrap {
    grid-column: 1;
    grid-row: auto;
    margin-bottom: 10px;
  }

  .review-parent-tabs {
    gap: 24px;
  }

  .review-child-tabs {
    min-height: 0;
    padding-right: 0;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #dfe7f1;
  }

  .review-child-panel.is-active {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .review-child-tab {
    width: auto;
    min-width: 170px;
  }

  .review-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 268px)) !important;
  }

  .review-show-more {
    margin-left: 0;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .review-cards-grid {
    grid-template-columns: 1fr !important;
  }

  .review-child-panel.is-active {
    flex-direction: column;
  }

  .review-child-tab {
    width: 100%;
  }
}
/* Blurb */
.expert-blurb .et_pb_module_header {
	background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.expert-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
    vertical-align: middle;
}
.expert-blurb.et_pb_blurb_position_left .et_pb_main_blurb_image {
    width: 16.67px;
    vertical-align: middle;
}
.expert-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 8px;
}
.expert-blurb strong, .gradient-title strong {
	background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
	
}
.top-pick-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 8px;
}

/* Button */
.gradient-text-button {
	background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
/* Considered carousel layout */
/* Considered carousel - exact HTML classes */
.considered-carousel {
  position: relative !important;
  max-width: 836px;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding-bottom: 64px !important;
  overflow: visible !important;
}

/* Carousel viewport - prevent shadow clipping */
.considered-carousel .et_pb_group_carousel_container {
  overflow: hidden !important;
  padding: 8px 8px 12px !important;
  margin: -8px -8px 0 !important;
}

/* 16px spacing between cards */
.considered-carousel .et_pb_group_carousel_slide {
  padding-left: 8px !important;
  padding-right: 8px !important;
  box-sizing: border-box !important;
}

/* Card style */
.considered-carousel .et_pb_blurb {
  min-height: 142px;
  margin-bottom: 0 !important;
  padding: 18px 14px 0px !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  /*box-shadow: 0px 4px 8px rgba(23, 39, 54, 0.08) !important;*/
  overflow: hidden !important;
}

/* Blurb content */
.considered-carousel .et_pb_blurb_content {
  max-width: none !important;
  text-align: center !important;
}

.considered-carousel .et_pb_main_blurb_image {
  margin-bottom: 20px !important;
}

.considered-carousel .et_pb_main_blurb_image img {
  display: block !important;
  max-width: 130px !important;
  max-height: 42px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

.considered-carousel .et_pb_blurb_container {
  padding: 0 !important;
}

.considered-carousel .et_pb_module_header,
.considered-carousel .et_pb_blurb_description,
.considered-carousel .et_pb_blurb_description p {
  margin: 0 !important;
  padding: 0 !important;
  color: #172736 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* Arrow base */
.considered-carousel > .et_pb_group_carousel_arrow {
  position: absolute !important;
  top: auto !important;
  right: auto !important;
  bottom: 0 !important;
  transform: none !important;
  z-index: 20 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  overflow: hidden !important;
}

/* Hide Divi default arrow numbers/icons */
.considered-carousel > .et_pb_group_carousel_arrow .et-pb-icon {
  display: none !important;
}

/* Previous button */
.considered-carousel > .et_pb_group_carousel_arrow_prev {
  left: 0 !important;
  background: transparent !important;
  border: 2px solid #0DA0EC !important;
  color: #144FAA !important;
}

/* Next button */
.considered-carousel > .et_pb_group_carousel_arrow_next {
  left: 125px !important;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%) !important;
  border: 0 !important;
  color: #ffffff !important;
}

/* Draw smaller arrow icon */
.considered-carousel > .et_pb_group_carousel_arrow::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

/* Previous arrow direction */
.considered-carousel > .et_pb_group_carousel_arrow_prev::after {
  transform: rotate(225deg);
  margin-left: 3px;
}

/* Next arrow direction */
.considered-carousel > .et_pb_group_carousel_arrow_next::after {
  transform: rotate(45deg);
  margin-right: 3px;
}

/* Dots wrapper */
.considered-carousel > .et_pb_group_carousel_dots {
  position: absolute !important;
  left: 64px !important;
  bottom: 16px !important;
  z-index: 25 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

/* Inactive dot - gradient border, transparent center */
/*.considered-carousel > .et_pb_group_carousel_dots .et_pb_group_carousel_dot {
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 50% !important;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%) border-box !important;
  opacity: 1 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}*/

/* Inactive dot - transparent inside + gradient border */
.considered-carousel > .et_pb_group_carousel_dots .et_pb_group_carousel_dot {
  position: relative !important;
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  opacity: 1 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.considered-carousel > .et_pb_group_carousel_dots .et_pb_group_carousel_dot::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 50%;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%);
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#ffffff 0 0) content-box,
    linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
/* Active dot */
.considered-carousel > .et_pb_group_carousel_dots .et_pb_group_carousel_dot_active {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  border: 0 !important;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%) !important;
}

/* Tablet */
@media (max-width: 980px) {
  .considered-carousel {
    max-width: 560px;
    padding-bottom: 64px !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .considered-carousel {
    max-width: 100%;
    padding-bottom: 62px !important;
  }

  .considered-carousel .et_pb_group_carousel_container {
    padding: 8px 6px 12px !important;
    margin: -8px -6px 0 !important;
  }

  .considered-carousel .et_pb_group_carousel_slide {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .considered-carousel .et_pb_blurb {
    min-height: 135px;
    padding: 16px 12px 14px !important;
  }

  .considered-carousel .et_pb_main_blurb_image {
    margin-bottom: 18px !important;
  }

  .considered-carousel .et_pb_main_blurb_image img {
    max-width: 120px !important;
    max-height: 38px !important;
  }

  .considered-carousel .et_pb_module_header,
  .considered-carousel .et_pb_blurb_description,
  .considered-carousel .et_pb_blurb_description p {
    font-size: 15px !important;
  }

  .considered-carousel > .et_pb_group_carousel_arrow {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }

  .considered-carousel > .et_pb_group_carousel_arrow_next {
    left: 116px !important;
  }

  .considered-carousel > .et_pb_group_carousel_dots {
    left: 60px !important;
    bottom: 15px !important;
  }
}
/* Hide carousel bleed/partial slide edges */
.considered-carousel .et_pb_group_carousel_slide_bleed_clip_prev,
.considered-carousel .et_pb_group_carousel_slide_bleed_clip_next {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Remove any leftover shadow/edge from bleed slides */
.considered-carousel .et_pb_group_carousel_slide_bleed_clip_prev .et_pb_blurb,
.considered-carousel .et_pb_group_carousel_slide_bleed_clip_next .et_pb_blurb {
  box-shadow: none !important;
}
/* Reset carousel controls from previous grid/flex attempts */
.considered-carousel {
  display: block !important;
}

/* Keep space below carousel for controls */
.considered-carousel {
  padding-bottom: 64px !important;
}

/* Controls: absolute compact layout */
.considered-carousel > .et_pb_group_carousel_arrow {
  position: absolute !important;
  top: auto !important;
  right: auto !important;
  bottom: 0 !important;
  transform: none !important;
}

/* Previous arrow */
.considered-carousel > .et_pb_group_carousel_arrow_prev {
  left: 0 !important;
}

/* Dots */
.considered-carousel > .et_pb_group_carousel_dots {
  position: absolute !important;
  left: 64px !important;
  bottom: 16px !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: max-content !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Next arrow default: 2 dots */
.considered-carousel > .et_pb_group_carousel_arrow_next {
  left: 110px !important;
}

/* Next arrow position depending on number of dots */
.considered-carousel:has(.et_pb_group_carousel_dots button:nth-child(3)) > .et_pb_group_carousel_arrow_next {
  left: 124px !important;
}

.considered-carousel:has(.et_pb_group_carousel_dots button:nth-child(4)) > .et_pb_group_carousel_arrow_next {
  left: 138px !important;
}

.considered-carousel:has(.et_pb_group_carousel_dots button:nth-child(5)) > .et_pb_group_carousel_arrow_next {
  left: 152px !important;
}

.considered-carousel:has(.et_pb_group_carousel_dots button:nth-child(6)) > .et_pb_group_carousel_arrow_next {
  left: 166px !important;
}

/* Mobile */
@media (max-width: 640px) {
  .considered-carousel {
    padding-bottom: 62px !important;
  }

  .considered-carousel > .et_pb_group_carousel_dots {
    left: 58px !important;
    bottom: 15px !important;
  }

  .considered-carousel > .et_pb_group_carousel_arrow_next {
    left: 102px !important;
  }

  .considered-carousel:has(.et_pb_group_carousel_dots button:nth-child(3)) > .et_pb_group_carousel_arrow_next {
    left: 116px !important;
  }

  .considered-carousel:has(.et_pb_group_carousel_dots button:nth-child(4)) > .et_pb_group_carousel_arrow_next {
    left: 130px !important;
  }

  .considered-carousel:has(.et_pb_group_carousel_dots button:nth-child(5)) > .et_pb_group_carousel_arrow_next {
    left: 144px !important;
  }

  .considered-carousel:has(.et_pb_group_carousel_dots button:nth-child(6)) > .et_pb_group_carousel_arrow_next {
    left: 158px !important;
  }
}
/* Equal height cards without changing carousel slide width */
.considered-carousel .et_pb_group_carousel_track {
  align-items: stretch !important;
}

.considered-carousel .et_pb_group_carousel_slide > .et_pb_group {
  height: 100% !important;
}

.considered-carousel .et_pb_group_carousel_slide .et_pb_blurb {
  min-height: 156px !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.considered-carousel .et_pb_group_carousel_slide .et_pb_blurb_content {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.considered-carousel .et_pb_group_carousel_slide .et_pb_main_blurb_image {
  flex: 0 0 auto;
}

.considered-carousel .et_pb_group_carousel_slide .et_pb_blurb_container {
  flex: 1 1 auto;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

/* Recommendation cards */
.recommends-column {
  box-shadow: 0 4px 8px rgba(23, 39, 54, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  will-change: transform;
}

/* Hover effect */
.recommends-column:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(23, 39, 54, 0.16);
  z-index: 2;
}
.category-row .et_pb_column {
    transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  will-change: transform;
}
.category-row .et_pb_column:hover {
  transform: translateY(-6px);
  background: linear-gradient(99.57deg, #CDEEFF 0.02%, #FFFFFF 50.5%, #E7F7FF 100.02%);
  box-shadow: 0 12px 24px rgba(23, 39, 54, 0.16);
  z-index: 2;
}
.review-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  will-change: transform;
}
.review-card:hover {
   transform: translateY(-6px);
   background: linear-gradient(99.57deg, #CDEEFF 0.02%, #FFFFFF 50.5%, #E7F7FF 100.02%);
   box-shadow: 0 12px 24px rgba(23, 39, 54, 0.16);
   z-index: 2;
}
/*Gravity Form*/
.gform_wrapper input.button{
	padding: 8px 24px !important;
	min-width:200px;
    border-radius: 36px !important;
    background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.5em !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
	border:none !important;
	margin: 15px 0 0 !important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 10px !important;
 }
.gform_wrapper .gform_wrapper {
    text-align: center !important;
	margin: 0 !important;
}
.gform_wrapper input.button:hover{
	color: #fff !important;
	opacity: 0.92;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper textarea.textarea, div.form_saved_message div.form_saved_message_emailform form input[type=text],
.gform_wrapper ul.gform_fields li.gfield select {
	font-style: normal !important;
	background:#FFF !important;
	padding: 15px 25px !important;
	border: unset !important;
	color: #475b6b !important;
    font-weight: 400 !important;
	font-size: 16px !important;
	border: 1px solid #DEE6ED !important;
}
.gform_wrapper.gravity-theme .gfield_radio label {
    color: #333;
	font-size: 16px !important;
}
@media all and (max-width: 981px) {
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper textarea.textarea, div.form_saved_message div.form_saved_message_emailform form input[type=text],
.gform_wrapper ul.gform_fields li.gfield select {
        font-size: 16px !important;
}
}
/* Gravity Form placeholders*/
    ::-webkit-input-placeholder { color:#475b6b; }
    :-moz-placeholder { opacity: 1; color:#475b6b; } /* Firefox 18- */
    ::-moz-placeholder { opacity: 1; color:#475b6b; } /* firefox 19+ */
    :-ms-input-placeholder { color:#475b6b; } /* ie */
    input:-moz-placeholder { color:#475b6b; }

.gform_wrapper ul.gform_fields li.gfield select {
	height: 40px !important;
}

.gform_wrapper .gform_footer {
    padding: 0px 0 10px !important;
    margin: 0px 0 0 !important;
}

.gform_wrapper {
    margin-top: 0px !important;
}

.ginput_container.ginput_container_radio {
	color: #fff !important;
}
body .gform_wrapper .hidden_label textarea.textarea {
    margin: 0 !important;
}
body .gform_wrapper .hidden_label .ginput_container > * {
    margin-top: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-size: 16px !important;
	margin-bottom: 0px !important;
}
.gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 16px !important;
}
.gform_required_legend {
	display:none;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-weight:400 !important;
}
/*End Gravity Form*/
/* Scroll to top icon */
.et_pb_scroll_top.et-pb-icon {
    color: #144FAA;
    background: #fff;
    bottom: 100px;
    border-radius: 50%;
    padding: 10px;
    font-size: 40px;
    right: 1%;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}	

/* Review card read link */
.review-card-read-link {
  position: relative;
  display: inline-block;
  width: fit-content;
  text-decoration: none !important;

  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Gradient underline */
.review-card-read-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%);
  pointer-events: none;
}
/* Underline text */
.gradient-title strong {
  position: relative;
  display: inline-block;
  width: fit-content;
  text-decoration: none !important;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  z-index:2;
}

/* Gradient underline */
.expert-gradient-title h3 {
	position: relative;
    display: inline-block;
    padding-bottom: 0;
}
.gradient-title strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 1px;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%);
  pointer-events: none;
  z-index:1;
}
.expert-gradient-title h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%);
  pointer-events: none;
  z-index:1;
}
/* Gradient text button with gradient underline - Divi safe */
body #page-container .et_pb_section a.et_pb_button.gradient-text-button {
  display: inline-block !important;
  width: fit-content !important;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  margin: 0 auto !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid transparent !important;
  border-image: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%) 1 !important;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* Remove Divi default icon */
body #page-container .et_pb_section a.et_pb_button.gradient-text-button::after {
  display: none !important;
  content: none !important;
}
/* Rating number circle */
.rating-number {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  border: 1px solid transparent !important;
  border-radius: 50% !important;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%) border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

/* Breadcrumbs */
.fs-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #475B6B;
  margin-bottom: 16px;
}

.fs-breadcrumbs a {
  color: #475B6B;
  text-decoration: none;
  transition: color 0.2s ease;
}

.fs-breadcrumbs a:hover {
  color: #0DA0EC;
}

.fs-breadcrumbs-separator {
  color: #475B6B;
}

.fs-breadcrumb-current {
  color: #475B6B;
}
/* Footer */
@media only screen and (min-width: 981px) and (max-width: 1640px){
	.menu-footer.et_pb_menu ul li a {
        font-size: 16px !important;	
	}
	.copyright-text {
		font-size: 16px !important;	
	}
}

@media only screen and (max-width: 980px) {
	.menu-footer.et_pb_menu .et_pb_menu__menu {
        display: block;
}
	.menu-footer .et_mobile_nav_menu {
		display: none !important;
	}
	.footer-nav-items .et_pb_menu__wrap{
		display:flex;
	}
}

@media only screen and (max-width: 980px) {
	.menu-footer.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
        justify-content: center !important;
  }
}
@media only screen and (max-width: 480px) {
    .menu-footer.et_pb_menu .et_pb_menu__wrap {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
}
}
@media only screen and (min-width: 1440px) {
    .menu-footer.et_pb_menu .et-menu > li {
        padding-left: 20px;
        padding-right: 20px;
}
}
.menu-footer.et_pb_menu .et_pb_menu__menu > nav > ul {
	justify-content: center;
}

/* Revs */
/* Active parent category highlight */
.review-active-parent-wrap .review-active-parent-tab.is-active {
  position: relative !important;
  display: inline-flex !important;
  width: fit-content !important;
  padding: 0 0 8px 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #162132 !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

/* Gradient underline for active parent category */
.review-active-parent-wrap .review-active-parent-tab.is-active::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 2px !important;
  border-radius: 2px !important;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%) !important;
  display: block !important;
}

/* Review category child icons */
.review-child-tab {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.review-child-icon {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  object-fit: contain !important;
}

.review-child-label {
  display: inline-block !important;
}

/* Hide old generic check icon if it was added with CSS */
.review-child-tab::before {
  display: none !important;
  content: none !important;
}
.et_pb_group_carousel .et_pb_button_module_wrapper {
  width:100%;      
}
.star-blurb h3 {
  padding-bottom: 0px;
}
blockquote {
  margin: 15px 0 0;
  padding: 20px;
  background-color: #e7f7ff;
}

.listing-block {
  border:2px solid #f5f7fb;
  transition:all linear 0.2s;
}
.listing-block:hover {
  border:2px solid #144faa
}

/* 7/27 2026 */
/* =========================================================
   Also Considered Custom Shortcode
   ========================================================= */

/* Remove shortcode section background/spacing */
.also-considered-section {
  position: relative;
  overflow: visible !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove shortcode inner container width/padding */
.also-considered-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide shortcode-generated title */
.also-considered-title {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Main layout: carousel 3/4, details 1/4 */
/*.also-considered-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 3fr) minmax(260px, 1fr) !important;
  gap: 56px !important;
  align-items: start !important;
}*/

.also-considered-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 2.4fr) minmax(330px, 1fr) !important;
  gap: 48px !important;
  align-items: start !important;
}

/* Carousel wrapper */
.also-considered-carousel-wrap {
  min-width: 0 !important;
  overflow: visible !important;
}

/* Viewport: enough padding so active card shadow/border is not clipped */
.also-considered-viewport {
  overflow: hidden !important;
  padding: 18px 10px 22px !important;
  margin: -18px -10px -22px !important;
}

/* Track */
.also-considered-track {
  display: flex !important;
  gap: 16px !important;
  align-items: stretch !important;
  transition: transform 0.35s ease !important;
  will-change: transform;
}

/* Cards */
.also-considered-card {
  position: relative !important;
  flex: 0 0 calc((100% - 32px) / 3) !important;
  height: 300px !important;
  min-height: 300px !important;
  padding: 44px 20px 40px !important;
  background: #ffffff !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  box-shadow: 0px 4px 8px rgba(23, 39, 54, 0.08) !important;
  text-align: center !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

/* Active/hover state */
.also-considered-card:hover,
.also-considered-card.is-active {
  transform: translateY(-4px) !important;
  border-color: #0DA0EC !important;
  /*box-shadow: 0px 12px 28px rgba(23, 39, 54, 0.12) !important;*/
}

/* Full-card click trigger */
.also-considered-card-trigger {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

/* Logo area */
.also-considered-card-logo-wrap {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 60px !important;
  min-height: 60px !important;
  margin-bottom: 24px !important;
}

.also-considered-card-logo {
  display: block !important;
  max-width: 170px !important;
  max-height: 74px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.also-considered-card-name {
  margin: 0 !important;
  color: #162132 !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

/* Card text */
.also-considered-card-text {
  position: relative !important;
  z-index: 2 !important;
  margin: 0 0 28px !important;
  color: #162132 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* Button */
.also-considered-card-button {
  position: relative !important;
  z-index: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 40px !important;
  margin-top: auto !important;
  padding: 10px 20px !important;
  border: 0 !important;
  border-radius: 36px !important;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* Controls */
.also-considered-controls {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: 36px !important;
}

.also-considered-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: opacity 0.2s ease !important;
}

.also-considered-arrow:disabled {
  opacity: 0.45 !important;
  cursor: default !important;
}

.also-considered-arrow-prev {
  border: 2px solid #0DA0EC !important;
  background: transparent !important;
  color: #144FAA !important;
}

.also-considered-arrow-next {
  border: 0 !important;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%) !important;
  color: #ffffff !important;
}

.also-considered-arrow span {
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  border-top: 3px solid currentColor !important;
  border-right: 3px solid currentColor !important;
}

.also-considered-arrow-prev span {
  transform: rotate(225deg) !important;
  margin-left: 4px !important;
}

.also-considered-arrow-next span {
  transform: rotate(45deg) !important;
  margin-right: 4px !important;
}

/* Dots */
.also-considered-dots {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.also-considered-dot {
  position: relative !important;
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  cursor: pointer !important;
}

.also-considered-dot::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  padding: 1px !important;
  border-radius: 50% !important;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%) !important;
  pointer-events: none !important;

  -webkit-mask:
    linear-gradient(#ffffff 0 0) content-box,
    linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.also-considered-dot.is-active {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  background: linear-gradient(90deg, #0DA0EC 0%, #144FAA 100%) !important;
}

.also-considered-dot.is-active::before {
  display: none !important;
}

/* Detail panel - does not control card height */
.also-considered-details-wrap {
  align-self: start !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* If you want the detail content visually in a white box, keep this.
   If not, remove background/padding below. */
.also-considered-detail {
  display: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.also-considered-detail.is-active {
  display: block !important;
}

.also-considered-detail-title {
  margin: 0 0 24px !important;
  color: #162132 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.also-considered-detail-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.also-considered-detail-list li {
  position: relative !important;
  margin: 0 0 16px !important;
  padding-left: 34px !important;
  color: #475b6b !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
}

.also-considered-detail-list li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.35em !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url('/wp-content/uploads/Checkmark-icon.svg') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

.also-considered-detail-placeholder {
  margin: 0 !important;
  color: #455870 !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
}

/* Admin notices */
.also-considered-admin-note {
  padding: 16px !important;
  border: 1px solid #0DA0EC !important;
  background: #E7F7FF !important;
  color: #162132 !important;
}

/* Tablet */
@media (max-width: 980px) {
  .also-considered-layout {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .also-considered-card {
    flex-basis: calc((100% - 24px) / 2) !important;
    height: 310px !important;
    min-height: 310px !important;
  }

  .also-considered-details-wrap {
    max-width: 760px !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .also-considered-card {
    flex-basis: 100% !important;
    height: 290px !important;
    min-height: 290px !important;
    padding: 36px 20px 32px !important;
  }

  .also-considered-card-logo-wrap {
    height: 70px !important;
    min-height: 70px !important;
    margin-bottom: 28px !important;
  }

  .also-considered-card-text {
    font-size: 17px !important;
  }

  .also-considered-card-button {
    font-size: 17px !important;
  }

  .also-considered-controls {
    justify-content: center !important;
  }
}
