.bottom-footer {
     background: #4C4B4C;
}
.bottom-footer-container {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	justify-content: space-between;
	/* height: 100%; */
	min-height: 1px;
	min-width: 1px;
}
.corona-os-ipad .bottom-footer-container,
.corona-os-iphone .bottom-footer-container  {
	-webkit-overflow-scrolling: touch;
}

bottom-footer > * {
	background-color: #53575C;
	color: #fff;
	padding-left: 16px;
	padding-right: 16px;
}

.bottom-footer-top-bar {
	height: auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: space-between;
	cursor: pointer;
}

.bottom-footer-copyright {
	flex: 0 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 14px;
	padding: 5px 0;           
}

.bottom-footer-text{
	font-family: sp_akkurat_normal_font;
    font-size: 14px;
	text-align: left;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.bottom-footer-expand-icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
}

.bottom-footer-top-bar .bottom-footer-expand-icon > i {
	transition: color 400ms ease;
}

.bottom-footer-bottom-bar {
	height: auto;
	padding-top: 14px;
	padding-bottom: 14px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
.bottom-footer-link-list {
	font-family: sp_akkurat_normal_font;
    font-size: 14px;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-flow: row wrap;
}
.bottom-footer-link {
	display: block;
	margin: 1px 0;
	padding: 1px 10px;
	border-left: solid 2px #fff;
}
.bottom-footer-link a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.bottom-footer-link a:hover {
	text-decoration: underline;
}

.bottom-footer-link:first-child {
	padding-left: 0px;
	border-left: none;
}
.bottom-footer-link:last-child {
	padding-right: 0px;
}

 .logo-text-global{	   
    font-family: sp_akkurat_normal_font;
    font-size: 25px;
    border-top: 3px solid #fff;
    font-weight: bold;
    color: #fff;
}
    
.bottom-footer-logo {
	flex: 0 0 200px;
	height: 44px;
	background-position: center;
	background-size: cover;
}

.sp-division-name{
	font-family: sp_akkurat_normal_font;
    font-size: 25px;
    color: #fff;
    margin-top: -11px;
}

@media (max-width: 300px) {
	.bottom-footer-bottom-bar {
		flex-flow: row wrap;
	}
	
	.bottom-footer-logo {
		margin-top: 14px;
	}
}

.bottom-footer-light .bottom-footer-top-bar {
	color: #777;
	background: transparent;
}

.bottom-footer-light .bottom-footer-expand-icon {
	color: #aaa;
}

.bottom-footer-light .bottom-footer-top-bar:hover .bottom-footer-expand-icon > i {
	color: #515151;
}