/* line 1, ../scss/partials/_product_list_header.scss */
body.post-type-archive-upnp_product,
body.single-upnp_product {
  background-image: url("../images/web_assets/ocf_product-list_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
/* line 8, ../scss/partials/_product_list_header.scss */
body.post-type-archive-upnp_product .content,
body.single-upnp_product .content {
  padding: 2em;
}

/* line 17, ../scss/partials/_product_list_header.scss */
section.subpage-container#subpage {
  background-image: none !important;
  padding-bottom: 2em !important;
  height: auto;
}
/* line 22, ../scss/partials/_product_list_header.scss */
section.subpage-container#subpage .wrap {
  padding: 0 !important;
}

/* line 27, ../scss/partials/_product_list_header.scss */
.heavy-drop-shadow {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

/* line 32, ../scss/partials/_product_list_header.scss */
.product-list-wrapper {
  max-width: 1140px;
  width: 100%;
  padding-top: 10em;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

/* line 43, ../scss/partials/_product_list_header.scss */
.product-list#subpage .wrap > article {
  padding: 0;
}
/* line 46, ../scss/partials/_product_list_header.scss */
.product-list#subpage .hero-left,
.product-list#subpage .hero-right {
  width: 50%;
}
/* line 53, ../scss/partials/_product_list_header.scss */
.product-list#subpage .hero-right {
  margin-left: 1em;
}
/* line 56, ../scss/partials/_product_list_header.scss */
.product-list#subpage .hero-left {
  margin-right: 1em;
}
/* line 58, ../scss/partials/_product_list_header.scss */
.product-list#subpage .hero-left h1 {
  font-size: 2em !important;
  font-weight: 900;
  margin-bottom: 0.25em;
}
/* line 63, ../scss/partials/_product_list_header.scss */
.product-list#subpage .hero-left p {
  line-height: 1.7em;
}
/* line 66, ../scss/partials/_product_list_header.scss */
.product-list#subpage .hero-left article {
  padding: 1.5em;
}
/* line 69, ../scss/partials/_product_list_header.scss */
.product-list#subpage .hero-left .top-border-flair {
  background-image: url("../images/web_assets/patterns/swirl_yellow.png");
  background-repeat: repeat;
  background-size: 200px;
  height: 30px;
}
/* line 76, ../scss/partials/_product_list_header.scss */
.product-list#subpage .panel {
  background-color: #ffffff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
/* line 81, ../scss/partials/_product_list_header.scss */
.product-list#subpage .panel p {
  color: #4A4A4A;
  margin: 0;
}
/* line 85, ../scss/partials/_product_list_header.scss */
.product-list#subpage .panel h1 {
  color: #3399CC;
  line-height: 1.5em;
}

/* line 92, ../scss/partials/_product_list_header.scss */
.hero-right {
  text-align: center;
}
/* line 94, ../scss/partials/_product_list_header.scss */
.hero-right .round {
  border-radius: 30px;
}
/* line 97, ../scss/partials/_product_list_header.scss */
.hero-right .callout {
  min-height: 60px;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/web_assets/patterns/swirl_blue.png");
  background-repeat: repeat;
  background-size: 200px;
  background-color: #3399CC;
  color: #ffffff;
  font-size: 1.3em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}
/* line 112, ../scss/partials/_product_list_header.scss */
.hero-right .counter {
  background-color: #ffffff;
  border: 8px solid #DEDEDE;
  height: 100px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  font-size: 2em;
  font-weight: 700;
  margin-top: 1em;
}

/* line 128, ../scss/partials/_product_list_header.scss */
.post-type-archive section.subpage-container#subpage h1 {
  /*
  Please stop overwriting my css, creating the very specific selectors is bad practice
  */
  padding: 10px;
}

@media (max-width: 1140px) {
  /* line 137, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product .content {
    width: 100% !important;
  }
}
@media (max-width: 960px) {
  /* line 146, ../scss/partials/_product_list_header.scss */
  section.subpage-container#subpage {
    padding-bottom: 0 !important;
  }

  /* line 151, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product .product-list-wrapper {
    padding-top: 8em;
  }
  /* line 154, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product .hero-right {
    text-align: center;
    position: relative;
  }
  /* line 157, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product .hero-right .counter {
    border-radius: 30px;
    position: absolute;
    z-index: 10;
    margin: 0;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.5em 1em;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35);
  }
  /* line 168, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product .hero-right .callout {
    border-radius: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    padding: 0.5em;
    padding-right: 10em;
    z-index: 9;
    position: relative;
  }
  /* line 177, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product .content {
    padding: 1em;
  }
  /* line 180, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product .product-list-wrapper {
    flex-wrap: wrap;
  }
  /* line 183, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product .product-list-wrapper .hero-left,
  body.post-type-archive-upnp_product .product-list-wrapper .hero-right {
    flex-basis: 100%;
    margin: 0 !important;
    max-width: 100%;
  }
  /* line 189, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product .product-list-wrapper .hero-right {
    margin-top: 2em !important;
  }
  /* line 193, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product section.subpage-container#subpage article {
    padding: 2em !important;
  }
  /* line 196, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product .subpage-container .wrap {
    padding: 0 !important;
  }
}
@media (max-width: 668px) {
  /* line 204, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product .product-list-wrapper {
    padding-top: 0;
  }
  /* line 208, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product .hero-right .callout {
    padding-right: 6em;
  }
  /* line 211, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product .hero-right .counter {
    right: 1em;
    font-size: 1.25em;
    padding: 0.5em;
  }
  /* line 217, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product .site-inner {
    margin-top: 1em;
  }
  /* line 220, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product section.subpage-container#subpage {
    padding-bottom: 0.25em !important;
    margin-bottom: 0;
  }
  /* line 223, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product section.subpage-container#subpage article {
    padding: 1em 1em 2em !important;
  }
  /* line 226, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product section.subpage-container#subpage .content {
    padding: 1em;
  }
  /* line 229, ../scss/partials/_product_list_header.scss */
  body.post-type-archive-upnp_product section.subpage-container#subpage .product-list-wrapper {
    padding-top: 2em;
  }
}
/* line 2, ../scss/partials/_product_list_content.scss */
.post-type-archive-upnp_product aside.sidebar {
  display: none;
}
/* line 5, ../scss/partials/_product_list_content.scss */
.post-type-archive-upnp_product .site-inner {
  z-index: 15;
  max-width: 1140px;
  background-color: #ffffff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 1em;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}
/* line 13, ../scss/partials/_product_list_content.scss */
.post-type-archive-upnp_product .site-inner .content {
  width: 100%;
  float: none;
  padding: 1em;
}

/* line 21, ../scss/partials/_product_list_content.scss */
.ocf-product-table {
  min-width: 100%;
  margin-bottom: 0.5em;
}
/* line 24, ../scss/partials/_product_list_content.scss */
.ocf-product-table th {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center 0.5em;
  background-size: 45px;
  padding: 4em 0.5em 0.5em;
  text-align: center;
  border-radius: 15px;
  line-height: 1.3em;
}
/* line 33, ../scss/partials/_product_list_content.scss */
.ocf-product-table th.sorting_asc, .ocf-product-table th.sorting_desc {
  background-color: #3399CC;
  color: #ffffff;
}
/* line 42, ../scss/partials/_product_list_content.scss */
.ocf-product-table tbody a {
  color: #3399CC;
  font-weight: 700;
}
/* line 47, ../scss/partials/_product_list_content.scss */
.ocf-product-table tbody tr:hover {
  background-color: #efefef;
}
/* line 52, ../scss/partials/_product_list_content.scss */
.ocf-product-table tbody td:last-of-type {
  text-align: right;
}
/* line 55, ../scss/partials/_product_list_content.scss */
.ocf-product-table tr:nth-of-type(2n) {
  background-color: #F5F5F5;
}
/* line 59, ../scss/partials/_product_list_content.scss */
.ocf-product-table tr td {
  border: none;
  padding: 0.5em;
}
/* line 64, ../scss/partials/_product_list_content.scss */
.ocf-product-table .product-name {
  background-image: url("../images/web_assets/icons/on_light/name_2x.png");
}
/* line 66, ../scss/partials/_product_list_content.scss */
.ocf-product-table .product-name.sorting_asc, .ocf-product-table .product-name.sorting_desc {
  background-image: url("../images/web_assets/icons/on_dark/name_2x.png");
}
/* line 71, ../scss/partials/_product_list_content.scss */
.ocf-product-table .certification-type {
  background-image: url("../images/web_assets/icons/on_light/certification_type_2x.png");
}
/* line 74, ../scss/partials/_product_list_content.scss */
.ocf-product-table .certification-type.sorting_asc, .ocf-product-table .certification-type.sorting_desc {
  background-image: url("../images/web_assets/icons/on_dark/certification_type_2x.png");
}
/* line 79, ../scss/partials/_product_list_content.scss */
.ocf-product-table .company-name {
  background-image: url("../images/web_assets/icons/on_light/company_2x.png");
}
/* line 81, ../scss/partials/_product_list_content.scss */
.ocf-product-table .company-name.sorting_asc, .ocf-product-table .company-name.sorting_desc {
  background-image: url("../images/web_assets/icons/on_dark/company_2x.png");
}
/* line 86, ../scss/partials/_product_list_content.scss */
.ocf-product-table .device-type {
  background-image: url("../images/web_assets/icons/on_light/device_2x.png");
}
/* line 88, ../scss/partials/_product_list_content.scss */
.ocf-product-table .device-type.sorting_asc, .ocf-product-table .device-type.sorting_desc {
  background-image: url("../images/web_assets/icons/on_dark/device_2x.png");
}
/* line 93, ../scss/partials/_product_list_content.scss */
.ocf-product-table .date-certified {
  background-image: url("../images/web_assets/icons/on_light/date_2x.png");
}
/* line 95, ../scss/partials/_product_list_content.scss */
.ocf-product-table .date-certified.sorting_asc, .ocf-product-table .date-certified.sorting_desc {
  background-image: url("../images/web_assets/icons/on_dark/date_2x.png");
}
/* line 100, ../scss/partials/_product_list_content.scss */
.ocf-product-table .region {
  background-image: url("../images/web_assets/icons/on_light/region_2x.png");
}
/* line 102, ../scss/partials/_product_list_content.scss */
.ocf-product-table .region.sorting_asc, .ocf-product-table .region.sorting_desc {
  background-image: url("../images/web_assets/icons/on_dark/region_2x.png");
}

/* line 110, ../scss/partials/_product_list_content.scss */
.post-type-archive-upnp_product .dataTables_paginate {
  margin: 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 115, ../scss/partials/_product_list_content.scss */
.post-type-archive-upnp_product .dataTables_paginate span {
  display: flex;
}
/* line 117, ../scss/partials/_product_list_content.scss */
.post-type-archive-upnp_product .dataTables_paginate span a {
  margin: 0 0.25em;
}
/* line 121, ../scss/partials/_product_list_content.scss */
.post-type-archive-upnp_product .dataTables_paginate a {
  display: block;
  border: 1px solid rgba(51, 153, 204, 0.25);
  padding: 0.5em 0.75em;
  border-radius: 100px;
  color: #3399CC;
}
/* line 127, ../scss/partials/_product_list_content.scss */
.post-type-archive-upnp_product .dataTables_paginate a.current {
  background-color: #3399CC;
  color: #ffffff;
}
/* line 133, ../scss/partials/_product_list_content.scss */
.post-type-archive-upnp_product .dataTables_paginate li:not(.previous):not(.next) a {
  padding: 1em;
}
/* line 137, ../scss/partials/_product_list_content.scss */
.post-type-archive-upnp_product .dataTables_paginate li.previous {
  float: left;
}
/* line 140, ../scss/partials/_product_list_content.scss */
.post-type-archive-upnp_product .dataTables_paginate li.next {
  float: right;
}
/* line 144, ../scss/partials/_product_list_content.scss */
.post-type-archive-upnp_product .dataTables_paginate li.current a {
  color: #DEDEDE;
  pointer-events: none;
  cursor: default;
}

/* line 154, ../scss/partials/_product_list_content.scss */
.ocf-product-table td {
  position: relative;
}
/* line 157, ../scss/partials/_product_list_content.scss */
.ocf-product-table td:hover .tooltip {
  opacity: 1;
}

/* line 170, ../scss/partials/_product_list_content.scss */
.label:hover .tooltip {
  opacity: 1;
}

/* line 175, ../scss/partials/_product_list_content.scss */
.tooltip {
  opacity: 0;
  position: absolute;
  color: #ffffff;
  background-color: #000000;
  background-image: linear-gradient(-180deg, #595959 0%, #000000 100%);
  padding: 0.5em 0.75em;
  border-radius: 20px;
  box-shadow: 1px 1px 4px black;
  text-shadow: 0 0 2px black;
  font-weight: 700;
  transition: all 0.15s ease-out;
  transform: translateY(-100%);
  pointer-events: none;
  text-align: center;
  font-size: 0.8em;
}
/* line 191, ../scss/partials/_product_list_content.scss */
.tooltip:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  border-top: 10px solid #000000;
  bottom: 0;
  left: 0.9em;
  transform: translate(0, 97%);
}

@media (max-width: 900px) {
  /* line 208, ../scss/partials/_product_list_content.scss */
  .post-type-archive-upnp_product .site-inner .content {
    padding: 0em;
  }

  /* line 211, ../scss/partials/_product_list_content.scss */
  .ocf-product-table {
    font-size: 0.85em;
  }
  /* line 213, ../scss/partials/_product_list_content.scss */
  .ocf-product-table th {
    display: none;
    background-size: 25px;
    padding: 3em 0.5em 0.5em;
  }
  /* line 218, ../scss/partials/_product_list_content.scss */
  .ocf-product-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 221, ../scss/partials/_product_list_content.scss */
  .ocf-product-table tr a {
    font-size: 1.3em;
  }
  /* line 224, ../scss/partials/_product_list_content.scss */
  .ocf-product-table tr td {
    padding: 0.25em;
  }
  /* line 227, ../scss/partials/_product_list_content.scss */
  .ocf-product-table tr td,
  .ocf-product-table tr a {
    width: 100%;
    display: flex;
    align-items: center;
  }
  /* line 233, ../scss/partials/_product_list_content.scss */
  .ocf-product-table tr td .show-for-mobile-only,
  .ocf-product-table tr a .show-for-mobile-only {
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 1em;
  }
}
@media (max-width: 500px) {
  /* line 251, ../scss/partials/_product_list_content.scss */
  .post-type-archive-upnp_product .dataTables_info {
    text-align: center;
  }
  /* line 254, ../scss/partials/_product_list_content.scss */
  .post-type-archive-upnp_product .dataTables_paginate {
    flex-wrap: wrap;
  }
  /* line 256, ../scss/partials/_product_list_content.scss */
  .post-type-archive-upnp_product .dataTables_paginate span {
    order: 0;
    margin-bottom: 0.5em;
    flex-basis: 100%;
    justify-content: center;
  }
  /* line 262, ../scss/partials/_product_list_content.scss */
  .post-type-archive-upnp_product .dataTables_paginate .previous,
  .post-type-archive-upnp_product .dataTables_paginate .next {
    flex-basis: 48%;
  }
  /* line 266, ../scss/partials/_product_list_content.scss */
  .post-type-archive-upnp_product .dataTables_paginate .previous {
    order: 1;
    margin-right: 1%;
  }
  /* line 270, ../scss/partials/_product_list_content.scss */
  .post-type-archive-upnp_product .dataTables_paginate .next {
    margin-left: 1%;
    order: 2;
    text-align: right;
  }
}
/* line 1, ../scss/partials/_product_list_filter.scss */
.dataTables_filter {
  padding: 1em;
  background-image: url("../images/web_assets/patterns/swirl_blue.png");
  background-repeat: repeat;
  background-size: 200px;
  background-color: #3399CC;
  border-radius: 1em;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
/* line 13, ../scss/partials/_product_list_filter.scss */
.dataTables_filter .reset-button {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
  border-radius: 30px;
  padding: 1em;
  font-weight: 700;
  transition: all 0.15 ease-out;
  font-size: 0.85em;
  margin-left: auto;
}
/* line 22, ../scss/partials/_product_list_filter.scss */
.dataTables_filter .reset-button:focus {
  outline: none;
}
/* line 25, ../scss/partials/_product_list_filter.scss */
.dataTables_filter .reset-button:hover {
  background-color: #ffffff;
  color: #3399CC !important;
}
/* line 29, ../scss/partials/_product_list_filter.scss */
.dataTables_filter .reset-button:active {
  background-color: #246b8f;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  color: #ffffff !important;
}
/* line 35, ../scss/partials/_product_list_filter.scss */
.dataTables_filter label {
  color: #ffffff;
  margin-top: 1em;
}
/* line 39, ../scss/partials/_product_list_filter.scss */
.dataTables_filter label input,
.dataTables_filter label select {
  margin-bottom: 1em;
}
/* line 44, ../scss/partials/_product_list_filter.scss */
.dataTables_filter label {
  flex-basis: 50%;
}
/* line 47, ../scss/partials/_product_list_filter.scss */
.dataTables_filter label:first-child {
  flex-basis: 100%;
}
/* line 50, ../scss/partials/_product_list_filter.scss */
.dataTables_filter input {
  border-radius: 15px;
}
/* line 53, ../scss/partials/_product_list_filter.scss */
.dataTables_filter .device-types-label {
  padding-left: 0.5em;
}
/* line 56, ../scss/partials/_product_list_filter.scss */
.dataTables_filter .certification-types-filter {
  padding-right: 0.5em;
}
/* line 59, ../scss/partials/_product_list_filter.scss */
.dataTables_filter .region-label {
  display: none;
}
/* line 61, ../scss/partials/_product_list_filter.scss */
.dataTables_filter .region-label.active {
  display: block;
}

@media (max-width: 500px) {
  /* line 70, ../scss/partials/_product_list_filter.scss */
  .dataTables_filter label {
    margin-top: 0;
  }
  /* line 73, ../scss/partials/_product_list_filter.scss */
  .dataTables_filter .device-types-label {
    flex-basis: 100%;
  }
}
/* line 2, ../scss/partials/_product_list_footer.scss */
.post-type-archive-upnp_product .disclaimer {
  padding: 1em;
  font-size: 0.85em;
}

/* line 2, ../scss/partials/_product_header.scss */
.single-upnp_product .site-inner {
  max-width: 1140px;
  background-color: #ffffff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}
/* line 6, ../scss/partials/_product_header.scss */
.single-upnp_product .site-inner .content {
  width: 100%;
  padding: 3em;
}

/* line 16, ../scss/partials/_product_header.scss */
.single-upnp_product .label {
  position: relative;
  margin: 0 0 1em;
  display: block;
  min-height: 35px;
}
/* line 37, ../scss/partials/_product_header.scss */
.single-upnp_product .product-header {
  display: flex;
  padding-top: 3.5em;
}
/* line 42, ../scss/partials/_product_header.scss */
.single-upnp_product .product-header .product-meta.image {
  flex-basis: 50%;
}
/* line 45, ../scss/partials/_product_header.scss */
.single-upnp_product .product-header .product-image {
  flex-basis: 50%;
}
/* line 47, ../scss/partials/_product_header.scss */
.single-upnp_product .product-header .product-image img {
  border: 2px solid #3399CC;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  width: 100%;
}
/* line 54, ../scss/partials/_product_header.scss */
.single-upnp_product .product-header .label.description:before {
  background-image: url("../images/web_assets/icons/on_light/description.png");
}
/* line 58, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
/* line 62, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label-wrapper__header {
  flex: 1 0 100%;
}
/* line 68, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper.small .label .label__section__icon {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
}
/* line 73, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper.small .label .label__section {
  flex: 0 0 45px;
}
/* line 78, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label {
  flex-basis: 50%;
  display: flex;
  align-items: center;
}
/* line 82, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label .label__section {
  flex: 0 0 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1em;
}
/* line 89, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label .label__section__icon {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
/* line 98, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label .label__section__sub-label {
  font-size: 0.65em;
  text-align: center;
  color: #3399CC;
  display: block;
}
/* line 104, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label:nth-of-type(odd) {
  padding-right: 0.5em;
}
/* line 108, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label.product-type .label__section__icon {
  background-image: url("../images/web_assets/icons/on_light/device_2x.png");
}
/* line 111, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label.company .label__section__icon {
  background-image: url("../images/web_assets/icons/on_light/company_2x.png");
}
/* line 114, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label.link .label__section__icon {
  background-image: url("../images/web_assets/icons/on_light/link_2x.png");
}
/* line 117, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label.device-type .label__section__icon {
  background-image: url("../images/web_assets/icons/on_light/device_2x.png");
}
/* line 120, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label.region .label__section__icon {
  background-image: url("../images/web_assets/icons/on_light/region_2x.png");
}
/* line 123, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label.date .label__section__icon {
  background-image: url("../images/web_assets/icons/on_light/date_2x.png");
}
/* line 126, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label.specification-version .label__section__icon {
  background-image: url("../images/web_assets/icons/on_light/firmware_version_2x.png");
}
/* line 129, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label.product-number .label__section__icon {
  background-image: url("../images/web_assets/icons/on_light/product_number_2x.png");
}
/* line 132, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label.family-names .label__section__icon {
  background-image: url("../images/web_assets/icons/on_light/family_names_2x.png");
}
/* line 135, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label.device-category .label__section__icon {
  background-image: url("../images/web_assets/icons/on_light/family_names_2x.png");
}
/* line 139, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label.certification-type .label__section__icon {
  background-image: url("../images/web_assets/icons/on_light/certification_type_2x.png");
}
/* line 142, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label.certificate-link .label__section__icon {
  background-image: url("../images/web_assets/icons/on_light/certificate_link_2x.png");
}
/* line 145, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label.targets .label__section__icon {
  background-image: url("../images/web_assets/icons/on_light/target_2x.png");
}
/* line 148, ../scss/partials/_product_header.scss */
.single-upnp_product .label-wrapper .label.ocf-role .label__section__icon {
  background-image: url("../images/web_assets/icons/on_light/ocf_role@2x.png");
}

/* line 2, ../scss/partials/_single_product.scss */
.single-upnp_product .disclaimer {
  font-size: 0.85em;
  padding: 1em 3em;
}
/* line 6, ../scss/partials/_single_product.scss */
.single-upnp_product aside.sidebar {
  display: none;
}
/* line 9, ../scss/partials/_single_product.scss */
.single-upnp_product .site-inner main.content {
  position: relative;
  padding-top: 4em;
  width: 100% !important;
}
/* line 13, ../scss/partials/_single_product.scss */
.single-upnp_product .site-inner main.content .single-product-top-flair {
  background-color: #3399CC;
  background-image: url("../images/web_assets/patterns/swirl_blue.png");
  background-size: 250px;
  width: 100%;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 24, ../scss/partials/_single_product.scss */
.single-upnp_product .product-meta {
  padding-right: 1em;
}
/* line 27, ../scss/partials/_single_product.scss */
.single-upnp_product .product-title {
  font-size: 1.75em;
}
/* line 35, ../scss/partials/_single_product.scss */
.single-upnp_product .inner-content {
  width: 100% !important;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
}
/* line 40, ../scss/partials/_single_product.scss */
.single-upnp_product .inner-content .product-content .label:hover .tooltip {
  opacity: 1;
}
/* line 46, ../scss/partials/_single_product.scss */
.single-upnp_product hr {
  color: #3399CC;
  border-color: inherit;
}

@media (max-width: 900px) {
  /* line 53, ../scss/partials/_single_product.scss */
  section.subpage-container#subpage article {
    padding-top: 8em !important;
  }

  /* line 57, ../scss/partials/_single_product.scss */
  body.single-upnp_product .site-inner .content {
    padding: 1em;
    padding-top: 4em;
  }
  /* line 61, ../scss/partials/_single_product.scss */
  body.single-upnp_product .site-inner .content .product-content .label {
    margin: 0.25em 0 0.5em;
  }
}
@media (max-width: 768px) {
  /* line 70, ../scss/partials/_single_product.scss */
  section.subpage-container#subpage article {
    padding-top: 3em !important;
  }
}
@media (max-width: 600px) {
  /* line 78, ../scss/partials/_single_product.scss */
  .single-upnp_product .product-header {
    flex-wrap: wrap;
  }
  /* line 80, ../scss/partials/_single_product.scss */
  .single-upnp_product .product-header .product-meta.image {
    flex-basis: 100%;
    padding-right: 0;
  }
  /* line 84, ../scss/partials/_single_product.scss */
  .single-upnp_product .product-header .product-image {
    flex-basis: 100%;
  }

  /* line 88, ../scss/partials/_single_product.scss */
  section.subpage-container#subpage article {
    padding-top: 3em !important;
  }

  /* line 92, ../scss/partials/_single_product.scss */
  body.single-upnp_product .site-inner .content {
    padding: 0.75em;
    padding-top: 3em;
  }
  /* line 96, ../scss/partials/_single_product.scss */
  body.single-upnp_product .product-content .label {
    flex-basis: 100%;
  }
}
