/* Footer
/*------------------------------------------------------------*/
footer {
	font-size: 14px;
	background: #3280b3;
	
	color: #FFF;
	padding: 0;
}

footer a:link, footer a:visited {
	font-weight: normal;
	color: rgba(255, 255, 255, .7);
}

footer a:hover, footer a:focus {
	color: #FFF;
}

footer .me-3 {
	margin-right: 16px;
}

footer .ms-3 {
	margin-left: 16px;
}

footer .ms-2 {
	margin-left: 8px;
}

/* Sitemap */
.sitemap__submenu li:last-of-type {
	padding-bottom: 15px;
}

.sitemap__submenu li a {
	padding: 4px 0;
	display: inline-block;
}

.sitemap .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
	flex-direction: column;
}

.sitemap__colheader {
	font-size: 15px;
	font-weight: 600 !important;
	color: #FFF !important;
	padding: 12.8px;
	margin: 0 -12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.sitemap__submenu {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.sitemap .col {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	flex: 1 0 0%;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 0 12px;
}

.sitemap .col:last-of-type {
	border-bottom: 0;
}

.sitemap__colheader__arrow {
	width: 18px;
	height: 18px;
	font-size: 12px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	transition: transform .3s ease-in-out;
}

.sitemap__colheader[aria-expanded="true"] .sitemap__colheader__arrow {
	transform: rotate(-180deg);
}

/* Copyright */
.copyright {
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
}

.copyright .container {
	padding-left: 12px;
	padding-right: 12px;
}

.copyright .top {
	display: flex;
	flex-direction: row;
	margin-bottom: 16px;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

.copyright .logo-outer-wrapper {
	display: flex;
	margin-bottom: 0;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

.copyright .logo-inner-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	flex-direction: column;
}

.copyright .logo {
	margin-bottom: 16px;
}

.copyright .members-of {
	display: flex;
	align-items: center;
}

.copyright .members-of span {
	margin-right: 16px;
}

.copyright .iconBtn {
	font-size: 17.6px;
	border: 1px solid #2C8DD3;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 100%;
	box-sizing: border-box;
}

.copyright .iconBtn:link,
.copyright .iconBtn:visited {
	width: 40px;
	height: 40px;
	color: rgba(255, 255, 255, .7);
	border-color: rgba(255, 255, 255, .7);
}

.copyright .iconBtn:hover,
.copyright .iconBtn:focus {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
}

.copyright__text {
	line-height: 1.6;
	text-align: center;
	order: 2;
}

.copyright__socialmedia {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.copyright__socialmedia .app-img {
	display: flex;
	flex-direction: row;
	list-style: none;
	padding-left: 0;
	margin-bottom: 16px;
}

.copyright__socialmedia .socialmedia-icons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.copyright__text__wrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.copyright__link {
	display: flex;
	justify-content: center;
	list-style: none;
	padding-left: 0;
	margin-bottom: 16px;
}

.copyright__socialmedia .app-img li,
.copyright__socialmedia .socialmedia-icons li {
	display: flex;
	align-items: center;
}
/* Simple Footer */
.footer--s .copyright {
	padding: 15px;
}


@media (min-width: 576px) {
	footer .ms-sm-3 {
		margin-left: 16px;
	}
	
	.copyright .logo {
		margin-bottom: 0;
	}
	
	.copyright .logo-outer-wrapper {
		flex-direction: row;
	}
	
	.copyright .logo-inner-wrapper {
		flex-direction: row;
	}
	
	.copyright__socialmedia {
		flex-direction: row;
	}
	
	.copyright__socialmedia .app-img {
		margin-bottom: 0;
	}
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
	footer .container {
		width: 100%; 
	}
}	


@media only screen and (min-width: 768px) {
	footer .ms-md-3 {
		margin-left: 16px;
	}
	
	footer .d-md-none {
		display: none !important;
	}
	
	.copyright {
		font-size: 13px;
	}
}


@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
	.sitemap {
        padding: 60px 0;
    }

	.sitemap .row {
		flex-direction: row;
		margin-left: -12px;
		margin-right: -12px;
	}
	
    .sitemap .col {
        border-bottom: 0;
    }

    .sitemap__submenu li:last-of-type {
		padding-bottom: 0;
    }
    
    .sitemap__colheader {
        font-size: 1rem;
        padding: 0;
        margin: 0;
        margin-bottom: 4px;
        cursor: default;
        pointer-events: none;
    }

    .sitemap__colheader__arrow {
        display: none;
    }

    /* Unset Collapse */
    .sitemap__submenu.collapse {
		display: block;
    }
    
    .sitemap__submenu.collapsing {
        height: auto;
        overflow: auto;
        transition: none;
    }
}

@media (min-width: 1200px) {
	.copyright .top { flex-direction: row; }
	
	.copyright__text { order: 1; }
	
	.copyright__socialmedia { order: 2; }
	
	.copyright__text__wrapper { flex-direction: row; }
	
	.copyright__link { order: 2; margin-bottom: 0; }
}

@media (min-width: 1400px) {
	.container { width: 1320px; }
}