/****************************
-- Language dropdown --
****************************/
.select_language {
  position: relative;
  z-index: 0;
}

.select_language_cta {
  display: block;
  height: 32px;
  position: relative;
  width: 32px;
  z-index: 2;
}

.select_language_cta:after {
  color: #959595;
  font-family: ngicons;
  font-size: 4px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 10px;
  z-index: 2;
}

.select_language_cta img {
  position: absolute;
  top: 50%;
  width: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.select_language_dropdown {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  opacity: 0;
  padding: 30px;
  position: absolute;
  visibility: hidden;
  width: 310px;
  z-index: 1;
  -webkit-transition: opacity 300ms ease, visibility 0ms linear 300ms, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, visibility 0ms linear 300ms, transform 300ms ease;
}

.select_language_dropdown ul {
  border-top: 1px solid #e2e2e2;
  list-style-type: none;
  margin: 0;
  max-height: 511px;
  overflow: auto;
  padding: 0;
}

.select_language_dropdown li {
  border-bottom: 1px solid #e2e2e2;
}

.select_language_dropdown li a {
  color: #9e9e9e;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select_language_dropdown li a:hover {
  color: #000;
}

/* Bottom */
.select_language.bottom .select_language_dropdown {
  bottom: -11px;
  padding-bottom: 52px;
}

.select_language.bottom .select_language_dropdown {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.select_language.bottom .select_language_cta:after {
  content: '\e906';
}

.select_language.bottom:hover .select_language_cta:after {
  content: '\e904';
}

/* Top */
.select_language.top .select_language_dropdown {
  padding-top: 52px;
  top: -11px;
}

.select_language.top .select_language_dropdown {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.select_language.top .select_language_cta:after {
  content: '\e904';
}

.select_language.top:hover .select_language_cta:after {
  content: '\e906';
}

/* Left */
.select_language.left .select_language_dropdown {
  left: -31px;
}

.select_language.left .select_language_cta:after {
  right: 0;
}

.select_language.left .select_language_cta img {
  left: 0;
}

/* Right */
.select_language.right .select_language_dropdown {
  right: -31px;
}

.select_language.right .select_language_cta:after {
  left: 0;
}

.select_language.right .select_language_cta img {
  right: 0;
}

/* General */
.select_language:hover .select_language_dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* Mobile / Desktop */
.hh-only .select_language .select_language_dropdown {
  display: none;
}

.desktop-only .select_language_cta select {
  display: none;
}

/****************************
-- Breadcrumbs --
****************************/
.breadcrumbs {
  background-color: #f1f4f5;
  display: none;
}

.breadcrumbs .container{
  z-index: 6;
}

.breadcrumbs ul {
  color: #9e9e9e;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  vertical-align: top;
}

.breadcrumbs li:first-child {
  margin: 0;
  padding: 0;
}

.breadcrumbs li:before {
  color: #262626;
  content: '/';
  left: -4px;
  top: 12px;
  bottom: 16px;
  position: absolute;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs span,
.breadcrumbs a {
  color: #9e9e9e;
}

.breadcrumbs li > a,
.breadcrumbs li > span{
  padding: 14px 0 16px;
  display: inline-block;
}

.breadcrumbs li:hover > a,
.breadcrumbs a:hover {
  color: #322B33;
}

.breadcrumbs li .siblings {
  background-color: #fff;
  height: auto;
  padding: 10px 15px;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 450ms ease, transform 450ms ease, visibility 0ms linear 50ms;
  transition: opacity 450ms ease, transform 450ms ease, visibility 0ms linear 50ms;
}

.breadcrumbs li:hover .siblings{
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border: 1px solid #e2e2e2;
}

.breadcrumbs li .siblings a{
  display: block;
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    display: block;
  }
}

/****************************
-- Product Parents --
****************************/
.product_parents {
  background: #2C262D;
  display: none;
}

.cbu .product_parents {
  background: #662E88;
}

.spbu .product_parents {
  background: rgb(254,212,0);
  background-image: -moz-linear-gradient( 0deg, rgb(254,212,0) 0%, rgb(249,153,0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(254,212,0) 0%, rgb(249,153,0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(254,212,0) 0%, rgb(249,153,0) 100%);
}

.product_parents_list {
  list-style-type: none;
  margin: 0;
  padding: 0 1px 0 0;
  position: relative;
}

.product_parents_list:after {
  background-color: rgba(107,107,107, 0.55);
  bottom: 40px;
  content: '';
  position: absolute;
  right: 0;
  top: 40px;
  width: 1px;
}

.product_parents_list.g2 .product_parents_list_item {
  width: 50%;
}

.product_parents_list.g3 .product_parents_list_item {
  width: 33.33%;
}

.product_parents_list.g4 .product_parents_list_item {
  width: 25%;
}

.product_parents_list.g5 .product_parents_list_item {
  width: 20%;
}

.product_parents_list.g6 .product_parents_list_item {
  width: 16.66%;
}

.product_parents_list.g7 .product_parents_list_item {
  width: 14.28%;
}

.product_parents_list.g8 .product_parents_list_item {
  width: 12.5%;
}

.product_parents_list_item {
  overflow: hidden;
  padding-left: 1px;
  position: relative;
  vertical-align: top;
}

.product_parents_list_item:before {
  background-color: rgba(107,107,107, 0.55);
  bottom: 40px;
  content: '';
  left: 0;
  position: absolute;
  top: 40px;
  width: 1px;
}

.cbu .product_parents_list_item:before {
  background-color: rgba(0, 0, 0, 0.25);
}

.cbu .product_parents_list:after {
  background-color: rgba(0, 0, 0, 0.25);
}

.product_parents_list_item a {
  display: block;
  min-height: 140px;
  padding: 30px 10px 0;
  text-align: center;
}

.product_parents_list_item_wrap {
  height: 100%;
  overflow: hidden;
}

.product_parents_list_item h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 auto;
}

.product_parents_list_item .img-wrap {
  height: 35px;
  margin-bottom: 20px;
  transition: margin 300ms ease, opacity 300ms ease;
  -webkit-transition: margin 300ms ease, opacity 300ms ease;
}

.product_parents_list_item .img-wrap img {
  max-width: 72px;
}

.product_parents.fixed {
  max-width: 1800px;
  position: fixed;
  width: 100%;
  z-index: 100;
}


@media screen and (min-width: 1024px) {
  .product_parents {
    display: block;
  }

  .product_parents.fixed .img-wrap,
  .product_parents.fixed p,
  .product_parents.fixed span {
    display: none;
  }

  .product_parents_list_item p,
  .product_parents_list_item .cta {
    display: none;
  }

  .product_parents.fixed .product_parents_list_item:before,
  .product_parents.fixed .product_parents_list:after {
    bottom : 15px;
    top: 15px;
  }

  .product_parents.fixed .product_parents_list_item a {
    min-height: 85px;
  }

  .product_parents_list_item a {
    padding: 20px 10px 0;
  }
}

@media screen and (min-width: 1280px) {
  .product_parents_list_item p,
  .product_parents_list_item .cta {
    display: block;
  }

  .product_parents_list_item a:hover .img-wrap {
    margin-top: -75px;
    opacity: 0;
  }

  .product_parents_list_item p {
    font-size: 16px;
  }

  .product_parents_list_item p {
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms ease, margin 300ms ease;
    transition: opacity 300ms ease, margin 300ms ease;
  }

  .rbu .product_parents_list_item p { color: #A5A5A5; }
  .cbu .product_parents_list_item p { color: #e498dc; }

  .product_parents.blue .product_parents_list_item p {
    color: #b7dcee;
  }

  .product_parents_list_item .cta {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
    opacity: 0;
    padding-right: 12px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: opacity 300ms ease, margin 300ms ease;
    transition: opacity 300ms ease, margin 300ms ease;
  }

  .product_parents_list_item .cta:after {
    content: '\e901';
    font-family: ngicons;
    font-size: 6px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 6px;
    z-index: 2;
  }

  .product_parents_list_item a:hover p {
    margin-top: 12px;
    opacity: 1;
  }

  .product_parents_list_item a:hover .cta {
    margin-top: 12px;
    opacity: 1;
  }

  .product_parents_list_item a {
    padding: 30px 10px 0;
  }
}

/****************************
-- Product Finder --
****************************/
.product_finder {
  background: #9d0b8b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkMGI4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjFlODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #9d0b8b 0%, #6f1e86 100%);
  background: -webkit-linear-gradient(left, #9d0b8b 0%,#6f1e86 100%);
  background: linear-gradient(to right, #9d0b8b 0%,#6f1e86 100%);
  padding: 85px 0;
}

/* Title */
.product_finder_title {
  color: #fff;
}

@media screen and (min-width:768px) {
  .product_finder_title p {
    line-height: 30px;
  }
}

@media screen and (min-width:1024px) {
  .product_finder {
    height: 600px;
    padding-top: 145px;
  }

  .product_finder .container {
    height: 100%;
  }

  .product_finder_title {
    left: 0;
    max-width: 560px;
    padding: 0 30px;
    position: absolute;
    top: 0;
    width: 50%;
  }

  .product_finder_title p {
    font-size: 30px;
    line-height: 40px;
  }
}

/*---------------------
Tool
---------------------*/
.product_finder_tool {
  margin-top: 65px;
  position: relative;
}

/* Breadcrumbs */
.product_finder_tool_breadcrumbs {
  bottom: 100%;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product_finder_tool_breadcrumbs li {
  color: #e498dc;
  display: inline;
  font-size: 18px;
  line-height: 24px;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

.product_finder_tool_breadcrumbs li:first-child {
  margin: 0;
  padding: 0;
}

.product_finder_tool_breadcrumbs li:before {
  color: #fff;
  content: '/';
  left: -4px;
  position: absolute;
}

.product_finder_tool_breadcrumbs li:first-child:before {
  display: none;
}

.product_finder_tool_breadcrumbs span,
.product_finder_tool_breadcrumbs a {
  color: #e498dc;
}

.product_finder_tool_breadcrumbs a:hover {
  text-decoration: underline;
}

/* CTAs */
.product_finder_tool_cta {
  margin-top: 17px;
  display: none;
}

.product_finder_tool_cta.active{
  display:block;
}

.product_finder_tool_cta a {
  border: 1px solid rgba(0,0,0,0.3);
  color: #fff;
  display: block;
  height: 102px;
  padding: 20px;
  position: relative;
  z-index: 0;
}

.product_finder_tool_cta_bg {
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.product_finder_tool_cta .img-wrap {
  height: 80px;
  left: 20px;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product_finder_tool_cta .caption {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product_finder_tool_cta .caption h3 {
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Parent */
.product_finder_tool_cta.parent .img-wrap {
  width: 40px;
}

.product_finder_tool_cta.parent .caption {
  left: 80px;
}

.product_finder_tool_cta.parent .caption h3 {
  padding-right: 12px;
  position: relative;
}

.product_finder_tool_cta.parent .caption h3:after {
  color: #fff;
  content: '\e901';
  font-family: ngicons;
  font-size: 6px;
  height: 10px;
  line-height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 50%;
  z-index: 2;
}

/* Product */
.product_finder_tool_cta.product .img-wrap {
  width: 50px;
}

.product_finder_tool_cta.product .caption {
  left: 90px;
}

.product_finder_tool_cta.product .caption .more {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
  max-width: 100%;
  overflow: hidden;
  padding-right: 12px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product_finder_tool_cta.product .caption .more:after {
  color: #fff;
  content: '\e901';
  font-family: ngicons;
  font-size: 6px;
  height: 10px;
  line-height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 50%;
  z-index: 2;
}

/* BTNs */
.product_finder_tool_btns {
  margin: 20px -8px 0;
  text-align: center;
}

.product_finder_tool_btns .btn {
  margin: 20px 8px 0;
}

.product_finder_tool_btns .btn.reset {
  display: none;
}

.product_finder_tool_btns .btn.reset.active {
  display: inline-block;
}

@media screen and (min-width:480px) {
  /* CTAs */
  /* Parent */
  .product_finder_tool_cta.parent .img-wrap {
    width: 110px;
  }

  .product_finder_tool_cta.parent .caption {
    left: 150px;
  }

  /* Product */
  .product_finder_tool_cta.product .img-wrap {
    width: 165px;
  }

  .product_finder_tool_cta.product .caption {
    left: 205px;
  }
}

@media screen and (min-width:1024px) {
  .product_finder_tool {
    margin: 0;
    padding-right: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }

  .product_finder_tool_breadcrumbs {
    padding-bottom: 25px;
  }

  .product_finder_tool_ctas {
    margin-left: -11px;
  }

  .product_finder_tool_cta {
    float: left;
    margin: 0;
    padding-left: 11px;
    width: 33.33%;
  }

  .product_finder_tool_cta.active {
    display: inline-block;
  }

  .product_finder_tool_cta a {
    height: 252px;
  }

  .product_finder_tool_cta:hover .product_finder_tool_cta_bg {
    opacity: 1;
  }

  .product_finder_tool_cta.parent .img-wrap,
  .product_finder_tool_cta.product .img-wrap {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .product_finder_tool_cta .img-wrap img {
    top: auto;
  }

  .product_finder_tool_cta.parent .caption,
  .product_finder_tool_cta.product .caption {
    left: auto;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .product_finder_tool_btns {
    margin-top: 45px;
  }

  .product_finder_tool_btns .btn {
    margin-top: 0;
  }

  /* Parent */
  .product_finder_tool_cta.parent .img-wrap {
    height: 85px;
    margin: 20px 0 35px;
  }

  .product_finder_tool_cta.parent .caption h3 {
    padding: 0;
  }

  .product_finder_tool_cta.parent .caption h3:after {
    display: none;
  }

  /* Product */
  .product_finder_tool_cta.product .img-wrap {
    height: 85px;
    margin: 20px 0 25px;
  }
}

/****************************
-- Grid Component --
****************************/
.grid_component {
  position: relative;
}

.grid_component .container {
  padding-top: 40px;
  padding-bottom: 100px;
}

.grid_component .caption h3 {
  margin-bottom: 10px;
  margin-top: 50px;
}

.grid_component .black h3{
  color: #262626
}

.grid_component .white h3{
  color: #fff;
}

.grid_component .black p{
  color: #262626;
}

.grid_component .white p{
  color: #9e9e9e;
}

.grid_component .caption h2,
.grid_component_item_caption.white .h3 {
  color: white;
}

.grid_component_item_caption.white p {
  color: #9e9e9e;
}

.grid_component_item_caption .btn {
    margin-top: 50px;
}

.grid_component_item {
  margin-top: 60px;
  width: 100%;
}

.grid_component_item .img-wrap {
  margin-bottom: 20px;
}

.grid_component_item_caption .heading span {
  max-width: 45px;
  max-height: 50px;
  margin-right: 5%;
  width: 20%;
  vertical-align: top;
}

.grid_component_item_caption .heading h3 {
  width: 75%;
}

.grid_component_item.image_big .img-wrap {
  height: 220px;
  width: 220px;
}

.grid_component_item.image_small .img-wrap {
  height: 75px;
  width: 75px;
}

@media screen and (min-width: 960px) {
  .grid_component .container {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .grid_component .grid.c-2 .col {
    width: 50%;
  }

  .grid_component .grid.c-3 .col {
    width: 33.33%;
  }

  .grid_component .grid.c-4 .col {
    width: 25%;
  }

  .grid_component .grid.c-5 .col {
    width: 20%;
  }

  .grid_component_item.col {
    margin-top: 80px;
    max-width: none;
    padding: 0 30px;
  }

  .grid_component_item_caption .heading h3 {
    width: 100%;
  }

  .grid.text_bg .grid_component_item_caption p {
    font-size: 30px;
    line-height: 40px;
  }

  .grid.text_sm .grid_component_item_caption p {
    font-size: 20px;
    line-height: 35px;
  }

  .grid_component .caption h3 {
    margin-bottom: 20px;
  }

  .grid_component_item .img-wrap {
    height: 100px;
    margin: 0 0 30px;
    width: 100px;
  }
}

@media screen and (min-width: 1280px) {
  .grid_component_item.col{
    padding: 0 50px;
  }

  .c-2 .grid_component_item.col {
    padding: 0 100px;
  }
}
