html, body {
  margin: 0;
}

.esri-wrapper {
  box-shadow: 0 1px 0 0 var(--esri-offblack);
	height: 56px;
  position: relative;
  /*width: 100vw;*/
  width: 100%;
}

.esri-wrapper 
.esri-header {
  border-bottom: thin solid var(--esri-offblack);
  display: flex;
  flex-grow: 1;
  height: 100%;
 /* max-width: 96vw;*/
  max-width: 96%;
  width: 1440px;
}

.esri-wrapper
.esri-header--overlay {
  background: rgba(0, 0, 0, .80);
  height: 90vh;
  left: 0;
  position: absolute;
  top: 56px;
  /*width: 100vw;*/
  width: 100%;
  z-index: 1;
}

.esri-wrapper 
.esri-header--mobile {
  background: transparent;
  border: 0;
  flex-grow: 1;
  flex-basis: 15%;
  outline: 0;
  position: relative;
}

.esri-wrapper 
.esri-header--mobile_toggle {
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}

.esri-wrapper
.esri-header--brand {
  display: flex;
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 70%;
  padding: 12px 0;
}

.esri-wrapper
.esri-header--brand_link {
  box-sizing: border-box;
  color: var(--esri-black);
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 0 7px;
  padding: 5px 0 5px 10px;
  position: relative;
  text-decoration: none;
}

.esri-wrapper
.esri-header--brand_link:before {
  background: var(--esri-offblack);
  content: '';
  height: 28px;
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.esri-wrapper 
.esri-header--brand_link:hover {
  color: var(--esri-darkblack);
  cursor: pointer;
}

.esri-wrapper 
.esri-header--navigation {
  background: var(--esri-offwhite);
  box-shadow: 0 -1px var(--esri-offblack);
  box-sizing: border-box;
  flex-grow: 1;
  height: 90vh;
  left: -100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 0 0 20px;
  position: absolute;
  top: 56px;
  transition: all .45s ease-out;
  width: 100%;
  z-index: 99;
}

.esri-wrapper 
.esri-header--navigation[data-active='true'] {
  left: 0;
}

.esri-wrapper 
.esri-header--navigation_items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.esri-wrapper 
.esri-header--navigation_item {
  box-shadow: 0 1px 0 0 var(--esri-offblack);
  margin: 0;
}

.esri-wrapper 
.esri-header--navigation_link {
  box-sizing: border-box;
  color: var(--esri-black);
  font-weight: 300;
  display: inline-block;
  padding: 25px 0;
  position: relative;
  text-decoration: none;
}

.esri-wrapper 
.esri-header--navigation_link:hover {
  box-shadow: inset 0 -3px var(--esri-blue);
  color: var(--esri-darkblack);
  cursor: pointer;
}

.esri-wrapper 
.esri-header--navigation_link::after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23595959'%3E%3Cpath d='M5.293 3h1.414l4.5 4.5-4.5 4.5H5.293l4.5-4.5z'/%3E%3C/svg%3E");
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
}

.esri-wrapper 
.esri-header--search {
  flex-grow: 1;
  flex-basis: 15%;
  position: relative;
}

.esri-wrapper 
.esri-header--search:hover {
  box-shadow: inset 0 -3px var(--esri-blue);
  cursor: pointer;
}

.esri-wrapper 
.esri-header--search:hover .esri-header--search_icon {
  fill: var(--esri-darkblack);
}

.esri-wrapper 
.esri-header--search_icon {
  fill: var(--esri-black);
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}

.esri-wrapper 
.esri-header--signin {
  display: none;
  flex-grow: 1;
  flex-basis: 5%;
  position: relative;
}
.esri-wrapper 
.esri-header--signin 
.lia-component-users-widget-menu{
    margin-left: 5px;
    margin-right: 5px;
  }

.esri-wrapper 
.esri-header--signin 
.lia-component-users-widget-menu{
    padding: 15px;
  }


.esri-wrapper 
.esri-header--signin:hover {
/*  box-shadow: inset 0 -3px var(--esri-blue);*/
  cursor: pointer;
}

.esri-wrapper 
.esri-header--signin:hover .esri-header--signin_link {
  color: var(--esri-darkblack);
}

.esri-wrapper 
.esri-header--signin_link {
  color: var(--esri-black);
  text-decoration: none;
}

.esri-wrapper 
.esri-content {
  background: var(--esri-offwhite);
  height: 70vh;
  position: relative;
  /*width: 100vw;*/
  width: 100%;
}

.esri-wrapper 
.esri-content--placeholder {
  font-size: 60px;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.esri-wrapper 
.esri-footer--wrapper {
  border-top: thin solid var(--esri-offblack);
}

.esri-wrapper 
.esri-footer {
  box-sizing: border-box;
  font-weight: 400;
  /*width: 100vw;*/
  width: 100%;
  padding: 20px 25px;
}

.esri-wrapper 
.esri-footer--items {
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.esri-wrapper 
.esri-footer--items.--modifier {
  padding: 10px 10px;
}

.esri-wrapper 
.esri-footer--item {
  border-left: thin solid var(--esri-offblack);
  flex-grow: 1;
  font-size: 10px;
  text-align: center;
}

.esri-wrapper 
.esri-footer--item:first-child {
  border-left: 0;
}

.esri-wrapper 
.esri-header--navigation_item.--signin {
  background-color: #fff;
  box-shadow: inset 0 1px var(--esri-offblack);
  bottom: 0;
  left: 0;
  padding: 0 0 0 20px;
  position: absolute;
  width: 100%;
}

.esri-wrapper 
.esri-footer--item_link {
  color: var(--esri-darkblue);
  flex-grow: 1;
  text-decoration: none;
}

@media (min-width: 768px) {
  .esri-wrapper
  .esri-header--overlay {
    height: 95vh;
  }

  .esri-wrapper 
  .esri-header--mobile {
    flex-basis: 7%;
  }
  
  .esri-wrapper 
  .esri-header--navigation {
    overflow: hidden;
    padding-left: 40px;
    height: 95vh;
  }

  .esri-wrapper 
  .esri-header--navigation_item.--signin {
    display: none;
  }

  .esri-wrapper 
  .esri-header--navigation_link {
    font-size: 14px;
  }

  .esri-wrapper 
  .esri-header--search {
    flex-basis: 7%;
  }

  .esri-wrapper 
  .esri-footer--items.--modifier {
    padding: 15px 10px;
  }

  .esri-wrapper 
  .esri-header--signin {
    box-sizing: border-box;
    display: block;
    flex-basis: 10%;
    padding: 16px 10px;
    text-align: center;
  }

  .esri-wrapper 
  .esri-header--search {
    flex-basis: 7%;
    border-right: thin solid var(--esri-offblack);
  }

  .esri-wrapper 
  .esri-content {
    height: 80vh;
  }

  .esri-wrapper 
  .esri-footer {
    margin: auto;
    /*width: 50vw;*/
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .esri-wrapper 
  .esri-header--mobile {
    display: none;
  }

  .esri-wrapper 
  .esri-header {
    margin: auto;
    max-width: 95%;
  }

  .esri-wrapper
  .esri-header--brand {
    flex-basis: 45%;
  }

  .esri-wrapper 
  .esri-header--brand_link {
    font-size: 14px;
    padding-left: 20px;
  }

  .esri-wrapper 
  .esri-header--brand_link:before {
    left: 7px;
  }

  .esri-wrapper 
  .esri-header--navigation {
    background: var(--esri-white);
    box-shadow: unset;
    box-sizing: border-box;
    flex-grow: unset;
    height: 100%;
    left: unset;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    top: unset;
    transition: all .45s ease-out;
    width: 100%;
    z-index: 1;
  }

  .esri-wrapper 
  .esri-header--navigation_items {
    display: flex;
    justify-content: flex-end;
  }
  
  .esri-wrapper 
  .esri-header--navigation_item {
    box-shadow: unset;
  }
  
  .esri-wrapper 
  .esri-header--navigation_link {
    font-size: 14px;
    padding: 16px 20px;
  }
  
  .esri-wrapper 
  .esri-header--navigation_link:after {
    content: '';
  }

  .esri-wrapper 
  .esri-content {
    height: 75vh;
  }

  .esri-wrapper 
  .esri-footer {
    margin: auto;
    max-width: 350px;
    /*width: 40vw;*/
    width: 40%;
  }

  .esri-wrapper 
  .esri-footer--items.--modifier {
    padding: 15px 10px;
  }
}

@media (min-width: 1440px) {
  .esri-wrapper
  .esri-header--overlay {
    height: 100vh;
  }

  .esri-wrapper
  .esri-header--brand {
    flex-basis: 35%;
  }

  .esri-wrapper 
  .esri-header--brand_link {
    font-size: 16px;
    padding: 4px 0 4px 20px;
  }

  .esri-wrapper 
  .esri-header--navigation_link {
    font-size: 16px;
    padding: 17px 20px 15px;
  }

  .esri-wrapper 
  .esri-content {
    height: 80vh;
  }

  .esri-wrapper 
  .esri-footer {
    margin: auto;
    /*width: 40vw;*/
    width: 40%;
  }

  .esri-wrapper 
  .esri-footer--items.--modifier {
    padding: 15px 10px;
  }
}

:root {
	--esri-blue: rgba(0, 121, 193,	.5);
	--esri-darkblue: rgba(0, 94, 149, 1);
  --esri-offblack: rgba(224, 224, 224, 1);
  --esri-black: rgba(89, 89, 89, 1);
  --esri-darkblack: rgba(50, 50, 50, 1);
  --esri-white: rgba(255, 255, 255, 1);
  --esri-offwhite: rgb(248, 248, 248, 1);
}