/*
    
357641-GREEN
acce6c-light green
eeeeee-grey

332d4f Blue
 Dark button blue
2c2744
9f3037 Red
8f2b32 dark button red
    
*/
#header {
	height: 110px;
}

.logo img,
.logo_link,
.logo_class {
    clear: both;
    margin-top: -25px;
	    width: 300px;
}

#nav .drop ul li a:hover {
	background: #fff;
	color: #9f3037;
}

#nav .drop ul li.anchor-active a {
	background: #fff;
	color: #9f3037;
}

#nav .drop ul li a:hover {
	color: #9f3037;
}
/* background home page */
.visual .container:before {
    background: rgba(88, 89, 91, .6);
}
    

.btn {
 	background: #332d4f;
}
/* BUTTON - download paper referal form */
.btn:hover,
.btn:active,
.btn:focus {
	background: #2c2744;
}
/*
    Button color - make sure this is white
*/
.btn-default {
    color: #fff;
}

.btn:hover,
.btn:active,
.btn:focus {
	    color: #fff;
}
/* BUTTON - send referral */
.form .btn-submit {
	background: #332d4f;
}
/* BUTTON - send referral */
.form .btn-submit:hover,
.form .btn-submit:active,
.form .btn-submit:focus {
	background:#2c2744;
}

a,
.green {
    color: #9f3037;
}


#nav .nav-opener {
	background: #9f3037;
}

.header:before {
	background: #9f3037;
}

 /* circles*/
.steps-list li:after {
	border: none;
	background: #9f3037;
}

.steps-list li a:hover {
	color: #332d4f;
}
/* Giftselection.html Online Gifts line */
.online-gift-selection-header
{
    color: #fff;
    background-color: #9f3037;
}

/* Giftselection.html Branch Gifts line */
.branch-gift-selection-header {
        color: #fff;
    background-color: #9f3037;
}

/* footer on all pages except index */
#footer {
	background: #9f3037;
	color: #fff;
}
/* text on all pages except index KEEP THE BODY COPY 83929A */
body {
	color: #83929a;
	background: #707372;
}
/* Make a Referral on Home page */
.btn-white {
	color: #fff;
	background: #9f3037;
}
/* Make a Referral hover on Home page */
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
	background: #8f2b32;
	color: #fff;
}
/* arrow box on bottom of home page*/
.btn-down {
	background: #9f3037;
}
.btn-down:hover {
	background: #8f2b32; 
}

.header:before,
.header:after {
	background: #9f3037;
}
/* headlines on index */
.form-area h2 {
	color: #9f3037;
}

/* headlines on email, gift, redemption */
.coupon-form .header h2 {
	color: #9f3037;
}

.col info-holder{
    width: 225px;

}

/* bottom of page */
.copyright-area {
	background: #332d4f;
}

@media all and (min-width: 768px) {
	#nav .drop ul li a:before {
		background: #9f3037;
	}
/* nav bar top line over  */
	#nav .drop ul li a:hover {
		color: #9f3037;
	}
/* nav bar font color */
    #nav .drop ul li.anchor-active a {
        color: #9f3037;
    }
    
	/* home page arrow bar */
	.btn-down:hover,
		.btn-down:after, .btn-down:focus {
		background: #9f3037; 
    }
}

@media only screen and (max-device-width: 300px) {
		img.logo_class {
			width: 200px;
		}
	}		
		/* solid color behind circles - generic grey is cccccc */		
			
.intro {			
		background: #cccccc; 
    }