.off-canvas {
	background: #000000;
	height: 100%; z-index:9;
}

.off-canvas-wrapper {
    -webkit-overflow-scrolling: auto;
}
header .row {
/*	max-width: 100% !important;*/
}


.row .row {
    margin-left: -0.5rem;
    margin-right: -0.9375rem;
}
.accordion{
	background: none;
	border: none;
	text-transform: uppercase;
}
.accordion-title{
	color: #fff;
    border-bottom: 1px solid #383737;
}
.accordion-title:hover, .accordion-title:focus{
	background: #000;
}
.accordion .Navigation{
	margin: 0;
	padding: 1.25rem 1rem;
/*	border-color: #fff;*/
}
.accordion .Navigation li {
    border-bottom: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.accordion .accordion-content{
	padding: 0;
    border-bottom: 1px solid #000;
}
.accordion .accordion-content .Navigation{
	margin: 0px;
	padding: 0;
	border-color: #383737;
    padding-left: 0;
    margin-left: 0;
}
.accordion .accordion-content .Navigation li {
    border-bottom: 1px solid #383737;
	padding: 1.25rem 1rem;
}
.accordion .accordion-content .Navigation li:last-of-type{
	border-bottom: none;
}
.reveal-overlay{background-color: rgba(241, 241, 242, 0.97);}

.menu-icon { float:right;
	top: 1.4rem;	
	right: 3px;
	height: 32px;
	width: 36px; position: absolute;
}
.menu-icon::after {
	background: #6b6c6e none repeat scroll 0% 0%;
	box-shadow: 0px 11px 0px #6b6c6e, 0px 22px 0px #6b6c6e;
}
.menu-icon:hover::after {
	background: #6b6c6e;
	box-shadow: 0px 11px 0px #6b6c6e, 0px 22px 0px #6b6c6e;
}
.menu > li {
    display: inline-block;
}
.menu > li:not(.menu-text) > a {
    padding: 0 !important;
}
.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after{
	display: none;
}
.dropdown.menu .submenu{
	background: none;
	border: none;
	margin-left: 5px;
}

.dropdown.menu .submenu li{
	margin: 10px 0;
	text-align: left;
}

.dropdown.menu .submenu li a{
	font-size: 0.7rem
}



.js-off-canvas-exit {
	/*background: rgba(254, 254, 254, 0.45) none repeat scroll 0% 0%;*/ background: none;
	z-index: 99;
}
.off-canvas-content {
	 background:inherit;
	box-shadow: none;
	margin: 0 !important;
}
.is-drilldown {
	height: 100% !important;
	width: 100% !important;
}
.is-drilldown-submenu {
	background: #002c40 !important;
}
.is-drilldown-submenu-parent > a::after {
	margin-top: -7px;
	right: -21px;
	border-color: transparent transparent transparent #CCC;
}
.js-drilldown-back::before {
	margin-left: 0px !important;
	border-color: transparent #CCC transparent transparent;
	margin-top: 11px !important;
}
.reveal {

	border: inherit;
	width: 100%;
	max-width:622px;
	margin: 0px auto 0px;
	padding: 20px 30px;
	max-height: 100% !important;
}
.close-button {
right: 1rem;
top: 1rem;
}
.close-button svg{ width: 20px;}

.off-canvas-wrapper-inner .menu-icon::after {
	box-shadow: inherit !important;
	background: url(../images/menu_n.svg) no-repeat;
	width: 24px;
	height: 24px;
}
.is-off-canvas-open .menu-icon::after {
	box-shadow: inherit !important;
	background: url(../images/close_blk.svg) no-repeat;
	width: 20px;
	height: 20px;
}


.column:last-child:not(:first-child), .columns:last-child:not(:first-child){ float:left !important;}


