#main-header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	height: 80px;
	z-index: 10;
	position: fixed;
	width: 100%;
	overflow: hidden;
}

#main-header .header {
	height: 100%;
	float: left;
	position: relative;
	background: #fff;
	padding-left: 40px;
}

#main-menu {
	height: 100%;
	float: right;
	padding: 0 40px 0 0;
	background: #8a8d8a;
	position: absolute;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#main-menu ul {
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	margin: 0;
}

#main-menu li {
	font-size: 1rem;
	display: inline-block;
	margin: 0 40px 0 0;
}

#main-menu li:last-child {
	margin-right: 0;
}

#main-menu li.current-menu-item a {
	color: #4a4a4a;
	cursor: default;
}

#main-menu a {
	font-weight: bold;
	text-transform: uppercase;
	font-family: "futura-pt", "Helvetica Neue", Arial;
	-webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
	-ms-transition: color 250ms ease;
	-o-transition: color 250ms ease;
	transition: color 250ms ease;
	color: #fff;
	text-decoration: none;
	padding: 20px 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

#main-menu:before {
	display: block;
	content: "";
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #8a8d8a;
	left: -40px;
	position: absolute;
	top: 0;
}

.main-logo {
	float: left;
	display: block;
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-logo img {
	display: block;
}

/************* FOOTER ****************/
#main-footer {
	clear: both;
	height: 17.5em;
	font-size: 16px;
	position: relative;
	z-index: 602;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px;
	background: #8a8d8a;
	font-family: Arial;
}
#main-footer .outro {
	clear: both;
}
#main-footer .outro:after {
	clear: both;
	content: "";
	display: block;
}
#main-footer .hwm-section-wrapper {
	position: relative;
	height: 100%;
}
#main-footer .copyright-text {
	margin: 0;
	color: #fff;
	float: right;
	line-height: 1;
}
#main-footer li,
#main-footer p {
	font-size: 1em;
}
#main-footer .disclaimer-list {
	float: left;
	margin: 0;
	padding: 0;
}
#main-footer .disclaimer-list li {
	display: block;
	float: left;
	line-height: 1;
	margin: 0 1.25em 0 0;
	padding-right: 1.25em;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}
#main-footer .disclaimer-list a {
	color: #fff;
	float: left;
	display: block;
	text-decoration: underline;
}
#main-footer ul {
	list-style: none;
}
#main-footer footer {
	position: absolute;
	bottom: 0;
	right: 0;
}
#main-footer br {
	display: none;
}
#main-footer .slogan {
	margin: 0;
	line-height: 1.1;
	font-size: 1.5em;
	max-width: 16.6666667em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "futura-pt", "Helvetica Neue", Arial;
	color: #fff;
}
#main-footer .canada-wordmark {
	margin-bottom: 1.25em;
	display: block;
	float: right;
}

.footer-social-media {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.footer-social-media li {
	float: left;
	margin: 0 3.125em 0 0;
}
.footer-social-media li:last-child {
	margin: 0;
}
.footer-social-media li:last-child {
	margin: 0 0 0 -0.3125em;
}
.footer-social-media a {
	text-indent: -999em;
	display: block;
	position: relative;
}
.footer-social-media a:hover svg {
	fill: #4a4a4a;
}
.footer-social-media svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: #fff;
}
.footer-social-media .twitter {
	width: 3.0625em;
	height: 2.5em;
}
.footer-social-media .facebook {
	width: 1.1875em;
	height: 2.5em;
}
.footer-social-media .instagram {
	width: 2.5em;
	height: 2.5em;
}

#main-footer p {
	padding: 0;
}

.footer-social-media li {
	padding-right: 0;
}

#main-footer .canada-wordmark {
	padding-right: 0;
}

.mobile__footer {
	display: none;
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
	#main-footer.fr {
		font-size: 14px;
		height: 20em;
	}
}
@media screen and (max-width: 1024px) {
	#main-footer {
		font-size: 12px;
		padding: 30px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	#main-footer {
		height: 21.6666667em;
	}
}
@media screen and (max-width: 900px) {
	#main-footer .disclaimer-list {
		clear: both;
		margin-top: 20px;
	}
	#main-footer .disclaimer-list li:last-child {
		border: 0;
		margin: 0;
		padding: 0;
	}
	#main-footer .slogan {
		font-size: 1.5em;
		max-width: 60%;
	}
}
@media screen and (max-width: 768px) {
	#main-footer {
		height: 12.5em;
		padding: 20px;
	}
}
@media screen and (max-width: 640px) {
	#main-header .header {
		padding-left: 0;
	}
	.main-logo img {
		display: none;
	}

	.main-logo {
		background-image: url(../assets/cmh-logo.png);
		background-size: 50%;
		background-position: center;
		background-repeat: no-repeat;
		width: 20vw;
		height: 100%;
	}

	#main-footer {
		height: auto;
	}
	#main-footer br {
		display: block;
	}
	#main-footer ul,
	#main-footer footer {
		position: static;
	}
	#main-footer ul {
		text-align: center;
	}
	#main-footer li {
		margin: 0 10px;
		display: inline-block;
		float: none;
	}
	#main-footer footer {
		clear: both;
		text-align: center;
	}
	#main-footer .canada-wordmark {
		float: none;
		display: inline-block;
	}
	#main-footer .copyright-text {
		line-height: 1.25;
		float: none;
	}
	#main-footer .outro {
		display: table;
		margin: 0 auto;
	}
	#main-footer .slogan {
		font-size: 2em;
		display: table;
		margin: 0 auto 40px auto;
		max-width: none;
	}

	.footer-social-media {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 480px) {
	#main-footer .disclaimer-list {
		padding: 0;
		border: 0;
		float: none;
		display: table;
		margin: 20px auto 0 auto;
	}
	#main-footer .slogan {
		margin-bottom: 20px;
	}
	#main-footer.fr .disclaimer-list li {
		clear: both;
		margin: 0 auto 10px auto;
		padding: 0;
		display: table;
		float: none;
		border: 0;
	}
	#main-footer.fr #main-footer .disclaimer-list li:last-child {
		margin-bottom: 0;
	}

	.footer-social-media {
		margin-bottom: 20px;
	}
	.footer-social-media .twitter {
		width: 24px;
		height: 20px;
	}
	.footer-social-media .facebook {
		width: 11px;
		height: 20px;
	}
	.footer-social-media .instagram {
		width: 20px;
		height: 20px;
	}
}
