/*--------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////
//  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;
	}
}
