/* -----------------------------------
Basic rules
----------------------------------- */

body
{
	margin: 0;
	padding: 0;
	color: #000;
	background: #b1c9ea;
	font: 100%/1 helvetica, arial, sans-serif;
}

h1, h2, h3 { margin: 0 0 .2em; }
h1 { font-size: 30px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
.hidebutton { color: blue;  display: none;}

p
{
	margin: 0 0 1em;
	line-height: 1.4;
}

img
{
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}

.figure
{
	margin: 0 0 1em;
	padding: 0;
}

.figureside
{
	margin: 0 0 1em;
	padding: 0;
}

/* Image Header 
------------------------------------------------------------ */
.headerlogo {float: left; margin: 0 75px 1px 0; width: 75px; } 


/* -----------------------------------
Forms
----------------------------------- */
/* tel/email: same layout as text — type=tel was missing here so Phone looked narrow vs State/Zip */
input[type=text],
input[type=tel],
input[type=email],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

input[type=submit] {
    width: 100%;
    background-color: #7a80ff;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #7a80ff;
}

form {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

/* -----------------------------------
Layout
----------------------------------- */

.container
{
	max-width: 960px;
	margin: 0 auto;
	background: #fff;
}

.row
{
	clear: left;
	overflow: hidden;
	zoom: 1;
}

.row-padding { padding: 30px 3.125%; }

.main
{
	float: left;
	width: 65.55556%;
}



.aside
{
	float: right;
	width: 31.11111%;
}

.footer
{
	border-top: 5px solid #0000ff;
	color: #000000;
	background: #f5f5f5;
	text-align: center;
	font-size:small;
	text-decoration: none;
}

/* Footer gradient background - subtle light gray gradient for elegant separation */
footer.container
{
	background: linear-gradient(to bottom, #f0f0f0 0%, #e8e8e8 50%, #f2f2f2 100%) !important;
	background-color: #f0f0f0 !important; /* Fallback for older browsers */
	border-top: 3px solid #000000 !important; /* 3px black border for clear separation from content */
	margin-top: 10px !important; /* Reduced spacing above footer */
	padding-top: 20px !important; /* Reduced padding inside footer */
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1) !important; /* Add subtle shadow for depth */
}

.footer ul
{ 

	list-style: none;
}

.footer a 
{
	color: #000;
	text-decoration: none;
}

.copyright-notice {
    text-align: left;
}

.disclaimer-block {
    margin-bottom: 10px;
}

/* -----------------------------------
feature
----------------------------------- */

.feature
{
	background: #D9D9D9;
	padding: 30px 5.08475%;
}

.feature-col
{
	float: left;
	width: 47.16981%;
	margin: 0 5.66038% 0 0;
}

.feature-col-last { margin-right: 0; }

/* -----------------------------------
Cols3
----------------------------------- */

.cols3
{
	float: left;
	width: 31.11111%;
	margin: 0 3.33333% 0 0;
}

.cols3-last { margin-right: 0; }

/* -----------------------------------
nav
----------------------------------- */

/* Ensure nav expands to 100% width of container */
#nav.row {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
}

#nav ul
{
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	width: 100% !important; /* Ensure ul expands to full width */
	display: block !important;
	overflow: hidden !important; /* Clear floats */
}

#nav li { display: inline; }

#nav a
{
	float: left;
	width: 20%; /* 5 navigation items = 100% / 5 = 20% each */
	padding: .8em 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #0066f4 url(nav.png) no-repeat 100% 0;
	box-sizing: border-box; /* Include padding in width calculation */
}

#nav a:visited {
	COLOR: #fff}

/* -----------------------------------
narrow
----------------------------------- */

@media (max-width:38em)
{
	.row-padding { padding: 20px; }
	
	.main,.aside,.feature-col,.cols3
	{
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 1em;
	}
	
	#nav a
	{
		float: none !important;
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		border-bottom: 1px solid #fff;
		background-image: none;
		text-align: left;
		text-indent: 20px;
		padding: .8em 20px !important; /* Add horizontal padding for better touch targets */
		box-sizing: border-box !important; /* Include padding in width */
		white-space: nowrap !important; /* Prevent text wrapping */
		overflow: hidden !important; /* Hide any overflow */
		text-overflow: ellipsis !important; /* Show ellipsis if text is too long */
	}
	
	.figureside
	{
		display: none;		
	}
	.hidebutton
	{
		display: block;
	}
	
	/* Add padding to footer container on mobile to prevent text from being flush against edges */
	footer.container
	{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

}

/* _____________________________________ */
/*         testing affiliate ----- */
