/*
    A4343A - 164, 52, 58 red
    551C25 - 85, 28, 37 dark red
*/
#header {
	height: 110px;
}

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

.disclosure-statement {
    font-size: 15px;
	line-height: 22px;
}

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

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

#nav .drop ul li a:hover {
	color: #A4343A;
}


.visual .container:before {
    background: rgba(70, 90, 114, .8);
}
.btn {
    color: #fff;
 	background: #A4343A;
}
.btn:hover,
.btn:active,
.btn:focus {
    color: #fff;
    background: #551C25;
}

.btn-default {
    color: #fff;
}

.btn:hover,
.btn:active,
.btn:focus {
    color: #fff;
    background: #551C25;
}

.form .btn-submit {
    color: #fff;
	background: #A4343A;
}

.form .btn-submit:hover,
.form .btn-submit:active,
.form .btn-submit:focus {
    color: #fff;
    background: #551C25;
}

a,
.green {
    color: #A4343A;
}


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

.header:before {
	background: #A4343A;
}

.steps-list li:after {
	border: 6px solid #7188a8;
	background: #465a72;
}

.steps-list li a:hover {
	color: #A4343A;
}

.online-gift-selection-header
{
    color: #fff;
    background-color: #A4343A;
}


.branch-gift-selection-header {
        color: #fff;
    background-color: #A4343A;
}

#footer {
	background: #A4343A;
	color: #fff;
}

body {
	color: #0a0a0a;
	background: #0a0a0a;
}

.btn-white {
	color: #fff;
	background: #A4343A;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
	color: #fff;
    background: #551C25;
}

.btn-down {
	background: #A4343A;
}
.btn-down:hover {
	background: #A4343A; 
}

.header:before,
.header:after {
	background: #A4343A;
}

.form-area h2 {
	color: #2f383d;
}

.coupon-form .header h2 {
	color: #2f383d;
}



.copyright-area {
	background: #551C25;
}



.text-box::after {
  color: transparent;
}

@media all and (min-width: 768px) {
	#nav .drop ul li a:before {
		background: #A4343A;
	}

	#nav .drop ul li a:hover {
		color: #A4343A;
	}

    #nav .drop ul li.anchor-active a {
        color: #A4343A;
    }
	
	.btn-down:hover,
		.btn-down:after, .btn-down:focus {
		background: #A4343A; 
    }
}

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