body.Portal{
	background-color: #d1dbe8;
}


h3	{
	color:#2f459d;
	font-family: 'Lato', 'Helvitica', 'Arial', 'Sans-serif';
	font-size: 25px;
	font-weight: bold;
}

h1	{
	font-family: 'Lato', 'Helvitica', 'Arial', 'Sans-serif';
}

h4	{
	color: #1194ce;
	font-weight: bold;
}

@media only screen and (max-width: 500px) {
	body.Portal{
		background-color: #F8F9FA;
	}
}

div.Portal{
	background-color: #ffffff;
}


div.PortalHeader {    
	background-color:#2f459d;
}

#sidebar{
	background-color: #95d4ff;
}

/*  */
div.HomeAction{

	padding-left: 30px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

div.HomeActionItemTop{
	width: 170px;
	height: 170px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
    	background-color: #0a9144;
	background-image: url(../Images/custom/curve.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
	border: 0 solid transparent;
	border-radius: 50%;
	box-shadow: 0 0 0 transparent;

	transform: rotate(0deg);
	transition: all .3s ease-out;
	position: relative;
	text-align: center;
	margin-left: 35px;
}

div.HomeActionItemTop:hover{
	background-color: #e56d30; 
	background-image: url(../Images/custom/curve_h_rotated2.png); 
	background-position: center center;
	background-repeat: no-repeat;
	//transform: rotate(-10deg);
}

div.HomeActionItem{
	margin-top: 10px;
	width: 170px;
	text-align: center;
	display: block;
}

input.HomeActionItem{
	bottom: 85px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	max-width: 56px;
	max-height: 50px;
	align-self: flex-start;
}

a.HomeActionItem{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	display: block;
	line-height: 1.3;
	overflow: hidden;
	width: 100%;
	padding: 80px 18% 0;
	text-align: center;
	letter-spacing: 0.5px;
}


input.HomeLogin{
	text-align: center;
	text-transform: uppercase;
	justify-content: center;
	align-items: center;
	padding: 10px 16px;
	gap: 8px;

	height: 60px;
	width: 120px;

	background: #e56d30;
	border: 1px solid #0081a4;
	box-shadow: 0px 2px 3px rgba(16, 24, 40, 0.5);
	border-radius: 40px;

	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
}


input.CreateAccount{
	text-align: center;
	text-transform: uppercase;
	justify-content: center;
	align-items: center;
	padding: 10px 16px;
	gap: 8px;

	height: 60px;

	background: #1194ce;

	border: 1px solid #0081a4;

	box-shadow: 0px 2px 3px rgba(16, 24, 40, 0.5);
	border-radius: 40px;

	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
}

div.HomeFooter{
	margin-top:40px;
	margin-left: 15px;
}

span.MenuItemHeader{
	font-family: 'Lato', 'Helvitica', 'Arial', 'Sans-serif';
	font-weight: bold;
	font-size: 15px;
	color: #2f459d;
}

span.CreateTitle{
	font-weight: bold;
}

span.CreateTitleHelp{
	font-size: 16px;
}

div.CreateTitle{
	padding-bottom: 10px;
}

span.CreateCheckListHeader {
	margin-top:15px;
}

div.DetailsSectionHeader{
	background: #d1dbe8;
}