html {
	overflow-y: scroll;
}
button, input, optgroup, select, textarea {
	font-family: 'Poppins', sans-serif;
}
a {
	border-radius: 4px;
}
body #footer .footer__inner .footer-bottom {
	padding: 30px 0;
}
body.lsvr-using-mouse :focus {
	outline:medium dashed;
	outline-color: red;
}

#footer .footer__inner .footer-bottom .lsvr-container .footer-bottom__inner .footer-text p:first-of-type {
	color: #444444;
}

#footer .footer__inner .footer-bottom .lsvr-container .footer-bottom__inner .footer-menu .footer-menu__list .menu-item a {
	padding-top: 8px;
	color: #36f;
	font-weight: 600;
}

body #core-footer {
	display: flex;
	flex-direction: column;
	height: 100vh;
	background-color: #eee;
}
body #core {
	flex: 1;
}

.as-display-block {
	display: block;
}

.accessibility-link {
	margin-top: 75px;
}

.footer-bottom {
	text-align: inherit;
}

@media screen and (max-width:991px) {
	.accessibility-link {
		margin-top: 62px;
	}
}

@media (max-width: 767px) {
	#core-footer #footer .footer__inner .footer-bottom .lsvr-container .footer-bottom__inner {
		/*align-items: center;*/
	}
	#core-footer #footer .footer__inner .footer-bottom .lsvr-container .footer-bottom__inner .footer-menu .footer-menu__list .menu-item {
		margin: 10px 26px 0 0;
	}
}
@media (max-width: 991px) {
	#core-footer .footer-menu__list>li:first-of-type {
		margin-left: 0;
	}
}
@media (max-width:1199px) {
	.header-navbar__navigation {
		border-top: 0px solid transparent;
	}
}

body #core main .main__inner {
	padding-bottom: 60px;
}
.log-in-container {
	width: 486px;
}

.server-info {
	margin-top: -35px;
	display: flex;
	justify-content: center;
}
.server-info div {
	width: 486px;
	padding: 7px 28px;
}

.help-panel,
.info-panel,
.warning-panel,
.error-panel {
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	padding: 14px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1); /* #0000001A */
}
.panel-font-size-small,
.panel-font-size-small a {
	font-size: 12px !important;
	line-height: 18px !important;
}
.help-panel {
	background: #CCE5FF;
	color: #004085;
}
.info-panel {
	background: #D1E7DD;
	color: #0F5132;
}
.warning-panel {
	background: #FFF3CD;
	color: #856404;
}
.error-panel {
	background: #F8D7DA;
	color: #721C24;
}

.log-in-container label,
.log-in-container .label {
	font-size: 14px;
	letter-spacing: .04em;
	color: #444444;
	font-weight: normal;
	text-transform: none;
}
.log-in-container button {
	width: 100%;
}
.log-in-container a {
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	color: #3366FF;
	text-decoration: none;
}
.log-in-container input {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CED4DA;
	border-radius: 4px;
	padding: 6px 10px;
}
.log-in-container .ml {
	margin-left: 7px;
}
.log-in-container .mr {
	margin-right: 7px;
}
.log-in-container .mb {
	margin-bottom: 14px;
}
.log-in-container .empty-container {
	font-size: 0;
	line-height: 0;
}
.log-in-container .empty-container:before {
	content: "\a0";
}

#infoBuildRevisionBranchNode {
	font-size: 0;
}
#infoBuildRevisionBranchNode > * {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	margin-right: 10px;
	color: #6E6F72;
}

/* Light buttons */
.log-in-container .btn {
	border-radius: 4px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 21px;
}
.log-in-container .btn.btn-blue-2-invert {
	color: #003399;
	background-color: #FFFFFF;
	border: 1px solid #003399;
}
.log-in-container .btn.btn-blue-2-invert:hover {
	color: #FFFFFF;
	background-color: #003399;
	border: 1px solid #003399;
}

.log-in-container .btn.btn-cl-invert {
	color: #00245e;
	background-color: #ffffff;
	border: 1px solid #00245e;
}
.log-in-container .btn.btn-cl-invert:hover {
	color: #ffffff;
	background-color: #00245e;
	border: 1px solid #00245e;
}
.log-in-container .btn.btn-cl-invert:not(:hover):before {
	background: transparent url(../images/icons/cl-dark.svg?v=00000002) scroll 0 0 no-repeat !important;
}

.log-in-container .btn.btn-brown-invert {
	color: #444444;
	background-color: #ffffff;
	border: 1px solid #444444;
}
.log-in-container .btn.btn-brown-invert:hover {
	color: #ffffff;
	background-color: #444444;
	border: 1px solid #444444;
}
/* END: Light buttons */

/* header fix */
@media screen and (min-width:1200px) {
	body header#header.header--fixed .header__bg .header__inner .header-navbar .lsvr-container {
		padding-left:34px;
		padding-right:34px
	}
}
@media (max-width:1199px) {
	.header-branding {
		display:block;
		padding:20px 100px 20px 34px
	}
}
body header#header.header--fixed .header__bg .header__inner .header-navbar .lsvr-container .header-navbar__inner .header-branding {
	padding-top: 12px;
	padding-bottom: 13px;
}
/* END: header fix */