*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	display: initial;
	height: initial;
	margin: 0;
	padding: 0
}
html {
	-webkit-text-size-adjust: 100%
}
.content-container {
	margin: 0 20px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.inner-container {
	padding-bottom: 50px;
	padding-top: 0
}
.button.mmm {
	background: #4651a0;
	color: #fff;
	float: left;
	font-size: 1.1em;
	font-weight: 200;
	padding: 15px 2.5% 20px 2.5%;
	text-align: center;
	text-decoration: none;
	width: 50%
}
.button.mmm.quick-links-toggle {
	border-left: 1px solid #fff;
	float: right
}
.canvas-container {
	min-height: 50%;
	width: 100%;
	-webkit-overflow-scrolling: touch
}
.mobile-mega-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	background: #050505;
	background: rgba(0,0,0,.5)
}
.mobile-mega-menu a, .mobile-mega-menu div, .mobile-mega-menu li, .mobile-mega-menu ul {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.mobile-mega-menu.open {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background: #050505;
	background: rgba(0,0,0,.5)
}
.mobile-mega-menu .widget-region {
	background: #fff;
	padding: 10px 20px;
	clear: both;
	-webkit-transform: translateZ(0)
}
.mobile-mega-menu nav {
	position: relative
}
.mobile-mega-menu ul {
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-webkit-transform: translateZ(0)
}
.mobile-mega-menu ul.has-been-viewed {
	-webkit-transform: translate3d(-116%, 0, 0);
	-ms-transform: translate3d(-116%, 0, 0);
	transform: translate3d(-116%, 0, 0)
}
.mobile-mega-menu ul li a {
	-webkit-tap-highlight-color: transparent;
	background: transparent;
	border-bottom: 1px solid #bbbdd3;
	color: #000;
	float: left;
	font-size: 1.1em;
	font-weight: 300;
	margin: 0;
	padding: 15px 2.5%;
	text-decoration: none;
	width: 95%
}
.mobile-mega-menu ul li a.has-next-button {
	width: 75%
}
.mobile-mega-menu ul li a.next-button {
	background: url(../images/svg/arrow-6-forward.html) 50% 50% no-repeat #0d0d0d;
	color: #fff;
	text-align: center;
	text-indent: 0;
	text-shadow: none;
	width: 15%
}
.mobile-mega-menu ul li a.next-button .arrow {
	visibility: hidden
}
.mobile-mega-menu ul li a.back-button {
	background: #299912;
	color: #fff;
	text-shadow: none;
	padding:49px 0 49px 0;
}
.mobile-mega-menu ul li a.close-button {
	background: transparent;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: none
}
.mobile-mega-menu ul li:first-child>a {
	border-top: none
}
html.no-cssanimations .mobile-mega-menu {
	left: -100%
}
html.no-svg .mobile-mega-menu ul li a.back-button {
	background: url(../images/png/arrow-6-back.html) 0 50% no-repeat transparent
}
html.no-svg .mobile-mega-menu ul li a.next-button {
	background: url(../images/png/arrow-6-forward.html) 50% 50% no-repeat transparent
}
