/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  STYLE OVERRIDES
////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------*/

#wrapper a.post-edit-link {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	display: none !important;
	background: white;
	border: 1px dotted;
	color: black;
}
#wrapper article:hover a.post-edit-link {
	display: block !important;
}
.bot p a:last-child .nav-divider {
	display: none;
}

.shade-1 h2,
.shade-2 h2 {
	color: white;
}

.alert-warning2 {
	background-color: #ffee00;
	border-color: #faebcc;
	color: #333333;
	margin-top: 30px;
	padding: 10px;
	text-align: left;
}
.alert-warning2 hr {
	border-top-color: #f7e1b5;
}
.alert-warning2 p,
.alert-warning2 p a {
	color: #333 !important;
}

/* ADA stuffs */
*:focus-visible {
	outline: 2px solid #0f7480 !important;
}
*:focus:not(:focus-visible) {
	outline: none;
}

.visuallyhidden {
	visibility: hidden;
}

@media screen and (min-width: 783px) {
	.home .half-wrap:not(.package-type):not(.post-block) .row {
		min-height: 400px;
	}
}

.client-logos {
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 56px;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.logo-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.logo-links {
	display: flex;
	width: 25%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}

.logo-item {
	display: flex;
	width: 100%;
	height: 140px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border: 1px solid var(--Border-global-border-light, #e5e5e5);
	background: var(--Monotone-Base-White, #fff);
}

.logo-item img {
	max-width: 100%;
	height: auto;
}

.last-row {
	margin-right: 12.5%;
}

.provider-block {
	display: flex;
	flex-direction: column;
	text-align: left;
}

.provider-para {
	font-family: Roboto;
	font-size: 19.55px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	margin-bottom: 32px !important;
}

.provider-h1 {
	font-size: 95.45px;
	line-height: 106px;
}

.provider-h2 {
	margin-bottom: 32px !important;
}

.provider-background {
	min-height: 480px;
}

.provider-section {
	padding-left: 56px;
}

.provider-main-content {
	font-size: 19.55px;
	font-weight: 400;
	line-height: 29px;
	max-width: 1082px !important;
}

.logo-links {
	cursor: pointer;
}

/* Underline all links */
.post-text a:not(.btn),
.wysiwyg a:not(.btn) {
	text-decoration: underline;
}


@media screen and (max-width: 767px) {
	.logo-links {
		width: 50%;
	}

	.last-row {
		margin-right: 25%;
	}

	.provider-background {
		min-height: 171px;
	}

	.provider-h1 {
		font-size: 50px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px;
		letter-spacing: -1px;
	}

	.provider-section {
		padding-left: 0px;
	}

	.provider-para {
		line-height: 22px;
		font-size: 14.45px;
		margin-bottom: 16px !important;
	}

	.provider-h2 {
		font-size: 30px;
		font-style: normal;
		font-weight: 400;
		line-height: 40px;
		letter-spacing: -0.3px;
		margin-bottom: 16px !important;
	}

	.logo-item {
		padding-left: 0px;
		padding-right: 0px;
	}

	.provider-btn-text {
		padding: 19px 32px !important;
	}

	.provider-main-content {
		font-size: 14.45px;
		line-height: 22px;
	}
}

@media screen and (max-width: 480px) {
	.logo-links {
		width: 100%;
	}

	.last-row {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Fix: theme's own mobile search-form CSS declares padding-right:50px then
   immediately overwrites it with the padding:15px shorthand (same selector,
   same specificity, source order wins) leaving no room for the search icon,
   which then renders overlapping/outside the input on mobile. */
#mobile-wrapper .search-form input {
	box-sizing: border-box;
	padding: 15px;
	padding-right: 50px;
}

#mobile-wrapper .search-form label {
	display: none;
}

/* Footer address, under the logo -- inherits the same (unstyled) font-size
   as the email line below it (#footer .top .contact) so the two always
   match exactly. Do not set a fixed font-size/rem/em here: this theme
   redefines html{font-size:10px}, so "1rem" is a flat 10px and does NOT
   equal the email line's actual (cascaded, per-breakpoint) computed size. */
#footer .top .address {
	line-height: 1.35;
	margin-top: 10px;
	max-width: 260px;
}

/* Native lead-gen forms (contact + white paper gates) */
.lead-form .form-row {
	margin-bottom: 16px;
}

.lead-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.lead-form input[type="text"],
.lead-form input[type="email"],
.lead-form input[type="tel"],
.lead-form select,
.lead-form textarea {
	width: 100%;
	box-sizing: border-box;
}

.lead-form .form-row-split {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.lead-form .form-row-split .form-row {
	flex: 1 1 200px;
}

.lead-form .form-guard-msg {
	color: #b00020;
	margin-top: 12px;
}

.hp-field {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

/* Client-side site search results */
.search-form {
	position: relative;
}

.site-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 200;
	background: #fff;
	color: #222;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	max-height: 60vh;
	overflow-y: auto;
	text-align: left;
}

.site-search-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-search-list li {
	padding: 10px 14px;
	border-bottom: 1px solid #eee;
}

.site-search-list li:last-child {
	border-bottom: none;
}

.site-search-list a {
	font-weight: 600;
	text-decoration: none;
}

.site-search-excerpt {
	margin: 4px 0 0;
	font-size: 13px;
	color: #666;
}

.site-search-empty {
	padding: 10px 14px;
	margin: 0;
	color: #666;
}
