/* Misc Colors */
p {
  font-family: Arial, sans-serif; }

*:focus {
  outline: none; }

h1 {
  font-family: "metric-bold", Arial, sans-serif; }
  h1.section {
    color: #A69C94;
    font-family: "metric-semibold", Arial, sans-serif;
    font-size: 3.6rem;
    margin: 0 0 30px;
    text-align: center; }
  h1.page-header {
    font-family: "metric-semibold", Arial, sans-serif;
    font-size: 3rem;
    margin: 30px 0 20px;
    border-bottom: 2px solid #cbc9c7; }

h2 {
  font-family: "metric-semibold", Arial, sans-serif; }
  h2.page-header {
    margin: 30px 0 20px;
    border-bottom: 2px solid #cbc9c7; }
  h2.section {
    color: black;
    font-family: "metric-semibold", Arial, sans-serif;
    font-size: 3rem;
    margin: 0 0 30px;
    text-align: center; }
    h2.section.left {
      text-align: left; }

.category-grid-column h1 {
  font-family: "metric-semibold", Arial, sans-serif;
  font-size: 3rem; }

.myaccount-header h1.page-header {
  border-bottom: none; }

.title-case {
  text-transform: capitalize; }

.tooltip-inner {
  max-width: none; }

.disclaimer {
  text-align: left;
  font-size: 1.2rem; }

.prod-related h2:after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: #eceae4;
  margin: 13px auto 20px; }

h4 {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold; }

.help-block {
  color: #8a8c8d;
  font-size: 1.2rem; }

.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1); }

.error-msg {
  color: #FF0000;
  display: none;
  font-size: 1.1rem;
  padding-left: 2px;
  position: absolute; }

.display-flex {
  display: flex;
  flex-wrap: wrap; }

.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column; }

.underline {
  text-decoration: underline; }

.flt-right {
  float: right; }

.no-scroll {
  overflow: hidden !important; }

.visuallyhidden {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*----------  YOUTUBE EMBED  ----------*/
.yt-embed, .yt-embed-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px 0 30px; }
  .yt-embed.four-three-ratio, .yt-embed-player.four-three-ratio {
    height: 75%; }
  .yt-embed iframe, .yt-embed-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent; }
  .yt-embed img, .yt-embed-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all; }
    .yt-embed img:hover, .yt-embed-player img:hover {
      -webkit-filter: brightness(75%); }
  .yt-embed .play, .yt-embed-player .play {
    height: 121px;
    width: 121px;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    background: url("//www.belkin.com/resources/img/shared/video-play-icon.png") no-repeat;
    cursor: pointer; }
  .yt-embed:hover .play, .yt-embed-player:hover .play {
    background-position: 0px -119px; }

/*----------  CORNER RIBBON FOR PRODUCT SALE  ----------*/
.corner-ribbon {
  width: 200px;
  background: #A81B25;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.46); }
  .corner-ribbon.top-left {
    top: 9px;
    left: -80px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .corner-ribbon.red {
    background: #A81B25;
    color: white; }

/*----------  Daccordion  ----------*/
.collapse-me {
  display: none; }

.gradient-section {
  background: linear-gradient(#e1dedb 0%, white 100%); }

/*----------  MODAL  ----------*/
.modal-content-group {
  padding: 15px 20px; }

.modal-title {
  font-size: 2rem; }

#chat-modal h2 {
  text-align: center; }

#chat-modal .modal-dialog {
  margin-top: 100px;
  min-width: 60%; }
  #chat-modal .modal-dialog .modal-body h2:after {
    margin: .5em auto 1em auto; }

#chat-modal .chat-box {
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  padding: 20px;
  margin: 10px; }
  #chat-modal .chat-box h6 {
    font-size: 20px; }
  #chat-modal .chat-box h5 {
    text-align: center;
    font-size: 24px;
    color: black;
    width: 44px;
    line-height: 40px;
    border-radius: 12px;
    border: 3px solid black;
    display: inline-block; }
  #chat-modal .chat-box img {
    display: inline-block;
    margin-bottom: 14px;
    margin-top: 30px; }
  #chat-modal .chat-box p {
    padding: 24px 24px;
    font-size: 12px;
    margin: 0;
    line-height: 20px; }
  #chat-modal .chat-box a {
    display: inline-block;
    margin-top: 10px;
    border: none;
    background-color: #fff;
    color: black; }

#chat-modal #support_liveagent_offline, #chat-modal #ecomm_liveagent_offline {
  font-family: "metric-bold", Arial, sans-serif; }

@media (min-width: 769px) {
  .chat-box {
    min-height: 400px;
    text-align: center; }
    .chat-box a {
      font-size: 10px; }
    .chat-box p {
      padding: 0px 24px;
      font-size: 12px;
      margin: 0; }
    .chat-box ul li {
      font-size: 12px; } }

@media (max-width: 767px) {
  #chat-modal .chat-box {
    margin: 12px 0;
    padding: 18px 0px; }
    #chat-modal .chat-box a {
      font-size: 10px; }
    #chat-modal .chat-box p {
      font-size: 10px; }
    #chat-modal .chat-box .col-xs-2.col-md-12 {
      text-align: center; } }

/*----------  ALERTS -------------------*/
.alert-danger a {
  color: red;
  font-weight: bold; }

/*----------  COLORBOX MODAL  ----------*/
#cboxTitle .headline {
  text-align: center;
  font-size: 2.0rem; }
  #cboxTitle .headline .headline-sub {
    font-size: 1.6rem; }

.yt-colorbox #cboxContent {
  background-color: transparent; }

.yt-colorbox #cboxClose {
  content: '&times;'; }

.yt-colorbox #cboxLoadedContent {
  position: relative;
  padding-bottom: 56.23%;
  height: 0 !important;
  overflow: hidden !important;
  max-width: 100%;
  background: #000;
  margin: 5px 0 30px; }
  .yt-colorbox #cboxLoadedContent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent; }

.tar {
  text-align: right; }

.light-grey {
  color: #6a6562; }

.red, .red-email {
  color: #FF0000; }

@font-face {
  font-family: 'metric-light';
  src: url("/fonts/MetricWeb-Light.eot");
  src: url("/fonts/MetricWeb-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/MetricWeb-Light.woff") format("woff"), url("/fonts/MetricWeb-Light.ttf") format("truetype"), url("/fonts/MetricWeb-Light.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'metric-regular';
  src: url("/fonts/MetricWeb-Regular.eot");
  src: url("/fonts/MetricWeb-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/MetricWeb-Regular.woff") format("woff"), url("/fonts/MetricWeb-Regular.ttf") format("truetype"), url("/fonts/MetricWeb-Regular.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'metric-semibold';
  src: url("/fonts/MetricWeb-Semibold.eot");
  src: url("/fonts/MetricWeb-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/MetricWeb-Semibold.woff") format("woff"), url("/fonts/MetricWeb-Semibold.ttf") format("truetype"), url("/fonts/MetricWeb-Semibold.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'metric-bold';
  src: url("/fonts/MetricWeb-Bold.eot");
  src: url("/fonts/MetricWeb-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/MetricWeb-Bold.woff") format("woff"), url("/fonts/MetricWeb-Bold.ttf") format("truetype"), url("/fonts/MetricWeb-Bold.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

.experience-component .breadcrumb-outer.has-border {
  margin-bottom: 0 !important; }

nav.navbar.navbar-legacy {
  display: block !important;
  background-color: white;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
  pointer-events: all;
  border: none;
  /*----------  STICKY BAR UNIVERSAL  ----------*/ }
  nav.navbar.navbar-legacy.belkin-inline-nav {
    margin-bottom: 0; }
  nav.navbar.navbar-legacy .navbar-header {
    float: left; }
  nav.navbar.navbar-legacy .navbar-brand {
    display: inline-block;
    font-family: "metric-semibold", Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.575rem;
    color: black;
    text-decoration: none;
    padding: 5px 10px 0 0; }
    nav.navbar.navbar-legacy .navbar-brand .title {
      padding-left: 11px;
      line-height: 30px; }
    nav.navbar.navbar-legacy .navbar-brand img {
      float: left; }
  nav.navbar.navbar-legacy .hb-icon {
    display: none; }
  nav.navbar.navbar-legacy ul.navbar-right {
    display: block;
    float: right; }
    nav.navbar.navbar-legacy ul.navbar-right li {
      cursor: pointer;
      display: inline-block;
      font-family: Arial, sans-serif;
      font-weight: bold;
      line-height: 2.2rem;
      font-size: .75rem;
      margin: 0px 14px;
      padding: 9px 0 5px; }
      nav.navbar.navbar-legacy ul.navbar-right li a {
        color: black;
        text-decoration: none;
        padding: 9px 0 1px 0; }
        nav.navbar.navbar-legacy ul.navbar-right li a.current {
          border-bottom: 4px solid #76d750;
          padding-bottom: 1px; }
    nav.navbar.navbar-legacy ul.navbar-right > li:hover > a {
      border-bottom: 4px solid #76d750;
      padding-bottom: 1px; }
  nav.navbar.navbar-legacy ul > li.current > a {
    border-bottom: 4px solid #76d750;
    padding-bottom: 1px; }
  nav.navbar.navbar-legacy.has-scroll.belkin-inline-nav .navbar-toggle {
    bottom: 80px;
    transition: all .3s; }
  nav.navbar.navbar-legacy.has-scroll.belkin-inline-nav .navbar-collapse {
    bottom: 125px; }
  nav.navbar.navbar-legacy.static-sticky-bar {
    position: relative;
    z-index: 1; }
    nav.navbar.navbar-legacy.static-sticky-bar.fixed {
      background-color: #FFF;
      box-shadow: 0 4px 2px -2px #c4c4c4;
      left: 0;
      right: 0;
      max-width: 100%;
      padding: 0 10px;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1039; }

.hb-icon {
  padding: 14px 10px 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  float: right; }

.navbar-default .navbar-toggle {
  border: 1px solid transparent; }
  .navbar-default .navbar-toggle.collapsed .icon-bar.top-bar {
    transform: rotate(0); }
  .navbar-default .navbar-toggle.collapsed .icon-bar.middle-bar {
    opacity: 1; }
  .navbar-default .navbar-toggle.collapsed .icon-bar.bottom-bar {
    transform: rotate(0); }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff; }
    .navbar-default .navbar-toggle .icon-bar.top-bar {
      transform: rotate(45deg) translate(2px, -2px);
      transform-origin: 10% 10%; }
    .navbar-default .navbar-toggle .icon-bar.middle-bar {
      opacity: 0; }
    .navbar-default .navbar-toggle .icon-bar.bottom-bar {
      transform: rotate(-45deg) translate(2px, 2px);
      transform-origin: 10% 90%; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #76d750; }

.belkin-inline-nav .navbar-toggle {
  top: auto;
  left: auto;
  bottom: 25px;
  right: 25px;
  position: fixed;
  background-color: #76d750;
  border-radius: 200PX;
  width: 45px;
  height: 45px;
  overflow: visible;
  margin: 0;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  z-index: 10; }

.belkin-inline-nav .navbar-toggle {
  display: none; }

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important; }
    .navbar-collapse.collapse.show {
      display: block !important; } }

@media (min-width: 1024px) {
  .navbar-collapse.collapse {
    display: block !important; }
    .navbar-collapse.collapse.show {
      display: block !important; } }

@media (max-width: 1024px) {
  .navbar {
    min-height: 0;
    margin: 0; }
  .belkin-inline-nav .navbar-toggle {
    display: block; }
  nav.belkin-inline-nav {
    box-shadow: none !important;
    border: none !important; }
    nav.belkin-inline-nav.static-sticky-bar {
      background-color: transparent; }
    nav.belkin-inline-nav .navbar-toggle {
      display: block; }
    nav.belkin-inline-nav .navbar-brand {
      display: none !important; }
    nav.belkin-inline-nav .navbar-collapse {
      position: fixed;
      bottom: 80px;
      right: 25px;
      border: none; }
      nav.belkin-inline-nav .navbar-collapse.show .shadow {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1; }
    nav.belkin-inline-nav ul.navbar-right li {
      display: block !important;
      background-color: rgba(255, 255, 255, 0.9);
      padding: 0 10px 0 0 !important;
      width: 200px;
      margin: 0 0 5px 0 !important;
      overflow: hidden;
      float: none; }
      nav.belkin-inline-nav ul.navbar-right li a {
        padding: 10px 0;
        text-align: right;
        display: inline;
        float: right;
        padding-bottom: 2px;
        padding-top: 4px;
        border-bottom: 4px solid transparent;
        margin-bottom: 2px; }
        nav.belkin-inline-nav ul.navbar-right li a:hover {
          padding-bottom: 2px; } }

.resource-center #mobile-image {
  display: none; }

.resource-center .bold {
  font-family: "metric-bold", Arial, sans-serif; }

.resource-center .head-text {
  font-family: "metric-bold", Arial, sans-serif;
  font-size: 3rem;
  text-align: center;
  word-wrap: break-word; }

.resource-center .footnote {
  color: #656565;
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
  margin-top: 20px; }

.resource-center h1 {
  text-transform: uppercase; }

.resource-center h1 {
  font-family: "metric-bold", Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 2.25rem;
  margin: 10px 0 15px; }

.resource-center h2 {
  font-family: "metric-regular", Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  line-height: 2.25rem;
  margin: 10px 0 15px; }

.resource-center h4 {
  color: #8b857d;
  font-family: metric-regular, Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 2.25rem; }

.resource-center h5 {
  color: #050708;
  font-family: metric-bold, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding-bottom: 0; }

.resource-center ol {
  margin: 0; }

.resource-center ol li {
  padding-left: 10px;
  font-size: 0.75rem;
  line-height: 1.2;
  font-family: Arial, sans-serif; }

.resource-center .grey-section {
  background-color: #E6E5E1; }

.resource-center .img-responsive, .resource-center .img-fluid {
  margin: 0 auto; }

.resource-center .sub-section {
  padding-top: 50px;
  padding-bottom: 50px; }
  .resource-center .sub-section.no-top {
    padding-top: 0; }
  .resource-center .sub-section.no-bottom {
    padding-bottom: 0; }
  .resource-center .sub-section.border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #989897; }
  .resource-center .sub-section .paragraph {
    color: #8f8f8f;
    font-family: "metric-regular", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0 auto; }
    .resource-center .sub-section .paragraph li {
      text-align: left; }
  .resource-center .sub-section .center {
    text-align: center; }
  .resource-center .sub-section .icons {
    overflow: hidden; }
    .resource-center .sub-section .icons .head {
      font-size: 1.5rem;
      line-height: 1.3rem;
      color: #73D44A;
      font-family: "metric-bold", Arial, sans-serif; }
  .resource-center .sub-section .icon-header {
    color: #73D44A;
    font-weight: bold;
    padding: 10px 0;
    font-size: 1.25rem; }
  .resource-center .sub-section .col-xs-4 {
    text-align: center; }
  .resource-center .sub-section .col-sm-3 img,
  .resource-center .sub-section .col-sm-4 img,
  .resource-center .sub-section .col-md-4 img {
    margin: 0 auto;
    padding: 15px 0; }
    .resource-center .sub-section .col-sm-3 img#apple-fourth,
    .resource-center .sub-section .col-sm-4 img#apple-fourth,
    .resource-center .sub-section .col-md-4 img#apple-fourth {
      padding: 18px 0; }
    .resource-center .sub-section .col-sm-3 img#nxp-fourth,
    .resource-center .sub-section .col-sm-4 img#nxp-fourth,
    .resource-center .sub-section .col-md-4 img#nxp-fourth {
      padding: 37px 0; }
    .resource-center .sub-section .col-sm-3 img#idt-fourth,
    .resource-center .sub-section .col-sm-4 img#idt-fourth,
    .resource-center .sub-section .col-md-4 img#idt-fourth {
      padding: 50px 0; }
  .resource-center .sub-section .col-sm-pull-6 {
    display: block;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute; }
  .resource-center .sub-section.reverse .col-sm-pull-6 {
    position: relative;
    transform: none;
    top: 0; }
  @media (max-width: 768px) {
    .resource-center .sub-section .col-sm-pull-6 {
      position: relative;
      transform: none;
      top: inherit; }
    .resource-center .sub-section .col-sm-6:no-top {
      padding-top: 0; }
    .resource-center .sub-section .col-sm-2 {
      padding-bottom: 25px; } }
  .resource-center .sub-section .col-sm-6 .icon-paragraph {
    padding: 15px 70px; }
  .resource-center .sub-section .heading-text {
    color: #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 50px 60px;
    font-size: 2.25rem;
    font-family: "metric-light", Arial, sans-serif;
    text-align: center; }
    .resource-center .sub-section .heading-text.white {
      border-top: 1px solid #D7D4CF;
      border-bottom: 1px solid #D7D4CF;
      margin: 0 100px;
      color: #ffffff !important; }
    .resource-center .sub-section .heading-text.black {
      position: relative; }
      .resource-center .sub-section .heading-text.black .overlay-img {
        top: -28px; }
    .resource-center .sub-section .heading-text.intropage {
      position: relative; }
      .resource-center .sub-section .heading-text.intropage .overlay-img {
        top: -32px; }
  .resource-center .sub-section .center-section-copy {
    display: block;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative; }

.resource-center .align-vertical {
  position: absolute;
  display: block;
  transform: translateY(-50%);
  top: 50%; }

@media (max-width: 540px) {
  .resource-center .align-vertical {
    position: relative;
    transform: none;
    top: auto; } }

.grid {
  border-spacing: 10px;
  border-collapse: separate;
  width: 100%;
  font-family: metric-regular;
  font-size: 1.125rem; }

.grid td {
  display: table-cell;
  background-color: #ffffff;
  vertical-align: middle;
  padding: 10px; }

.grid td.header {
  padding: 10px 25px;
  color: #ffffff;
  font-family: metric-bold;
  font-size: 1.375rem; }

.grid img {
  margin: 0 auto;
  display: block; }

.grid td {
  text-align: center;
  background-color: #eceae4; }
  .grid td.empty {
    background-color: unset; }

.inline-content img {
  display: inline-block;
  vertical-align: middle; }

.header {
  width: 20%; }
  .header img {
    display: inline-block;
    vertical-align: middle; }

.header.left {
  text-align: left; }

.left-header {
  width: 40%;
  text-align: left; }

.faq-container {
  background: linear-gradient(to bottom, #fff 0, #f4f4f4 100%);
  padding: 50px 0 80px;
  overflow: hidden; }
  .faq-container h2 {
    font-size: 1.125rem;
    margin: 20px 0 0; }
  .faq-container p {
    line-height: 1.25rem; }

.downloadNow {
  width: 250px;
  text-decoration: none;
  display: block; }
  .downloadNow:hover {
    text-decoration: none; }
    .downloadNow:hover .downloadBtn {
      background-color: #a69c94; }
    .downloadNow:hover .underlineText {
      color: #a69c94; }

.downloadBtn {
  width: 50px;
  height: 50px;
  background: url("http://www.belkin.com/resources/img/Portable-charging/belkin-icon-checkmark.png") no-repeat center center;
  background-color: #73d44a;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px; }

.side-text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  font-family: arial;
  line-height: 1.25rem;
  font-size: 1.142rem;
  color: #000000; }

/*----------  Youtube Embeds  ----------*/
@media (max-width: 768px) {
  .resource-center .sub-section {
    padding-top: 50px;
    padding-bottom: 50px; }
    .resource-center .sub-section.no-top {
      padding-top: 0; }
    .resource-center .sub-section.no-bottom {
      padding-bottom: 0; }
    .resource-center .sub-section .heading-text {
      margin: 0;
      padding: 50px 0; }
      .resource-center .sub-section .heading-text.white {
        margin: 0;
        padding: 50px 0; }
  .resource-center #desktop-image {
    display: none; }
  .resource-center #mobile-image {
    display: block; }
  .rsp-table {
    overflow-x: auto;
    border: 1px solid rgba(0, 0, 0, 0.5); }
  .rsp-table::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px; }
  .rsp-table::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3); }
  .agent {
    display: initial; } }

@media (min-width: 768px) {
  .center-div {
    display: flex;
    align-items: center;
    justify-content: center; } }

.wirelessLanding-section {
  background-image: url("https://s3.belkin.com/resources/img/wireless-charging/belkin-wireless-charging-bg-factory-v01-r01-1680x776-us.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.wirelessFuture-section {
  background-image: url("https://s3.belkin.com/resources/img/wireless-charging/belkin-wireless-charging-bg-lifestyle-man-phone-watch-v01-r01-us-full.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.wirelessTechnology-section {
  background-image: url("https://s3.belkin.com/resources/img/wireless-charging/belkin-wireless-charging-bg-qi-v01-r01-1680x1000-us.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.wirelessWhyBelkin-section-1 {
  background-image: url("https://s3.belkin.com/resources/img/wireless-charging/belkin-wireless-charging-bg-factory-v01-r01-1680x776-us.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.wirelessWhyBelkin-section-green {
  background-color: #73D44A; }

.gray-section {
  background-color: #a69c94; }

.overlay-img {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto; }

.rc-disclaimer {
  font-size: 12px;
  line-height: 1.25rem; }

.sub-section.intro {
  padding: 0; }

.resource-center .sub-section.whyintro {
  padding: 0 0 50px 0; }

.intro .intro-padding {
  padding: 70px 10px; }
  .intro .intro-padding ol li {
    font-size: inherit;
    line-height: inherit; }

.icons .col-sm-6 img {
  padding: 15px 0; }
  .icons .col-sm-6 img.inductive {
    padding-bottom: 63px; }

.center-item:last-child {
  margin-bottom: 0; }

.center-img {
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 768px) {
  .center-img {
    display: block; } }

.center-key {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px; }
  .center-key h1 {
    color: #ffffff; }

.wireless-chart td {
  text-align: center;
  background-color: #eceae4; }

.display-desktop {
  display: block !important; }

.display-mobile {
  display: none !important; }

@media (max-width: 768px) {
  .display-desktop {
    display: none !important; }
  .display-mobile {
    display: block !important; } }

@media (max-width: 768px) {
  .center-key {
    display: block;
    margin: 0 auto; }
    .center-key h1 {
      text-align: center; } }

.kvm-pencil-banner {
  background-color: #73d44a;
  text-align: center;
  padding: 15px;
  font-size: 23px;
  font-family: "metric-regular", Arial, sans-serif; }
  @media (max-width: 1024px) {
    .kvm-pencil-banner {
      display: none; } }
  .kvm-pencil-banner a {
    color: #fefefe; }

.contactUsSub {
  font-family: "metric-regular", Arial, sans-serif;
  font-size: 32px;
  color: #666666; }

.contact p {
  font-family: "metric-regular", Arial, sans-serif;
  font-size: 23px;
  color: #a69c93;
  margin: 5px 0; }
  .contact p .semi-bold a {
    font-family: "metric-semibold", Arial, sans-serif;
    color: #666666; }
    .contact p .semi-bold a:hover {
      color: #73d44a; }

.contact a {
  color: #a69c93; }
  .contact a:hover {
    color: #73d44a; }

p.list {
  margin: 0; }

#white-paper.downloadBtn {
  background: url("https://s3.belkin.com/resources/img/resource-center/download-icon.png") no-repeat center center;
  background-color: #73d44a; }
  #white-paper.downloadBtn:hover {
    background-color: #a69c94; }

.resource-center .sub-section .resellers {
  margin: 0 67px; }
  .resource-center .sub-section .resellers .col-sm-4 img {
    padding: 10px 0; }

.grid.kvm {
  border-spacing: 10px;
  border-collapse: separate;
  width: 100%;
  font-family: metric-regular;
  font-size: 18px; }

.grid.kvm td {
  display: table-cell;
  text-align: left;
  background-color: #ffffff;
  vertical-align: middle;
  padding: 10px; }
  .grid.kvm td a {
    color: #A69C94; }

.grid.kvm td.header {
  padding: 10px 25px;
  color: #ffffff;
  font-family: metric-bold;
  font-size: 22px; }

.gray-section {
  background-color: #a69c94; }

.overlay-img {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto; }

.rc-disclaimer {
  font-size: 12px;
  line-height: 1.25rem; }

.sub-section.intro {
  padding: 0; }

.sub-section.whyintro {
  padding-bottom: 0 0 50px 0; }

.icons .col-sm-6 img {
  padding: 15px 0; }
  .icons .col-sm-6 img.inductive {
    padding-bottom: 63px; }

.center-item:last-child {
  margin-bottom: 0; }

.center-img {
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 768px) {
  .center-img {
    display: block; } }

.center-key {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px; }
  .center-key h1 {
    color: #ffffff; }

.display-desktop {
  display: block !important; }

.display-mobile {
  display: none !important; }

@media (max-width: 768px) {
  .display-desktop {
    display: none !important; }
  .display-mobile {
    display: block !important; } }

#history-thunderbolt {
  padding-top: 40px; }
  #history-thunderbolt .history-graph {
    border-top: #A69C94 solid 1px;
    padding-top: 30px;
    margin-top: 10px; }
    #history-thunderbolt .history-graph ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      #history-thunderbolt .history-graph ul li {
        background: #e6e5e1;
        border-right: #A69C94 solid 1px;
        cursor: pointer;
        display: inline-block;
        list-style: none;
        margin: 0;
        min-height: 315px;
        padding: 0 10px 0;
        position: relative;
        vertical-align: top;
        width: 13.7%;
        left: 0;
        top: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transition: all .3s;
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%; }
        #history-thunderbolt .history-graph ul li:last-child {
          border-right: none; }
      #history-thunderbolt .history-graph ul dt {
        font-family: "metric-bold", Arial, sans-serif;
        font-size: 1.875rem; }
      #history-thunderbolt .history-graph ul dd {
        font-size: .75rem; }
      #history-thunderbolt .history-graph ul dl {
        font-family: Arial, sans-serif;
        font-size: .625rem;
        margin-bottom: 0; }
    #history-thunderbolt .history-graph img {
      position: absolute;
      bottom: 40px;
      left: 0;
      margin: 0 auto;
      right: 0; }
  #history-thunderbolt .history-colorbar {
    padding: 15px 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe521c+0,f6801c+25,c1a22c+50,7eac40+75,589a42+100 */
    background: #fe521c;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fe521c 0%, #f6801c 25%, #c1a22c 50%, #7eac40 75%, #589a42 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fe521c 0%, #f6801c 25%, #c1a22c 50%, #7eac40 75%, #589a42 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fe521c 0%, #f6801c 25%, #c1a22c 50%, #7eac40 75%, #589a42 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe521c', endColorstr='#589a42', GradientType=1);
    /* IE6-9 */ }

.resource-center.thunderbolt-style h2 {
  font-family: metric-bold,Arial,sans-serif;
  text-transform: none;
  font-size: 1.875rem; }

.resource-center.thunderbolt-style h1.smaller {
  font-size: 1.5rem; }

.resource-center.thunderbolt-style .compare-products {
  background-color: white;
  padding: 40px 25px;
  margin-top: 20px; }
  .resource-center.thunderbolt-style .compare-products img {
    margin: 0 auto; }
    .resource-center.thunderbolt-style .compare-products img.header {
      margin-bottom: 30px; }
    .resource-center.thunderbolt-style .compare-products img.hero {
      border-bottom: 4px solid black; }
  .resource-center.thunderbolt-style .compare-products h2 {
    margin: 0;
    padding: 10px;
    font-size: 1.3125rem;
    line-height: 1.3125rem; }
    .resource-center.thunderbolt-style .compare-products h2:nth-child(odd) {
      background: #E6E5E1; }
    .resource-center.thunderbolt-style .compare-products h2 span {
      font-family: Arial, sans-serif;
      font-size: 0.703125rem;
      display: block; }
  .resource-center.thunderbolt-style .compare-products h3 {
    padding-left: 10px;
    padding-top: 20px;
    font-size: 0.703125rem; }
  .resource-center.thunderbolt-style .compare-products li {
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    list-style-type: disc;
    padding-left: 0; }
  .resource-center.thunderbolt-style .compare-products .works-with {
    border-bottom: 1px solid #989897;
    border-top: 1px solid #989897; }
  .resource-center.thunderbolt-style .compare-products .cta {
    padding: 20px 0; }
  .resource-center.thunderbolt-style .compare-products > div {
    margin: 0 auto; }
  .resource-center.thunderbolt-style .compare-products div:first-child {
    margin-bottom: 50px; }
  @media (max-width: 768px) {
    .resource-center.thunderbolt-style .compare-products .btn-pill-primary {
      display: block;
      width: 100%; } }

.resource-center.thunderbolt-style .faq-container-thunderbolt {
  background: linear-gradient(to bottom, #ffffff 0, #f4f4f4 100%);
  padding: 0 0 80px;
  overflow: hidden; }
  .resource-center.thunderbolt-style .faq-container-thunderbolt h2 {
    font-size: 1.125rem;
    line-height: 1.25rem;
    margin: 20px 0 0;
    padding-bottom: 0; }

span.part-number {
  display: block;
  text-align: center;
  margin-top: -28px;
  color: white;
  font-size: 0.875rem;
  font-family: "metric-regular", Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 12px; }

.thunderbolt-solutions {
  padding-bottom: 0px; }
  .thunderbolt-solutions h2 {
    padding-bottom: 5px;
    border-bottom: 4px solid #73D44A;
    margin-bottom: 20px;
    font-family: metric-bold,Arial,sans-serif;
    text-transform: none;
    font-size: 1.40625rem; }
  .thunderbolt-solutions h3 {
    font-size: 1.71875rem;
    font-family: metric-bold,Arial,sans-serif;
    text-transform: none; }
  .thunderbolt-solutions .solutions-item {
    border-bottom: 1px solid #989897;
    padding: 10px 0 40px;
    margin-bottom: 80px; }
    .thunderbolt-solutions .solutions-item:last-child {
      margin-bottom: 0; }
  .thunderbolt-solutions .solutions-img {
    display: inline-block;
    width: 75%;
    vertical-align: middle; }
  .thunderbolt-solutions .solutions-key {
    display: inline-block;
    width: 24%;
    vertical-align: middle;
    padding-left: 20px; }
    .thunderbolt-solutions .solutions-key ol {
      padding-left: 20px;
      padding-right: 34px; }
      .thunderbolt-solutions .solutions-key ol li {
        list-style-type: decimal;
        font-family: "metric-bold", Arial, sans-serif;
        font-size: 1.25rem; }
        .thunderbolt-solutions .solutions-key ol li a {
          color: black;
          text-decoration: underline; }

.shop-cta {
  text-align: center;
  padding-top: 50px; }

.icons.thunderbolt .col-sm-6 {
  padding-bottom: 60px; }
  .icons.thunderbolt .col-sm-6:nth-child(1), .icons.thunderbolt .col-sm-6:nth-child(2) {
    border-bottom: solid 1px #b8b8b8; }
  .icons.thunderbolt .col-sm-6:nth-child(2), .icons.thunderbolt .col-sm-6:nth-child(4) {
    border-left: solid 1px #b8b8b8; }
  .icons.thunderbolt .col-sm-6 img {
    padding: 5px 0; }

.disclaimer ol {
  padding-left: 20px;
  padding-right: 34px; }

.disclaimer ol li {
  list-style-type: decimal;
  font-family: Arial,sans-serif;
  font-size: 0.4861111111rem;
  word-wrap: break-word; }

.disclaimer ol li.asteriks {
  list-style: none;
  padding-left: 0;
  margin-left: -15px; }

a.thunderbolt-tooltip, a.thunderbolt-tooltip:hover {
  color: #000; }

/*----------  MEDIA QUERIES  ----------*/
@media (max-width: 1024px) {
  .thunderbolt-docks {
    padding-bottom: 0; }
  .compare-products.flex-container {
    padding: 50px 10px 0; }
    .compare-products.flex-container .flex-2 {
      margin: 0 0 20px;
      flex: 1 0 100%;
      -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      border-bottom: 0; }
      .compare-products.flex-container .flex-2:nth-child(2) {
        order: 4;
        -webkit-order: 4;
        -ms-flex-order: 4; }
      .compare-products.flex-container .flex-2:nth-child(3) {
        order: 2;
        -webkit-order: 2;
        -ms-flex-order: 2; }
      .compare-products.flex-container .flex-2:nth-child(4) {
        order: 5;
        -webkit-order: 5;
        -ms-flex-order: 5; }
      .compare-products.flex-container .flex-2:nth-child(5) {
        order: 3;
        -webkit-order: 3;
        -ms-flex-order: 3; }
      .compare-products.flex-container .flex-2:nth-child(6) {
        order: 6;
        -webkit-order: 6;
        -ms-flex-order: 6; }
    .compare-products.flex-container a {
      display: block; }
    .compare-products.flex-container h2,
    .compare-products.flex-container .works-with {
      max-width: 442px;
      margin: 0 auto; }
    .compare-products.flex-container .cta {
      max-width: 442px;
      margin: 0 auto;
      padding: 0 0 50px;
      text-align: center; }
  .thunderbolt-solutions {
    padding-bottom: 0px; }
    .thunderbolt-solutions .solutions-item {
      padding-bottom: 20px;
      margin-bottom: 40px; }
    .thunderbolt-solutions .solutions-img {
      display: block;
      width: 100%; }
    .thunderbolt-solutions .solutions-key {
      width: 100%;
      padding-left: 20px; } }

@media (min-width: 1024px) {
  #history-thunderbolt .history-graph ul li:hover {
    position: relative;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    z-index: 1;
    border-right: none;
    top: -10px; }
    #history-thunderbolt .history-graph ul li:hover:nth-child(1) {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e5e1+0,fe521c+100 */
      background: #e6e5e1;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e6e5e1 0%, #fe521c 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e6e5e1 0%, #fe521c 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e6e5e1 0%, #fe521c 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e5e1', endColorstr='#fe521c', GradientType=0);
      /* IE6-9 */
      -webkit-border-bottom-left-radius: 10px;
      -moz-border-radius-bottomleft: 10px;
      border-bottom-left-radius: 10px;
      left: 36px; }
    #history-thunderbolt .history-graph ul li:hover:nth-child(2) {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e5e1+0,f77a1c+100 */
      background: #e6e5e1;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e6e5e1 0%, #f77a1c 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e6e5e1 0%, #f77a1c 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e6e5e1 0%, #f77a1c 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e5e1', endColorstr='#f77a1c', GradientType=0);
      /* IE6-9 */ }
    #history-thunderbolt .history-graph ul li:hover:nth-child(3) {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e5e1+0,eb931e+100 */
      background: #e6e5e1;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e6e5e1 0%, #eb931e 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e6e5e1 0%, #eb931e 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e6e5e1 0%, #eb931e 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e5e1', endColorstr='#eb931e', GradientType=0);
      /* IE6-9 */ }
    #history-thunderbolt .history-graph ul li:hover:nth-child(4) {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e5e1+0,afa731+100 */
      background: #e6e5e1;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e6e5e1 0%, #afa731 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e6e5e1 0%, #afa731 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e6e5e1 0%, #afa731 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e5e1', endColorstr='#afa731', GradientType=0);
      /* IE6-9 */ }
    #history-thunderbolt .history-graph ul li:hover:nth-child(5) {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e5e1+0,90ab3b+100 */
      background: #e6e5e1;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e6e5e1 0%, #90ab3b 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e6e5e1 0%, #90ab3b 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e6e5e1 0%, #90ab3b 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e5e1', endColorstr='#90ab3b', GradientType=0);
      /* IE6-9 */ }
    #history-thunderbolt .history-graph ul li:hover:nth-child(6) {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e5e1+0,75a941+100 */
      background: #e6e5e1;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e6e5e1 0%, #75a941 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e6e5e1 0%, #75a941 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e6e5e1 0%, #75a941 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e5e1', endColorstr='#75a941', GradientType=0);
      /* IE6-9 */ }
    #history-thunderbolt .history-graph ul li:hover:nth-child(7) {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e5e1+0,589a42+100 */
      background: #e6e5e1;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e6e5e1 0%, #589a42 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e6e5e1 0%, #589a42 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e6e5e1 0%, #589a42 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e5e1', endColorstr='#589a42', GradientType=0);
      /* IE6-9 */
      -webkit-border-bottom-right-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      border-bottom-right-radius: 10px;
      left: -36px; } }

@media (max-width: 768px) {
  .icons.thunderbolt .col-sm-6 {
    border: none !important; }
  #history-thunderbolt .history-graph {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
    #history-thunderbolt .history-graph > ul {
      flex: 1 0 95%;
      -webkit-flex: 1 0 95%;
      -ms-flex: 1 0 95%; }
      #history-thunderbolt .history-graph > ul li {
        display: block;
        width: 100%;
        min-height: 0;
        border: none;
        padding: 0 0 20px 20px; }
      #history-thunderbolt .history-graph > ul dt {
        font-family: "metric-semibold", Arial, sans-serif;
        font-size: 1.171875rem; }
    #history-thunderbolt .history-graph > div {
      flex: 1 0 5%;
      -webkit-flex: 1 0 5%;
      -ms-flex: 1 0 5%; }
    #history-thunderbolt .history-graph img {
      display: none; }
  #history-thunderbolt .history-colorbar {
    padding: 15px 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe521c+0,f6801c+25,c1a22c+50,7eac40+75,589a42+100 */
    background: #fe521c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fe521c 0%, #f6801c 25%, #c1a22c 50%, #7eac40 75%, #589a42 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fe521c 0%, #f6801c 25%, #c1a22c 50%, #7eac40 75%, #589a42 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fe521c 0%, #f6801c 25%, #c1a22c 50%, #7eac40 75%, #589a42 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe521c', endColorstr='#589a42', GradientType=0);
    /* IE6-9 */ } }

.feature-header {
  color: #8f8f8f;
  font-family: "metric-regular", Arial, sans-serif;
  font-size: 36px;
  text-align: center; }

.featured-description {
  font-family: Arial,sans-serif;
  margin-bottom: 48px;
  margin-top: 48px;
  font-size: 18px; }

.subheader {
  font-family: metric-regular,Arial,sans-serif;
  font-size: 36px;
  margin: 50px 0;
  color: #8f8f8f; }

.addPadding {
  color: #9c9c9c;
  font-family: Arial,sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 25px 0; }

@font-face {
  font-family: 'metric-light';
  src: url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Light.eot");
  src: url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Light.eot?#iefix") format("embedded-opentype"), url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Light.woff") format("woff"), url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Light.ttf") format("truetype"), url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Light.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'metric-regular';
  src: url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Regular.eot");
  src: url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Regular.eot?#iefix") format("embedded-opentype"), url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Regular.woff") format("woff"), url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Regular.ttf") format("truetype"), url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Regular.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'metric-semibold';
  src: url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Semibold.eot");
  src: url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Semibold.eot?#iefix") format("embedded-opentype"), url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Semibold.woff") format("woff"), url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Semibold.ttf") format("truetype"), url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Semibold.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'metric-bold';
  src: url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Bold.eot");
  src: url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Bold.eot?#iefix") format("embedded-opentype"), url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Bold.woff") format("woff"), url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Bold.ttf") format("truetype"), url("https://s3.belkin.com/resources/fonts/MetricWeb/MetricWeb-Bold.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

.portableCharging-Section {
  background-image: url("https://s3.belkin.com/resources/img/Portable-charging/belkin-bg-trees-buildings-1680x251.png"), linear-gradient(white 0%, #e1dedb 100%);
  background-position: center bottom;
  height: auto;
  background-repeat: no-repeat; }

.sizeAndPower-section {
  background-image: url("https://s3.belkin.com/resources/img/Portable-charging/belkin-portable-charging-bg-hand-holding-power-pack-and-phone.jpg");
  color: #ffffff !important; }
  .sizeAndPower-section .cell {
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 15px;
    box-sizing: border-box; }
  .sizeAndPower-section .green {
    background-color: #73D44A !important;
    color: #050708;
    vertical-align: middle;
    font-family: "metric-bold", Arial, sans-serif;
    font-size: 36px !important;
    line-height: 22px; }

.rc-img-grid > div {
  padding: 10px; }

@media (min-width: 768px) {
  .rc-img-grid > div {
    padding: 22.5px 7.5px; }
    .rc-img-grid > div:first-child {
      padding: 22.5px 15px 22.5px 0; }
    .rc-img-grid > div:last-child {
      padding: 22.5px 0 22.5px 15px; }
  .rc-img-grid-third > div {
    padding: 14px 0; }
    .rc-img-grid-third > div:first-child {
      padding-right: 7.5px; }
    .rc-img-grid-third > div:last-child {
      padding-left: 7.5px; } }

.small-paragraph {
  padding: 0 25px 100px 25px; }

.led-cell {
  background-color: #050708;
  padding: 15px;
  color: #73D44A;
  margin-bottom: 0.7142857156%;
  text-align: center; }

.red-cell {
  width: 16.0714285703%;
  float: left;
  margin-right: 0.7142857156%;
  text-align: center;
  background-color: #c52615;
  padding: 15px;
  box-sizing: border-box;
  color: #ffffff;
  margin-bottom: 0.7142857156%; }

.green-cell {
  width: 16.0714285703%;
  float: right;
  margin-right: 0;
  text-align: center;
  background-color: #73D44A;
  padding: 15px;
  box-sizing: border-box;
  color: #ffffff;
  margin-bottom: 0.7142857156%; }

.gray-cell {
  width: 66.4285714281%;
  float: left;
  margin-right: 0.7142857156%;
  background-color: #A69C94;
  padding: 15px;
  box-sizing: border-box;
  color: #ffffff;
  background-image: url("https://s3.belkin.com/resources/img/Portable-charging/belkin-arrow-double-ended.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 95% auto;
  margin-bottom: 0.7142857156%; }
  .gray-cell .charging {
    background-color: #A69C94;
    border-left: 2px solid;
    border-right: 2px solid;
    padding: 0 5px;
    text-align: center;
    display: table;
    margin: 0 auto; }

.power-cell {
  width: 16.0714285703%;
  float: left;
  margin-right: 0.7142857156%;
  background-color: #ffffff; }

.power-cell img {
  margin: 0 auto;
  display: block;
  height: auto;
  max-width: 100%; }

.power-cell.last-child {
  margin-right: 0; }

.flashing-cell {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 7px;
  background-color: #ffffff;
  margin-top: 0.7142857156%;
  font-family: arial;
  font-size: 16px;
  color: #656565; }

.thunderbolt-thumb {
  padding-bottom: 10px; }

.why-belkin-landing .white {
  color: #ffffff; }

.why-belkin-landing .desktop {
  display: block; }

.why-belkin-landing .mobile {
  display: none; }

.why-belkin-landing h1 {
  text-align: center;
  font-family: metric-bold;
  font-size: 82px;
  line-height: 82px;
  color: #000000;
  padding: 15px 0 0 0; }

.why-belkin-landing h2 {
  font-family: metric-semibold; }

.why-belkin-landing h2.heading {
  text-align: center;
  font-family: metric-regular;
  font-size: 56px;
  line-height: 56px;
  color: #73d44a;
  text-transform: none;
  padding-bottom: 10px; }

.why-belkin-landing h2.subheading {
  text-align: center;
  font-family: metric-bold;
  font-size: 48px;
  line-height: 48px;
  color: #73d44a; }

.why-belkin-landing p.subheading {
  font-family: arial;
  font-size: 19px;
  text-align: center; }

.why-belkin-landing p.heading {
  font-family: arial;
  font-size: 30px;
  color: #656565;
  padding-bottom: 10px; }

.why-belkin-landing p.white {
  font-size: 14px; }

.why-belkin-landing .globalLeader-Section {
  background-image: url("https://www.belkin.com/resources/img/resource-center/why-belkin/belkin-why-belkin-global-leader-1680x518-us.jpg"), linear-gradient(white 0%, #e1dedb 100%);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat; }
  .why-belkin-landing .globalLeader-Section .col-sm-6 {
    padding: 60px 10px; }
  .why-belkin-landing .globalLeader-Section h2 {
    text-transform: none; }

.why-belkin-landing .globalUnwavering-Section {
  background-image: url("https://www.belkin.com/resources/img/resource-center/why-belkin/belkin-why-belkin-global-unwavering-commitment-1680x515-us.jpg"), linear-gradient(white 0%, #e1dedb 100%);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat; }
  .why-belkin-landing .globalUnwavering-Section .col-sm-6 {
    padding: 60px 10px; }
  .why-belkin-landing .globalUnwavering-Section h2 {
    text-transform: none; }

.why-belkin-landing .goodDesign-Section {
  background-image: url("https://www.belkin.com/resources/img/resource-center/why-belkin/belkin-why-belkin-good-design-1680x515-us.jpg"), linear-gradient(white 0%, #e1dedb 100%);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat; }
  .why-belkin-landing .goodDesign-Section .col-sm-6 {
    padding: 60px 10px; }
  .why-belkin-landing .goodDesign-Section h2 {
    text-transform: none; }

.why-belkin-landing .grey-background {
  background-color: #f8f8f8; }

.why-belkin-landing .sub-section .icons .head {
  font-family: metric-bold;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  text-align: center; }

.why-belkin-landing .icon-p {
  font-size: 16px;
  font-family: arial;
  color: #656565;
  text-align: left; }

.why-belkin-landing .disclaimer {
  font-size: 12px;
  color: #656565; }

@media (max-width: 1024px) {
  .why-belkin-landing .globalLeader-Section {
    background-image: url("/resources/img/resource-center/why-belkin/belkin-why-belkin-global-leader-MOBILE-1024x331-us.jpg"), linear-gradient(white 0%, #e1dedb 100%);
    background-position: center bottom; }
  .why-belkin-landing .globalUnwavering-Section {
    background-image: url("/resources/img/resource-center/why-belkin/belkin-why-belkin-global-unwavering-commitment-MOBILE-1024x330-us.jpg"), linear-gradient(white 0%, #e1dedb 100%);
    background-position: center bottom; }
  .why-belkin-landing .goodDesign-Section {
    background-image: url("/resources/img/resource-center/why-belkin/belkin-why-belkin-good-design-MOBILE-1024x330-us.jpg"), linear-gradient(white 0%, #e1dedb 100%);
    background-position: center bottom; }
  .why-belkin-landing .right-aligned {
    text-align: right; }
    .why-belkin-landing .right-aligned .col-xs-8 {
      float: right; } }

@media (max-width: 768px) {
  .why-belkin-landing .desktop {
    display: none; }
  .why-belkin-landing .mobile {
    display: block; }
  .why-belkin-landing .icon-p {
    text-align: center; }
  .why-belkin-landing .right-aligned {
    text-align: left; }
    .why-belkin-landing .right-aligned .col-xs-8 {
      float: none; }
  .why-belkin-landing h1 {
    padding: 0;
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 0; }
  .why-belkin-landing h2.heading {
    padding-bottom: 10px;
    font-size: 45px;
    line-height: 45px; }
  .why-belkin-landing p.heading {
    font-size: 20px; }
  .why-belkin-landing p.white {
    font-size: 15px; }
  .why-belkin-landing .col-sm-3 {
    padding-top: 50px; } }

.usb-c-content {
  /*h2{
      color: #8b857d;
font-family: metric-regular,Arial,sans-serif;
font-size: 27px;
font-weight: 400;
text-transform: uppercase;
&.main-text{
   color: #333;
font-size: 36px;
}
   }*/ }
  .usb-c-content p {
    color: #9c9c9c;
    font-size: 16px; }
  .usb-c-content h2 {
    font-size: 36px;
    font-family: metric-regular,Arial,sans-serif;
    font-weight: 400;
    line-height: 36px;
    margin: 10px 0 15px;
    text-transform: uppercase;
    color: #000; }
  .usb-c-content .paragraph {
    margin: 40px 0;
    font-size: 16px !important;
    color: #656565;
    line-height: 22px;
    font-family: Arial,sans-serif; }
  .usb-c-content h3 {
    font-weight: 400;
    line-height: 35px;
    margin: 0;
    color: #000; }
  .usb-c-content li {
    list-style: disc;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
    color: #656565; }
  .usb-c-content ul {
    color: #9c9c9c;
    font-size: 16px; }
  .usb-c-content .usb-c-what-is h2 {
    font-size: 36px;
    font-family: metric-regular,Arial,sans-serif;
    font-weight: 400;
    line-height: 36px;
    margin: 10px 0 15px;
    text-transform: uppercase;
    color: #000; }
  .usb-c-content .usb-c-what-is .paragraph {
    margin: 40px 0;
    font-size: 16px !important;
    color: #656565;
    line-height: 22px;
    font-family: Arial,sans-serif; }
  .usb-c-content .usb-c-what-is h3 {
    font-weight: 400;
    line-height: 35px;
    margin: 0;
    color: #000; }
  .usb-c-content .usb-c-what-is li {
    list-style: disc;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
    color: #656565; }
  .usb-c-content .float-left {
    float: left; }
  .usb-c-content .subheading-text {
    font-size: 16px;
    font-family: Arial,sans-serif;
    line-height: 24px;
    color: #656565;
    margin: 30px 0; }
  .usb-c-content #counterfeits.downloadBtn:hover {
    background-color: #A69C94; }
  .usb-c-content #counterfeits.downloadBtn {
    background: url(https://www.belkin.com/resources/img/resource-center/moreInfoImage.png) center center no-repeat #73D44A;
    background-color: #73d44a; }
  .usb-c-content .section-quality {
    background-image: url("https://www.belkin.com/resources/img/resource-center/QualityMatters_bg_1600x570_v01-r01.jpg"), linear-gradient(white 0%, #e1dedb 100%);
    background-position: center bottom;
    height: auto;
    background-repeat: no-repeat;
    color: #ffffff !important; }
    .usb-c-content .section-quality .sub-section {
      padding: 140px 10px; }
      .usb-c-content .section-quality .sub-section h2 {
        color: #ffffff !important; }
      .usb-c-content .section-quality .sub-section p {
        color: #ffffff; }
  .usb-c-content .section-counterfeits {
    background-image: url("https://www.belkin.com/resources/img/resource-center/Background2.jpg"), linear-gradient(white 0%, #e1dedb 100%);
    background-position: center bottom;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff !important; }
    .usb-c-content .section-counterfeits .sub-section {
      padding: 140px 10px; }
      .usb-c-content .section-counterfeits .sub-section h2 {
        color: #ffffff !important; }
      .usb-c-content .section-counterfeits .sub-section p {
        color: #ffffff; }
  .usb-c-content .section-thunderbolt {
    background-image: url("http://www.belkin.com/resources/img/resource-center/belkin-resource-center-banner-thunderbolt-article-support-material-F4U095-1600x570-us-v01-r01.jpg"), linear-gradient(white 0%, #e1dedb 100%);
    background-position: center bottom;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff !important; }
    .usb-c-content .section-thunderbolt .sub-section {
      padding: 140px 10px; }
      .usb-c-content .section-thunderbolt .sub-section h2 {
        color: #ffffff !important; }
      .usb-c-content .section-thunderbolt .sub-section p {
        color: #ffffff; }
  .usb-c-content .finder-btn {
    width: 160px;
    height: 160px;
    background-image: url(https://www.belkin.com/resources/img/resource-center/ICN_CableFinder.png);
    margin: 0 auto; }
  .usb-c-content .green-section {
    background-color: #73D44A;
    background-image: none; }
  .usb-c-content #dock-container {
    text-align: center;
    margin: 0 auto 115px;
    left: 0;
    right: 0; }
  .usb-c-content #dock li:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    /*margin: 0 2em 10px;*/
    z-index: 1; }
  .usb-c-content #dock ul {
    padding: 0;
    margin: 0;
    background: url("http://cache-www.belkin.com/resources/img/resource-center/ruler.png") center bottom no-repeat; }
  .usb-c-content #dock li span {
    font-family: 'Metric-Bold', Arial, sans-serif;
    font-size: 12px;
    padding: 4px 0; }
  .usb-c-content #dock li span.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding: 0; }
  .usb-c-content #dock li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    -webkit-transform-origin: 50% 100%;
    -moz-transition: all 0.4s;
    -moz-transform-origin: 50% 100%;
    -o-transition: all 0.3s;
    -o-transform-origin: 50% 100%; }
  .usb-c-content #dock li:hover .dock-icon {
    background-color: #FFF; }
  .usb-c-content #dock li:hover .dock-icon.icon-30 img {
    transform-origin: 50% 83%;
    -moz-transform-origin: 50% 83%;
    -o-transform-origin: 50% 83%; }
  .usb-c-content .dock-icon {
    width: 100px;
    height: 100px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.3s;
    margin-top: 10px; }
  .usb-c-content .dock-icon img {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform-origin: 50% 32%;
    -moz-transform-origin: 50% 32%;
    -o-transform-origin: 50% 32%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.3s; }
  .usb-c-content .icon-c {
    width: 97px;
    height: 97px; }
  .usb-c-content .icon-2 {
    width: 102px;
    height: 102px; }
  .usb-c-content .icon-3 {
    width: 103px;
    height: 103px; }
  .usb-c-content .icon-mini {
    width: 88px;
    height: 88px; }
  .usb-c-content .icon-micro {
    width: 107px;
    height: 107px; }
  .usb-c-content .icon-mini-b {
    width: 88px;
    height: 88px; }
  .usb-c-content .icon-b {
    width: 90px;
    height: 90px; }
  .usb-c-content .icon-light {
    width: 84px;
    height: 84px; }
  .usb-c-content .icon-30 {
    width: 152px;
    height: 152px; }
  .usb-c-content #technical.icons {
    padding: 50px 0;
    margin: 50px 0;
    border-top: 1px solid #D7D4CF;
    border-bottom: 1px solid #D7D4CF; }
  .usb-c-content .sub-section .icons {
    overflow: inherit; }
  .usb-c-content .sub {
    font-family: metric-regular,Arial,sans-serif;
    font-size: 24px;
    border-top: 1px solid #D7D4CF;
    padding: 50px 0;
    text-align: center;
    margin-top: 30px; }
  .usb-c-content .sub-text {
    width: 80%;
    text-align: center;
    margin: auto;
    font-size: 36px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #333;
    font-family: metric-light,Arial,sans-serif;
    line-height: 40px;
    border-top: 1px solid #D7D4CF;
    border-bottom: 1px solid #D7D4CF; }
  .usb-c-content #what-is ul li {
    list-style: none;
    margin: 100px 0; }
  .usb-c-content .caption {
    text-align: center;
    width: 200px;
    margin: 0 auto;
    font-size: 24px;
    line-heigh: 22px;
    color: #A69C94; }
  @media (max-width: 768px) {
    .usb-c-content .float-left {
      float: none; }
    .usb-c-content .section-counterfeits .sub-section {
      padding: 80px 10px; } }

.btn-text-resourcecenter {
  background: url("https://www.belkin.com/resources/img/power-delivery/1680/belkin-button-circle-arrow-v01-r01-20x20-us.png") no-repeat top right;
  padding-right: 20px; }

.resource-center.powerDeliveryNew .cable-finder-btn {
  text-decoration: none; }
  .resource-center.powerDeliveryNew .cable-finder-btn .finder-icon {
    text-decoration: none;
    max-width: 160px;
    border-radius: 8px;
    background-color: #73D44A;
    margin: 0 auto; }
  .resource-center.powerDeliveryNew .cable-finder-btn .finder-txt {
    max-width: 160px;
    margin: 0 auto; }
    .resource-center.powerDeliveryNew .cable-finder-btn .finder-txt p {
      color: black;
      font-family: 'metric-bold', Arial, sans-serif;
      font-size: 1.125rem;
      text-decoration: none;
      text-align: center;
      margin: 7px 0 0; }
    .resource-center.powerDeliveryNew .cable-finder-btn .finder-txt span {
      color: black;
      text-decoration: underline;
      text-align: center;
      display: block;
      font-size: 0.875rem; }
  .resource-center.powerDeliveryNew .cable-finder-btn:hover .finder-icon {
    background-color: #a69c94; }

.resource-center.powerDeliveryNew .sub-section .col-sm-3 img, .resource-center.powerDeliveryNew .sub-section .col-sm-4 img, .resource-center.powerDeliveryNew .sub-section .col-md-4 img {
  padding: 0; }

.resource-center.powerDeliveryNew .col-sm-pull-6 {
  transform: none;
  position: relative;
  top: 0; }

.resource-center.powerDeliveryNew .grid td {
  text-align: left; }
  .resource-center.powerDeliveryNew .grid td.base {
    padding: 50px 25px;
    color: #000000;
    font-family: metric-bold, Arial, sans-serif;
    font-size: 1.5rem; }
  .resource-center.powerDeliveryNew .grid td.header {
    line-height: 1.5rem;
    font-size: 1.5rem; }
    .resource-center.powerDeliveryNew .grid td.header span {
      font-family: Arial, sans-serif;
      font-size: 1rem; }

.resource-center.powerDeliveryNew .sub-tip {
  font-family: arial;
  font-size: 0.625rem;
  color: #000000; }

.resource-center.powerDeliveryNew .rc-img-grid {
  padding: 50px 0; }

.resource-center.powerDeliveryNew .borders {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #d2cdc9;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #d2cdc9; }

.resource-center.powerDeliveryNew .border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #d2cdc9; }

.resource-center.powerDeliveryNew .border-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #d2cdc9; }

.resource-center.powerDeliveryNew h1.intro {
  font-size: 3.375rem;
  line-height: 3.375rem;
  margin: 0;
  padding-bottom: 10px; }

.resource-center.powerDeliveryNew h2 {
  font-family: metric-regular, Arial, sans-serif;
  font-size: 2.25rem;
  margin: 0; }
  .resource-center.powerDeliveryNew h2.white {
    color: #ffffff; }

.resource-center.powerDeliveryNew h3 {
  font-family: arial;
  font-size: 1.5rem;
  color: #656565;
  padding: 30px 0;
  line-height: 2.25rem;
  margin: 0; }

.resource-center.powerDeliveryNew h4 {
  font-family: metric-bold, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 30px 0;
  color: #000000;
  margin: 0; }

.resource-center.powerDeliveryNew p {
  font-family: arial;
  font-size: 1rem;
  color: #656565; }
  .resource-center.powerDeliveryNew p.white {
    color: #ffffff; }
  .resource-center.powerDeliveryNew p.intro {
    padding: 0 65px; }
  .resource-center.powerDeliveryNew p a {
    font-weight: bold;
    color: #73d44a;
    text-decoration: underline; }

.resource-center.powerDeliveryNew .icons p {
  font-size: 0.875rem;
  padding: 0 55px; }

.resource-center.powerDeliveryNew .chart-row .chart-row-icon {
  display: inline-block;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #73d44a;
  vertical-align: middle;
  padding: 10px 0; }
  .resource-center.powerDeliveryNew .chart-row .chart-row-icon img {
    margin: 0 auto;
    display: block; }
  .resource-center.powerDeliveryNew .chart-row .chart-row-icon div {
    text-align: center;
    font-family: metric-regular, Arial, sans-serif;
    font-size: 0.875rem;
    color: #a69c94; }

.resource-center.powerDeliveryNew .chart-row .chart-row-bar {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0 0 0; }
  .resource-center.powerDeliveryNew .chart-row .chart-row-bar span {
    font-family: metric-bold, Arial, sans-serif;
    font-size: 1.125rem;
    color: #73d44a;
    padding-left: 10px;
    vertical-align: middle;
    display: inline-block; }

.resource-center.powerDeliveryNew .mobile {
  display: none; }

.resource-center.powerDeliveryNew .fast-charge-background {
  background: url("https://www.belkin.com/resources/img/power-delivery/1680/belkin-bg-iphone-usbc-charger-v01-r01-1680x1515-us.jpg") no-repeat top left;
  background-size: cover;
  position: relative;
  overflow: hidden; }

.resource-center.powerDeliveryNew .android-background {
  background: url("https://www.belkin.com/resources/img/power-delivery/1680/belkin-bg-google-pixel-v01-r01-1680x735-us.jpg") no-repeat top left;
  position: relative;
  overflow: hidden;
  background-color: #ebebf0; }
  .resource-center.powerDeliveryNew .android-background h2.primary, .resource-center.powerDeliveryNew .android-background p.primary {
    color: #ffffff; }

.resource-center.powerDeliveryNew .lab-background {
  background: url("https://www.belkin.com/resources/img/power-delivery/1680/belkin-bg-engineering-lab-v01-r01-1680x640-us.jpg") no-repeat top left;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px; }
  .resource-center.powerDeliveryNew .lab-background h1, .resource-center.powerDeliveryNew .lab-background p {
    color: #ffffff; }

.resource-center.powerDeliveryNew .green-background {
  background-color: #73d44a; }

.resource-center.powerDeliveryNew .fast-charge-background:before {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #ffffff;
  font-size: 0;
  line-height: 0;
  /* positioning */
  /*position: absolute;*/
  z-index: 1;
  content: ' ';
  display: block;
  margin: 0 auto; }

.resource-center.powerDeliveryNew .android-background:before {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #f7f7f6;
  font-size: 0;
  line-height: 0;
  /* positioning */
  /*position: absolute;*/
  z-index: 1;
  content: ' ';
  display: block;
  margin: 0 auto; }

.resource-center.powerDeliveryNew .lab-background:before {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #73d44a;
  font-size: 0;
  line-height: 0;
  /* positioning */
  /*position: absolute;*/
  z-index: 1;
  content: ' ';
  display: block;
  margin: 0 auto; }

.resource-center.powerDeliveryNew .green-background:before {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #ebebf0;
  font-size: 0;
  line-height: 0;
  /* positioning */
  /*position: absolute;*/
  z-index: 1;
  content: ' ';
  display: block;
  margin: 0 auto; }

.resource-center.powerDeliveryNew .phone-block img {
  display: block;
  float: right; }

.resource-center.powerDeliveryNew .phone-block .side-text {
  font-family: metric-bold, Arial, sans-serif;
  font-size: 1.125rem; }

.resource-center.powerDeliveryNew .phone-block .underlineText {
  font-family: arial;
  font-size: 0.875rem;
  text-decoration: underline; }

.resource-center.powerDeliveryNew .phone-block .underlineText:hover #green-button {
  background-position-y: -20px; }

.resource-center.powerDeliveryNew .phone-block #green-button {
  background: url("https://www.belkin.com/resources/img/power-delivery/1680/belkin-button-circle-arrow-v01-r01-20x20-us.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  background-position-y: 0px;
  margin-left: 5px; }

.resource-center.powerDeliveryNew .cable-block img {
  display: inline-block;
  vertical-align: middle; }

.resource-center.powerDeliveryNew .cable-block .side-text {
  font-family: metric-regular, Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #ffffff;
  padding-left: 25px; }

.resource-center.powerDeliveryNew .cable-block .underlineText {
  font-family: arial;
  font-size: 1rem;
  text-decoration: underline;
  color: #000000; }

.resource-center.powerDeliveryNew .cable-block #green-button {
  background: url("https://www.belkin.com/resources/img/power-delivery/1680/belkin-button-circle-arrow-v01-r01-20x20-us.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  background-position-y: -20px;
  margin-left: 5px; }

@media (max-width: 400px) {
  .resource-center.powerDeliveryNew .cable-finder-btn .finder-txt {
    padding-left: 15px; } }

@media (max-width: 768px) {
  .resource-center.powerDeliveryNew .cable-finder-btn {
    margin-top: 40px;
    display: block; }
    .resource-center.powerDeliveryNew .cable-finder-btn .finder-icon {
      display: inline-block;
      max-width: 100px;
      vertical-align: middle; }
    .resource-center.powerDeliveryNew .cable-finder-btn .finder-txt {
      vertical-align: middle;
      padding-left: 15px;
      display: inline-block;
      max-width: 65%; }
      .resource-center.powerDeliveryNew .cable-finder-btn .finder-txt p {
        text-align: left; }
      .resource-center.powerDeliveryNew .cable-finder-btn .finder-txt span {
        text-align: left; }
  .resource-center.powerDeliveryNew .rsp-table {
    overflow-x: hidden;
    border: none; }
  .resource-center.powerDeliveryNew .grid td.base {
    font-size: 0.875rem;
    padding: 30px 15px; }
  .resource-center.powerDeliveryNew .grid td.header {
    font-size: 0.875rem; }
  .resource-center.powerDeliveryNew .cable-block .side-text {
    font-size: 1.25rem;
    line-height: 1.56rem; }
  .resource-center.powerDeliveryNew .cable-block img {
    padding: 0; }
  .resource-center.powerDeliveryNew .cable-block .underlineText {
    line-height: 0.875rem; }
  .resource-center.powerDeliveryNew .cable-block .col-sm-3 {
    padding-top: 0; }
  .resource-center.powerDeliveryNew .cable-block .col-sm-9 {
    text-align: left; }
  .resource-center.powerDeliveryNew .fast-charge-background {
    background: url("https://www.belkin.com/resources/img/power-delivery/768/belkin-bg-iphone-usbc-charger-v01-r01-768x620-us.jpg") no-repeat top left; }
  .resource-center.powerDeliveryNew .lab-background {
    background: url("https://www.belkin.com/resources/img/power-delivery/768/belkin-bg-engineering-lab-v01-r01-768x640-us.jpg") no-repeat top left; }
    .resource-center.powerDeliveryNew .lab-background h1, .resource-center.powerDeliveryNew .lab-background p, .resource-center.powerDeliveryNew .lab-background div {
      text-align: center; }
  .resource-center.powerDeliveryNew .android-background {
    background: url("https://www.belkin.com/resources/img/power-delivery/768/belkin-bg-google-pixel-v01-r01-768x192-us.jpg") no-repeat top right;
    background-color: #ebebf0; }
    .resource-center.powerDeliveryNew .android-background h2.primary, .resource-center.powerDeliveryNew .android-background p.primary {
      color: inherit; }
    .resource-center.powerDeliveryNew .android-background h2.primary {
      padding-top: 60px; }
  .resource-center.powerDeliveryNew .fast-charge-background:before, .resource-center.powerDeliveryNew .android-background:before {
    border-top: 50px solid #ffffff; }
  .resource-center.powerDeliveryNew .desktop {
    display: none; }
  .resource-center.powerDeliveryNew .mobile {
    display: block; }
  .resource-center.powerDeliveryNew .icons.special .center {
    text-align: left; }
  .resource-center.powerDeliveryNew .icons.special p {
    padding: 0; }
  .resource-center.powerDeliveryNew .icons.special img {
    display: inline-block;
    padding: 0 0 30px 0; }
  .resource-center.powerDeliveryNew .icons.special .icon-details {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px; } }

@media (max-width: 480px) {
  .resource-center.powerDeliveryNew .rsp-table {
    overflow-x: auto;
    border: 1px solid rgba(0, 0, 0, 0.5); } }
