
div.HomeAction{
	background-color1: #486484;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}


div.HomeActionItem{
	margin-top: 10px;
	width:250px;
	text-align: center;
	display:inline-block
}

input.HomeActionItem{
	width: 80px;
}

a.HomeActionItem{
	color: #486484;
	font-size: 20px;
	font-weight: 600;
	display:block;
	margin-top: 10px;
}


input.HomeLogin{
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 10px 16px;
	gap: 8px;

	height: 60px;
	width: 120px;

	background: #486484;
	border-radius: 8px;

	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
}


input.CreateAccount{
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 10px 16px;
	gap: 8px;

	height: 60px;

	background: #FFFFFF;

	border: 1px solid #D0D5DD;

	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	border-radius: 8px;

	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;

	color: #344054;
}


div.HomeFooter{
	margin-top:40px;
	margin-left: 15px;
}

span.HomeFooter{
	font-size: 16px;
}

div.DetailsSectionHeader{
	background: #c1d1dd;
}







div.HeaderSearch{
	background: #1c3669;
}



Span.HeaderSearchLabel {
	color: #FFFFFF;
}

a.HeaderSearchLabel {
	color: #FFFFFF;
}

div.Footer {
	background: #1c3669;
}


a.FeaturedButton{
	background: #1c3669;
}

a.FeaturedButton_Selected{	
	background: #0000FF;
}


div.DetailsSectionHeader{
	background: #7d97bb;
}