/** Footer Styling **/

.footer-container {
	
}
.footer-container.footer-container-divider {
	border-top: 1px solid rgba(0,0,0,0.05);
	padding-bottom: 15px;
	padding-top: 15px;
}

.footer {
	padding: 15px;
	color: #6c7882;
	font-family: "Open Sans"; /* is this a bit too much open sans? */
	background: #f4f4f4;
}
.footer.footer-divider {
	border-top: 1px solid rgba(0,0,0,0.05);
	padding-top: 25px;
}
.footer.footer-fixed {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

.footer a {
	color: #6c7882;
}

/* not used right now */
/*.footer .footer-logo {
	display: block;
	height: 22px;
	padding-left: 49px;
	padding-top: 5px;
	background: top left url(/img/logo-gray.png) no-repeat;
	font-size: 13px;
	font-family: "Roboto Slab";
	text-decoration: none;
}*/

/* Foter Link Blocks */

.footer .footer-links-container {
	white-space: nowrap;
	
	/* big margin is better when we have lots of links displayed in the footer */

	margin-top: 30px;
	margin-bottom: 40px;
}

.footer .footer-links {
	display: inline-block;
	line-height: 14px;
	font-size: 14px;
	color: #6c7882;
	vertical-align: top;
	padding-right: 50px;
	line-height: 25px;
}

.footer .footer-links.right {
	padding-right: 0px;
}

.footer .footer-links a {
	color: #6c7882;
	display: block;
}
.footer .footer-links a:hover {
	text-decoration: none;
}

.footer .footer-links .footer-links-header {
	font-weight: bold;
	color: #6c7882;
	margin-top: 10px;
	display: block;
}
.footer .footer-links .footer-links-header:first-child {
	margin-top: 0px;
}

/* Footer footer (contains terms of use links etc) */

.footer .footer-footer {
	font-size: 12px;
	line-height: 18px;

	display: block;
	padding-left: 37px;
	background: top left url(https://img.ofcourse.co.uk/logo-symbol-gray@2x.png) no-repeat; /* img is 27x27 */
	background-size: 27px 27px;
	background-position-y: 2px;
}

.footer .footer-footer .copyright {
	display: block;
}

.footer .footer-footer a {
	padding-right: 10px;
}

.footer .footer-footer a:last-child {
	padding-right: 0px;
}


.footer {
	padding: 2em 1em;
	color: #fff;
	background: #272727;
}

.footer .footer-links-holder-inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .footer-links-holder-inner ul li {
	margin-bottom: 0.25em;
}

.footer .footer-links-holder-inner ul li a {
	color: #fff;
}

.footer .footer-links-head .footer-logo {
	max-width: 150px;
}

.footer .footer-links-head {
	margin-bottom: 1.5em;
}

.footer .footer-links-head > h4 {
	text-decoration: underline;
	text-underline-position: under;
}

.footer-container .footer-promo {
	color: #fff;
	background: #2A6E8F;
	padding: 1em;
}

.footer-promo-container {
	background: #2A6E8F;
}

.footer-container .footer-promo .xo-logo img, .footer-container .footer-promo .xo-card img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100px;
}

.footer-container .footer-promo .xo-description,
.footer-container .footer-promo .xo-description .get-xo-student-card-link,
.footer-container .footer-promo .xo-description h3,
.footer-container .footer-promo .xo-description h4 {
	color: #fff;
	font-size: 1.1em;
	margin: 0;
}

.footer-container .footer-promo .xo-description .get-xo-student-card-link {
	text-decoration: underline;
	text-underline-position: under;
	margin: 0.5em 0;
	display: block;
}

.footer-container .footer-promo .xo-description h3 {
	font-weight: 600;
}


.footer-container .footer-promo .xo-description {
	text-align: center;
	margin: 1em 0;
}

.footer-container .footer-promo > div {
	margin: 0.5em 0;
}


/* Responsive Design */

@media (max-width: 767px) {
	.footer .footer-links-container {
		display: none;
	}

	.footer.footer-divider {
		padding-top: 7px;
		/*border-top: 1px;*/
	}

	.footer-container.footer-container-divider {
		padding-top: 0px;
		padding-bottom: 0px;
		border-top: 0;
	}

	.footer .footer-inner {
		flex-direction: column;
	}

	.footer .footer-links-holder {
		margin-bottom: 2em;
	}

	.footer-container .footer-promo {
		flex-direction: column;
	}

}

/** Footer Additional Styling **/

/* .footer-light */

.footer-light {
	color: rgba(255,255,255,0.75);
}

.footer-light a {
	color: rgba(255,255,255,0.75);
}

/*.footer-light .footer-footer {
	background: top left url(/img/logo.png) no-repeat;
}*/

.footer-light .footer-links a {
	color: rgba(255,255,255,0.75);
}

.footer .footer-links {
	color: rgba(255,255,255,0.75);
}