/* 
FIND REPLACE COLORS

Medium Blue: #115F84
General linked text color (which is used for all the Read More and Pagination links in blog and knowldedge center, Box-Left border, Box-Middle border, Row-Contact phone button, submit and captcha buttons. 

Bright Blue: #09AACE
Hover-state in main menu and Row-Contact buttons.

Dark Blue: #04334D
Hero-Text background, mobile menu dropdown link colors, the unchanging text color in Row-BG button. 

Red: #D60121 (passive button)
Lighter Red: #FF1037 (hover-state button)
Replace with a brand color that pops. Stand out color for Back-to-Top button set, the genearl use .Button a (on contact page for phone number button), the click to call button in the header. 

Blue-Gray: #79888D (passive button)
Blue-Gray: ##7A98A2 (hover-state button)
Used for the send-a-message button in the header. May need to pick a gray that leans toward a logo color. 

Favicon Gradients: 
Too complicated for find/replace. Reset from dark bottom to light colored top usin the gradient feature in Dreamweaver CSS Designer. Do for these two classes:
.Card i (the cards on the home page)
.post-card i (the cards in Our Blog)

.Row-BG-Text
This stands for Row Background Text. It's the semi-transparent gradient backgrounds for text in the rows that have background images. It's too complex for find/replace. Use Dreamweaver CSS Designer to set a gradient with a dark brand color bottom and a lighter brand color top. Use RGB so you can make it semi-transparent. Keep the white text legible.

.Contact-Row background color (form at the bottom of most pages)
Convert to a light gray that leans toward a brand color. Currently, it leans blue, and will look wrong with other brand colors. 

*/

@import url('./plugins/forms/styles.css');
@import url('./plugins/fontawesome/css/all.min.css');
@import url('./plugins/home-printer/styles.css');

:root {
	--button-bg-color: #79888d;
	--button-text-color: #e9edf1;
	--button-bg-hover-color: #7a98a2;
	--button-text-hover-color: #e9edf1;
	--button-bg-color-hover: #7a98a2;
}

* {
	box-sizing: border-box;
}
a {
	color: #115f84;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

html {
	scroll-behavior: smooth;
}

html,
body {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	background-color: white;
	text-align: center;
	font-size: medium;
	font-family: 'Nunito Sans', sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-variation-settings:
		'wdth' 100,
		'YTLC' 500;
	max-width: 2560px;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0.5em 0px;
}

img {
	max-width: 100%;
	border-style: none;
}

textarea {
	resize: vertical;
}

a[href^='tel:'],
a[href^='mailto:'] {
	/* prevents word break, maintains display type */
	white-space: nowrap;
}
.Admin {
	width: 100%;
	text-align: left;
	font-size: x-small;
	color: #afb2b5;
	background-color: #e9edf1;
}
.Admin a {
	margin-left: 24px;
	color: #b4b7b9;
	text-decoration: none;
}
.Box-2 {
	width: 39%;
	display: inline-block;
	vertical-align: top;
	margin-top: 35px;
	padding-left: 5%;
	padding-right: 5%;
	max-width: 633px;
}

.Box-3 {
	width: 26%;
	display: inline-block;
	margin-top: 35px;
	padding-left: 3%;
	padding-right: 3%;
	vertical-align: top;
}
.Box-3 img {
	width: 70%;
}
.Box-3 ul li {
	text-align: left;
}
.Box-3 li {
	margin-bottom: 16px;
}
.Box-Left {
	border-right: 1px solid #115f84;
}

.Box-Middle {
	border-width: 1px;
	border-color: #115f84;
	border-right-style: solid;
	border-left-style: solid;
}

.Box-80 {
	width: 800px;
	max-width: 90%;
	display: block;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}
.Box-80 p {
	line-height: 1.5em;
	font-size: 1.25em;
}
.Button a {
	background-color: #d60121;
	color: #ffffff;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-decoration: none;
	border-radius: 6px;
}
.Button a:hover {
	background-color: #ff1037;
}

.Card {
	width: 15%;
	display: inline-block;
	vertical-align: top;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 25px;
	padding-left: 1%;
	padding-right: 1%;
	min-width: 200px;
	max-width: 320px;
	-webkit-box-shadow: 2px 2px 8px #8c9091;
	box-shadow: 2px 2px 8px #8c9091;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 243px;
}
.Card i {
	font-size: 25px;
	color: #ffffff;
	background-image: -webkit-linear-gradient(
		270deg,
		rgba(26, 194, 227, 1) 0%,
		rgba(2, 51, 77, 1) 100%
	);
	background-image: -moz-linear-gradient(
		270deg,
		rgba(26, 194, 227, 1) 0%,
		rgba(2, 51, 77, 1) 100%
	);
	background-image: -o-linear-gradient(
		270deg,
		rgba(26, 194, 227, 1) 0%,
		rgba(2, 51, 77, 1) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgba(26, 194, 227, 1) 0%,
		rgba(2, 51, 77, 1) 100%
	);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.Container {
	display: inline-block;
	max-width: 90%;
}
.EZPost-Article-Sidebar iframe {
	width: 100%;
	height: 1500px;
	border-left: 1px solid #115f84;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

header {
	display: inline-block;
	width: 100%;
	padding-top: 2em;
}

.Header-Right {
	display: inline-block;
	margin-right: 5%;
	float: right;
	font-weight: bold;
	font-size: 1.2em;
}
.Header-Right-Phone {
	display: inline-block;
}

.Header-Right-Phone a {
	display: inline-block;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
	background-color: #d60121;
	color: #ffffff;
	text-decoration: none;
	border-radius: 10px;
}
.Header-Right-Phone a:hover {
	background-color: #ff1037;
}

.Header-Right-Sub {
	display: inline-block;
	font-size: medium;
	font-weight: normal;
	margin-right: 25px;
	margin-top: 32px;
}
.Header-Right-Sub a {
	display: inline-block;
	color: #ffffff;
	background-color: #79888d;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 5px;
}
.Header-Right-Sub a:hover {
	background-color: #7a98a2;
}
.Hero-Img-No {
	margin-top: 0px !important;
}

.Hero-Text {
	width: 100%;
	display: inline-block;
	background-color: #04334d;
	color: #ffffff;
	margin-top: -7px;
	padding-bottom: 1em;
	padding-left: 5%;
	padding-right: 5%;
}
.Hero-Text .Box-80 {
	margin-top: 0px;
	margin-bottom: 15px;
}

.Hero-Text p {
	width: 800px;
	max-width: 90%;
	display: inline-block;
}

.Logo {
	display: inline-block;
	float: left;
	width: 519px;
	max-width: 90%;
	margin-left: 5%;
}
.Lined-List ul {
	display: block;
	border-left-width: 1px;
	margin-top: 19px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
	width: 100%;
}
.Lined-List hr {
	border-bottom: 1px solid #788e96;
	width: 30%;
	border-top-width: 1px;
	border-top-style: solid;
	opacity: 0.75;
}
.post-card {
	margin-top: 25px;
	min-height: 372px;
}
.post-card i {
	color: #ffffff;
	font-size: 40px;
	background-image: -webkit-linear-gradient(
		270deg,
		rgba(29, 191, 234, 1) 0%,
		rgba(1, 46, 74, 1) 100%
	);
	background-image: -moz-linear-gradient(
		270deg,
		rgba(29, 191, 234, 1) 0%,
		rgba(1, 46, 74, 1) 100%
	);
	background-image: -o-linear-gradient(
		270deg,
		rgba(29, 191, 234, 1) 0%,
		rgba(1, 46, 74, 1) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgba(29, 191, 234, 1) 0%,
		rgba(1, 46, 74, 1) 100%
	);
	width: 55px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.Row-BG {
	margin-top: 35px;
	display: inline-block;
	width: 100%;
	background-size: cover;
	background-position: right center;
	background-image: url(Images-Main/BG-Medicare-Pays.jpg);
}
.Row-BG-Team {
	background-image: url(Images-Main/BG-Team.jpg);
	background-position: center center;
}
.Row-BG-Diagnoses {
	background-image: url(Images-Main/BG-Diagnoses.jpg);
}
.Row-BG .Button a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(
		270deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(159, 175, 181, 1) 100%
	);
	background-image: -moz-linear-gradient(
		270deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(159, 175, 181, 1) 100%
	);
	background-image: -o-linear-gradient(
		270deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(159, 175, 181, 1) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(159, 175, 181, 1) 100%
	);
	color: #04334d;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
}
.Row-BG .Button a:hover {
	background-image: -webkit-linear-gradient(
		270deg,
		rgba(170, 184, 189, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
	background-image: -moz-linear-gradient(
		270deg,
		rgba(170, 184, 189, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
	background-image: -o-linear-gradient(
		270deg,
		rgba(170, 184, 189, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgba(170, 184, 189, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
}

.Row-BG-Text {
	width: 30%;
	padding-top: 5%;
	margin-left: 10%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	color: #ffffff;
	background-image: -webkit-linear-gradient(
		270deg,
		rgba(9, 115, 155, 0.91) 0%,
		rgba(3, 50, 73, 0.91) 100%
	);
	background-image: -moz-linear-gradient(
		270deg,
		rgba(9, 115, 155, 0.91) 0%,
		rgba(3, 50, 73, 0.91) 100%
	);
	background-image: -o-linear-gradient(
		270deg,
		rgba(9, 115, 155, 0.91) 0%,
		rgba(3, 50, 73, 0.91) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgba(9, 115, 155, 0.91) 0%,
		rgba(3, 50, 73, 0.91) 100%
	);
}

.Row-Contact {
	background-color: #e9edf1;
	margin-top: 45px;
	padding-top: 45px;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 100px;
}
.Row-Contact a {
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #115f84;
	color: #ffffff;
	border-radius: 6px;
	text-decoration: none;
}
.Row-Contact a:hover {
	background-color: #09aace;
	text-decoration: none;
}
.BEGIN-NAV-CSS------------------------------------------- {
}

.Nav-Row {
	display: inline-block;
	background-color: #115f84;
	width: 100%;
}

.Nav-Inline-Block {
	display: inline-block;
	width: 100%;
}

/* Navigation styles */

nav {
	display: flex;
	list-style: none;
	justify-content: center;
}

nav menu {
	display: flex;
	flex-wrap: wrap; /* Wrap menu items on mobile */
	align-items: center;
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin: 0px;
}

nav li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	position: relative; /* Added for positioning of dropdown-content */
	height: 100%;
}

nav a {
	text-decoration: none;
	color: #ffffff;
	padding: 1em;
	display: inline-block;
}
nav a:hover {
	background-color: #09aace;
	text-decoration: none;
}

.menu-toggle {
	display: none;
	font-family: inherit;
	font-size: inherit;
	color: #ffffff;
}

.dropdown-content {
	position: absolute;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	top: 100%; /* Position dropdown below its parent */
	left: 0px;
	background-color: #ffffff;
	line-height: normal;
	width: 183px;
	margin: 0px;
	display: none;
	padding: 0px;
}

.dropdown-content a {
	display: block;
	width: 100%;
	box-sizing: border-box; /* Ensure padding is included in width calculation */
	text-align: left;
}

.dropdown-content.show {
	display: block;
}

.dropdown-toggle .close {
	display: none;
}

.dropdown-toggle.active .close {
	display: var(--fa-display, inline-block);
}

.dropdown-toggle.active .open {
	display: none;
}

.dropdown-toggle.active {
	color: #514b4b;
}
.END-NAV-CSS----------------------------------------- {
}

/* Media Queries for Mobile responsiveness */

@media only screen and (max-width: 850px) {
	.BEGIN-NAV-CSS---------------------------------- {
	}
	nav {
		flex-direction: column;
		width: 100%;
		align-items: center; /* Center items horizontally */
	}

	nav ul {
		margin-top: 0; /* Reset margin */
		padding-left: 0; /* Reset padding */
		width: 100%; /* Set width to 100% */
		text-align: center; /* Center items horizontally */
	}

	nav li {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		position: relative; /* Added for positioning of dropdown-content */
	}

	nav li a {
		width: 100%;
		color: #04334d;
		/*text-align: left;*/
	}

	.menu-toggle {
		display: flex;
		justify-content: flex-start;
		gap: 0.5em;
		align-items: center;
		padding: 1em;
		width: 93%;
		border: none;
		background-color: transparent; /* Optional background color */
		cursor: pointer; /* Show hand cursor on hover */
		margin-left: 7%;
	}

	.menu-toggle i {
		font-size: 1.5em; /* Adjust icon size */
	}

	#main-menu {
		display: none; /* Hide menu by default */
		background-color: #ffffff;
		width: 100%;
	}

	.menu-toggle .close {
		display: none;
	}

	#main-nav.active .menu-toggle .close {
		display: var(--fa-display, inline-block);
	}

	#main-nav.active .menu-toggle .open {
		display: none;
	}

	#main-nav.active #main-menu {
		display: flex; /* Show menu on focus or hover of toggle button */
		flex-direction: column;
	}

	.dropdown-content {
		position: static; /* Reset position */
		width: 100%; /* Set width to 100% */
		margin: 0; /* Reset margin */
		padding: 0; /* Reset padding */
	}

	.dropdown-content.show {
		display: block;
	}
	/* Prevent underlining dropdown links on hover/focus */
	nav .dropdown-content a,
	nav .dropdown-content a:active,
	nav .dropdown-content a:focus {
		text-decoration: none !important;
	}
	.END-NAV-CSS--------------------------- {
	}
}

/* back-to-top styles */
.BEGIN-BACKTOTOP---------------------------- {
}
.BackToTop {
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 10px;
	background-color: #fcf7f7;
	padding: 10px;
	color: white;
	font-family: sans-serif;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	font-size: medium;

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
}

.BackToTop a {
	display: inline-block;
	padding: 10px;
	background-color: #d60121;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	font-size: 0.8em;
	transition:
		color 0.25s,
		background-color 0.25s;
	line-height: normal;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
}

.BackToTop a:hover {
	color: #ffffff;
	background-color: #ff1037;
}

.BackToTop #BackToTop {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	width: 50px;
}

.BackToTop #BackToTop i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.BackToTop #CloseBTT {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.END-BACKTOTOP-------------------------- {
}
/* end back-to-top styles */

/* hil styles */
.BEGIN-HIL-------------------------------------------- {
}
.hil-container {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: 1fr auto;
	grid-template-areas: 'sidebar main' 'sidebar pagination';
	width: 100%;
	height: 90vh;
	border: 1px solid #ccc;
	text-align: left;
}

.hil-sidebar {
	grid-area: sidebar;
	display: flex;
	flex-direction: column;
	gap: 1em;

	border-right: 1px solid #ccc;
	background-color: #f5f5f5;
}

.hil-search-form {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
	grid-template-areas: 'input button' 'lang lang';
	row-gap: 1em;
	padding: 1em;
}

.hil-search-form .search-input {
	grid-area: input;
	padding: 0.25em 0.5em;
	border: none;

	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.hil-search-form .search-btn {
	grid-area: button;
	background-color: #115f84;
	color: #ffffff;
	border: none;
	padding: 0.5em 0.75em;
	cursor: pointer;
	transition:
		background-color 0.25s,
		color 0.25s;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.hil-search-form .search-btn:hover {
	background-color: #09aace;
	color: #ffffff;
}

.hil-search-form .input-radio {
	grid-area: lang;
}

.hil-search-form .input-radio .options {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.hil-menu {
	display: flex;
	flex-direction: column;
	height: 100%;

	padding: 0px;
	margin: 0px;
}

.hil-menu-link {
	display: flex;
	padding: 1em;

	background-color: transparent;
	color: inherit;

	transition:
		background-color 0.25s,
		color 0.25s;
}

.hil-menu-link:hover {
	background-color: #e9edf1;
	color: black;
}

.hil-main {
	grid-area: main;
	display: flex;
	flex-direction: column;
	row-gap: 2em;

	width: 100%;
	height: 100%;

	padding: 2em 10%;

	overflow-y: auto;
	overflow-x: hidden;
}

.hil-article {
	border: 1px solid #ccc;
	padding: 1em 2em;
}

.hil-pagination {
	grid-area: pagination;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;

	border-top: 1px solid #ccc;
}

.hil-pagination .print-friendly {
	flex: 1;
}

.hil-pagination .print-friendly,
.hil-pagination .info,
.hil-pagination .pages {
	padding: 1em;
}

.hil-pagination .info {
	border-right: 1px solid #ccc;
}

.hil-pagination .pages {
	display: flex;
	gap: 1em;

	margin: 0px;
}
.END-HIL--------------------------------------- {
}

@media screen and (max-width: 850px) {
	.hil-container {
		display: flex;
		flex-direction: column;
	}

	.hil-menu {
		display: none;
	}
}

@media screen and (max-width: 520px) {
	.hil-pagination .print-friendly {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex: 100%;
	}

	.hil-pagination .info,
	.hil-pagination .pages {
		flex: 1;
	}

	.hil-pagination .info {
		text-align: center;
	}
}
/* end hil styles */

/* scroll to highlight styles */
.BEGIN-SCROLL-TO-HIGHLIGHT-------------------------------------------- {
}
@keyframes highlight-ani {
	0% {
		background-color: transparent;
	}
	25% {
		background-color: #fff59d;
	}
	75% {
		background-color: #fff59d;
	}
	100% {
		background-color: transparent;
	}
}

.achor-highlight {
	position: relative;
}

.achor-highlight:after {
	content: '';
	width: 100%;
	height: 100%;

	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999999999;

	opacity: 0.25;
	pointer-events: none;

	animation-name: highlight-ani;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
}
.END-SCROLL-TO-HIGHLIGHT--------------------------------------- {
}

@media (max-width: 1250px) {
	.Header-Right {
		width: 90%;
		margin-bottom: 22px;
	}
	.Header-Right-Sub {
		margin-top: 9px;
	}

	.Logo {
		margin-left: 0px;
		float: none;
	}
	.Row-BG-Text {
		width: 35%;
		margin-left: 0px;
	}
	.Box-Middle {
		border-style: solid none;
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.Box-3 {
		width: 80%;
	}
	.Box-2 {
		width: 90%;
	}
	.Box-Left {
		border-right-style: none;
		border-bottom: 1px solid #115f84;
		padding-bottom: 35px;
	}
}

@media (max-width: 850px) {
	.Header-Right {
		font-size: small;
	}
	.Header-Right-Sub {
		font-size: small;
	}
	.Row-BG-Text {
		width: 100%;
		margin-left: 0px;
		padding-bottom: 10%;
	}
	.EZPost-Article-Sidebar iframe {
		width: 100%;
		height: 1000px;
		border-left: 1px none #115f84;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
	}
}

@media (max-width: 550px) {
	.Header-Right-Sub {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 16px;
	}
}

@media (max-width: 428px) {
	.Card {
		min-height: 0px;
	}
}


/* Premium Footer and CTA Redesign */
.Row-Contact {
	background: linear-gradient(to bottom, #ffffff, #f4f7f9);
	border-top: 1px solid #e9edf1;
	padding: 80px 5%;
	width: 100%;
}
.Row-Contact .Container {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.Row-Contact h2 {
	color: #04334D;
	font-family: 'Nunito Sans', sans-serif;
	font-style: italic;
	font-weight: 500;
	font-size: 2.8em;
	padding-top: 0;
	margin-bottom: 15px;
	letter-spacing: -0.01em;
}
.Row-Contact p {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.15em;
	line-height: 1.7em;
	color: #4a5568;
	max-width: 700px;
	margin: 0 auto 35px auto;
}
.Row-Contact .CTA-Phone-Btn {
	display: inline-block;
	background-color: #D60121;
	color: #ffffff;
	padding: 16px 38px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 1.15em;
	margin-top: 10px;
	text-decoration: none;
	box-shadow: 0 4px 15px rgba(214, 1, 33, 0.25);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.Row-Contact .CTA-Phone-Btn i {
	margin-right: 8px;
}
.Row-Contact .CTA-Phone-Btn:hover {
	background-color: #FF1037;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(214, 1, 33, 0.4);
}

/* Contact Page Premium Layout Elements */
.Contact-Grid {
	max-width: 1200px;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.Contact-Card {
	flex: 1;
	min-width: 300px;
	background: #ffffff;
	border: 1px solid #e9edf1;
	border-radius: 12px;
	padding: 40px;
	text-align: left;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.Contact-Card h2 {
	font-size: 1.8em;
	color: #04334D;
	border-bottom: 2px solid #115F84;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.Contact-Card p {
	line-height: 1.7em;
	color: #555;
	margin-bottom: 20px;
}
.Contact-Card p.Sales-Pitch {
	font-family: 'Nunito Sans', sans-serif;
	font-style: italic;
	font-size: 1.35em;
	line-height: 1.5em;
	color: #115F84;
	border-left: 3px solid #D60121;
	padding-left: 20px;
	margin: 25px 0;
}
.Contact-Card .Info-Item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 25px;
}
.Contact-Card .Info-Item i {
	font-size: 1.4em;
	color: #115F84;
	margin-top: 3px;
}
.Map-Placeholder {
	background: #f4f6f7;
	border: 1px dashed #afb2b5;
	border-radius: 8px;
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #8f9699;
	margin-top: 25px;
}
.Map-Placeholder i {
	font-size: 2em;
	color: #afb2b5;
	margin-bottom: 10px;
}

/* Premium Footer */
footer {
	background-color: #04334D;
	color: #e9edf1;
	padding: 60px 5% 40px 5%;
	font-size: 0.95em;
	width: 100%;
	display: inline-block;
}
.Footer-Content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	text-align: left;
}
.Footer-Brand {
	flex: 1.5;
	min-width: 250px;
}
.Footer-Brand h3 {
	font-size: 1.8em;
	color: #09AACE;
	padding-top: 0;
	margin-bottom: 15px;
}
.Footer-Brand p {
	line-height: 1.6em;
	color: #b4b7b9;
}
.Footer-Nav {
	flex: 1;
	min-width: 180px;
}
.Footer-Nav h4 {
	font-size: 1.2em;
	color: white;
	margin-bottom: 20px;
	padding-top: 0;
}
.Footer-Nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.Footer-Nav li {
	margin-bottom: 10px;
}
.Footer-Nav a {
	color: #b4b7b9;
}
.Footer-Nav a:hover {
	color: #09AACE;
}
.Footer-Contact {
	flex: 1;
	min-width: 180px;
}
.Footer-Contact h4 {
	font-size: 1.2em;
	color: white;
	margin-bottom: 20px;
	padding-top: 0;
}
.Footer-Contact p {
	margin-bottom: 12px;
	color: #b4b7b9;
}
.Footer-Contact a {
	color: #09AACE;
}
.Footer-Bottom {
	max-width: 1200px;
	margin: 40px auto 0 auto;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: left;
	font-size: 0.85em;
	color: #788e96;
}

/* Responsive adjustments for Premium CTA and Footer */
@media (max-width: 768px) {
	.Row-Contact {
		padding: 50px 20px !important;
	}
	.Row-Contact h2 {
		font-size: 2.0em !important;
		line-height: 1.2em !important;
	}
	.Row-Contact p {
		font-size: 1.0em !important;
		margin-bottom: 25px !important;
		padding: 0 10px !important;
	}
	.Row-Contact .CTA-Phone-Btn {
		padding: 14px 30px !important;
		font-size: 1.05em !important;
		display: inline-block !important;
		width: 100% !important;
		max-width: 350px !important;
		box-sizing: border-box !important;
		margin-top: 5px !important;
	}
	.Footer-Content {
		gap: 30px !important;
	}
	.Footer-Brand, .Footer-Nav, .Footer-Contact {
		flex: 1 1 100% !important;
		text-align: center !important;
	}
	.Footer-Nav ul {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
	}
	.Footer-Bottom {
		text-align: center !important;
		margin-top: 30px !important;
	}
}

@media (max-width: 900px) {
	.Text, .Box-80 .Text {
		font-size: 1.5em !important;
	}
}

@media (max-width: 500px) {
	.Hero-Text {
		width: 100% !important;
	}
}
