footer {
	background-color: #123751;
	color: #fff;
	margin-top: 25px;
}

footer #footer-site {
	background-color: #00838f;
	min-height: 10px;
}

footer #footer-trigger {
	text-align: center;
	min-height: 40px;
}

footer #footer-trigger img {
	width: 35px;
	margin-right: 10px;
}

footer #footer-trigger span {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	line-height: 40px;
	cursor: pointer;
	padding-right: 25px;
}

footer #footer-coe h3, footer #footer-site h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: 200;
	margin: 1.2em 0 0.3em;
	text-transform: uppercase;
	color: #fff;
}

footer #footer-coe ul, footer #footer-site ul {
	font-size: 12px;
	list-style: none outside none;
	margin: 0 0 40px;
	padding: 0;
}

footer #footer-coe ul li, footer #footer-site ul li {
	margin-left: -10px;
	padding-left: 10px;
	line-height: 20px;
}

footer #footer-coe ul li a, footer #footer-site ul li a {
	display: block;
	padding: 5px 0;
	color: #fff;
}

footer #disclaimer {
	padding: 1em;
	background-color: #fff;
	color: #252525;
}

footer #disclaimer a:hover{
	text-decoration: underline;
}

footer #footer-coe .logo-coe, footer #footer-site .logo-coe {
	text-align: right;
	padding: 35px 0 20px 20px;
}

footer #footer-coe .logo-coe img, 
footer #footer-site .logo-coe img {
height: 110px;
}

footer #footer-coe ul li img, footer #footer-site ul li img {
	margin-right: 5px;
}

footer #footer-trigger span:after {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: 200;
	color: #fff;
	font-size: 16px;
	margin-left: 5px;
}

footer #footer-trigger span.open:after {
	content: "\f106";
}

footer #footer-coe .logo-coe .ctn-intranet, 
footer #footer-site .logo-coe .ctn-intranet {
	width: 143px;
	float: right;
	margin-top: 2em;
	display: block;
	clear: both;
}

footer #footer-coe .logo-coe .ctn-intranet a, 
footer #footer-site .logo-coe .ctn-intranet a {
	color: #fff;
	border: 1px solid #fff;
	padding: 3px 8px;
	border-radius: 2px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer #footer-coe .logo-coe .ctn-intranet a:hover, 
footer #footer-site .logo-coe .ctn-intranet a:hover {
	background-color: #1e448a;
	text-decoration: none;
}

footer #footer-coe ul li:hover, 
footer #footer-site ul li:hover {
	background-color: rgba(255,255,255,0.1);
	color: #fff;
	margin-left: -10px;
	padding-left: 10px;
	text-decoration: none;
	transition: background 200ms ease 0s;
}

/* ---------- Responsive ----------*/

@media screen and (max-width: 767px) and (min-width: 480px) {
	.aui .multi-column-12 .column, 
	.aui .multi-column-11 .column, 
	.aui .multi-column-10 .column, 
	.aui .multi-column-9 .column, 
	.aui .multi-column-8 .column, 
	.aui .multi-column-7 .column, 
	.aui .multi-column-6 .column, 
	.aui .multi-column-5 .column {
		border-bottom: 1px dotted #CCC;
		width: 100%!important;
		padding-bottom: 20px!important;
		margin-bottom: 20px;
		border-right: 0!important;
	}

	footer #footer-coe .span2, 
	footer #footer-site .span2 {
		float: left;
		width: 50%;
		clear: left;
		padding-right: 20px;
	}
	
	footer #footer-coe .span2:nth-child(2n), 
	footer #footer-site .span2:nth-child(2n) {
		padding-left: 20px;
		clear: right;
	}
}

@media (max-width: 767px) {
	.aui footer #footer-coe, 
	.aui footer #footer-site {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.aui footer #footer-coe .logo-coe, .aui footer #footer-coe .logo-coe .ctn-intranet, .aui footer #footer-site .logo-coe, .aui footer #footer-site .logo-coe .ctn-intranet {
		margin-left: 0;
		text-align: left;
	}
	
	.aui footer #footer-coe .logo-coe .ctn-intranet, .aui footer #footer-site .logo-coe .ctn-intranet {
		float: none;
	}
}

@media (max-width: 979px) and (min-width: 768px) {
	.aui footer #footer-coe .span2, .aui footer #footer-site .span2 {
		width: 33%;
		margin-left: 0;
		padding-left: 20px;
	}
	
	.aui footer #footer-coe .span2:nth-child(3n+1), .aui footer #footer-site .span2:nth-child(3n+1) {
		clear: left;
	}
	
	.aui footer #footer-coe .logo-coe, 
	.aui footer #footer-coe .logo-coe .ctn-intranet, 
	.aui footer #footer-site .logo-coe, 
	.aui footer #footer-site .logo-coe .ctn-intranet {
		margin-left: 0;
		text-align: left;
	}
	
	.aui footer #footer-coe .logo-coe .ctn-intranet, 
	.aui footer #footer-site .logo-coe .ctn-intranet {
		float: none;
	}
}