
/* Menu Styles */

.primary-nav {
	position: fixed;
	z-index: 999;
}

.menu {
	position: relative;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
	
}

.open-panel {
  border: none;
  background-color:#fff;
  padding: 0;
}

.hamburger {
	background: #fff;
	position: relative;
	display: block;
	text-align: center;
	padding: 13px 0;
	width: 70px;
  height: 70px;
	left: 0;
  top: 0;
	z-index: 1000;
  cursor: pointer;
}

.hamburger:focus{
    outline: none;
}

.hamburger::-moz-focus-inner{
    border: 0;
}

.hamburger:before {
	content:"\2630"; /* hamburger icon */
	display: block;
  color: #000;
  line-height: 32px;
  font-size: 16px;
}

.openNav .hamburger:before {
	content:"\2715"; /* close icon */
	display: block;
    color: #000;
    line-height: 32px;
    font-size: 16px;
}

.hamburger:hover:before {
  color: #777;
}

.primary-nav .menu li {
	position: relative;
}

.menu .icon {
	position: absolute;
	top: 12px;
	right: 10px;
	pointer-events: none;
    width: 24px;
    height: 24px;
    color: #fff;
}

.menu,
.menu a,
.menu a:visited {
    color: #aaa;
    text-decoration: none!important;
    position: relative;
}

.menu a {
    display: block;
    white-space: nowrap;
    padding: 1em;
    font-size: 1rem;
}

.menu a:hover {
	color: #fff;
}

.menu {
	margin-bottom: 3em;
}

.menu-dropdown li .icon {
	color: #777;
}

.menu-dropdown li:hover .icon {
	color: #fff;
}

.menu label {
  margin-bottom: 0;
  display: block;
}

.menu label:hover {
  cursor: pointer;
}

.menu input[type="checkbox"] {
  display: none;
}

input#menu[type="checkbox"] {
  display: none;
}

.sub-menu-dropdown {
	display: none;
}

.new-wrapper {
	position: absolute;
	left: 50px;
    width: calc(100% - 50px);
    transition: all .25s cubic-bezier(0.64, 0.06, 0.94, 0.77);
}

#menu:checked + ul.menu-dropdown {
		left: 0;
    -webkit-animation: grow .25s linear;
            animation: grow .25s linear;
    animation-name: grow;
    animation-duration: 0.25s;
}

.sub-menu-checkbox:checked + ul.sub-menu-dropdown {
    display: block!important;
    -webkit-animation: grow .25s linear;
            animation: grow .25s linear;
    padding-bottom: 10px;
    margin: 0 0.5em;    
}

.openNav .new-wrapper {
  position: absolute;
  transform: translate3d(200px, 0, 0);
  width: calc(100% - 250px);
  transition: all 0.25s cubic-bezier(0.64, 0.06, 0.94, 0.77);
}

.downarrow {
  background: transparent;
	position: absolute;
	right: 70px;
	top: 12px;
  color: #777;
  width: 24px;
  height: 24px;
  text-align: center;
  display: block;
}

.downarrow:hover {
  color: #fff;
}

.menu {
	position: absolute;
	display: block;
	left: -200px;
    top: 0;
	width: 270px;
  transition: all 0.25s cubic-bezier(0.64, 0.06, 0.94, 0.77);
  background-color: #000;
	z-index: 999;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
}

.menu-dropdown {
  top: 0;
  overflow-y: auto;
}

li > h1 {
  font-weight: 100;
  font-size: 0.8rem;
  padding: 0.5rem 0rem 0.2rem 0rem;
  border-bottom: 1px dotted hsl(0deg 0% 30%);
  margin: 0 100px 5px 1rem;
}

.sub-menu-dropdown a {
  font-size: 0.8rem;
  line-height: 0.5rem;
  padding-left: 1rem;
}
.overflow-container {
  position: relative;
  height: calc(100vh - 0px)!important;
  overflow-y: auto;
  border-top: 73px solid #fff;
  z-index: -1;
  display:block;
}

.menu a.logotype {
  position: absolute!important;
  top: 10px;
  left: 65px;
  display: block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  font-size: 21px;
  padding: 10px;
}

.menu a.logotype span {
  font-weight: 400;
}

.menu a.logotype:hover {
  color: #777;
}



.menu:hover {
	position: absolute;
	left: 0;
	top: 0;
  /* box-shadow: 50px 0px 50px #00000052; */
}

.openNav .menu:hover {
	position: absolute;
	left: -200px;
  
}

.openNav .menu {
    transform: translate3d(200px, 0, 0);
    transition: all 0.25s cubic-bezier(0.64, 0.06, 0.94, 0.77);
    /* box-shadow: 50px 0px 50px #00000052; */
}


@-webkit-keyframes grow {
	
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
	
}

@keyframes grow {
  0% {
    display: none;
    opacity: 0;
    }
  50% {
    display: block;
    opacity: 0.5;
    }
  100% {
    opacity: 1;
  }
	
}

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* 
/* Medium Screen Typography - Scale: 1.333  */
/* 
@media screen and (min-width: 42em) {

	h1, .h1 { letter-spacing: -2px; }

	h1, .h1 {font-size: 3.157em;}

	h2, .h2 {font-size: 2.369em;}

	h3, .h3 {font-size: 1.777em;}

	h4, .h4 {font-size: 1.333em;}

	p { font-size:1.0625em; }

	p.intro { font-size:1.3em; }

} */


/* Large Screen Typography  - Scale: 1.414  */
/* 
@media screen and (min-width: 72em) {

	h1 { letter-spacing: -3px; }

	h1, .h1 { margin-bottom: 0.35em; font-size: 3.998em; }

	h2, .h2  { font-size: 2.827em; }

	h3, .h3 { font-size: 1.999em; }

	h4, .h4 { font-size: 1.414em; }

	p { font-size:1.125em; }

	p.intro { font-size:1.4em; }

} */ 




