﻿body {
	position: relative;
	min-height: 100vh;
}

#page-content {
	margin-top: -20px;
}

.main-content {
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 10px;
	height: 100%;
}

#page-content a#banner-link {
	display: inline-block;
	width: 100%;
	height: 110px;
}

.input-group-btn:last-child > .btn {
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-btn > .btn-default {
	color: #4d4d4f;
	background-color: #fff;
	border-color: #dbe1e8;
}

#page-container {
	min-height: 100vh;
}

div.nav-ddl-outer {
	float: right;
	margin-right: -6px;
	text-align: right;
}

div.nav-ddl-inner {
	display: inline-block;
	padding: 0px 6px;
}

.nav-ddl-inner > label.control-label {
	margin-right: 4px;
}

.nav-sitemap-outer {
	display: inline-block;
}

@media (min-width: 768px) {
	.sds-banner-logo {
		width: 200px;
	}
}

@media (min-width: 992px) {
	.sds-banner-logo {
		width: 240px;
	}
}

@media (min-width: 1200px) {
	.sds-banner-logo {
		width: 320px;
	}
}

.brand-container {
	padding-left: 12px;
	box-sizing: border-box;
	align-items: center;
	height: 100%;
	background-color: #282829;
	padding-right: 24px;
	min-height: 50px;
	white-space: nowrap;
	font-size: 13px;
	color: white;
}

.logo {
	width: 120px;
	height: 28px;
	vertical-align: text-top;
}

/* nav bar behavior on smallest screens */
@media screen and (max-width: 500px) {
	.brand-container {
		font-size: 16px;
	}
}

#user-links {
	margin-right: 12px;
}

#lnk_Logout {
	padding-right: 3px;
}

/*style the footer */
footer {
	position: relative;
	margin-top: 0;
	bottom: 0;
	width: 100%;
	height: 44px;
}

.footer-list-container {
	display: flex;
	justify-content: flex-end;
	list-style-type: none;
	align-items: stretch;
}

.footer-list-copywrite {
	width: 60%;
}

.footer-list-2nditem {
	width: 20%;
}
