#MenuBar
{
	display: none;
}
html
{
	min-height: 100%;
}

page{
	font-family: 'Open Sans', sans-serif !important; 
	font-size: 16px;
	color: #4A4A4A;
}
body
{
	background-color: #fff;
	/*background: url(/Images/FLD_Page_Background.png) repeat-x bottom;*/
	/*background-color: #AAC7EE; /* Matches bottom of FLD footer gradient in case page is short */
	font-family: 'Open Sans', sans-serif !important; 
}
div#CopyrightFooter p
{
	font-family: 'Open Sans', sans-serif !important; 
	font-size: 16px;
	color: #4A4A4A;
}
div#CopyrightFooter{
	background-color: #fff;
	padding: 10px 0 30px 0;
}
h1
{
	font-family: 'Open Sans', Sans-Serif !important;
}
#HighlightsBody h1, h2, h3, h4
{
	font-family: 'Open Sans', Sans-Serif !important;
	color: #4A4A4A;
	font-size: 32px;
	font-weight: 700;
}
#header
{
	background-color: #fff;
	padding: 20px 0 20px 0;
}
.logo
{
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#HeaderLogoLink
{
	text-align: center;
}
#FLDTopLineImage
{
	float: left;
	width: 100%;
	height: 105px;
	position: absolute;
	background: url(/Images/FLD_Header_Repeat.png) repeat-x top;
	z-index: -1; /* Position behind the main fieldset */
	display: none;
}
.button.is-primary, .button.is-info, .orderPolicyButton
{
	font-family: 'Open Sans', Sans-Serif !important;	
  font-size: 14.75px;
  font-weight: 400;
  letter-spacing: .06em;
	border-color: #197bbd;
	border-width: 1px;
	background-color: #197bbd !important;
	color: #fff;
	border-radius: 0px;
}

.button:hover, .button.is-hovered 
{
	border-color: #44a1df !important;
	background-color: #44a1df !important;
	color: #fff !important;
	transition-duration: 500ms;
}

p.title.has-text-centered {
    color: rgb(51, 51, 51);
}

.EmphasisHeading{
	background-color: red;
}