/*@import "https://cloud.typography.com/6628072/6584552/css/fonts.css";*/

.layout-jump {
    font-family: "Whitney SSm A","Whitney SSm B",sans-serif;
    font-size: 15.3px;
}

section.utility-navigation {
    background-color: #000;
    height: 25px;
    text-align: right;
    z-index: 4;
    padding-top: 2px;
    font-family: "Whitney SSm A","Whitney SSm B",sans-serif;
    font-size: 15.3px;
}

section.utility-navigation nav ul li + li{
	    margin-left: 50px !important;
	
}
section.utility-navigation .zone-utility-navigation {
    display: inline-block;
}

section.utility-navigation .zone-utility-navigation > nav {
    width: auto;
    display: inline-block;
    margin-left: 50px;
}

section.utility-navigation .zone-utility-navigation > nav ul{
    width: 100%;
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}

section.utility-navigation .zone-utility-navigation > nav ul li {
    margin-left:20px;
    height:auto;
    float:left;
}

section.utility-navigation .zone-utility-navigation > nav ul li a {
 cursor: pointer;
    text-decoration: none;
    font-family: "Whitney SSm A","Whitney SSm B",sans-serif;
    font-size: 13px;
    letter-spacing: .325px;
    line-height: 25px;
}


section.utility-navigation nav {
    height: 25px;
    line-height: 25px;
}
section.utility-navigation .container{
    width: 1007px;
    margin: 0 auto;  
}
section.utility-navigation nav a {
    color: #CECECE;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.325px;
    font-weight: 500;
    padding: 0;
    vertical-align: middle;
    font-family: "Whitney SSm A","Whitney SSm B",sans-serif;
    font-size: 16px;
}

section.utility-navigation nav a:hover {
    color: #FFF;
    text-decoration: none;
}

section.utility-navigation nav ul li {
    height: 25px;
}

section.utility-navigation nav ul li + li {
    margin-left: 50px;
}

section.utility-navigation {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    overflow: hidden;
    transition: height 0.6s ease-out;
}
section.utility-navigation.first-load {
    transition: height 0s ease-out;
}

section.utility-navigation.expanded {
    height: 130px;
}

section.utility-navigation.expanded + .site-header {
    margin-top: 130px;
}

section.utility-navigation.expanded.first-load + .site-header {
    transition: margin-top 0s ease-out;
}

section.utility-navigation.full-collapse {
    height: 0;
}

section.utility-navigation.full-collapse + .site-header {
    margin-top: 0;
}

.expand-jump {
    margin-top: 10px;
     transition: margin 0.6s ease-out;
}
.expand-jump.expanded {
    margin-top:121px;
}
#layout-jump.pinned ~ div.container {
    margin-top: 105px;
}

#layout-jump.pinned header.site-header {
    max-height: 50px;
    transition: 0.6s ease-out;
}

#layout-jump.pinned header.site-header .container .navigation, 
#layout-jump.pinned header.site-header nav.jump ul .navigation,
 nav.jump #layout-jump.pinned header.site-header ul .navigation {
    max-height: 50px;
    transition: 0.4s ease;
}

#layout-jump.pinned header.site-header .container .search, 
#layout-jump.pinned header.site-header nav.jump ul .search, 
nav.jump #layout-jump.pinned header.site-header ul .search {
    max-height: 50px;
    transition: 0.4s ease;
}

#layout-jump.pinned header.site-header .container .search fieldset[role="search"], 
#layout-jump.pinned header.site-header nav.jump ul .search fieldset[role="search"],
 nav.jump #layout-jump.pinned header.site-header ul .search fieldset[role="search"] {
    line-height: 50px;
    transition: 0.4s ease;
}

#layout-jump.pinned header.site-header .container .search fieldset[role="search"] button, 
#layout-jump.pinned header.site-header nav.jump ul .search fieldset[role="search"] button, 
nav.jump #layout-jump.pinned header.site-header ul .search fieldset[role="search"] button {
    max-height: 50px;
    transition: 0.4s ease;
}

#layout-jump.pinned header.site-header .container .logo .img-logo, 
#layout-jump.pinned header.site-header nav.jump ul .logo .img-logo, 
nav.jump #layout-jump.pinned header.site-header ul .logo .img-logo {
    line-height: 50px;
}

#layout-jump.pinned header.site-header .container .logo .img-logo::before,
#layout-jump.pinned header.site-header nav.jump ul .logo .img-logo::before, 
nav.jump #layout-jump.pinned header.site-header ul .logo .img-logo::before {
    background-size: 98px 38px;
    transition: 0.4s ease;
}

#layout-jump.pinned header.site-header nav {
    line-height: 50px;
    max-height: 50px;
    transition: 0.4s ease;
}

#layout-jump.pinned header.site-header ul.menu > li > span > a {
    line-height: 50px;
    max-height: 50px;
    transition: 0.4s ease;
}

#layout-jump .container, #layout-jump nav.jump ul {
    padding: 0 50px;
    width: 1007px;
    margin: 0 auto;
}

.emerson-brands-header.brands-footer {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    background-color: #101010;
    padding-left: 5px;
    padding-bottom: 20px;
}

.emerson-brands-header.brands-footer a {
    color: #cecece;
    text-decoration: none;
}

.emerson-brands-header.brands-footer a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
    margin-left: 10px;
    border-width: 6px 5px 0 5px;
    border-color: #cecece transparent transparent transparent;
}

.emerson-brands-header.brands-footer a:hover {
    color: #ffffff;
}

.emerson-brands-header.brands-footer a:hover:after {
    border-color: #ffffff transparent transparent transparent;
}

.emerson-brands-header.brands-footer a:hover.expanded:after {
    border-color: transparent transparent #ffffff transparent;
}

.emerson-brands-header.brands-footer a.expanded:after {
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #cecece transparent;
}

.brands-menu.brands-footer {
    padding-top: 10px;
    background-color: #101010;
    font-family: "Whitney SSm A","Whitney SSm B",sans-serif;
    font-size: 16px;
}

.brands-menu.brands-footer .brand {
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 20px 25px 20px;
}

.brands-menu.brands-footer .brand a {
    color: #bababa;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    font-family: "Whitney SSm A","Whitney SSm B",sans-serif;
    font-size: 16px;
}

.brands-menu.brands-footer .brand a .emerson-brand-logo {
    background: url("emerson-sprite-data-4288104.png") no-repeat center center;
    background-size: 100%;
    background-position-y: -7px;
    height: 75px;
    margin: 5px auto;
    width: 175px;
}

.brands-menu.brands-footer .brand a:hover {
    color: #ffffff;
}

.brands-menu.brands-footer .brand a:hover .emerson-brand-logo {
    background-position-y: -116px;
}

 #layout-jump {
      z-index: 4;
      left: 0;
      right: 0;
  }

  #layout-jump.pinned ~ section.breadcrumb {
      margin-top: 80px;
  }

  #layout-jump.pinned fieldset[role="search"] button svg {
      margin: 0;
      transition: 0.4s ease;
  }

  #layout-jump.pinned ~ div.container {
      margin-top: 105px;
  }

  #layout-jump.pinned header.site-header {
      max-height: 50px;
      transition: 0.6s ease-out;
  }

  #layout-jump.pinned header.site-header .container .navigation,
   #layout-jump.pinned header.site-header nav.jump ul .navigation,
   nav.jump #layout-jump.pinned header.site-header ul .navigation {
      max-height: 50px;
      transition: 0.4s ease;
  }

  #layout-jump.pinned header.site-header .container .search, 
  #layout-jump.pinned header.site-header nav.jump ul .search, 
  nav.jump #layout-jump.pinned header.site-header ul .search {
      max-height: 50px;
      transition: 0.4s ease;
  }

  #layout-jump.pinned header.site-header .container .search fieldset[role="search"], 
  #layout-jump.pinned header.site-header nav.jump ul .search fieldset[role="search"], 
  nav.jump #layout-jump.pinned header.site-header ul .search fieldset[role="search"] {
      line-height: 50px;
      transition: 0.4s ease;
  }

  #layout-jump.pinned header.site-header .container .search fieldset[role="search"] button, 
  #layout-jump.pinned header.site-header nav.jump ul .search fieldset[role="search"] button, 
  nav.jump #layout-jump.pinned header.site-header ul .search fieldset[role="search"] button {
      max-height: 50px;
      transition: 0.4s ease;
  }

  #layout-jump.pinned header.site-header .container .logo .img-logo,
   #layout-jump.pinned header.site-header nav.jump ul .logo .img-logo, 
  nav.jump #layout-jump.pinned header.site-header ul .logo .img-logo {
      line-height: 50px;
  }

  #layout-jump.pinned header.site-header .container .logo .img-logo::before, 
  #layout-jump.pinned header.site-header nav.jump ul .logo .img-logo::before, 
  nav.jump #layout-jump.pinned header.site-header ul .logo .img-logo::before {
      background-size: 98px 38px;
      transition: 0.4s ease;
  }

  #layout-jump.pinned header.site-header nav {
      line-height: 50px;
      max-height: 50px;
      transition: 0.4s ease;
  }

  #layout-jump.pinned header.site-header ul.menu > li > span > a {
      line-height: 50px;
      max-height: 50px;
      transition: 0.4s ease;
  }

  .emerson-brands-header {
      float: left;
      margin-left: -20px;
      font-size: 12px;
      line-height: 25px;
      font-weight: 500;
      letter-spacing: 0.3px;
  }

  .emerson-brands-header a {
      color: #cecece;
      text-decoration: none;
	  font-family: "Whitney SSm A","Whitney SSm B",sans-serif !important;
  }

  .emerson-brands-header a:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      display: inline-block;
      margin-left: 10px;
      border-width: 6px 5px 0 5px;
      border-color: #cecece transparent transparent transparent;
  }

  .emerson-brands-header a:hover {
      color: #ffffff;
  }

  .emerson-brands-header a:hover:after {
      border-color: #ffffff transparent transparent transparent;
  }

  .emerson-brands-header a:hover.expanded:after {
      border-color: transparent transparent #ffffff transparent;
  }

  .emerson-brands-header a.expanded:after {
      border-width: 0 5px 6px 5px;
      border-color: transparent transparent #cecece transparent;
  }

  .brands-menu {
	padding: 0px 0;
    text-align: left;
    height: 105px;
    margin-top: 15px;
    font-family: "Whitney SSm A","Whitney SSm B",sans-serif;
    font-size: 15.3px;
  }

  .brands-menu ul {
      margin: 0;
      height: 75px;
  }

  .brands-menu .brand {
      width: 120px;
      height: 100%;
      margin-right: 40px;
      text-align: center;
      vertical-align: top;
      display: inline-table;
  }

  .brands-menu .brand a {
      color: #bababa;
      font-weight: 500;
      font-size: 15.3px;
      line-height: 19px;
      text-decoration: none;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      font-family: "Whitney SSm A","Whitney SSm B",sans-serif;
    font-size: 15.3px;
  }

  .brands-menu .brand a .emerson-brand-logo {
      background: url("emerson-sprite-data-4288104.png") no-repeat center center;
      background-size: 100%;
      background-position-y: 0;
      height: 75px;
  }

  .brands-menu .brand a:hover {
      color: #ffffff;
  }

  .brands-menu .brand a:hover .emerson-brand-logo {
      background-position-y: -75px;
  }