/*! responsive-nav.js 1.0.40 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse,
.js .nav-collapse .dropdown ul {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened,
.nav-collapse .dropdown.opened ul {
  max-height: 9999px;
}

.nav-collapse .dropdown.opened > ul,
.nav-collapse .dropdown .dropdown.opened > ul {
  position: relative;
}

.nav-toggle,
.dropdown-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed,
  .js .nav-collapse.closed .dropdown ul {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}







/*! custom */

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  HEADER
--------------------------------------------- */

.nav-header {
  background-color:rgba(135, 134, 134, 1);/* hack */
  float: left;
  width: 100%;
  z-index: 119;
  position:relative;
}
.nav-header:after {
	clear: both;
}


/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    /*width: auto;
    float: right;*/
  }
}

/*.nav-collapse > ul {
  border-top: 1px solid rgba(0,0,0, .15);
}*/

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: 25%; /* hack */
	font-size:160%;
	font-family: 'LG Smart Light';
  }
  
}
/*@media screen and (max-width: 1200px) {
  .nav-collapse li:first-child {
	font-size:130%;
	line-height: 200%;
  }
  
}*/
@media screen and (max-width: 925px) {
  .nav-collapse li:first-child {
	font-size:150%;
	line-height: 76%;
  }
  
}



.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  /*background: #a50034; hack */ 
  border-bottom: 1px solid rgba(0,0,0, .15); 
  padding: 0.7em 1em;
  float: left;
}
.nav-collapse a:active {
  color: rgba(255,255,255, .5);
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    margin: 0;
    padding: 1em 1.5em;
    float: left;
    text-align: center;
    border-bottom: 0;
    /*border-right: 1px solid white;*/
  }
  
  .nav-collapse li:last-child a {
    border: 0;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("/us/discover/thinq/assets/fonts/responsivenav.eot");
  src:url("/us/discover/thinq/assets/fonts/responsivenav-.eot#iefix") format("embedded-opentype"),
    url("/us/discover/thinq/assets/fonts/responsivenav.ttf") format("truetype"),
    url("/us/discover/thinq/assets/fonts/responsivenav.woff") format("woff"),
    url("/us/discover/thinq/assets/fonts/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff;
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}

/* ------------------------------------------
  MULTIPLE LEVELS
--------------------------------------------- */

.dropdown ul a {
  padding-left: 1.5em;
  width:100%;
}
  
.dropdown ul ul a {
  background: #81230e;
  padding-left: 2.5em;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse .dropdown ul {
    display: none;
  }
}

.dropdown ul {
  /*background: #b63315;*/
}

.dropdown ul ul {
  border: 0;
  padding: 0;
}

.dropdown .dropdown.opened .dropdown-toggle {
  /*background: #9c2c12;*/
}

.dropdown-toggle:after {
  content: "+";
  font-size: 1.5em;
  line-height: 0.8;
  float: right;
}

.dropdown.opened > .dropdown-toggle:after {
  content: "–";
}

@media screen and (min-width: 40em) {
  .js .nav-collapse,
  .js .nav-collapse .dropdown ul {
    max-height: none;
    overflow: visible;
  }
  .dropdown-toggle:after {
    content: "";
    width: 0;
    height: 0;
    margin: 0.3em 0 0 0.5em;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
  }
  .dropdown ul .dropdown-toggle:after {
    content: "";
    width: 0;
    height: 0;
    margin: 0.3em 0 0 0.5em;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff;
  }
  .nav-collapse a:hover {
    color: rgba(255,255,255, .7);
  }
  .nav-collapse .dropdown {
    position: relative;
  }
  .nav-collapse .dropdown li {
    width: 100%;
  }
  .nav-collapse .dropdown ul a {
    text-align: left;
    border: 0;
  }
  .js .nav-collapse .dropdown:hover > ul {
    clip: auto;
    position: absolute;
    width: 10em;
    top: 3.4em;
    left: 0;
    display: block !important;
  }
  .js .nav-collapse .dropdown .dropdown:hover > ul {
    top: 0;
    left: 10em;
  }
  .js .nav-collapse ul > .dropdown:last-child ul {
    left: auto;
    right: 0;
  }
}
@media screen  and (max-width: 993px) /* Tablet */ {
	/*.nav-collapse li:first-child{
		line-height: 100%;
	}*/
	.nav-collapse li.active:first-child a{
		min-height: 82px;
	}
}

#nav.nav-collapse.nav-collapse-0.closed ul li.dropdown ul { width:100% !important; padding-top:3px; }
.dropdown ul li a:hover { background-color:rgba(51, 51, 51, 1); }
.nav-collapse a:hover { background-color:rgba(51, 51, 51, 1); }
.nav-collapse .active a { background-color:rgba(51, 51, 51, 1);  }
