/* HTML5 Boilerplate  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 85%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
input::placeholder {
  color: #59595a;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"] {
  border: 1px solid #59595a;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
h1 {
  font-size: 36px;
  text-transform: capitalize !important;
}
video {
  width: 80%;
}
video::-webkit-media-controls-current-time-display {
  display: none;
}
*:focus {
  outline: 2px solid #fd7d16;
}
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translatex(-50%);
  opacity: 1;
}
/* Button Styles for input and notifications */
.button {
  height: 21px;
  box-sizing: initial;
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  padding: 5px 10px 5px 10px ;
  margin: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  filter: none;
  color: #0098B0;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
}
.button:hover {
  background: #000000;
  color: #FFF;
  border: 1px solid #000;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.orange {
  background: none repeat scroll 0 0 #FD7D16;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 15px;
  border: none;
}
.orange:hover {
  border: none;
}
.white {
  background: none repeat scroll 0 0 #FFFFFF;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: #FD7D16;
  display: inline-block;
  padding: 5px 15px;
  border: none;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.white:hover {
  border: none;
}
.submitted {
  cursor: default;
  background: #f9ffee;
  color: #71c616;
}
.submitted:hover {
  cursor: default;
  background: #f9ffee;
  color: #71c616;
}
.scale-80 {
  transform: scale(0.8);
}
.position-absolute {
  position: absolute;
}
.bottom-20 {
  bottom: 20px;
}
.left-0-right-0 {
  left: 0px;
  right: 0px;
}
.padding-0-20 {
  padding: 0 20px;
}
.justify-content-right {
  justify-content: right;
}
.padding-right-16-border-right-1 {
  padding-right: 16px;
  border-right: 1px solid #d3d3d3;
}
.padding-left-32-border-left-1-desktop-mobile-0 {
  padding-left: 32px;
  border-left: 1px solid #d3d3d3;
}
.border-1 {
  border: 1px solid #d3d3d3;
}
.box-shadow-left-text-ai-desktop {
  -webkit-box-shadow: -10px 4px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -10px 4px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -10px 4px 7px 0px rgba(0, 0, 0, 0.75);
  padding: 10px;
}
.box-shadow-right-text-ai-desktop {
  -webkit-box-shadow: 10px 4px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 4px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 4px 7px 0px rgba(0, 0, 0, 0.75);
  padding: 10px;
}
/* LESS Functions
   ========================================================================== */
.dimshadow {
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.35);
}
.lightshadow {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.lightinsetshadow {
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.noshadow {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
/* .transitions(all 0.3s ease-in-out)*/
.alpha {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mediumalpha {
  opacity: 0.75;
  filter: alpha(opacity=20);
}
.dimalpha {
  opacity: 0.4;
  filter: alpha(opacity=20);
}
.noalpha {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Colors
   ========================================================================== */
.orangegradient {
  background: #fd8a2e;
  background: -moz-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd8a2e), color-stop(48%, #fd8a2e), color-stop(50%, #fd7d16), color-stop(97%, #fd7d16));
  background: -webkit-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -o-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -ms-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fd8a2e', endColorstr='#cb4f12', GradientType=0);
}
.blackgradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.66) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.27)), color-stop(100%, rgba(0, 0, 0, 0.66)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.66) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.66) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.66) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.66) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#45000000', endColorstr='#a8000000', GradientType=0);
}
.gradientwhite {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, #ffffff 120px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(120px, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, #ffffff 120px);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, #ffffff 120px);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, #ffffff 120px);
  background: linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, #ffffff 120px);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#d6ffffff', endColorstr='#ffffff', GradientType=0);
}
.gradientblack {
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 200px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(200px, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 200px);
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 200px);
  background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 200px);
  background: linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 200px);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}
.graybg,
.graybg2 {
  background: #ededed;
}
.graybginv {
  background: #ededed;
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 15%, #e0e0e0 30%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(15%, #ededed), color-stop(30%, #e0e0e0), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 15%, #e0e0e0 30%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ededed 15%, #e0e0e0 30%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ededed 15%, #e0e0e0 30%, #ededed 100%);
  background: linear-gradient(top, #ffffff 0%, #ededed 15%, #e0e0e0 30%, #ededed 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ededed', endColorstr='#ededed', GradientType=0);
}
.solidgray {
  background: #f4f4f4;
}
.gradienttransparent {
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 130px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(130px, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 130px);
  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 130px);
  background: -ms-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 130px);
  background: linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 130px);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
.sideshadow {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.09)), color-stop(3%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(left, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#17000000', endColorstr='#00000000', GradientType=1);
}
.graygradient {
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #fcfcfc));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#fcfcfc', GradientType=0);
}
.background-red {
  background-color: #ca0123;
}
.background-home-color {
  background-color: #f9f9fb !important;
}
.background-white {
  background-color: #ffffff !important;
}
.background-blu {
  background-color: #033355 !important;
}
.auto-write {
  width: 100%;
}
.background-home {
  background: url('images/hero_1.png');
  background-size: cover;
  width: 100%;
  min-height: 300px;
  border-bottom-left-radius: 16px;
}
.background-grey-wrapper {
  background-color: #c5cccc;
}
.no-box-shadow {
  box-shadow: none !important;
}
.no-border-top-left-radius {
  border-top-left-radius: 0!important;
}
.no-border-top-right-radius {
  border-top-right-radius: 0!important;
}
.no-border-bottom-left-radius {
  border-bottom-left-radius: 0!important;
}
.no-border-bottom-right-radius {
  border-bottom-right-radius: 0!important;
}
.no-border-radius {
  border-radius: 0!important;
}
.d-block-mobile {
  display: none;
}
/* font size
   ========================================================================== */
.f-32 {
  font-size: 2rem;
}
.f-28 {
  font-size: 1.75rem;
}
.f-18 {
  font-size: 1.125rem;
}
/* color
   ========================================================================== */
.color-white {
  color: #ffffff !important;
}
.color-blue-patches {
  color: #58b9ff;
}
.color-blue-patches:hover {
  color: #ffffff;
}
/* border-radius
   ========================================================================== */
.border-top-right-radius-16 {
  border-top-right-radius: 16px !important;
}
.border-bottom-right-radius-16 {
  border-bottom-right-radius: 16px !important;
}
/* ==|== primary styles =====================================================

   ========================================================================== */
/* Global
   ========================================================================== */
#menuswapper {
  display: none;
}
html {
  overflow-y: auto;
}
html,
body {
  /*height:100%;*/
}
.container {
  margin: 0 auto;
  position: relative;
  min-width: 960px;
  max-width: 1200px;
}
.main {
  position: relative;
}
.wrapper {
  /*height:auto; margin-bottom:-@footerheight;*/
  padding-bottom: 40px;
  background: no-repeat 50% 100px #000000;
}
.push {
  /*height:@footerheight;*/
}
#footer {
  height: auto;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 9%, #ffffff 57%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #f5f5f5), color-stop(57%, #ffffff));
  background: -webkit-linear-gradient(top, #f5f5f5 9%, #ffffff 57%);
  background: -o-linear-gradient(top, #f5f5f5 9%, #ffffff 57%);
  background: -ms-linear-gradient(top, #f5f5f5 9%, #ffffff 57%);
  background: linear-gradient(top, #f5f5f5 9%, #ffffff 57%);
  /* lessfix filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );*/
}
#footer .container {
  padding-top: 40px;
}
#footer a {
  color: #666666;
}
#footer h3 a {
  color: #cb4f12;
}
.footerpad {
  border-width: 0px 1px;
  border-style: solid;
  border-color: #ccc #ccc #fff #fff;
  padding: 0px 25px;
}
.footerpad ul {
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style: none outside none;
}
.footerpad li {
  padding: 0px;
  margin: 0px;
  display: block;
  margin-left: 10px;
  list-style-image: none;
  list-style: none outside none;
}
.footerpad h3 {
  margin: 10px 0px;
  font-weight: normal;
  font-size: 16px;
}
#ul-global-footer .wwwulcom-footer-copyright p {
  color: #ffffff !important;
}
#ul-global-footer .wwwulcom-footer__bottom .wwwulcom-social-nav ul li::before {
  color: #ffffff;
}
ul {
  padding-left: 16px;
  margin: 0px;
}
ul li {
  color: #707575;
  padding: 4px 0px 4px 0px;
  list-style-image: url('images/li.png');
}
ul li.text-accent {
  color: #707575;
}
ol {
  padding-left: 24px;
  margin: 0px;
}
ol li {
  padding: 4px 0px;
  color: #707575;
}
.col3 li {
  max-width: 700px;
}
ul.noli,
ol.noli {
  margin-left: 0px;
  margin-top: 0px;
  padding: 0px;
}
ul.noli li,
ol.noli li {
  margin: 0px;
  padding: 0px;
  display: block;
  padding: 4px 0px 4px 0px;
}
ul.lines li,
ol.lines li {
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #f4f4f4 #f4f4f4 #fff;
}
ul.flat {
  margin-left: 0px;
}
ul.flat li {
  float: left;
  margin-right: 30px;
}
ul.discussion {
  padding-left: 24px;
}
ul.discussion li {
  list-style-image: url('images/icons/bubble16.png') !important;
}
ul.winners {
  padding-left: 22px;
}
ul.winners li {
  list-style-image: url('images/icons/winner16.png') !important;
}
ul.downloads {
  padding-left: 22px;
}
ul.downloads li {
  list-style-image: url('images/icons/download16.png') !important;
}
ul.documents li {
  list-style-image: url('images/icons/document16.png') !important;
}
ul.documents {
  padding-left: 22px;
}
ul.problems li {
  list-style-image: url('images/icons/problem16.png') !important;
}
ul.problems li ul li {
  list-style-image: url('images/li.png') !important;
}
ul.problems {
  padding-left: 22px;
}
span.icon16 {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: -3px;
  background: #ddd;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover span.icon16 {
  background: #0098B0;
}
span.external {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #ccc;
  background: url('images/icons/external.png') no-repeat top left;
  position: relative;
  top: 3px;
  left: 5px;
}
span.externalwhite {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #ccc;
  background: url('images/icons/external_white.png') no-repeat top left;
  position: relative;
  top: 3px;
  left: 5px;
}
.mainheader ul.tabs {
  margin: 0px;
  padding: 0px;
  margin-bottom: -1px;
}
.mainheader ul.tabs li {
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.mainheader ul.tabs li a {
  display: block;
  padding: 8px 12px;
}
.mainheader ul.tabs li.selected {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #DDD;
  background: #fff;
  color: #000;
}
.mainheader ul.tabs li.selected a {
  color: #000;
}
ul.tabs {
  margin: 0px;
  padding: 0px;
  text-align: center;
  border-style: solid;
  border-color: #DDD;
  border-width: 0px 0px 1px 0px;
}
ul.tabs li {
  display: block;
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding: 8px 12px;
  margin-bottom: -1px;
  cursor: pointer;
  color: #0098b0;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
ul.tabs li a {
  display: block;
  padding: 8px 12px;
  color: #0098b0;
}
ul.tabs li.selected {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #DDD;
  background: #fff;
  color: #000;
}
ul.tabs li.selected a {
  color: #000;
}
li.selected a {
  color: #000;
}
hr {
  margin: 0px;
  height: 0px;
  line-height: 0px;
  display: block;
}
.lt-ie8 hr {
  margin-bottom: -7px;
  margin-top: -7px;
}
hr.dashed {
  /*border-style:dashed;*/
}
hr.dotted {
  border-style: dotted;
}
hr.m40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
hr.m30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
hr.m10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.negmargin {
  margin: 0px -25px;
}
a.more,
a.morevague {
  display: inline-block;
  padding: 4px 10px;
  background: #fd8a2e;
  background: -moz-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd8a2e), color-stop(48%, #fd8a2e), color-stop(50%, #fd7d16), color-stop(97%, #fd7d16));
  background: -webkit-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -o-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -ms-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fd8a2e', endColorstr='#cb4f12', GradientType=0);
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
}
a.more:hover {
  text-decoration: none;
}
a.more,
a.morevague {
  background: #fd8a2e;
  background: -moz-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd8a2e), color-stop(48%, #fd8a2e), color-stop(50%, #fd7d16), color-stop(97%, #fd7d16));
  background: -webkit-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -o-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -ms-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fd8a2e', endColorstr='#cb4f12', GradientType=0);
  background: #fff;
  box-sizing: border-box;
  height: auto;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 15px;
  color: #000;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border: 2px solid #fd7d16;
  font-weight: 400;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
a.more:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
}
a.more:hover {
  background: #fff3da;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  border: 2px solid #fd7d16;
  box-shadow: 2px 1px 2px 1px rgba(0, 0, 0, 0.15);
}
a.more:focus {
  background-color: #fd8a2e;
  border: 2px solid #fd7d16;
  color: #ffffff;
}
a.more span.arrow,
span.arrow {
  background: url("images/arrow.png") 0px -3px;
  width: 10px;
  height: 11px;
  display: inline-block;
  position: relative;
  top: 1px;
}
h2 span.arrow {
  top: -1px;
  left: 6px;
}
a.offer {
  background-color: #fd8a2e;
  border: 2px solid #fd7d16;
  color: #ffffff;
}
a.morevague:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
  filter: none;
}
a.morevague {
  background: #FFF;
  color: #000;
  filter: none;
  border: 1px solid #000000;
}
a.image-link {
  text-decoration: none;
}
a.image-link:hover {
  text-decoration: none;
}
img.center {
  margin: auto;
  display: block;
}
.imagestretch,
img.imagestretch {
  width: 100%;
  height: auto;
  display: block;
}
img.imagestretchmax {
  max-width: 100%;
  height: auto;
  display: block;
}
.moreparent {
  position: relative;
}
.moreparent .quickmore {
  position: absolute;
  top: 90%;
  height: auto;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: block;
  background: #f4f4f4;
  padding: 10px;
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 5;
}
.moreparent:hover .quickmore {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
}
.o2 {
  display: inline-block;
  background: #fd8a2e;
  background: -moz-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd8a2e), color-stop(48%, #fd8a2e), color-stop(50%, #fd7d16), color-stop(97%, #fd7d16));
  background: -webkit-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -o-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -ms-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fd8a2e', endColorstr='#cb4f12', GradientType=0);
  line-height: 34px;
  height: 34px;
  padding: 0px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
.bottomroundedcorners {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
table.info {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-width: 2px 1px 0px 1px;
  border-style: solid;
  border-color: #ccc;
}
table.info th {
  text-align: left;
  font-weight: normal;
  color: #707575;
}
table.info th,
table.info td {
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #fff #ccc #ccc #ccc;
  padding: 4px;
  vertical-align: top;
}
/* HW style Table system */
.overviewtableheader {
  background: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #eaeaea, #ffffff);
  background-image: -webkit-gradient(linear, center bottom, center top, from(#ffffff), color-stop(0.5, #eaeaea), to(#ffffff));
  border-top: 1px solid #eaeaea;
}
.overviewtableheader,
.overviewtableheader_selected_desc,
.overviewtableheader_selected_asc {
  text-align: center;
  border-top: 1px solid #eaeaea;
}
.overviewtableheader a {
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
}
/*Table styles for data lists*/
table.performancechart {
  width: 100%;
  border-collapse: separate;
  font-size: 13px;
}
.performancechart th {
  font-family: "LatoBold", sans-serif;
  background: transparent;
  padding: 0.5em 0.5em;
  text-align: left;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  border-right: 1px solid #EEE;
  font-weight: bold;
  font-size: 0.75em;
  vertical-align: middle;
}
.performancechart th:last-child,
td:last-child {
  border-right: none;
}
.performancechart th .icon {
  padding-right: 5px;
}
.performancechart thead tr {
  background: rgba(255, 255, 255, 0.75);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 72%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.75)), color-stop(72%, rgba(255, 255, 255, 0.75)), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 72%, #eeeeee 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 72%, #eeeeee 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 72%, #eeeeee 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 72%, #eeeeee 100%);
}
.performancechart tr {
  background: #eeeeee;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.performancechart td {
  padding: 0.5em;
  text-align: left;
  border-bottom: 2px solid #FFF;
  border-right: 1px solid #FFF;
  vertical-align: middle;
  outline: none;
}
.performancechart td.ordercell {
  font-size: 36px;
  padding: 0.1em;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.performancechart td.ordercell:first-child {
  text-shadow: 0 0 3px #999999;
}
.barHolder.secondary {
  border: 1px solid #999;
}
.bar.secondary {
  background: #bfbfbf;
  background: -moz-linear-gradient(left, #bfbfbf 0%, #d8d8d8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #bfbfbf), color-stop(100%, #d8d8d8));
  background: -webkit-linear-gradient(left, #bfbfbf 0%, #d8d8d8 100%);
  background: -o-linear-gradient(left, #bfbfbf 0%, #d8d8d8 100%);
  background: -ms-linear-gradient(left, #bfbfbf 0%, #d8d8d8 100%);
  background: linear-gradient(to right, #bfbfbf 0%, #d8d8d8 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#d8d8d8', GradientType=1);
}
.bar.secondary .barScore {
  color: #666;
}
#productTable .barScore {
  padding: 5px;
}
.score {
  font-weight: bold;
  color: #cb4f12;
}
.tiny-list {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border-bottom: 1px solid #DDD;
}
/* ==|== bar ==================================================================== */
.barHolder {
  border-radius: 0px 4px 4px 0px;
  background: #F8F8F8;
  border: 1px solid #0088a0;
  width: 100%;
  overflow: hidden;
  height: auto;
  margin: 4px 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: #0098B0;
  background: #01a8c2;
  background: #0098b0;
  background: -moz-linear-gradient(left, #0098b0 0%, #00bfd8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0098b0), color-stop(100%, #00bfd8));
  background: -webkit-linear-gradient(left, #0098b0 0%, #00bfd8 100%);
  background: -o-linear-gradient(left, #0098b0 0%, #00bfd8 100%);
  background: -ms-linear-gradient(left, #0098b0 0%, #00bfd8 100%);
  background: linear-gradient(to right, #0098b0 0%, #00bfd8 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0098b0', endColorstr='#00bfd8', GradientType=1);
  border-right: 1px solid #FD7D16;
}
.barScore {
  text-align: center;
  display: block;
  color: #FFF;
  margin: 0;
}
p.quote {
  padding: 10px 0px 10px 10px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-style: italic;
}
select {
  padding: 3px 5px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #D5D5D5;
  min-width: 100px;
}
.content-patches-mac {
  margin-left: 0px;
}
.content-patches-mac:nth-child(1) {
  background-color: #ffffff;
}
/* Containers
   ========================================================================== */
#header {
  min-height: 130px;
  position: relative;
  z-index: 10000;
  border: none;
  background: #ffffff;
}
.defaultbox {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #fff;
  margin: 10px;
  position: relative;
}
.transparentbox {
  color: #f4f4f4;
  margin: 10px;
  padding: 0px 25px 20px;
  padding-bottom: 0px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.66) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.27)), color-stop(100%, rgba(0, 0, 0, 0.66)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.66) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.66) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.66) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.66) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#45000000', endColorstr='#a8000000', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.whitetext p {
  text-shadow: 0px 1px 3px #000000;
  /*filter: dropshadow(color=#000000, offx=0, offy=1);*/
}
.whitetext h2,
.whitetext h3,
.whitetext h4,
.whitetext h5 {
  color: #fff;
  text-shadow: 0px 1px 3px #000000;
  /*filter: dropshadow(color=#000000, offx=0, offy=1);*/
}
.transitionheader {
  height: 2.0rem;
  padding: 0 0.5rem;
  background: #eee;
}
.transitionheader span {
  display: inline-block;
  padding: 0 0.5rem;
}
.transitionheader span {
  padding: 0;
}
.transitionheader p,
.transitionheader a.logo {
  position: relative;
  top: 50%;
  transform: translatey(-50%);
}
.transitionheader p,
.transitionheader a,
.transitionheader span {
  color: #666;
  font-size: 0.9rem;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-family: 'Lato', 'Droid Sans', sans-serif;
  font-weight: 700;
}
.transitionheader a:hover {
  color: #000;
  text-decoration: none;
}
h1 + .defaultbox {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.defaultbox .graybg,
.defaultbox .graybg2 {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.promobox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000;
  padding: 0px 25px 20px;
  margin: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #cb4f12;
  overflow: hidden;
  position: relative;
}
.promobox img {
  left: 50%;
  margin-left: -180px;
  position: absolute;
  top: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.frontpageproduct {
  position: relative;
  padding: 0px 25px 20px;
  /*background: -moz-linear-gradient(left,  rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 3%, rgba(0,0,0,0) 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.12)), color-stop(3%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));background: -webkit-linear-gradient(left,  rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 3%,rgba(0,0,0,0) 100%);background: -o-linear-gradient(left,  rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 3%,rgba(0,0,0,0) 100%);background: -ms-linear-gradient(left,  rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 3%,rgba(0,0,0,0) 100%);background: linear-gradient(left,  rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 3%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f000000', endColorstr='#00000000',GradientType=1 );*/
}
.overlaylink {
  position: relative;
}
.overlaylink .overlaylink {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.overlaylink .linker {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  background: #fd8a2e;
  background: -moz-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd8a2e), color-stop(48%, #fd8a2e), color-stop(50%, #fd7d16), color-stop(97%, #fd7d16));
  background: -webkit-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -o-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -ms-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fd8a2e', endColorstr='#cb4f12', GradientType=0);
}
.overlaylink:hover .linker {
  width: 200px;
}
.overlaylink .linker span {
  right: 160px;
  text-indent: -150px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 190px;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  background: url('images/arrow.png') no-repeat right;
  display: block;
  text-align: left;
  position: relative;
}
.overlaylink:hover .linker span {
  text-indent: 0px;
  right: -10px;
}
.frontpageproduct img {
  position: relative;
  left: 50%;
  margin-left: -100px;
  top: 20px;
}
.overlaylink2 .linker {
  bottom: 21px;
}
.hero {
  height: 260px;
}
.frontpageslideshow .slideshow h1,
.hero h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-shadow: 0px 1px 3px #000000;
  /*filter: dropshadow(color=#000000, offx=0, offy=1);*/
  padding-top: 40px;
  text-transform: none;
}
.frontpageslideshow .slideshow h2,
.hero h2 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-shadow: 0px 1px 3px #000000;
  /*filter: dropshadow(color=#000000, offx=0, offy=1);*/
  padding-top: 40px;
  text-transform: none;
}
.frontpageslideshow .slideshow p,
.hero p {
  color: #fff;
  font-size: 14px;
  text-shadow: 0px 1px 3px #000000;
  /*filter: dropshadow(color=#000000, offx=0, offy=1);*/
  font-size: 28px;
  color: #fff;
  line-height: 40px;
}
.frontpageslideshow .slideshow .dark h1,
.hero .dark h1 {
  color: #333;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.82);
  /*filter: dropshadow(color=#000000, offx=0, offy=1);*/
}
.frontpageslideshow .slideshow .dark h2,
.hero .dark h2 {
  color: #333;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.82);
  /*filter: dropshadow(color=#000000, offx=0, offy=1);*/
}
.frontpageslideshow .slideshow .dark p,
.hero .dark p {
  color: #333;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.82);
  /*filter: dropshadow(color=#000000, offx=0, offy=1);*/
}
.hero .slideshow {
  margin-left: 105px;
  position: relative;
}
.hero .slideshow .slide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.frontpagepagercontainer #pager {
  margin-left: 104px;
  position: relative;
  top: -20px;
  left: 0;
}
.frontpagepagercontainer #pager li {
  width: 10px;
  height: 10px;
  background: #cb4f12;
}
.frontpagepagercontainer #pager li.activeSlide {
  background: #fff;
}
.frontpageslideshow {
  width: 100%;
}
.frontpageslideshow .slideshow {
  width: 100%;
  height: 400px;
}
.frontpageslideshow .slideshow .slide {
  width: 100%;
  height: 983px;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  display: none;
}
.frontpageslideshow .slideshow .slide .text {
  min-width: 600px;
  max-width: 740px;
  margin-left: 96px;
  height: 350px;
  position: relative;
}
.frontpageslideshow .slideshow .slide .text.left {
  margin-left: 55px;
}
.frontpageslideshow .slideshow .slide a.more {
  position: absolute;
  top: 225px;
}
.frontpageslideshow .slideshow .slide a.more.rel {
  position: relative;
  top: 275px;
  margin-left: 35px;
}
.frontpagepagercontainer #next,
.frontpagepagercontainer #previous {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000;
  display: block;
  position: absolute;
  top: -32px;
  background: url('images/arrow.png') no-repeat 10px 50% #cb4f12;
  z-index: 1000;
  opacity: 0.75;
  filter: alpha(opacity=20);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.frontpagepagercontainer #next:hover,
.frontpagepagercontainer #previous:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.frontpagepagercontainer #next {
  right: 15px;
  cursor: pointer;
}
.frontpagepagercontainer #previous {
  left: 15px;
  background: url('images/arrowleft.png') no-repeat 0px 50% #cb4f12;
  cursor: pointer;
}
.frontpagecontent {
  position: relative;
  z-index: 3000;
}
.bgloc2012 {
  background-image: url('images/backgrounds/bg-loc2012.jpg');
}
.hero .dm img {
  margin: auto;
  margin-top: 40px;
}
.hero .dm {
  text-align: center;
}
.hero .dm h2 {
  width: 800px;
  margin: auto;
  margin-top: 10px;
  padding-top: 0px;
}
#header .container {
  position: relative;
}
#header .logo {
  margin-top: 1.25rem;
  margin-left: 1.75rem;
}
.somepalet {
  position: absolute;
  top: 70px;
  margin: auto;
  right: 0px;
}
.some_fb {
  display: block;
  width: 30px;
  height: 30px;
  display: block;
  background: url('images/icons/fb.png') no-repeat center #999999;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  margin-right: 5px;
  float: right;
}
.some_twitter {
  display: block;
  width: 30px;
  height: 30px;
  display: block;
  background: url('images/icons/twitter.png') no-repeat center #999999;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  float: right;
  margin-right: 5px;
}
.some_googleplus {
  display: block;
  width: 30px;
  height: 30px;
  display: block;
  background: url('images/icons/googleplus.png') no-repeat center #999999;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  float: right;
  margin-right: 32px;
}
.some_fb:hover {
  background: url('images/icons/fb.png') no-repeat center #3b5997;
}
.some_twitter:hover {
  background: url('images/icons/twitter.png') no-repeat center #33ccff;
}
.some_googleplus:hover {
  background: url('images/icons/googleplus.png') no-repeat center #db4935;
}
.languagepalet {
  position: absolute;
  top: 0px;
  margin: auto;
  right: 32px;
  font-size: 10px;
}
.language_chinese {
  padding-top: 5px;
  display: block;
  width: 30px;
  height: 25px;
  display: block;
  background: #eee;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  margin-right: 0px;
  float: right;
}
.language_english {
  padding-top: 5px;
  display: block;
  width: 30px;
  height: 25px;
  display: block;
  background: #eee;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  float: right;
  margin-right: 5px;
}
a.language_english {
  background-color: #ffffff;
  color: #cb4f12;
}
.language_chinese:hover,
.language_english:hover {
  background: #fff;
}
.languagepalet a {
  color: #444;
  text-align: center;
}
.languagepalet a:hover {
  color: #cb4f12;
  text-decoration: none;
}
.language_chinese:hover,
.language_english:hover {
  background: #ccc;
}
.nav {
  margin: 36px 23px 0px 0px;
  padding: 0px;
}
.nav li {
  float: left;
  display: block;
  padding: 4px 0px;
}
.nav li a {
  padding: 10px 10px;
  font-size: 18px;
  color: #333333;
  font-family: 'Lato', 'Droid Sans', sans-serif;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-weight: 300;
}
.nav li a:hover {
  color: #cb4f12;
  text-decoration: none;
}
.nav li.selected a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  color: #cb4f12;
}
.mainarea .subnavigation .subnavigation {
  border: none;
}
.mainarea .subnavigation {
  margin-bottom: 40px;
  border: none;
  background: #1a1a1a;
}
.mainarea .subnavigation ul.subnavigation {
  margin: 0 0px 0px 2rem;
  padding: 0px;
  text-align: left;
}
.mainarea .subnavigation li {
  display: block;
  font-family: 'Lato', 'Droid Sans', sans-serif;
  font-weight: 400;
  padding: 0px;
  float: left;
  position: relative;
}
.mainarea .subnavigation li a {
  color: #fff;
  font-size: 15px;
  height: 43px;
  line-height: 43px;
  padding: 0 20px;
  display: block;
  text-transform: uppercase;
}
.mainarea .subnavigation li a.nop {
  padding-right: 5px;
}
.mainarea .subnavigation li a .reveal {
  width: 40px;
  height: 40px;
  float: right;
  background: url("images/arrowdown.png") 50% 50% no-repeat;
}
.mainarea .subnavigation li:hover,
.mainarea .subnavigation .subnavigation_active:hover,
.mainarea .subnavigation .subnavigation_active {
  background: #cb4f12;
}
.mainarea .subnavigation .subnavigation li ul {
  display: none;
  position: absolute;
  z-index: 10001;
  top: 100%;
  left: 0;
  border-radius: 0 3px 3px;
  padding: 10px 0;
  margin: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #cb4f12;
}
.mainarea .subnavigation .subnavigation li ul li {
  float: none;
  white-space: nowrap;
}
.mainarea .subnavigation .subnavigation li ul li:hover {
  background: transparent;
}
.mainarea .subnavigation .subnavigation li ul li a {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  text-transform: none;
}
.mainarea .subnavigation .subnavigation li ul li.active a {
  text-decoration: underline;
}
.mainarea .subnavigation .subnavigation li:hover ul,
.mainarea .subnavigation .subnavigation li ul.open {
  display: block;
}
.sidebar {
  background: #f5f5f5;
}
.sidebar .padding {
  padding: 0px 25px 20px;
}
.sidebar h3 {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.extra {
  position: absolute;
  bottom: 20px;
  text-align: left;
}
.extra a {
  bottom: 0px;
  background: #fd8a2e;
  background: -moz-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd8a2e), color-stop(48%, #fd8a2e), color-stop(50%, #fd7d16), color-stop(97%, #fd7d16));
  background: -webkit-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -o-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -ms-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fd8a2e', endColorstr='#cb4f12', GradientType=0);
  background: #cb4f12;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 15px;
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.extra a:hover,
.extra a.morevague:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
  filter: none;
}
.extra a.morevague {
  background: #FFFFFF;
  color: #FD7D16;
  filter: none;
}
.disabled {
  background: #666 !important;
  cursor: default;
}
.more.purchase-disabled {
  background: #999;
  border-color: #777;
  opacity: .5;
  pointer-events: none;
}
.padding {
  padding: 0px 25px 20px;
}
.textarea .padding {
  padding: 0px 25px 20px;
}
div.white {
  background: #fff;
}
.sidebar {
  padding: 20px 25px;
}
.leftsidebar,
.rightsidebar {
  border-width: 0px 1px 0px 0px;
  border-color: #ddd;
  border-style: solid;
  -webkit-border-radius: 0px 0px 0px 3px;
  -moz-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
}
.rightsidebar {
  border-width: 0px 0px 0px 1px;
  -webkit-border-radius: 0px 0px 3px 0px;
  -moz-border-radius: 0px 0px 3px 0px;
  border-radius: 0px 0px 3px 0px;
}
.rightsidebar a {
  color: #941A25;
}
.benchmarks .boxshot {
  float: left;
}
.boxshottexts p {
  color: #767676;
  font-size: 19px;
}
.boxshottexts h2 {
  margin-top: 0px;
  padding-top: 0px;
}
.mediarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
  border-width: 5px 5px 30px 5px;
  border-style: solid;
  border-color: #fff;
  position: relative;
  overflow: hidden;
}
.mediarea img {
  position: absolute;
  width: 100%;
  display: none;
}
.typelisting .accent {
  padding-top: 20px;
  font-family: 'Lato', 'Droid Sans', sans-serif;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 1px;
}
.typelisting h2 {
  margin-top: 0px;
  padding-top: 0px;
  color: #cb4f12;
  margin-bottom: 20px;
}
.module {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 100px;
  padding: 0px 20px;
  margin-bottom: 20px;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #fcfcfc));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#fcfcfc', GradientType=0);
}
ul.results {
  padding: 0px;
  margin: 0px;
  height: 279px;
  overflow: hidden;
}
ul.results li {
  list-style: none;
  margin: 0px;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #fcfcfc));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#fcfcfc', GradientType=0);
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
ul.results li:hover {
  color: #000;
}
ul.results li a {
  background: #f4f4f4;
  list-style: none;
  margin: 0px;
  padding: 4px 10px 4px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 1px;
  display: block;
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #fcfcfc));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  background: linear-gradient(top, #f4f4f4 0%, #fcfcfc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#fcfcfc', GradientType=0);
}
.gameboxes {
  margin: 0px;
  padding: 0px;
  height: 220px;
  overflow: hidden;
}
.gameboxes .next {
  width: 0%;
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 220px;
}
.gameboxes .prev {
  width: 0%;
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 220px;
}
.gameboxes .game {
  height: 220px;
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0px 5px;
  background: #ededed;
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 15%, #e0e0e0 30%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(15%, #ededed), color-stop(30%, #e0e0e0), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 15%, #e0e0e0 30%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ededed 15%, #e0e0e0 30%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ededed 15%, #e0e0e0 30%, #ededed 100%);
  background: linear-gradient(top, #ffffff 0%, #ededed 15%, #e0e0e0 30%, #ededed 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ededed', endColorstr='#ededed', GradientType=0);
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.gameboxes li {
  float: left;
  width: 14.25%;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.gameboxes li a {
  display: block;
  text-align: center;
  padding: 20px 20px 10px;
}
.gameboxes li a + a {
  padding-top: 0px;
}
.gamebox {
  text-align: center;
  width: 90%;
  margin: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5%;
  padding-top: 20px;
}
.gamebox a {
  display: block;
}
.gamebox a + a {
  margin-top: 10px;
}
.linkpreview {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.office table th {
  vertical-align: top;
  text-align: left;
  padding-right: 20px;
  padding: 5px;
}
.office table td {
  padding: 5px;
}
.office h2 {
  padding-top: 0px;
  font-size: 20px;
  margin: 0px;
  padding: 15px 25px;
}
.office .graybg {
  background: #f8f8f8;
}
.office iframe {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
ul.newslist h3 {
  font-size: 17px;
  margin-top: 0px;
  padding-top: 0px;
  border: none;
}
ul.newslist li {
  margin-bottom: 0px;
}
.businesssidebar {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  margin-right: 25px;
  margin-bottom: 20px;
}
.mainslideshow {
  background: #ededed;
  height: 500px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  margin-left: 20px;
}
.popularlists h4 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 15px;
  margin-top: 10px;
}
.pcm10-top {
  top: 170px !important;
}
.pcm10-slider {
  max-width: initial !important;
  margin-left: 0 !important;
}
.pcm10-promo {
  margin-top: 170px;
  font-size: 30px;
}
.pcm10-button {
  top: 20px !important;
  margin-left: 0 !important;
}
.customposition {
  position: absolute;
  bottom: 40px;
  right: 25px;
  left: 25px;
}
.sorter {
  margin-top: 35px;
  margin-right: 25px;
  text-align: center;
}
.sorter li {
  color: #cb4f12;
  margin-left: 10px;
  list-style: none;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ccc;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  float: left;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sorter li.selected {
  background: #cb4f12;
  color: #fff;
}
.sorter li:hover {
  background: #666;
  color: #FFF;
}
.sortercontent {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  *zoom: 1;
}
.sortercontent .sorthidden {
  width: 0%;
  height: 0%;
  overflow: hidden;
}
.sortercontent .sortercontentchild {
  height: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.sortercontent .showitem {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
h1.powermark {
  background: url('images/logos/powermark-logo.png') no-repeat center;
  width: 800px;
  height: 80px;
  display: inline-block;
  text-align: left;
  text-indent: -10000px;
  margin: auto;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  margin-top: 50px;
}
.supportpopup {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 0px 20px 20px;
  margin-top: 20px;
}
.aboutusslideshow {
  background: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 270px;
}
.aboutusslideshow h3 {
  text-align: center;
  width: 100%;
  color: #cb4f12;
  margin-top: 55px;
  font-size: 35px;
  font-weight: normal;
  line-height: 64px;
}
.aboutusslideshow h4 {
  text-align: center;
  width: 100%;
  color: #cb4f12;
  margin-top: 170px;
  font-size: 30px;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 34px;
}
.aboutusslideshow .slide {
  width: 100%;
  display: none;
}
.aboutusslideshow p.accent {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}
.noticebox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fd8a2e;
  background: -moz-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd8a2e), color-stop(48%, #fd8a2e), color-stop(50%, #fd7d16), color-stop(97%, #fd7d16));
  background: -webkit-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -o-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: -ms-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  background: linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fd8a2e', endColorstr='#cb4f12', GradientType=0);
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.35);
  margin: 10px;
  color: #fff;
}
.noticebox h1,
.noticebox h2,
.noticebox h3,
.noticebox h4,
.noticebox h5,
.noticebox h6,
.noticebox p {
  color: #fff;
  text-shadow: 0px 1px 3px #000000;
  /*filter: dropshadow(color=#000000, offx=0, offy=1);*/
}
.notice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 10px 20px;
  background: url('images/icons/alert16.png') 15px 10px no-repeat #f4f4f4;
  display: block;
  padding-left: 40px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.bdpmember {
  width: 20%;
  height: 100px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  float: left;
  margin-right: -2px;
  background: #fff;
  text-align: center;
  margin-bottom: -1px;
}
.bdpmember img {
  margin: auto;
  margin-top: 9px;
  margin-left: 23%;
}
#pager {
  position: relative;
  top: -21px;
  z-index: 4000;
  left: 9px;
}
#pager li {
  float: left;
  display: block;
  width: 10px;
  height: 10px;
  background: #cb4f12;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#pager li.activeSlide {
  background: #000;
}
.copyright {
  margin: 0px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 35px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  background: #f4f4f4;
}
.copyright-logo {
  position: absolute;
  max-width: 30px;
  top: 47px;
  right: 35px;
}
.allfuturemarkbenchmarks {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  margin: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.allfuturemarkhover:hover {
  border-color: #fd7d16;
  background: rgba(253, 125, 22, 0.3);
}
.allfuturemarkbenchmarks h2 {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}
.allfuturemarkhover h2 {
  color: #fd7d16;
}
.allfuturemarkbenchmarks .content {
  display: none;
  height: 400px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, #ffffff 120px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(120px, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, #ffffff 120px);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, #ffffff 120px);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, #ffffff 120px);
  background: linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, #ffffff 120px);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#d6ffffff', endColorstr='#ffffff', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
}
.fm-benchmark-ticker {
  height: 279px;
  overflow: hidden;
}
.fm-benchmark-ticker-item {
  background: #f4f4f4;
  margin-bottom: 10px;
  padding: 10px;
}
.fm-benchmark-ticker-product {
  font-weight: bold;
}
.fm-benchmark-ticker-score {
  float: right;
  font-weight: bold;
}
.fm-benchmark-ticker-system-country {
  display: none;
}
#getsat-widget-278 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  padding: 0px 10px;
  margin-top: 30px;
}
.flex {
  display: flex;
}
/* mirror box limit long names */
#mirrorUrl {
  max-width: 66%;
}
.mirrorUrl {
  max-width: 66%;
}
/* Media Box*/
.mediaBox {
  background: none repeat scroll 0 0 #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  position: relative;
  text-align: center;
}
.mediaBoxVideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.mediaBoxVideo object,
.mediaBoxVideo embed,
.mediaBoxVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Performance indicator */
.rating {
  height: 12px;
  width: 12px;
  background: #cb4f12;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
/* Backgrounds
   ========================================================================== */
.bgul {
  background-image: url('images/backgrounds/ul-bg-dcdcdc.jpg');
}
.bg3dmarkdevices {
  background-image: url('images/backgrounds/bg-3dmark-devices.jpg');
}
.bg3dmarknew {
  background-image: url('images/backgrounds/bg-3dmark-new.jpg');
}
.bg3dmarktimespy {
  background-image: url('images/backgrounds/bg-3dmark-timespy-dcdcdc.jpg');
}
.bg3dmarktimespyextreme {
  background-image: url('images/backgrounds/bg-3dmark-time-spy-extreme.jpg');
}
.bg3dmarktimespyBlack {
  background-image: url('images/backgrounds/bg-3dmark-timespy-000000.jpg');
}
.bg3dmarkfirestrike {
  background-image: url('images/backgrounds/bg-3dmark-firestrike.jpg');
}
.bg3dmarkfirestrikeultra {
  background-image: url('images/backgrounds/bg-3dmark-firestrikeultra.jpg');
}
.bg3dmarkcloudgate {
  background-image: url('images/backgrounds/bg-3dmark-cloudgate.jpg');
}
.bg3dmarkslingshot {
  background-image: url('images/backgrounds/bg-3dmark-slingshot-dcdcdc.jpg');
}
.bg3dmarkicestorm {
  background-image: url('images/backgrounds/bg-icestorm.jpg');
}
.bg3dmarkwindows {
  background-image: url('images/backgrounds/bg-3dmark-windows.jpg');
}
.bg3dmarkskydiver {
  background-image: url('images/backgrounds/bg-3dmark-skydiver.jpg');
}
.bg3dmarkapioverhead {
  background-image: url('images/backgrounds/bg-3dmark-api-overhead-dcdcdc.jpg');
}
.bg3dmarkstresstest {
  background-image: url('images/backgrounds/bg-3dmark-stress-test.jpg');
}
.bg3dmark11 {
  background-image: url('images/backgrounds/bg-3dmark11.jpg');
}
.bgpcmark7 {
  background-image: url('images/backgrounds/bg-pcmark.jpg');
}
.bgpcmark8 {
  background-image: url('images/backgrounds/bgr_pcmark8_to_grey.jpg');
}
.bgpcmark10 {
  background-image: url('images/backgrounds/bg-pcmark10-dcdcdc.jpg');
}
.bgpcmarkandroid {
  background-image: url('images/backgrounds/pcmark-android-bg-dcdcdc.jpg');
}
.bgjungle {
  background-image: url('images/backgrounds/bg-jungle.jpg');
}
.bgwater {
  background-image: url('images/backgrounds/bg-water.jpg');
}
.bgjunglenight {
  background-image: url('images/backgrounds/bg-jungle-night.jpg');
}
.bgwindows8 {
  background-image: url('images/backgrounds/bg-windows8.jpg');
}
.bgwindows10 {
  background-image: url('images/backgrounds/bg-windows10.jpg');
}
.bggdc2016 {
  background-image: url('images/backgrounds/bg-gdc2016-dcdcdc.jpg');
}
.bggdc2018 {
  background-image: url('images/backgrounds/bg-gdc2018-dcdcdc.jpg');
}
.bggdc2018raytracing {
  background-image: url('images/backgrounds/bg-gdc2018-raytracing-dcdcdc.jpg');
}
.bgpcmastorage {
  background-image: url('images/backgrounds/pcmark-android-storage-bg-dcdcdc.jpg');
}
.bgpcmawork2 {
  background-image: url('images/backgrounds/pcmark-android-work2-bg-dcdcdc.jpg');
}
.bgservermarkfront {
  background-image: url('images/backgrounds/bg-servermark-dcdcdc.jpg');
}
.bgvrmarkcyanroom {
  background-image: url('images/backgrounds/bg-vrmark-cyan-room.jpg');
}
.bg3dmarkandroidnewui {
  background-image: url('images/backgrounds/bg-3dmark-android-new-ui.jpg');
}
.bgbundle {
  background-image: url('images/backgrounds/bg-bundle.jpg');
}
.bggames {
  background-image: url('images/backgrounds/bg-games.jpg');
}
.bggalaxy2013 {
  background-image: url('images/contests/galaxy-2013.jpg');
}
.bgfront {
  background-color: #dcdcdc;
}
.bgwin8 {
  background-image: url('images/backgrounds/bgr_win8_to_grey.jpg');
}
.bgwin10 {
  background-color: #003e74;
}
.bg3dmnew2 {
  background-image: url('images/backgrounds/bgr_3dmark_to_grey.jpg');
}
.bg3dmnewpcm8bundle {
  background-image: url('images/backgrounds/bgr_3dmark_pcmark8_bundle.jpg');
}
.bgvrmarkslide {
  background-image: url('images/backgrounds/bg-vrmark-dcdcdc.jpg');
}
.bg3dmarknewuislide {
  background-image: url('images/backgrounds/bg-3dmark-firestrikeultra.jpg');
}
.bg3dmnewpcm8bundlesale {
  background-image: url('images/backgrounds/bgr_3dmark_pcmark8_to_grey.jpg');
}
.bg3dm15year {
  background-image: url('images/backgrounds/3dmark_history_bgr_dcdcdc.jpg');
}
.bgticker {
  background-image: url('images/backgrounds/bg-ticker-dcdcdc.jpg');
}
.bggames {
  background-image: url('images/backgrounds/bg-games.jpg');
}
.bgsteammach {
  background-image: url('images/contentboxes/steam-machines-hero.jpg');
}
.bginfographic {
  background-image: url('images/backgrounds/bg-3dmark-infographic-dcdcdc.jpg');
}
.bggeneric1 {
  background-image: url("images/backgrounds/generic_01_bgr_283135.jpg");
  background-color: #283135;
}
.bggeneric2 {
  background-image: url("images/backgrounds/generic_02_bgr_0e1a27.jpg");
  background-color: #0e1a27;
}
.bggeneric3 {
  background-image: url("images/backgrounds/generic_03_bgr_1c2225.jpg");
  background-color: #1c2225;
}
.bggeneric4 {
  background-image: url("images/backgrounds/generic_04_bgr_301105.jpg");
  background-color: #301105;
}
.bgcommunity {
  background-image: url("images/backgrounds/community_bgr_9d958d.jpg");
  background-color: #9d958d;
  min-height: 990px;
}
.bgsupport {
  background-color: #b1aea4;
}
.bghw {
  background-image: url("images/backgrounds/hardware_channel_bgr_6a6c6f.jpg");
  background-color: #6a6a6a;
}
.bg3dm {
  background-image: url("images/backgrounds/3dmark_bgr_v2_c7c2be.jpg");
  background-color: #c7c2be;
}
.bg3dmicestorm {
  background-image: url("images/backgrounds/3dmark_icestorm_bgr_475e8e.jpg");
  background-color: #475e8e;
}
.bg3dmnew {
  background-color: #dcdcdc;
}
.bg3dma {
  background-color: #d4dbe3;
}
.bg3dmios {
  background-color: #dcd6cc;
}
.bg3dmnewgray {
  background: url("images/backgrounds/bg-3dmark-new-gray.jpg") no-repeat center 60px #dcdcdc !important;
  min-width: 960px;
}
.bg3dm11 {
  background-image: url("images/backgrounds/3dmark_11_bgr_2f3e45.jpg");
  background-color: #43515c;
}
.bg3dmv {
  background-image: url("images/backgrounds/3dmark_vantage_bgr_1a0d05.jpg");
  background-color: #4a4139;
}
.bg3dm11p {
  background-color: #2f3e45;
}
.bg3dmvp {
  background-color: #1a0d05;
}
.bg3dm06 {
  background-image: url("images/backgrounds/3dmark_06_bgr_614634.jpg");
  background-color: #614634;
}
.bg3dmskydiver {
  background-image: url("images/backgrounds/bg-skydiver-dcdcdc.jpg");
  background-color: #dcdcdc;
}
.bgpcm7 {
  background-color: #604f44;
}
.bgpcm8 {
  background-color: #7d7667;
}
.bgpcm10 {
  background-color: #a39c8a;
}
.bgpcma {
  background-color: #c8d5e0;
}
.bgpcm05 {
  background-image: url("images/backgrounds/pcmark_05_bgr_1b5a86.jpg");
  background-color: #1b5a86;
}
.bgpcm {
  background-image: url("images/backgrounds/pcmark_bgr_dcdcdc.jpg");
  background-color: #dcdcdc;
}
.bgpcmv {
  background-color: #495b83;
}
.bgpwm {
  background-color: #434343;
}
.bgservermark {
  background-color: #8199a1;
}
.bgvrmark {
  background-color: #b3b3b3;
}
.bgyougamers {
  background-color: #064565;
}
.bggalaxgoc2014 {
  background-image: url('images/contests/galax-goc-2014/galax_goc_frontpage.jpg');
}
.bggalaxgoc2015 {
  background-image: url('images/contests/galax-goc-2015/galax_goc_2015_1920_1080.jpg');
}
.bggalaxgoc {
  background-color: #373a43;
}
.ai-text-generation-ul li {
  padding: 2px 0 2px 0;
}
/* Interface
   ========================================================================== */
.orangebottom {
  height: 20px;
  background: #cb4f12;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  background: #da6b13;
  background: -moz-linear-gradient(top, #da6b13 0%, #fd7d16 38%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da6b13), color-stop(38%, #fd7d16));
  background: -webkit-linear-gradient(top, #da6b13 0%, #fd7d16 38%);
  background: -o-linear-gradient(top, #da6b13 0%, #fd7d16 38%);
  background: -ms-linear-gradient(top, #da6b13 0%, #fd7d16 38%);
  background: linear-gradient(top, #da6b13 0%, #fd7d16 38%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#da6b13', endColorstr='#cb4f12', GradientType=0);
}
.colpadding .swapparent {
  margin: 0px 0px;
  padding: 0px 0px;
}
.swapparent {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swapper {
  width: 200%;
  height: 100%;
}
.swapper .swap1 {
  width: 50%;
  float: left;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
}
.swapper .swap2 {
  width: 50%;
  float: left;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.swapper p {
  padding: 0px 70px;
}
/*.swapper:hover .swap1{margin-left:-50%;.alpha;}
.swapper:hover .swap2{.noalpha;}
.swapper .swap1 span.next, .swapper .swap2 span.prev{position:absolute;display:block;width:30px;height:30px;right:20px;top:100px;.roundedcorners(15px);background:url("@{base-url}arrow.png") 10px 6px no-repeat #ccc;}
.swapper .swap1 span.next{right:20px;}
.swapper .swap2 span.prev{left:20px;background-image:url("@{base-url}arrowleft.png");background-position:0px 6px}*/
.rotator ul {
  padding: 0px;
  margin: 0px;
}
.rotator #rotatorpager {
  position: relative;
  top: -35px;
  z-index: 4000;
  height: 10px;
  text-align: center;
  padding-bottom: 40px;
  margin: 0 0 0 30px;
}
.rotator #rotatorpager li {
  list-style-type: none;
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  background: #cb4f12;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.rotator #rotatorpager li.activeSlide {
  background: #000;
}
/* Typography
   ========================================================================== */
.droidsans {
  font-family: 'Droid Sans', sans-serif;
}
.helvetica {
  font-family: 'Lato', 'Droid Sans', sans-serif;
  font-weight: 400;
}
.helveticalight {
  font-family: 'Lato', 'Droid Sans', sans-serif;
  font-weight: 400;
}
.helveticaheavy {
  font-family: 'Lato', 'Droid Sans', sans-serif;
  font-weight: 900;
}
.helveticamedium {
  font-family: 'Lato', 'Droid Sans', sans-serif;
  font-weight: 700;
}
textarea,
input,
body {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #444;
}
html {
  font-family: 'Droid Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Droid Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 20px;
}
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}
h1 {
  line-height: 34px;
  text-transform: uppercase;
}
h2 {
  font-size: 23px;
  line-height: 27px;
}
h3 {
  font-size: 20px;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
}
h5 {
  font-size: 16px;
  line-height: 18px;
}
h6 {
  font-size: 14px;
  line-height: 16px;
}
h2 {
  margin-bottom: 10px;
}
p + p {
  margin-top: 1em;
}
p.intro {
  color: #000;
  font-size: 16px;
}
.accent {
  color: #767676;
}
.light-gray {
  color: #767676;
}
.underline {
  text-decoration: underline;
}
h2 + .accent {
  margin-top: -8px;
}
.accent + ul {
  margin-top: 10px;
}
h4 + .accent {
  margin-top: -10px;
  margin-bottom: 10px;
}
h3 + .accent {
  margin-top: -10px;
  margin-bottom: 10px;
}
ul + p {
  margin-top: 20px;
}
a {
  text-decoration: none;
  color: #007a99;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #000;
}
a.no:hover {
  text-decoration: none;
  color: inherit;
}
.bold {
  font-weight: 700;
}
.relative {
  position: relative;
}
.split3 {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  text-align: top;
}
h1.mainheader,
h2.mainheader {
  text-transform: uppercase;
  font-size: 30px;
  color: #cb4f12;
  font-family: 'Lato', 'Droid Sans', sans-serif;
  font-weight: 900;
  padding: 30px 25px;
  margin: 0px 0px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ddd;
  line-height: 37px;
}
.mainheader {
  padding: 30px 25px;
  margin: 0px 0px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ddd;
}
.mainheader h1 {
  font-size: 30px;
  color: #cb4f12;
  font-family: 'Lato', 'Droid Sans', sans-serif;
  font-weight: 900;
  max-width: 700px;
  line-height: 37px;
  padding-top: 0px;
  margin-top: 0px;
}
.mainheader h1.full {
  max-width: none;
}
h1.mainheadernew {
  text-transform: uppercase;
  font-size: 30px;
  color: #cb4f12;
  font-family: 'Lato', 'Droid Sans', sans-serif;
  font-weight: 900;
  padding: 30px 25px;
  margin: 0px 0px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ddd;
  line-height: 37px;
}
.mainheadernew {
  padding: 30px 25px;
  margin: 0px 0px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #ddd;
}
.mainheadernew h1 {
  font-size: 30px;
  color: #cb4f12;
  font-family: 'Lato', 'Droid Sans', sans-serif;
  font-weight: 900;
  max-width: 700px;
  line-height: 37px;
  padding-top: 0px;
  margin-top: 0px;
}
.mainheadernew h1.full {
  max-width: none;
}
.mainheader p {
  margin-top: 20px;
  max-width: 700px;
}
.mainheader p.small {
  margin: 0;
  padding: 0;
  color: #707575;
  font-weight: normal;
  font-size: 14px;
}
/* Columns
   ========================================================================== */
.col1half {
  width: 33.333333333333336%;
}
.col1 {
  width: 25%;
}
.col2 {
  width: 50%;
}
.col2half {
  width: 66.66666666666667%;
}
.col3 {
  width: 75%;
}
.col4 {
  width: 100%;
}
.col5 {
  width: 20%;
}
.col5half {
  width: 40%;
}
.col5th {
  width: 20%;
}
.colmargin {
  margin: 10px;
}
.colpadding {
  padding: 0px 25px 20px;
}
/* ==|== non-semantic helper classes ======================================== */
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.mt1em {
  margin-top: 1em !important;
}
.ml1em {
  margin-left: 1em !important;
}
.mr1em {
  margin-right: 1em !important;
}
.mt5 {
  margin-top: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mt35 {
  margin-top: 30px !important;
}
.ml35 {
  margin-left: 30px !important;
}
.mr35 {
  margin-right: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mtn10 {
  margin-top: -10px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.p5 {
  padding: 5px !important;
}
.p20 {
  padding: 20px!important;
}
.p40 {
  padding: 40px !important;
}
.ph0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.ph10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ph20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ph30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ph40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.width120 {
  width: 120px!important;
}
.width200 {
  width: 200px !important;
}
.img-centered {
  display: block;
  margin: 0 auto;
}
.margin-0-auto {
  margin: 0 auto;
}
.mr-desktop-10-mobile-0 {
  margin-right: 10px;
}
.ml-desktop-10-mobile-0 {
  margin-left: 10px;
}
.tachado {
  text-decoration: line-through;
}
.color-blue {
  color: #4396ad;
}
.display-inline {
  display: inline-block;
}
.font-size-30 {
  font-size: 30px;
}
.display-block {
  display: block !important;
}
.text-center {
  text-align: center;
}
.flex-desktop-block-mobile {
  display: flex;
}
.flex-desktop-inline-grid-mobile {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.width100 {
  width: 100%!important;
}
.width-lg-350-sm-100 {
  width: 350px!important;
}
.padding-20-0-20-0 {
  padding: 20px 0;
}
.font-weight-800 {
  font-weight: 800!important;
}
.font-weight-700 {
  font-weight: 700!important;
}
.font-weight-400 {
  font-weight: 400!important;
}
.font-weight-normal {
  font-weight: normal!important;
}
.min-height-0 {
  min-height: 0px !important;
}
.margin-left-right-25 {
  margin: 15px 25px;
}
.line-height-150 {
  line-height: 150%!important;
}
.procyon-score-graphic {
  height: 752px;
}
.quality-metrics-ai-iframe {
  height: 1470px;
}
.font-size-32 {
  font-size: 32px !important;
}
.maxw25 {
  max-width: 25%;
}
.maxw33 {
  max-width: 33%;
}
.maxw100 {
  max-width: 100% !important;
}
.f20 {
  font-size: 20px;
}
.f18 {
  font-size: 18px;
}
.f16 {
  font-size: 16px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.nowrap {
  overflow: hidden;
}
.nomargin {
  margin: 0;
}
.nopadding {
  padding: 0!important;
}
.allcaps {
  text-transform: uppercase;
}
.strong {
  font-weight: bold;
}
.noborder {
  border: none !important;
}
.no-background {
  background: transparent!important;
}
.strike {
  text-decoration: line-through;
  color: #9d9d9d;
}
.h100 {
  height: 100px;
}
.h150 {
  height: 150px;
}
.h200 {
  height: 200px;
}
.h300 {
  height: 300px;
}
.h350 {
  height: 350px;
}
.h370 {
  height: 370px;
}
.h400 {
  height: 400px;
}
.h500 {
  height: 500px;
}
.borderleft {
  border-width: 0px 0px 0px 1px;
}
.borderright {
  border-width: 0px 1px 0px 0px;
}
.borderTop {
  border-width: 1px 0px 0px 0px;
}
.borderBottom {
  border-width: 0px 0px 1px 0px;
}
/* Media queries for screen sizes and mobile
   ========================================================================== */
@media screen and (min-width: 720px) and (max-width: 960px) {
  html,
  body,
  .container {
    max-width: 960px;
    min-width: 720px;
    width: 100%;
  }
  #header .logo {
    width: 200px;
    margin-top: 34px;
    margin-left: 20px;
  }
  .mainarea .subnavigation li a {
    font-size: 14px;
  }
  .nav li a {
    font-size: 16px;
    padding: 10px 8px;
  }
}
@media only screen and (max-width: 960px) {
  
}
@media only screen and (min-width: 720px) {
  .timeline {
    overflow: hidden;
    position: relative;
  }
  .timeline ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
  }
  .timeline ul li {
    background: #f4f4f4;
    padding: 10px;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    width: 200px;
    list-style: none;
    margin-right: 10px;
    min-height: 130px;
  }
  .timeline ul li.left {
    margin-top: 10px;
  }
  .timeline ul li.right {
    margin-top: 20px;
  }
  .timeline ul li h5 {
    margin-top: 0px;
    padding-top: 0px;
  }
  .timelinebuttons {
    position: relative;
  }
  .timelinenext,
  .timelineprev {
    width: 30px;
    height: 30px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: -45px;
    z-index: 10;
    background: #fd8a2e;
    background: -moz-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd8a2e), color-stop(48%, #fd8a2e), color-stop(50%, #fd7d16), color-stop(97%, #fd7d16));
    background: -webkit-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
    background: -o-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
    background: -ms-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
    background: linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fd8a2e', endColorstr='#cb4f12', GradientType=0);
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    cursor: pointer;
  }
  .timelinenext:hover,
  .timelineprev:hover {
    background: #000;
  }
  .timelinenext span,
  .timelineprev span {
    background: url("images/arrow.png") 0px -3px;
    width: 10px;
    height: 11px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 10px;
  }
  .timelineprev span {
    background: url("images/arrowleft.png") -9px 14px;
  }
  .timelineprev {
    left: 25px;
  }
  .timelinenext {
    right: 25px;
  }
  h2.timeline {
    padding-top: 20px !important;
    margin-left: 25px !important;
    margin-right: 25px !important;
    text-align: center;
    position: relative;
    top: -4px;
  }
  .timelinecontainer {
    background: #ededed;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 15%, #e0e0e0 30%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(15%, #ededed), color-stop(30%, #e0e0e0), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 15%, #e0e0e0 30%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ededed 15%, #e0e0e0 30%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ededed 15%, #e0e0e0 30%, #ededed 100%);
    background: linear-gradient(top, #ffffff 0%, #ededed 15%, #e0e0e0 30%, #ededed 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ededed', endColorstr='#ededed', GradientType=0);
  }
}
@media only screen and (max-width: 720px) {
  body {
    width: 100%;
  }
  .col1,
  .col2,
  .col3,
  .col4,
  .col1half,
  .col2half,
  .col5th {
    width: 100%;
  }
  .container {
    width: 100%;
    min-width: 100%;
  }
  .nav {
    margin: 10px;
  }
  .nav li a {
    padding: 5px 10px;
    display: block;
  }
  .nav.nav-mobile-3dmark li a {
    font-size: 14px !important;
    padding: 1px 5px !important;
  }
  #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%;
  }
  .header-dmark {
    position: relative !important;
  }
  .pt-mobile-0 {
    padding-top: 0px !important;
  }
  .overflow-scroll-mobile {
    overflow: unset!important;
  }
  #header ul.nav {
    overflow: hidden;
    height: 0px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    float: none !important;
    display: none;
  }
  .nav-mobile-3dmark {
    display: block!important;
    height: auto!important;
    margin-top: 10px !important;
  }
  .logo-3dmark-mobile {
    margin: 5px 0px 0px 6px !important;
  }
  #header ul.nav li {
    display: block;
    float: none;
    text-align: center;
  }
  #header ul.nav.nav-mobile-3dmark li {
    display: inline-block;
  }
  /*	#header.open ul.nav{height:300px;}*/
  #header.open span.open {
    display: none;
  }
  #header span.closed {
    display: none;
  }
  #header.open span.closed {
    display: block;
  }
  #menuswapper {
    position: absolute;
    top: 5px;
    right: 10px;
    background: #fd8a2e;
    background: -moz-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd8a2e), color-stop(48%, #fd8a2e), color-stop(50%, #fd7d16), color-stop(97%, #fd7d16));
    background: -webkit-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
    background: -o-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
    background: -ms-linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
    background: linear-gradient(top, #fd8a2e 0%, #fd8a2e 48%, #fd7d16 50%, #fd7d16 97%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fd8a2e', endColorstr='#cb4f12', GradientType=0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px;
    display: block;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
  }
  .mainarea {
    padding-top: 50px;
    overflow: hidden;
  }
  .mainarea .subnavigation ul.subnavigation {
    margin: 0;
  }
  .mainarea .subnavigation {
    margin-bottom: 40px;
  }
  .mainarea .subnavigation li a {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
  .mainarea .subnavigation li a .reveal {
    height: 30px;
    width: 30px;
  }
  .mainarea .subnavigation li a.nop {
    padding-right: 0px;
  }
  .wrapper {
    background-position: 50% 50px;
  }
  .frontpageslideshow {
    display: none;
  }
  #footer {
    position: relative;
    z-index: 10000;
    background: #ededed;
    top: 0px;
    height: auto;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: unset;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    height: auto !important;
  }
  #footer.open {
    height: 100%;
  }
  #footer .ulopen {
    background: #fff;
  }
  #footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .left {
    float: none;
  }
  #footer ul ul {
    margin-left: 20px;
    display: block;
  }
  .footerpad ul ul {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footerpad ul ul li {
    font-size: 18px;
    background: url("images/icons/mobile_menu_dropdown_light.png") no-repeat right;
    margin-right: 10px;
  }
  .footerpad ul ul li.footer-languages-new {
    background: none;
  }
  .footerpad ul ul li a {
    padding: 5px 0px;
    display: inline-block;
    color: #007A99 !important;
  }
  .footerpad h3 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 10px;
    background: url("images/icons/mobile_menu_dropdown.png") no-repeat right;
    color: #444444 !important;
  }
  .footerpad h3 a {
    padding: 5px 0px !important;
    display: inline-block;
    color: #444444 !important;
  }
  .footerpad p a {
    color: #707575 !important;
  }
  .businesssidebar {
    margin-right: 0px;
  }
  #footer li.open ul {
    display: block;
    height: auto;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
  }
  #footer li {
    margin-left: 0px;
  }
  h1.mainheader {
    text-align: center;
  }
  .mainheader h1 {
    text-align: center;
    text-transform: uppercase;
  }
  .bdpmember {
    width: 50%;
  }
  .bdpmember img {
    margin-left: 16%;
  }
  h2.timeline {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .timeline {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .aboutusslideshow {
    margin-left: -25px;
    margin-right: -25px;
    height: 300px;
    margin-bottom: -25px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .aboutusslideshow h3 {
    margin-top: 50px;
  }
  .aboutusslideshow h4 {
    margin-top: 50px;
  }
  .office {
    margin-left: -25px;
    margin-right: -25px !important;
  }
  .defaultbox {
    margin: 5px;
  }
  .somepalet {
    display: none;
  }
  .sorter {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 70%;
    float: left;
  }
  .sorter li {
    margin-bottom: 10px;
  }
  .hero .dm {
    width: 100%;
    overflow: hidden;
  }
  .hero .dm img {
    width: 90%;
    margin: auto;
    margin-top: 80px;
  }
  .hero .dm h2 {
    width: 90%;
    margin: auto;
    margin-top: 10px;
  }
  .mediarea {
    height: 245px;
  }
  .gameboxes {
    height: auto;
  }
  .gameboxes li {
    width: 50%;
    margin-bottom: 10px;
  }
  .extra {
    position: static;
    bottom: 20px;
  }
  .frontpageslideshow .slideshow .slide .text {
    margin: 0px 0px;
    max-width: 80%;
    min-width: 80%;
    margin-left: 10%;
    overflow: hidden;
  }
  .frontpageslideshow .slideshow .slide a.more {
    top: 305px;
  }
  .frontpagepagercontainer #next,
  .frontpagepagercontainer #previous {
    display: none;
  }
  #page {
    left: -54px;
  }
  .mobilenoimages,
  .mobilenoimages img {
    display: none;
  }
  .languagepalet {
    right: 130px;
    top: 10px;
  }
  .flex-desktop-block-mobile {
    display: block;
  }
  .flex-desktop-inline-grid-mobile {
    display: inline-grid;
  }
  .align-items-center {
    align-items: center;
  }
  .width-lg-350-sm-100 {
    width: 100%!important;
  }
  .width-sm-100 {
    width: 100%!important;
  }
  .mt-sm-20 {
    margin-top: 20px!important;
  }
  .font-size-32 {
    font-size: 18px!important;
  }
  .order-mobile-1 {
    display: flex;
    order: 1;
  }
  .order-mobile-2 {
    display: flex;
    order: 2;
  }
  .padding-right-16-border-right-1 {
    padding-right: 0;
    border-right: 0;
  }
  .padding-left-32-border-left-1-desktop-mobile-0 {
    padding-left: 16px;
    border-left: 0;
  }
  .box-shadow-left-text-ai-desktop {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .box-shadow-right-text-ai-desktop {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .background-home {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .no-padding-mobile {
    padding: 0px;
  }
  a.filterwhite {
    margin-bottom: 10px;
  }
  .flex-mobile {
    display: flex!important;
  }
  .flex-direction-column-reverse-mobile {
    flex-direction: column-reverse !important;
  }
}
.newslist-accordion h4 {
  cursor: pointer;
  margin: 20px 0 0 0;
  padding: 0;
}
.newslist-accordion h4:hover,
.newslist-accordion h4.ui-state-active {
  color: #cb4f12;
}
.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;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.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;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
a.normaltext {
  color: #444444;
}
.container-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*Table Sort Styles*/
.headerSortUp {
  background: rgba(252, 252, 252, 0.75) url('images/sort_desc.png') no-repeat right center !important;
  border-style: solid;
  border-color: #FD7D16 !important;
  border-width: 0px 0px 2px 0px !important;
}
.headerSortDown {
  background: rgba(252, 252, 252, 0.75) url('images/sort_asc.png') no-repeat right center !important;
  border-style: solid;
  border-color: #FD7D16 !important;
  border-width: 0px 0px 2px 0px !important;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url('images/colorbox/overlay.png') repeat 0 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url('images/colorbox/controls.png') no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url('images/colorbox/controls.png') no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url('images/colorbox/controls.png') no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url('images/colorbox/controls.png') no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url('images/colorbox/controls.png') left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url('images/colorbox/controls.png') right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url('images/colorbox/border.png') 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url('images/colorbox/border.png') 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('images/colorbox/controls.png') no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url('images/colorbox/controls.png') no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxLoadingOverlay {
  background: url('images/colorbox/loading_background.png') no-repeat center center;
}
#cboxLoadingGraphic {
  background: url('images/colorbox/loading.gif') no-repeat center center;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('images/colorbox/controls.png') no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
}
#languagePrompt {
  background: white;
  border: 1px solid #eee;
  border-radius: 3px;
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 9999999;
  box-shadow: 0px 6px 8px -4px #444444;
}
#languagePrompt h2.mainheader {
  font-size: 16px;
  padding: 10px 35px 10px 15px;
}
#languagePrompt h2.mainheader a {
  margin-left: 20px;
  color: #cb4f12;
  position: absolute;
  right: 10px;
  top: 10px;
}
#languagePrompt h2.mainheader a:hover {
  text-decoration: none;
}
#languagePrompt .languagePromptLinks,
#languagePrompt .languagePromptCheckboxWrapper {
  padding: 15px 15px 20px 15px;
}
#languagePrompt .languagePromptLinks a {
  display: block;
  width: 50%;
  float: left;
}
#languagePrompt .languagePromptCheckboxWrapper .small {
  font-size: 12px;
}
#languagePrompt .languagePromptCheckboxWrapper label {
  margin-left: 5px;
}
@media (max-width: 720px) {
  #languagePrompt {
    position: fixed;
    top: 80px;
    left: 10px;
    right: 10px;
  }
  .border-top-right-radius-16 {
    border-top-right-radius: 0px !important;
  }
  .border-bottom-right-radius-16 {
    border-bottom-right-radius: 0px !important;
  }
  .border-bottom-left-radius-0-mobile {
    border-bottom-left-radius: 0px !important;
  }
  .mr-desktop-10-mobile-0 {
    margin-right: 0px!important;
  }
  .ml-desktop-10-mobile-0 {
    margin-left: 0px!important;
  }
  .ml-mobile-0 {
    margin-left: 0!important;
  }
  .mr-mobile-0 {
    margin-right: 0!important;
  }
  .d-block-mobile {
    display: block;
  }
  .margin-left-right-25 {
    margin: 15px;
  }
}
@media (min-width: 1220px) {
  #languagePrompt {
    right: calc(50% - 568px);
  }
}
@media only screen and (max-width: 1200px) {
  .quality-metrics-ai-iframe {
    height: 1450px;
  }
}
@media only screen and (max-width: 1079px) {
  .procyon-score-graphic {
    height: 960px;
  }
  .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: 804px) {
  .procyon-score-graphic {
    height: 1300px;
  }
}
@media only screen and (max-width: 480px) {
  .quality-metrics-ai-iframe {
    height: 1707px;
  }
  h1 {
    font-size: 24px;
    line-height: 1.2 !important;
  }
}
.migrationPopupOverlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.migrationPopupOverlay .migrationImage {
  background: url('images/ul-benchmarks-notice-red.png');
  background-size: auto 100%;
  height: 12rem;
}
.migrationPopupOverlay .migrationPopupWrapper {
  width: 32rem;
  background: white;
  position: absolute;
  left: 50%;
  margin-left: -16rem;
  top: 30%;
}
.migrationPopupOverlay .migrationPopupWrapper .migrationHeader {
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 15px;
}
.migrationPopupOverlay .migrationPopupWrapper .migrationButtons {
  text-align: center;
  padding-bottom: 30px;
}
.migrationPopupOverlay .migrationPopupWrapper .migrationButtons .migrationButton {
  padding: 10px;
  box-shadow: 1px 1px 3px -1px #000000;
  margin: 6px;
  background: white;
  color: #cb4f12;
  border-radius: 4px;
  display: block;
  float: left;
}
.migrationPopupOverlay .migrationPopupWrapper .migrationButtons .migrationButton.active {
  color: white;
  background: #cb4f12;
}
.migrationPopupOverlay .migrationPopupWrapper .migrationButtons .migrationButton:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
}
.migrationPopupOverlay .migrationPopupWrapper .migrationInfo {
  padding: 30px 40px;
  display: inline-block;
}
@media (max-width: 620px) {
  div.migrationPopupOverlay div.migrationPopupWrapper {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
    bottom: 0;
  }
  div.migrationPopupOverlay div.migrationImage {
    background-repeat: no-repeat;
    background-color: #B10820;
    background-position: center;
    background-size: 100%;
  }
}
@media (max-width: 500px) {
  div.migrationPopupOverlay div.migrationImage {
    height: 8rem;
  }
}
.sale-image-85 {
  background: #b10820 url("images/promotions/steam-sale-hero-85.png") no-repeat top right;
  height: 30vw;
  max-height: 300px;
  background-size: 100vw;
}
.sale-image-85 h1 {
  margin-left: 5vw;
  padding: 8vw 0 0 0;
  color: white;
  width: 60vw;
  max-width: 650px;
  font-weight: lighter;
  text-align: center;
  font-size: 3.5vw;
  line-height: 4.5vw;
}
.sale-image-60 {
  background: #b10820 url("images/promotions/steam-sale-hero-60.png") no-repeat top right;
  height: 30vw;
  max-height: 300px;
  background-size: 100vw;
}
.sale-image-60 h1 {
  margin-left: 5vw;
  padding: 8vw 0 0 0;
  color: white;
  width: 60vw;
  max-width: 650px;
  font-weight: lighter;
  text-align: center;
  font-size: 3.5vw;
  line-height: 4.5vw;
}
.language-right {
  float: right;
}
.sale-image-75-steel-nomad {
  background: #ffffff url("images/promotions/3dmark-steel-nomad-hero-1180x286.jpg") no-repeat top right;
  height: 30vw;
  max-height: 300px;
  background-size: 100vw;
}
.sale-image-75-steel-nomad h1 {
  margin-left: 5vw;
  padding: 8vw 0 0 0;
  color: white;
  width: 60vw;
  max-width: 650px;
  font-weight: lighter;
  text-align: center;
  font-size: 3.5vw;
  line-height: 4.5vw;
}
.sale-image-75 {
  background: #b10820 url("images/promotions/3dmark_sales_2023_10_25.jpg") no-repeat top right;
  height: 30vw;
  max-height: 300px;
  background-size: 100vw;
}
.sale-image-75 .title-sale {
  margin-left: 5vw;
  padding: 8vw 0 0 0;
  color: white;
  width: 60vw;
  max-width: 650px;
  font-weight: lighter;
  text-align: center;
  font-size: 3.5vw;
  line-height: 4.5vw;
  font-family: 'Lato', 'Droid Sans', sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .sale-image-75 {
    background-size: auto;
  }
  .sale-image-75 .title-sale {
    font-size: 38px;
    line-height: 53px;
  }
  .sale-image-75-steel-nomad {
    background-size: auto;
  }
  .sale-image-75-steel-nomad h1 {
    font-size: 38px;
    line-height: 53px;
  }
}
@media (min-width: 1000px) {
  .sale-image-75 .title-sale {
    padding-top: 22px;
  }
  .sale-image-75-steel-nomad h1 {
    padding-top: 22px;
  }
}
@media (max-width: 1100px) {
  .language-right {
    float: left;
  }
  #footer ul.footer-navi {
    display: block;
    padding: 34px 0 0 0px;
  }
  #footer .logo {
    margin: 25px 0px 0px 16px;
  }
}
@media (max-width: 1000px) {
  .sale-image-75 {
    background-image: none;
    position: relative;
  }
  .sale-image-75 h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
  }
}
