@media only screen and (min-width: 48em) {
	#logo a,
	.system-footer .logo {
		width: 284px;
		height: 60px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
	.system-footer .logo {
		width: 275px !important;
    	height: 70px !important;
	}
}

body:after {
    background-color: #73000a !important;
    height: 20px !important;
    top: 210px !important;
}

#home,
#sitemap { display: none; }
#home + .flex-container img,
#mainWrapper { 
	border-radius: 0;
}

/* #search-desktop .submit { 
	background-color: inherit;
    color: transparent;
}
	#search-desktop:hover .submit, 
	#search-desktop.hover .submit,
	#search-desktop .submit:focus {
		background-color: #000;
		color: #FFF;
	} */

.branding hr { display: none; }

.callout {
	border-left-color: #d3131b;
}

.flex-caption { background-image: none; }

.copyright .regional-link { display: inline-block; }
.copyright a:nth-child(4), 
.copyright a:nth-child(7), 
.copyright a:nth-child(9) {
    display: none;
}
.copyright a:nth-child(8):after {
    display: none;
}

#logo-footer .logo,
.system-footer .logo {
	display: block;
    background-repeat: no-repeat;
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
}
