﻿.footer, .subscribeForm
{
    background:#01416f;
}

.footerBar
{
    /* small bottom footer */
}

.sedonaSignupWrapper .subscribeForm
{
    background-color: #f6f6f6;
    color:#01416f;
    border:1px solid #01416f;
}

.cartboxbkg
{
    /*cart control */
     background:#01416f;
     color:white;
}

.callout, .box
{
   
}

.hero
{
    /* header background when no image is selected*/
      background:#01416f;
}

h1, .biggerred, .bigred
{
    color: #004072;
}



/* NAV */

.blueHeroBar .heroNav {
		display: block;
		width: 100%;
		margin:0px;
		padding:0px;
	}
.blueHeroBar .heroNav li {
		display:none;
		width: 100%;
		padding: 0 0 0 15px;
		
	}
.blueHeroBar .heroNav li:first-child {
	display: block;
}

@media (min-width: 769px) {
	
	.blueHeroBar .heroNav {
		display: block;
		width: 100%;
		margin:0px;
		padding:0px;
	}
	.blueHeroBar .heroNav li {
		display:inline-block;
		width: 20%;
		text-align: center;
		padding:0px;
		margin:0px;
		border-right: solid 1px #fff;
		box-sizing: border-box;
	}
	.blueHeroBar .heroNav li:first-child {
		display: none;
	}
	.blueHeroBar .heroNav li:last-child {
		border-right:none;
	}
	
}

