/* logo */
@media screen and (max-width: 991px) {
	.header-main .ua-logo {
		padding: 10px 0 0 0;
	}
}
/* identifier */
.display-flex {
	display: flex;
}
.text-identifier span#textIdentifier {
	font-family: 'Open Sans';
    letter-spacing: -1px;
    vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
}
#logoLink.text-identifier {
    font-size: 2em;
    height: auto;
    line-height: 1.1;
    margin-top: -1px;
    max-width: 450px;/*350px if no script A logo*/
    overflow: visible;
    padding-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	display: flex;/*so logos' vertical centering will work*/
}

/* content */
.header-container {
	margin-bottom: 15px;
}
h1 {
	margin-bottom: 30px;
}
.instructions {
	font-size: 18px;
}
.footnote {
	max-width: 700px;
}
.footnote h2 {
	font-size: 20px;
}
.site-content {
    padding: 20px 0 0px 0; /* reduce bottom padding */
}
/* turn blue buttons to UA gray */
.btn-primary, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary, .btn-primary:visited {
	color: #333;
    background-color: #e1e1e1;
    border-color: #d3d3d3;
	background-image: none;
}
.btn-primary:hover, .btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color: #333;
    background-color: #cdcdcd;
    border-color: #cdcdcd;
	background-image: none;
}
/* turn red buttons to UA crimson */
.btn-danger, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger, .btn-danger:visited {
	color: #fff;
    background-color: #992020;
    border-color: #681313;
	background-image: none;
}
.btn-danger:hover, .btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #681313;
    border-color: #681313;
	background-image: none;
}

/* dropdown box text */
.dropdown-menu li a:not(.btn) {
    font-size: 14px;
    font-weight: 400;
}

/* "disabled" button via appearance, not disabled function */
.btn-disabled {
	box-shadow: none;
    opacity: .65;
}
	
/* sticky footer */
body {
	display: flex;
	flex-direction: column;
}
.site-content {
	flex: 1 0 auto;
}
footer {
	flex-shrink: 0;
}

/* eSARS styles */	
.button-container {
    max-width: 400px;
    padding: 0px 40px;
}
.bottom-margin {
    margin-bottom: 10px;
}