/* CCSDT-8621. VIZIO  - Change Fonts to Benton sans */
@font-face {
  font-family: BentonSans;
  src: url(_Benton_Sans-Regular.ttf); 
}
@font-face {
  font-family: BentonSans;
  src: url(_Benton_Sans-Italic.ttf);
  font-style:italic;
}
@font-face {
  font-family: BentonSans;
  src: url(_Benton_Sans-Bold.ttf);
  font-weight:bold;
}
@font-face {
  font-family: BentonSans;
  src: url(_Benton_Sans-Light.ttf);
  font-weight:300;
}
.ccs-cc-inline-section {font-family:BentonSans;}


.ccs-cc-inline-poweredby-logo {display: none;}
.ccs-cc-explore .ccs-cc-explore-footer {display: none;}

/* CCSDT-6354. Update VIZIO Hot Spots color */
.ccs-hotspots.ccs-hotspots-default .ccs-hotspots-point { background-color: #4DB5AB }
.ccs-hotspots.ccs-hotspots-default .ccs-hotspots-point:hover { background-color: #4E5056 }
.ccs-hotspots.ccs-hotspots-default .ccs-hotspots-point.ccs-hotspots-point-active{ background-color: #4E5056 }

/* CCSDT-5670. VIZIO - Update template for Comparison Charts */
.ccs-cc-comparison-table-container .ccs-cc-comparison-table table tr:not(.ccs-cc-comparison-table-header-row) td .ccs-cc-comparison-table-cell-content { text-align: left; }
.ccs-cc-comparison-table-container .ccs-cc-comparison-table table tr td .ccs-cc-comparison-table-cell-content .ccs-logo-ls-entry { text-align: center; }

/* CCSDT-5883. VIZIO  - Increase Hotspot content window from 300px to 500px */
.ccs-hotspots-tooltip-small .qtip-content {
    max-width: 500px !important;
}

.ccs-hotspots-tooltip-small.ccs-hotspots-tooltip-video .qtip-content {
    width: 500px !important; 
}

.ccs-hotspots-tooltip-small.ccs-hotspots-tooltip-video .qtip-content .ccs-hotspots-video {
    min-height: 282px !important;
}