﻿
nav.teal {
  overflow-y:auto;
}
nav.teal .navbar-toggler-icon {
  transition: all 0.2s;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cpath stroke='%23002d38' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M 1,1 H 19 M 1,8 H 19 M 1,15 h 18' /%3E%3C/svg%3E%0A");
  width: 20px;
  height: 16px;
}

nav.teal .navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem
}

  nav.teal .navbar-toggler:focus {
      box-shadow: 0 0 0 0;
  }

nav.teal .navbar-brand {
  margin: 0;
  padding: 0;
}

nav.teal .navbar-collapse {
  padding-left: 0.5rem;
}

nav.teal .nav-item a.nav-link {
  color: #002D38;
}

  nav.teal .nav-item a.nav-link:hover,
  nav.teal .nav-item a.nav-link:active {
      color: #2E8188;
  }

nav.teal li.nav-item {
  text-transform: uppercase;
  font-family: 'Verlag Black', Lato, sans-serif;
  font-size: 14px;
}

nav.teal .nav.light li.nav-item {
  font-family: 'Verlag Book', Lato, sans-serif;
  font-size: 14px;
}

ul.navbar-nav > li.nav-item {
  border-bottom: 2px solid rgba(0,45,56,0.5);
}

  ul.navbar-nav > li.nav-item:last-child {
      border-bottom: none;
  }

input.mobile-search {
  border-radius: 20px;
  background-image: url('/styles/nav_search.svg');
  background-position: 96%;
  background-repeat: no-repeat;
}

nav.teal .navbar-collapse.collapse.show {
  height: 100vh;
}

nav.teal .navbar-toggler:not(.collapsed) + .navbar-brand {
  display: none;
}

nav.teal .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: translate(85vw);
  transform-origin: 10% 10%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 16' height='16' width='20'%3E%3Cdefs id='defs4'%3E%3Cstyle id='style2'%3E.a%7Bfill:none;stroke:%23002d38;stroke-linecap:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cg id='g10' transform='matrix(0.98460703,0,0,0.99116286,3.0377771,0.99116286)'%3E%3Cline y2='0' y1='0' x1='0' id='line6' transform='rotate(-45,17.072111,7.0715)' x2='20' class='a' /%3E%3Cline y2='0' y1='0' x1='0' id='line8' transform='rotate(45)' x2='20' class='a' /%3E%3C/g%3E%3C/svg%3E%0A");
}
/* Adjust width of list results for mobile*/
input.mobile-search + ul > li {
  list-style: none;
  max-width: 286px;
}

/*div.mobile_logo {
  background-image:url('/styles/innovatorETFs_logo_color.svg');
  width:175px;
  height:75px;
  margin-right:20px;
  background-repeat: no-repeat;
}*/

div.mobile_logo {
  background-image: url('/styles/icon-innovator.svg');
  width:16px;
  height:25px;
  margin-right:20px;
}

.small_logo {
  background-image: url('/styles/InnovatorETFs_shield_reverse.svg');
  width:25px;
  height:35px;
  margin-right:20px;
  background-repeat: no-repeat;
  background-size: cover;
}

html:not([data-scroll='0']) div.mobile_logo{
  background-image: url('/styles/icon-innovator.svg');
  width:16px;
  height:25px;
  margin-right:20px;
}

/*html[data-scroll='0'] button.navbar-toggler.collapsed {
  position: relative;
  bottom: 25px;
}*/