/*
    
 4db247    77, 178, 71 - Green
 004084     0, 64, 132 - Blue




   

*/
#header {
	height: 110px;
}

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

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

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

#nav .drop ul li a:hover {
	color: #004084;
}
/* background home page */
.visual .container:before {
    background: rgba(88, 89, 91, .6);
}
/* download paper referal form button */
.btn {
 	background: #004084;
}
/* BUTTON - download paper referal form */
.btn:hover,
.btn:active,
.btn:focus {
	background: rgba(0, 64, 132, .8);
}

.btn-default {
    color: #fff;
}

.btn:hover,
.btn:active,
.btn:focus {
	    color: #fff;
}
/* BUTTON - send referral */
.form .btn-submit {
	background: #004084;
}
/* BUTTON - send referral */
.form .btn-submit:hover,
.form .btn-submit:active,
.form .btn-submit:focus {
	background: rgba(0, 64, 132, .8);
}

a,
.green {
    color: #004084;
}


#nav .nav-opener {
	background: #004084;
}

.header:before {
	background: #004084;
}
 /* circles*/
.steps-list li:after {
	border: 6px solid rgba(0, 64, 132,.9);
	background: rgba(77, 178, 71,.9);
}

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

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

/* footer on all pages except index */
#footer {
	background:rgba(77, 178, 71,.9);
	color: #fff;
}
/* text on all pages except index */
body {
	color: #000000;
	background: #004084;
}
/* Make a Referral on Home page */
.btn-white {
	color: #fff;
	background: #004084;
}
/* Make a Referral on Home page */
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
	background: rgba(0, 64, 132,  .8);
	color: #fff;
}
/* arrow box on bottom of home page*/
.btn-down {
	background: #004084;
}
.btn-down:hover {
	background: rgba(0, 64, 132, .5); 
}

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

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

.col info-holder{
    width: 225px;

}

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

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

@media only screen and (max-device-width: 300px) {
		img.logo_class {
			width: 200px;
		}