.masterNavigation 
{
	position:relative;
	float:left;
	margin-right:18px;
	margin-top:18px;
	width:233px;
}
.masterNavigationText 
{
	position:relative;
	float:left;
	margin-right:18px;
	margin-top:0;
	width:233px;
}

.masterNavigationText li 
{
	list-style:none;
	margin: 0 0 0 -11px;
	line-height:1.75em;
	
}
.masterNavigationText li a
{
    padding-left: 18px;
}
.masterNavigationText li a:hover
{
    background:url(/images/nav_arrow.gif) left center no-repeat;
}
.masterNavigationText li a.navItemSelected 
{
	background:url(/images/nav_arrow.gif) left center no-repeat;
	font-weight:bold;
}

.masterMainContent 
{
	position:relative;
	float:left;
	margin-right:18px;
	width:484px;
	overflow:hidden;
}

.masterSidebar 
{
	position:relative;
	float:left;
	display:block;
	width:233px;
	margin-top:18px;
	margin-left:18px;
}

.masterSidebarText
{
	position:relative;
	float:left;
	display:block;
	width:233px;
	margin-top:0;
	margin-left:18px;
}

.checkmark-icon {
	height: 56px;
	width: 56px;
}

.button_New {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
	cursor: pointer;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-shrink: 0;
	font-family: inherit;
	margin: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.button_primary_New {
	padding: 13px 24px;
	background-color: #007bb3;
	font-weight: 500;
	font-size: .9375rem;
	line-height: 1.47;
	color: #fff;
	border-radius: 28px;
	border: none;
	min-width: 88px;
	transition: background-color .4s,color .4s;
	background-position: center;
	height: 12px;
}

.button_primary_large_New {
	padding: 20px 32px;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 32px;
}