
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
* {
  box-sizing: border-box;
}

.nav-mobile {
  background-color:#ffffff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.875em;
}
.nav-mobile::after {
  content: "";
  position: absolute;
  z-index: 99;
  background-color: #ffffff;
  height: 100vh;
  width: 100vw;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.nav-mobile a {
  text-decoration: none;
}
.nav-mobile ul {
  list-style-type: none;
}

.nav-top.nav-mobile {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 101;
  padding: 10px 20px;
  width: 100%;
  height: 60px;
  background-color: #075e71;
  left: 0;
  margin-top: -10px;
}
.nav-top.nav-mobile .hamburger {
  color: #fff;
  cursor: pointer;
}

.hamburger.active {
    font-size: 25px;
    font-weight: 600;
  }

.nav-drill.nav-mobile {
  margin-top: 50px;
  transform: translateX(-100%);
}

.nav-is-toggled .nav-drill.nav-mobile {
  transform: translateX(0);
}
.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.nav-drill.nav-mobile {
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  background-color: #075e71;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
}
.nav-mobile .nav-items {
  flex: 0 0 100%;
  padding-left: 0;
}
.nav-mobile .nav-item:not(:last-child) {
  border-bottom: solid 1px #fff;
}
.nav-mobile .nav-link {
  display: block;
  padding: 0.875em 1em;
  background-color: #075e71;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
}
.nav-mobile .nav-expand-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: #075e71;
  transition: 0.3s;
  visibility: hidden;
  padding-left: 0;
}
.nav-mobile.nav-expand-content .nav-item:not(:last-child) {
  border-bottom: solid 1px #fff;
}
nav-mobile .nav-expand-content .nav-link {
  background-color: #daf9f4;
}
nav-mobile .nav-expand-content .nav-back-link {
  display: flex;
  align-items: center;
  background-color: #075e71 !important;
  color: #fff;
  margin-top: 10px;
}
nav-mobile .nav-expand-content .nav-back-link::before {
  content: "chevron_left";
  margin-right: 0.5em;
  font-family: "Material Icons";
}
.nav-mobile .nav-expand-link {
  display: flex;
  justify-content: space-between;
}
.nav-mobile .nav-expand-link::after {
  content: "chevron_right";
  flex: 0 1 auto;
  font-family: "Material Icons";
}
.nav-mobile .nav-expand.active > .nav-expand-content {
  transform: translateX(0);
  visibility: visible;
}
.nav-mobile .nav-expand .nav-expand-content {
  background-color: #075e71;
}
.nav-mobile .nav-expand .nav-expand-content .nav-link {
  background-color: #075e71;
}
.nav-mobile .nav-expand .nav-expand-content .nav-expand-content {
  background-color: #075e71;
}
.nav-mobile .nav-expand .nav-expand-content .nav-expand-content .nav-link {
  background-color: #075e71;
}
.nav-mobile .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #075e71;
}
.nav-mobile .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
  background-color: #075e71;
}
.nav-mobile .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #075e71;
}
.nav-mobile .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
  background-color: #075e71;
}