﻿html,body
{
	height:100%;
}
a:link
{
	color:none;
}
#bodyDiv, #MainDiv
{
	width: auto;
	border:none;
	background-color: #ffffff;
}

#headerDiv
{
	background:none;
	background-color:#ffffff;
	height:8.5rem; /* if 7.5rem, the orange line pops off the buttons*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-bottom: 0.063rem solid #C4CDE0;
}

div#menuContainer {
	width:50vw;
}

.navContainer {
	z-index: 5;
	position: relative;/*necessary so z-index will work*/
	float:right;
}
.navGrid
{
	white-space:nowrap;
}
#bottomRowNav{
	clear:both;
}
.navLinkList{
	list-style:none;
}
.navCell
{
    width: 9.25vw;
    background-color: #ffffff;
    height: 0.75rem;
    float: left;
    font-weight: bold;
    font-size: .9rem;
    text-align: center;
    white-space: nowrap;
}
.navCell a {
	display:inline-block;
	width:100%;
	color: #515151;
	text-decoration-line:none;
}
.navCell a:hover
{
	text-decoration-line:underline;
	background-color:#C75000;
	color:#ffffff;
}
.navCell a:focus{
	outline:auto;
	outline-offset:-1px;
}
.navCellFillTopLeft,.navCellFillBottomLeft
{
	width:50vw;
}
.navCellFillTopLeft, .navCellFillTopRight
{
	background-color:#f5f5f5;
	height:0.625rem;
}
.hilite {
    background-color: #C75000;
}
#headerLogo{
	display:block; 
	height:7rem;
}
.logoAndMenu
{
	display:inline-block;
	width:100%;
}
.logo 
{
	margin-left:1rem;
	margin-top:-0.65rem;
	float:left;
}
#global_menu li, #global_menu a
{
	width:10rem;
	float:none;
	height: auto;
	overflow:visible;
	text-align:center;
}
#global_menu li
{
	margin-left:1rem;
	margin-right:1rem;
	display:inline-block;
}
#global_menu a
{
    text-decoration:none;
	font-weight:bold;
	padding:.5rem;
	white-space: nowrap;
	display: block;
    color: white;
}
#global_menu 
{
	height:auto;
    margin-top: 3.2rem;
	font-size: 0.9rem;
	padding-right:0;
	margin-right:3rem;
	text-align:right;
}
#global_menu ul
{
	white-space:nowrap;
}
.hiddenNavHeader {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.place_an_order_anchor, #pricing_up_front_anchor, #pricing_up_front_processing_anchor, .order_status_anchor, #order_status_anchor {
	background: none !important;
	background-color: #737373 !important;
	color: white;
}
.place_an_order_anchor:hover, #pricing_up_front_anchor:hover, #pricing_up_front_processing_anchor:hover, .order_status_anchor:hover, #order_status_anchor:hover {
	background:none !important;
    background-color: #C75000 !important;
	color:white;
}
.order_status_anchor:focus, .place_an_order_anchor:focus, #order_status_anchor:focus{
	outline:auto;
	outline-color:black;
	color:white;
}
#pricing_up_front_anchor:focus, #pricing_up_front_processing_anchor:focus {
	outline-style: solid;
	outline-color: black;
	background-color: #C75000 !important;
}

#footer_links
{
    margin: 0 auto;
    float: none;
    max-width: 55.625rem;
}

div.scenarioName
{
	color:transparent;
}
 #footer_links span
 {
    color: #6C6C6C;
    font-size: .75rem;
    vertical-align: middle;
	display: inline-block
 }

#footer_links .copyright span, #footer_links .copyright a {
	color: #6C6C6C;
	font-size: .75rem;
	margin: .75rem;
}

#footer_truste {
	margin-right: 5rem;
	margin-top:-4.5rem;
	float: right;
}
 #footer_truste a
 {
	 color:transparent;
 }
#footer_truste > div {
	display: inline-block;
}

#footerLinkList, #footerIconList{
	list-style-type:none;
	padding:0;
	margin: 0;
}
#footerLinkList li, #footerIconList li, #footerIconList li div, #footerIconList li div a {
	display: inline-block;
	margin-left: .125rem;
	margin-right: .125rem;
}
.middleDiv 
{
  width: 61rem;
  margin: 0 auto;
  position:relative;
}

#footer {
	padding-top: 4rem;
	padding-bottom: 4rem;
	height: calc(100vh - 50rem);
	background-color: #efefee;
	font-size: .875rem;
	font-weight: normal;
	border: none;
	text-align: center;
	line-height: 2em;
	color: #333333;
	position: relative;
}

.baseFieldset fieldset, fieldset.baseFieldset{
	margin-top:1rem;
    font-size: 1rem;
    border:none;
	clear: both;
}
.baseFieldset span{
	margin-right:1.5rem;
}

#WhosCertificate label{
	font-weight:normal;
}

.baseLegend
{
    padding-left: 0.25rem;
    padding-right: .25rem;
}
@media only screen and (max-width:1440px){
	#footer_truste {
		margin-right:0;
		margin-top:0;
		float:none;
	}
}