/*icons, button outlines, highlighted table heading*/
/*HW specific colors*/
/* Beachhead Colors
   ========================================================================== */
.hwc-lists {
  padding: 0 0rem 2rem;
}
.hwc-list {
  margin: 0 2rem 1.5rem;
}
.hwc ol {
  color: #767676;
  list-style-type: decimal;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.hwc ol li {
  position: relative;
  background: none;
  border-bottom: 1px solid #e9edf2;
  color: #595959;
  list-style-type: none;
  margin: 0;
  padding: 0.5rem 0rem;
}
.hwc .right-absolute {
  position: absolute;
  right: 0px;
  float: none;
}
.hwc .right-top {
  position: absolute;
  right: 5px;
  float: none;
  top: 5px;
}
.search {
  position: absolute;
  right: 25px;
  top: 30px;
}
a.more.search-button {
  float: left;
  display: block;
  margin-top: 0;
}
#query {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #0098B0;
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  font-size: 16px;
  width: 250px;
  margin: 0px 10px 0 0;
  outline: 1px solid #FFFFFF;
  padding: 6px;
  vertical-align: baseline;
  float: left;
  display: block;
  outline: none;
}
#query:focus,
#query:hover {
  border: 1px solid #FD7D16;
}
.small-text {
  color: #999;
  font-size: 0.7rem;
}
.component-spec {
  font-weight: normal;
  font-size: 1.3rem;
  color: #333333;
}
.bang-for-buck {
  font-weight: normal;
  font-size: 1.3rem;
  color: #333333;
}
.price-large-list {
  font-weight: normal;
  font-size: 1.3rem;
  color: #333333;
}
.not-available {
  font-weight: normal;
  font-size: 1.0rem;
  color: #c5cccc;
}
.small-explanation {
  font-size: 0.7rem;
  font-weight: normal;
  color: #939898;
}
/*Product info list*/
.dataBox {
  background: transparent;
  border: none;
}
.dataBox dl {
  padding: 0;
  margin: 0;
  line-height: 1.25rem;
}
.dataBox dt {
  clear: left;
  float: left;
  width: 37%;
  margin: 0;
  padding: 0.5rem 2% 0.5rem 0;
  border: none;
  border-top: 1px solid #c5cccc;
  color: #333333;
  font-weight: 500;
}
.dataBox dd {
  float: left;
  width: 59%;
  margin: 0;
  padding: 0.5rem 0 0.5rem 2%;
  border: none;
  border-top: 1px solid #c5cccc;
  color: #333333;
  text-align: right;
}
.dataBox .starRating {
  float: right;
}
.dataBox .small-explanation {
  color: #333333;
}
.dataBox dl dd ul {
  list-style-type: none;
  padding: 0;
}
.dataBox dl dd ul li {
  color: #333;
  padding: 0;
}
.dataBox dl dd:first-of-type,
.dataBox dl dt:first-of-type {
  border: none;
}
.hwcenter-content .dataBox dl {
  padding: 0;
  margin: 0;
  line-height: 1.25rem;
}
.hwcenter-content .dataBox dt {
  border-top: 1px solid #c4c4c4;
  color: #333;
  font-weight: 500;
}
.hwcenter-content .dataBox dd {
  border-top: 1px solid #c4c4c4;
  color: #333;
  text-align: right;
}
.hwcenter-content .dataBox dd:first-of-type,
.hwcenter-content .dataBox dt:first-of-type {
  border: none;
}
.price-large {
  font-size: 1rem;
  font-weight: bold;
}
.score-large {
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
}
.hwcenter-content .contentrow .col2:nth-child(odd) .data-container {
  margin-right: 1rem;
}
.hwcenter-content .contentrow .col2:nth-child(even) .data-container {
  margin-left: 1rem;
}
/* ==|== Star rating ==================================================================== */
.starRating {
  position: relative;
  margin: 0px 0 0px 0;
  min-width: 7rem;
}
.starRating span {
  display: block;
  float: left;
  margin: 0 0.25rem 0 0rem;
  padding: 0;
  font-size: 1.2rem;
  color: #e9edf2;
}
.starRating a span:hover {
  color: #ffd451;
}
.starRating span.full {
  color: #ffd451;
}
.starRating span.darker {
  display: block;
  float: left;
  margin: 0 0.25rem 0 0rem;
  padding: 0;
  font-size: 1.2rem;
  color: #98a8bc;
}
.starRating a span.full:hover {
  color: #ef8200;
}
.starRating span:last-child {
  margin: 0;
}
.starRating.small span {
  font-size: 1rem;
}
.starRating.large span {
  font-size: 1.8rem;
  line-height: 2rem;
}
/* ==|== Bars ==================================================================== */
.bar-holder {
  border-radius: 0;
  background: #FFF;
  border: solid 1px #e9edf2;
  width: 100%;
  overflow: hidden;
  height: auto;
  margin: 0 0 0 0;
}
.bar {
  border-radius: 0px;
  width: 0%;
  opacity: 1;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0 0 0px 0;
  height: 100%;
  background: #55bab7;
}
.bar.os {
  border-radius: 0px;
  width: 0%;
  opacity: 1;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0 0 0px 0;
  height: 100%;
  border-right: 1px solid #FD7D16;
  background: #969696;
}
.bar.chosen {
  background: #FD7D16;
}
/*.bar-holder.secondary{border:none;}*/
.bar.secondary {
  border-right: 1px solid #15a4a4;
  background: #18b9b9;
}
#productTable .bar-score {
  padding: 0.5rem 0.1rem;
}
.bar-score {
  text-align: center;
  display: block;
  color: #333333;
  margin: 0;
  white-space: nowrap;
  font-weight: normal;
  padding: 0.5rem 0.1rem;
  font-size: 1.3rem;
}
.bar-holder.performance .bar {
  background: #ffd451;
}
.bar-holder.performance .bar .bar-score {
  color: #333;
}
/*OS Specific score bars*/
.bar-holder.os-ios .bar {
  background: #cbc0b7;
}
.bar-holder.os-ios .bar .bar-score {
  color: #333;
}
.bar-holder.os-android .bar {
  background: #8fd400;
}
.bar-holder.os-android .bar .bar-score {
  color: #333;
}
.bar-holder.os-winrt .bar {
  background: #007987;
}
.bar-holder.os-winrt .bar .bar-score {
  color: #fff;
}
.bar-holder.os-windows .bar {
  background: #007987;
}
.bar-holder.os-windows .bar .bar-score {
  color: #fff;
}
.bar-holder.additional-score {
  margin-top: 0.5rem;
}
.bar-holder.additional-score .bar {
  border-right: 1px solid #999;
  padding: 0rem;
  height: 1.25rem;
  background: #bfbfbf;
}
.bar-holder.additional-score .bar .bar-score {
  line-height: 1.25rem;
  padding: 0rem !important;
  font-size: 0.7rem;
}
/*New*/
.bghw {
  background: #eaeaea;
}
.mainarea .subnavigation {
  margin-bottom: 0rem;
}
.hwc-header.filters {
  background: #303030;
  border: none;
}
.hwc-header.filters h2,
.hwc-header.filters p {
  color: #b0aeae;
  font-size: 1rem;
}
.hwc-header.filters h2 {
  font-size: 1.5rem;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 1rem;
}
.hwc-header.filters p {
  font-size: 1rem;
}
.bgnone {
  background: none;
}
.copyright {
  margin: 0px;
  border-radius: 3px;
  padding: 10px 35px;
  box-shadow: none;
}
.contenthilight {
  background: #e9edf2;
  border: none;
  color: #767676;
}
.contenthilight h2 {
  text-transform: none;
  font-size: 2rem;
  letter-spacing: -1px;
  font-weight: 600;
  color: #bcbcbc;
  text-align: center;
}
.contenthilight h3 {
  color: #bbb;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding-top: 0.5rem;
}
.defaultbox {
  margin: 0.6rem 0;
}
.mainheader {
  padding: 0.6rem 2rem;
}
.bread-crumb {
  margin: 0;
  padding: 0;
}
.mainarea .hwc-header ul li {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}
.mainarea .hwc-header li.bread-crumb-item {
  margin-right: 0.5rem;
  float: left;
}
.mainarea .hwc-header li.bread-crumb-item a {
  color: #939898;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 0;
  display: block;
  text-transform: none;
  height: auto;
}
.mainarea .hwc-header li.bread-crumb-item a:hover {
  color: #850416;
  text-decoration: none;
  background: none;
}
.mainarea .hwc-header li.bread-crumb-item a.active {
  color: #850416;
  text-decoration: none;
  background: none;
}
.mainarea .hwc-header li.bread-crumb-item:hover {
  color: #850416;
  text-decoration: none;
  background: none;
}
p.relative small {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #939898;
}
.hwc ol li a {
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  display: block;
}
.hwc ol li a:hover {
  text-decoration: none;
  color: #850416;
}
.hwc-list a {
  text-decoration: none;
}
.hwc-list h2:hover {
  text-decoration: none;
  color: #43A9C6;
  transition: all 0.3s ease-in-out 0s;
}
.list-info {
  font-size: 0.7rem;
  color: #939898;
  padding: 0.5rem 0.5rem;
}
.last-updated {
  color: #333333;
}
.list-emphasis {
  font-weight: bold;
  color: #333;
  font-size: 0.9rem;
}
.list-small-text {
  font-size: 0.8rem;
  color: #666;
}
a.list-more {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  color: #43a9c6;
  margin: 1rem auto;
  padding: 0.5rem 1rem;
  border: 1px solid #43a9c6;
  border-radius: 3px;
  text-transform: uppercase;
}
a.list-more:hover {
  text-decoration: none;
  color: #333;
  border-color: #333;
  box-shadow: none;
}
.circle-highlight {
  border-radius: 50%;
  background: #b10820;
  padding: 0.5rem 0.5rem 0.5rem;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.circle-order-number {
  border-radius: 50%;
  background: #c5cccc;
  padding: 0.26rem 0.25rem 0.25rem;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  font-size: 1.0rem;
  width: 0.9rem;
  height: 0.9rem;
  line-height: 1rem;
  margin-bottom: -0.4rem;
  margin-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.hwc ol li a:hover .circle-order-number {
  background: #850416;
}
table.info {
  margin: 0 0 1rem;
  background: none;
  border: none;
}
table.info th,
table.info td {
  padding: 0.5rem;
  background: none;
  border: none;
  border-bottom: 1px solid #767676;
}
table.info tr:last-child th,
table.info tr:last-child td {
  border: none;
}
.test-select-filter {
  width: 90%;
  background: white;
  color: #98a8bc;
  font-size: 1rem;
  padding: 0.75rem;
  margin: 0;
  text-transform: uppercase;
  border-radius: 4px;
}
.list-controls {
  color: #59595A;
}
.list-controls h4 {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
}
.filter-button {
  display: block;
  float: left;
  border: 1px solid #59595A;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  margin: 0 0.5rem 0.5rem 0;
  color: #59595A;
  min-width: 7rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8rem;
}
.filter-button .icon-cross {
  display: none;
}
.filter-button .left {
  float: none;
}
.filter-button:hover,
.filter-button.selected {
  border: 1px solid #850416;
  color: #850416;
  text-decoration: none;
}
.filter-button.selected {
  text-align: left;
}
.filter-button.selected .left {
  float: left;
}
.filter-button.selected .icon-cross {
  display: block;
}
.filter-button.selected:hover {
  border: 1px solid #98a8bc;
  color: #98a8bc;
  text-decoration: none;
}
.os-filter.os-windows:hover,
.os-filter.os-windows.selected {
  background: #007987;
  color: #fff;
  border-color: #007987;
}
.os-filter.selected:hover {
  border: 1px solid #98a8bc;
  color: #98a8bc;
  text-decoration: none;
  background: transparent;
}
#search {
  padding: 0.5rem;
  border: 1px solid #59595A;
  border-radius: 4px;
  background: transparent;
  color: #59595A;
  outline: none;
  min-width: 12rem;
  width: 90%;
  font-size: 0.8rem;
}
#search:focus {
  border: 1px solid #850416;
  background: transparent;
  color: #59595A;
  outline: none;
}
.search-icon {
  margin-left: -1.8rem;
}
/* HW style Table system */
/*Table styles for data lists*/
table.performancechart {
  width: 100%;
  border-collapse: separate;
  font-size: 13px;
}
.performancechart th a {
  padding: 0.75rem 0.5rem;
  display: block;
  background: #FFFFFF;
  color: #333333;
}
.performancechart th a.selected {
  color: #b10820;
  font-weight: bold;
}
.performancechart th a:hover {
  background: #e9edf2;
  color: #850416;
  text-decoration: none;
}
.performancechart td a {
  color: #333333;
}
.performancechart th {
  text-align: left;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #98a8bc;
  font-size: 1rem;
  font-weight: 300;
  padding: 0;
}
.performancechart th:first-child {
  text-align: center;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #98a8bc;
  font-size: 1rem;
  font-weight: 300;
  padding: 0;
}
.performancechart th:last-child,
td:last-child {
  border-right: none;
}
/*
.performancechart th:first-child, table.performancechart td:first-child { padding-left: 0.5rem; }
.performancechart th:last-child, table.performancechart td:last-child { border-right: none; padding-right: 0.5rem; }
*/
.performancechart th .icon {
  padding-right: 5px;
}
.performancechart thead tr {
  background: transparent;
}
.performancechart tr {
  background: none;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.performancechart td {
  padding: 1.1rem 3rem 1rem 0.5rem;
  font-size: 1rem;
  text-align: left;
  border-bottom: 1px solid #e9edf2;
  vertical-align: middle;
  outline: none;
}
.performancechart td:last-child {
  padding-right: 2rem;
}
.performancechart td.order-cell {
  font-size: 2rem;
  padding: 0rem;
  color: #939898;
  font-weight: bold;
  text-align: center;
}
.performancechart td.order-cell:first-child {
  text-shadow: none;
}
.details-chart tr .bar {
  background: #ffd451;
}
.details-chart tr .bar .bar-score {
  color: #333;
  text-align: right;
  padding: 0.25rem 0.5rem;
}
.details-chart td {
  padding: 1.1rem 3rem 1rem 0rem;
  border-bottom: 1px solid #c4c4c4;
}
.details-chart tr.selected {
  color: #b10820;
  font-weight: bold;
}
.details-chart tr.selected .bar {
  background: #ef8200;
}
.details-chart tr.selected a {
  color: #b10820;
  font-weight: bold;
}
.details-chart th a {
  padding: 0.75rem 0.5rem 0.75rem 0;
}
.details-chart td:last-child {
  padding-right: 0rem;
}
.price-performance-chart-area {
  background: #FFF;
  width: 100%;
  height: 2.5rem;
  position: relative;
  border: 1px solid #e9edf2;
}
.price-performance-chart-performance {
  background: #ffd451;
  height: 100%;
}
.price-performance-chart-price {
  background: #8fd400;
  position: absolute;
  bottom: 0;
  height: 50%;
}
.price-performance-chart-performance-color,
.price-performance-chart-price-color {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  margin-left: 0rem;
  padding: 0;
}
.price-performance-chart-performance-color {
  background: #ffd451;
}
.price-performance-chart-price-color {
  background: #8fd400;
}
.price-performance-chart-label {
  padding: 0 0 0.5rem 0rem;
}
.top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.chart-tidbit {
  color: #c5cccc;
  font-size: 0.6rem;
  line-height: 0.6rem;
  padding: 0.3rem;
}
.notetext {
  color: #666;
  font-size: 0.8rem;
}
.details-title {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
}
h3.details-title {
  font-size: 1rem;
}
.list-image-holder {
  width: 70px;
  height: 70px;
  background: #FFF;
  border-radius: 50%;
  text-align: center;
}
.list-image-holder.big {
  width: 142px;
  height: 142px;
  margin: 0 auto;
}
.list-image-holder:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25rem;
  /* Adjusts for spacing */
}
.list-image {
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
.list-image.big {
  max-width: 100px;
  max-height: 100px;
}
.list-display-size {
  position: absolute;
  font-size: 4rem;
  left: -3px;
  color: #999;
}
.list-display-size-text {
  font-size: 0.8rem;
  color: #666;
}
.popularity-container {
  position: relative;
}
.result-pimp-badge {
  border-radius: 50%;
  width: 11rem;
  height: 10.5rem;
  text-align: center;
  background: none;
  margin: 0.5rem auto;
}
.result-pimp-badge-gimmick {
  border-radius: 50%;
  width: 11rem;
  height: 11rem;
  margin: 0rem;
  position: absolute;
  box-sizing: border-box;
  z-index: 2;
}
.radial-progress {
  margin: 0px;
  width: 11rem;
  height: 11rem;
  background-color: #939898;
  border-radius: 50%;
}
.radial-progress .circle .mask,
.radial-progress .circle .fill,
.radial-progress .circle .shadow {
  width: 11rem;
  height: 11rem;
  position: absolute;
  border-radius: 50%;
}
.radial-progress .circle .mask,
.radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
}
.radial-progress .circle .mask {
  clip: rect(0px, 11rem, 11rem, 5.5rem);
}
.radial-progress .circle .mask .fill {
  clip: rect(0px, 5.5rem, 11rem, 0px);
  background-color: #ffd451;
}
.radial-progress .inset {
  width: 7.5rem;
  height: 7.5rem;
  position: absolute;
  margin-left: 1.75rem;
  margin-top: 1.75rem;
  background-color: #e9edf2;
  border-radius: 50%;
}
.radial-progress .transitionFull {
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
}
.radial-progress .transitionFast {
  transition: -webkit-transform 0.5s;
  transition: -ms-transform 0.5s;
  transition: transform 0.5s;
}
.result-pimp-badge-score-holder {
  position: relative;
  z-index: 5;
  padding: 4.3rem 0;
}
h2.result-pimp-badge-score {
  font-size: 2.1rem;
  border: none;
  margin: 0;
  padding: 0;
}
h2.result-pimp-badge-score .result-pimp-badge-score-item {
  color: #333333;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 2.1rem;
}
h3.result-pimp-badge-test-subtitle {
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 0.8rem;
  margin: 0;
  padding: 0;
  color: #333333;
  text-transform: none;
}
.notification {
  border-radius: 3px;
  margin: 0;
  border: 1px solid #ffd324;
  background: #fff6bf;
}
.notification.tight {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.notification.tight h3 {
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.notification.info {
  border: 1px solid #10a7ef;
  background: #ecf9ff;
}
.notification.invalid {
  background: none repeat scroll 0 0 #fbe3e4;
  border-color: #fbc2c4;
  color: #8a1f11;
}
.notification.invalid .icon {
  color: #8a1f11;
  margin-right: 0.25rem;
}
.notification.valid {
  border: 1px solid #71c616;
  background: #f9ffee;
  color: #264409;
}
.notification.valid .icon {
  color: #71c616;
  margin-right: 0.25rem;
}
.notification.warning {
  background: #fff6bf;
  border-color: #ffd324;
  color: #333;
}
.notification.warning .icon {
  color: #f99219;
  margin-right: 0.25rem;
}
.notification.error {
  background: none repeat scroll 0 0 #fbe3e4;
  border-color: #fbc2c4;
  color: #8a1f11;
}
.notification.error p {
  background: #f9e7e3;
}
.notification h3 {
  background: transparent;
  margin: 0;
  border-bottom: 1px solid #dddddd;
  border-color: inherit;
  padding: 0.75rem 1rem 0.75rem 1rem;
  color: #333;
  border-radius: 0px;
  font-size: 1rem;
}
.notification p {
  color: #333;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin: 0;
  border-radius: 3px;
  font-size: 0.8rem;
}
.notification-icon-only {
  float: right;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.25rem;
  margin: 0rem 0.5rem 0.5rem;
  padding: 0 0.5rem;
  overflow: hidden;
}
.notification-text {
  display: inline;
  overflow: hidden;
}
/* ==|== non-semantic helper classes ========================================

   Please define your styles before this section.

   ========================================================================== */
.clear {
  clear: both;
}
.padding {
  padding: 0 2rem 1.5rem 2rem;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.disabled * {
  pointer-events: none;
}
.no-interaction {
  pointer-events: none;
}
.no-interaction * {
  pointer-events: none;
}
.relative {
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hide {
  display: none;
  opacity: 0;
}
.show {
  display: block;
  opacity: 1;
}
.pointer {
  pointer-events: auto;
  cursor: pointer;
}
.no-pointer {
  pointer-events: auto;
  cursor: auto;
}
.opacity-none {
  opacity: 0;
}
.opacity-035 {
  opacity: 0.35;
}
.opacity1 {
  opacity: 1 !important;
}
.header-line-fix {
  margin-top: -0.5rem !important;
}
.visible-box {
  display: block !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.visible {
  display: block;
}
.invisible {
  visibility: hidden;
}
.no-overflow {
  overflow: hidden;
}
.margin {
  margin: 1rem !important;
}
.margin0 {
  margin: 0 !important;
}
.valign0 {
  vertical-align: 0;
}
.corners-none {
  border-radius: 0px;
}
.corners {
  border-radius: 3px;
}
.corners-bottom {
  border-radius: 0px 0px 3px 3px;
}
.corners-top {
  border-radius: 3px 3px 0px 0px;
}
.corners-right {
  border-radius: 0px 3px 3px 0px;
}
.stretch {
  width: 100%;
}
.no-border {
  border: none !important;
}
.over {
  position: relative;
  z-index: 10;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w33 {
  width: 33.33333333333333%;
}
.w50 {
  width: 50%;
}
.w100 {
  width: 100%;
}
.w-auto {
  width: auto !important;
}
.h100 {
  height: 100%;
}
.m1 {
  margin: 1rem !important;
}
.m15 {
  margin: 1.5rem !important;
}
.m2 {
  margin: 1rem 2rem !important;
}
.p1 {
  padding: 1rem !important;
}
.p15 {
  padding: 1.5rem !important;
}
.p0 {
  padding: 0 !important;
}
.p05 {
  padding: 0.5rem !important;
}
.pt0 {
  padding-top: 0rem !important;
}
.pr0 {
  padding-right: 0rem !important;
}
.pb0 {
  padding-bottom: 0rem !important;
}
.pl0 {
  padding-left: 0rem !important;
}
.pt1 {
  padding-top: 1rem !important;
}
.pr1 {
  padding-right: 1rem !important;
}
.pb1 {
  padding-bottom: 1rem !important;
}
.pb2 {
  padding-bottom: 2rem !important;
}
.pl1 {
  padding-left: 1rem !important;
}
.pl025 {
  padding-left: 0.25rem !important;
}
.pl05 {
  padding-left: 0.5rem !important;
}
.pt05 {
  padding-top: 0.5rem !important;
}
.pr025 {
  padding-right: 0.25rem !important;
}
.pr05 {
  padding-right: 0.5rem !important;
}
.pb05 {
  padding-bottom: 0.5rem !important;
}
.pb025 {
  padding-bottom: 0.25rem !important;
}
.ml1 {
  margin-left: 1rem !important;
}
.mr1 {
  margin-right: 1rem !important;
}
.mr05 {
  margin-right: 0.5rem !important;
}
.mb05 {
  margin-bottom: 0.5rem !important;
}
.ml05 {
  margin-left: 0.5rem !important;
}
.mt05 {
  margin-top: 0.5rem !important;
}
.mt2 {
  margin-top: 2rem !important;
}
.mb2 {
  margin-bottom: 2rem !important;
}
.ml2 {
  margin-left: 2rem !important;
}
.mr2 {
  margin-right: 2rem !important;
}
.m05 {
  margin: 0.5rem !important;
}
.ml15 {
  margin-left: 1.5rem !important;
}
.mb15 {
  margin-bottom: 1.5rem !important;
}
.mr15 {
  margin-right: 1.5rem !important;
}
.mt15 {
  margin-top: 1.5rem !important;
}
.mb1 {
  margin-bottom: 1rem !important;
}
.m0 {
  margin: 0rem !important;
}
.m025 {
  margin: 0.25rem !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1rem !important;
}
.mt2 {
  margin-top: 2rem !important;
}
.mt25 {
  margin-top: 2.5rem !important;
}
.mlr1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mlrt1 {
  margin-right: 1rem !important;
  margin-top: 1rem !important;
  margin-left: 1rem !important;
}
.mha {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mw20 {
  min-width: 20% !important;
}
.mw33 {
  min-width: 33% !important;
}
.maxw33 {
  max-width: 33% !important;
}
.maxw50 {
  max-width: 50% !important;
}
.minw25 {
  min-width: 25% !important;
}
.maxw100 {
  max-width: 100% !important;
}
.bold {
  font-weight: bold;
}
.dark-bold {
  font-weight: bold;
  color: #333333;
}
.dark {
  color: #333 !important;
}
.divider {
  border-bottom: 1px solid #ededed;
  height: 1px;
  line-height: 1px;
}
.emphasis {
  font-weight: bold;
  color: #333;
}
.orange {
  color: #fd7d16;
}
.title {
  font-weight: bold;
}
.center {
  text-align: center !important;
}
.inline-block {
  display: inline-block !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.lh1 {
  line-height: 1rem !important;
}
.lh15 {
  line-height: 1.5rem !important;
}
.lh2 {
  line-height: 2rem !important;
}
.procyon-score-graphic {
  height: 752px;
}
.quality-metrics-ai-iframe {
  height: 1470px;
}
@media only screen and (max-width: 519px) {
  .list-tiny-none {
    display: none;
  }
  .padding {
    padding: 0 0.5rem 1.5rem 0.5rem;
  }
  .mainheader {
    padding: 0.5rem 0.5rem;
  }
  .mainarea .subnavigation li a {
    padding: 0 0.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .col1,
  .col2,
  .col3,
  .col4,
  .col5,
  .col1half,
  .col2half,
  .col5th,
  .col5half {
    width: 100% !important;
  }
  .container {
    width: 100%;
    min-width: 100%;
  }
  .nav {
    margin: 10px;
  }
  .nav li a {
    padding: 5px 10px;
    display: block;
  }
  #header .logo {
    float: none;
    margin-left: 8px;
    width: 200px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .header-logo-link {
    pointer-events: none;
  }
  #header {
    position: fixed;
    top: 0px;
    z-index: 10002;
    min-height: 48px;
    width: 100%;
  }
  .mainarea {
    padding-top: 50px;
    overflow: hidden;
  }
  .mainarea .subnavigation ul.subnavigation {
    margin: 0;
  }
  .mainarea .subnavigation {
    margin-bottom: 0;
  }
  .mainarea .subnavigation li a {
    font-size: 0.8rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
  }
  .mainarea .subnavigation li a .reveal {
    height: 30px;
    width: 30px;
  }
  .mainarea .subnavigation li a.nop {
    padding-right: 0px;
  }
  h1.mainheader {
    text-align: left;
  }
  .mainheader h1 {
    text-align: left;
    text-transform: none;
  }
  .small-pr1 {
    padding-right: 1rem!important;
  }
  .small-mt1 {
    margin-top: 1rem!important;
  }
  .small-mlr0 {
    margin-left: 0rem!important;
    margin-right: 0rem!important;
  }
  .list-small-none {
    display: none;
  }
  .padding {
    padding: 0 1rem 1.5rem 1rem;
  }
  .mainheader {
    padding: 0.5rem 1rem;
  }
  .hwcenter-content .contentrow .col2:nth-child(odd) .data-container {
    margin-right: 0rem;
  }
  .hwcenter-content .contentrow .col2:nth-child(even) .data-container {
    margin-left: 0rem;
  }
}
@media only screen and (max-width: 959px) {
  .list-medium-none {
    display: none;
  }
  .medium-pr1 {
    padding-right: 1rem!important;
  }
  .col-medium-none {
    width: 100%;
  }
  .medium-mlr0 {
    margin-left: 0rem!important;
    margin-right: 0rem!important;
  }
  .medium-mt1 {
    margin-top: 1rem!important;
  }
}
@media only screen and (max-width: 1200px) {
  .quality-metrics-ai-iframe {
    height: 1450px;
  }
}
@media only screen and (max-width: 804px) {
  .procyon-score-graphic {
    height: 960px;
  }
}
@media only screen and (max-width: 1079px) {
  .quality-metrics-ai-iframe {
    height: 1540px;
  }
}
@media only screen and (max-width: 900px) {
  .quality-metrics-ai-iframe {
    height: 1620px;
  }
}
@media only screen and (max-width: 480px) {
  .procyon-score-graphic {
    height: 1400px;
  }
  .quality-metrics-ai-iframe {
    height: 1707px;
  }
}
