﻿#MenuBar
{
	display: none;
}
html
{
	min-height: 100%;
}

page{
	font-family: Helvetica, sans-serif !important;	
	font-size: 12px;
	color: #162b32;
}
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: Helvetica, sans-serif !important;	
}
div#CopyrightFooter p
{
	font-size: 16px;
	color: #162b32;
	font-weight: 300;
}
div#CopyrightFooter{
	background-color: #fff;
	padding: 10px 0 30px 0;
}
h1
{
	font-family: Helvetica, sans-serif !important;
}
#HighlightsBody h1, h2, h3, h4
{
	font-family: Helvetica, sans-serif !important;
	color: rgb(51, 51, 51);
	font-size: 24px;
	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-success {
	background-color: #fff !important;
	border-color: #dbdbdb;
	color: #363636;
}
.button.is-info, .orderPolicyButton 
{
	font-family: Helvetica, sans-serif !important;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	background-color: #fff !important;
	border-color: #dbdbdb;
	border-width: 2px;
	color: #363636;
	border-radius: 6px;
	padding: 0 30px;
	vertical-align: middle;
	height: 56px;
	margin-bottom: 25px;
}

.button:hover, .button.is-hovered 
{
	border: none;
	background: linear-gradient(90deg, #924c25, #d27b4b 51%, #924c25) 0 / 200% !important;
	color: #fff !important;
	transition: all 0.4s;
}

p.title.has-text-centered {
    color: #000;
}

.EmphasisHeading{
	background-color: #3c4c59;
}