/* BEACHHEAD */
/* 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;
}
input::placeholder {
  color: #59595a;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"] {
  border: 1px solid #59595a;
}
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 #c5cccc;
  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;
  font-size: 16px;
}
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;
}
p {
  font-size: 16px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
video {
  width: 80%;
}
video::-webkit-media-controls-current-time-display {
  display: none;
}
*:focus {
  outline: 2px solid #000;
}
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 99999;
  padding: 1em;
  background-color: white;
  color: black;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translatex(-50%);
  opacity: 1;
  border: 1px solid black;
}
hidden {
  display: none;
}
/* 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: #007987;
  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 #cb4f12;
  -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;
}
.submitted {
  cursor: default;
  background: #f9ffee;
  color: #71c616;
}
.submitted:hover {
  cursor: default;
  background: #f9ffee;
  color: #71c616;
}
/* 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);
}
.block {
  display: block;
}
.position-absolute {
  position: absolute;
}
.position-absolute-desktop-relative-mobile {
  position: absolute;
}
.bottom-20 {
  bottom: 20px;
}
.left-0-right-0 {
  left: 0px;
  right: 0px;
}
.padding-0-20 {
  padding: 0 20px;
}
.scale-80 {
  transform: scale(0.8);
}
.justify-content-right {
  justify-content: right;
}
.justify-content-center {
  justify-content: center;
}
.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;
}
/* New digital colors (2020)
   ========================================================================== */
/* UPDATE */
/* UPDATE */
/* UPDATE to F8F8F8 For backgrounds  */
/* UPDATE to E4E4E4 For faint dividing borders  */
/* UPDATE to C6C6C6 Main grey, for form fields */
/* For grey fonts, dark dividers, and borders  */
/* For emphasis  */
/* For bold fonts to reduce contrast */
/* For icons  */
/* Old digital palette colors
   ==========================================================================
@ul-red1: #b10820;
@ul-red2: #850416;
@ul-red3: #5f3032;
@ul-yellow: #ffD451;
@ul-orange: #ef8200 ;
@ul-darkorange: #9E6214 ;
@ul-beige1: #CBC0B7;
@ul-beige2: #AB9C8F ;
@ul-beige3: #675545 ;
@ul-green1: #8FD400;
@ul-green2: #3D9B35;
@ul-green3: #235937;
@ul-aqua1: #55BAB7;
@ul-aqua2: #007987;
@ul-aqua3: #002B45;
@ul-bluegray1: #e9edf2;
@ul-bluegray2: #98a8bc;
@ul-gray1: #c5cccc;
@ul-gray2: #939898;
@ul-gray3: #333;
@scoreblue: #01b0cb;
*/
.ulredgradient {
  background: #85161a;
  background: linear-gradient(90deg, #85161a, #b10820);
  background: -webkit-linear-gradient(90deg, #85161a, #b10820);
}
.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='#fd7d16', 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 {
  background: #ededed;
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 44%, #ededed 69%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(44%, #ffffff), color-stop(69%, #ededed), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 44%, #ededed 69%, #efefee 100%);
  background: -o-linear-gradient(top, #efefef 0%, #ffffff 44%, #ededed 69%, #efefef 100%);
  background: -ms-linear-gradient(top, #efefef 0%, #ffffff 44%, #ededed 69%, #efefef 100%);
  background: linear-gradient(top, #efefef 0%, #ffffff 44%, #ededed 69%, #efefef 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ededed', endColorstr='#efefef', GradientType=0);
}
.whitebg {
  background: white;
}
.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-home-color {
  background-color: #f9f9fb !important;
}
.background-home-white {
  background-color: #ffffff !important;
}
.background-red {
  background-color: #CA0123 !important;
}
.OneLinkShow,
.OneLinkTxShow {
  display: none;
}
.auto-write {
  width: 100%;
}
.line-separator-grey-1 {
  height: 1px;
  border-bottom: 1px solid #dbdbdb;
}
.ai-text-generation-ul li {
  padding: 2px 0 2px 0;
}
.background-home {
  background: url('images/hero_1.png');
  background-size: cover;
  width: 100%;
  min-height: 300px;
  border-bottom-left-radius: 16px;
  background-position-x: 63%;
  border-top-left-radius: 16px;
}
.background-grey-wrapper {
  background-color: #c5cccc;
}
.no-box-shadow {
  box-shadow: none !important;
}
.no-border-radius {
  border-radius: 0!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;
}
.background-white {
  background-color: #ffffff !important;
}
.background-blu {
  background-color: #033355 !important;
}
.width100 {
  width: 100%!important;
}
.width80 {
  width: 80%!important;
}
/* font size
   ========================================================================== */
.f-32 {
  font-size: 2rem!important;
}
.f-28 {
  font-size: 1.75rem!important;
}
.f-20 {
  font-size: 1.25rem !important;
}
.f-18 {
  font-size: 1.125rem!important;
}
.font-cursive {
  font-style: italic;
}
.text-initial {
  text-transform: initial!important;
}
/* color
   ========================================================================== */
.color-white {
  color: #ffffff !important;
}
.color-blue {
  color: #005999;
}
.color-blue-patches {
  color: #58b9ff;
}
.color-blue-patches:hover {
  color: #ffffff;
}
/* border-radius
   ========================================================================== */
.border-radius-16 {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
}
.border-top-right-radius-16 {
  border-top-right-radius: 16px !important;
}
.border-bottom-right-radius-16 {
  border-bottom-right-radius: 16px !important;
}
.border-bottom-left-radius-0-mobile {
  border-bottom-left-radius: inherit;
}
.border-bottom-left-radius-16-mobile {
  border-bottom-left-radius: inherit;
}
.border-top-left-radius-16-mobile {
  border-top-left-radius: inherit;
}
.border-bottom-right-radius-16-mobile {
  border-bottom-right-radius: inherit;
}
.border-top-right-radius-16-mobile {
  border-top-right-radius: inherit;
}
.image-border-top-right-radius-16 {
  border-top-right-radius: 16px;
}
.image-border-bottom-right-radius-16 {
  border-bottom-right-radius: 16px;
}
.border-top-right-0-mobile {
  border-top-right-radius: 0px !important;
}
/* ==|== primary styles =====================================================

   ========================================================================== */
/* Global
   ========================================================================== */
#menuswapper {
  display: none;
}
html {
  overflow-y: auto;
}
html,
body {
  /*height:100%;*/
}
.container {
  margin: 0 auto;
  position: relative;
  min-width: 936px;
  max-width: 1200px;
}
.main {
  position: relative;
}
.wrapper {
  /*height:auto; margin-bottom:-@footerheight;*/
  padding-bottom: 40px;
  background-color: #c5cccc;
}
.push {
  /*height:@footerheight;*/
}
#footer {
  height: auto;
  background: #FFF;
}
#footer .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer a {
  color: #000;
  font-size: 1rem;
}
#footer h3 {
  color: #000;
  padding: 5px 0px !important;
  width: auto;
  font-weight: 600;
}
#footer h3 a {
  color: #000;
  padding: 5px 0px !important;
  font-size: 1.25rem;
  font-weight: 600;
}
#footer a:hover {
  color: #005999;
  text-decoration: none !important;
}
.footerpad {
  padding: 0px 15px;
}
.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 li {
  margin-bottom: 0.75rem !important;
}
.footerpad ul li {
  margin-left: 0;
}
.footerpad h3 {
  margin: 10px 0px;
  font-size: 16px;
}
.footerpad .footer-description {
  padding: 5px 10px 10px 0px;
}
#ul-global-footer .wwwulcom-footer-copyright p {
  color: #ffffff !important;
}
#ul-global-footer .wwwulcom-footer__bottom .wwwulcom-social-nav ul li::before {
  color: #ffffff;
}
.footer-languages-new a {
  color: #005999 !important;
}
.footer-languages-new a:hover {
  color: #000000 !important;
}
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: #007987;
}
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: #59b7b3;
  -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: #59b7b3;
}
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;
}
ul.menuleft {
  left: auto;
  right: 0;
}
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;
}
hr.white {
  background-color: white;
  height: 1px;
  border: 0;
}
.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='#fd7d16', 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='#fd7d16', GradientType=0);
  background: #fff;
  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 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.morevague:hover {
  background: #D3D3D3;
  text-decoration: none;
  color: #fff;
  filter: none;
}
a.morevague {
  background: #E6E6E6;
  color: #000;
  filter: none;
}
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='#fd7d16', 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 {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border: 0;
}
table.info th {
  text-align: left;
  font-weight: normal;
  color: #707575;
}
table.info th,
table.info td {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #c5cccc;
  padding: 4px;
  vertical-align: top;
}
table.plain {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border: 0;
}
table.plain th {
  text-align: left;
  font-weight: normal;
  color: #707575;
}
table.plain th,
table.plain td {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #c5cccc;
  padding: 6px;
  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;
}
.list-display-size {
  width: 76px;
  left: initial !important;
}
.barHolder.secondary {
  border: 1px solid #707575;
}
.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: #5b0428;
}
.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: #59b7b3;
}
.barScore {
  text-align: center;
  display: block;
  color: #FFF;
  margin: 0;
}
p.quote {
  padding: 10px 0px 10px 10px;
  border-top: 1px solid #e9edf2;
  border-bottom: 1px solid #e9edf2;
  font-style: italic;
}
p.cursive {
  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: #fff;
  width: 100%;
}
#header {
  position: relative;
  height: 3.5rem;
  min-height: initial;
  padding: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #D9D9D9;
}
#header .content {
  padding: 0 1rem;
}
#header .sitetitle,
#header .sitetitle a {
  color: #000;
  font-size: 1.2rem;
  line-height: 34px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding-top: 18px;
  margin-top: 0rem;
  position: relative;
  bottom: 0.25rem;
}
#header .sitetitle a:hover {
  text-decoration: none;
}
.defaultbox {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #fff;
  margin: 10px;
  position: relative;
  background-color: #f9f9fb !important;
}
.defaultbox.background-red {
  background-color: #CA0123 !important;
}
.defaultredbox {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ca0123;
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 4px #939898;
  -moz-box-shadow: 0px 0px 4px #939898;
  box-shadow: 0px 0px 4px #939898;
}
.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 {
  color: #fff;
}
.whitetext h2,
.whitetext h3,
.whitetext h4,
.whitetext h5 {
  color: #fff;
}
h1 + .defaultbox {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.defaultbox .graybg {
  -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: #f18a21;
  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='#fd7d16', 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: #f18a21;
}
.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% #f18a21;
  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% #f18a21;
  cursor: pointer;
}
.frontpagecontent {
  position: relative;
  z-index: 3000;
}
.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: 0.5rem;
  margin-left: 0.75rem;
  margin-right: 0;
}
.bread-crumb-ul {
  height: 22px;
  margin-left: 0;
  padding-left: 0;
}
.bread-crumb-ul li {
  margin-right: 10px;
  display: inline-block;
  text-transform: capitalize;
  color: #292929;
}
.bread-crumb-ul li:last-child {
  margin-right: 0px;
}
.bread-crumb-ul li a {
  text-transform: capitalize;
  color: #5F1017;
}
.bread-crumb-ul span.bread-crumb-ul-arrow {
  width: 8px;
  height: 9px;
  background: url('images/li-red.png');
  display: inline-block;
  margin-left: 10px;
}
.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: #f18a21;
}
.language_chinese:hover,
.language_english:hover {
  background: #fff;
}
.languagepalet a {
  color: #444;
  text-align: center;
}
.languagepalet a:hover {
  color: #f18a21;
  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: 'Open Sans', sans-serif;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.nav li a:hover {
  color: #f18a21;
  text-decoration: none;
}
.nav li.selected a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  color: #f18a21;
}
.nav li:first-child p {
  border-left: 1px solid #d9d9d9;
}
.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: 'Open Sans', sans-serif;
  font-weight: 300;
  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: #f18a21;
}
.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: #f18a21;
}
.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: #e9edf2;
}
.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='#fd7d16', GradientType=0);
  background: #f18a21;
  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: #cb4f12;
  filter: none;
}
.disabled {
  background: #98a8bc !important;
  color: #e9edf2 !important;
  border: 1px solid #98a8bc !important;
  cursor: default;
}
.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: #c5cccc;
  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: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 1px;
}
.typelisting h2 {
  margin-top: 0px;
  padding-top: 0px;
  color: #f18a21;
  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;
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 44%, #ededed 69%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(44%, #ffffff), color-stop(69%, #ededed), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 44%, #ededed 69%, #efefee 100%);
  background: -o-linear-gradient(top, #efefef 0%, #ffffff 44%, #ededed 69%, #efefef 100%);
  background: -ms-linear-gradient(top, #efefef 0%, #ffffff 44%, #ededed 69%, #efefef 100%);
  background: linear-gradient(top, #efefef 0%, #ffffff 44%, #ededed 69%, #efefef 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ededed', endColorstr='#efefef', GradientType=0);
  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;
}
.sorter {
  margin-top: 35px;
  margin-right: 25px;
  text-align: center;
}
.sorter li {
  color: #f18a21;
  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: #f18a21;
  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: #f18a21;
  margin-top: 55px;
  font-size: 35px;
  font-weight: normal;
  line-height: 64px;
}
.aboutusslideshow h4 {
  text-align: center;
  width: 100%;
  color: #f18a21;
  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='#fd7d16', 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 #f3f7fc;
  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: #f18a21;
  -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;
}
/* mirror box limit long names */
#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: #f18a21;
  -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');
}
/* Interface
   ========================================================================== */
.orangebottom {
  height: 20px;
  background: #f18a21;
  -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='#fd7d16', 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: #f18a21;
  -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
   ========================================================================== */
.opensans {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.opensans-light {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.opensans-semibold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.opensans-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.opensans-extrabold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}
textarea,
input,
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #444;
}
html {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 20px;
}
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}
h1 {
  line-height: 34px;
}
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: #707575;
}
.light-gray {
  color: #c5cccc;
}
.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;
}
.strike {
  text-decoration: line-through;
  color: #9d9d9d;
}
.split2 {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  text-align: top;
}
.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 {
  font-size: 30px;
  color: #5b0428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  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: #5b0428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  max-width: 800px;
  line-height: 37px;
  padding-top: 0px;
  margin-top: 0px;
}
.mainheader h1.full {
  max-width: none;
}
h1.mainheadernew {
  font-size: 36px;
  color: #5b0428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 10px 5px;
  margin: 0px 0px;
  border-width: 0px 0px 1px 0px;
  line-height: 1.2;
}
.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;
}
.pb40 {
  padding-bottom: 40px !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;
}
.m0auto {
  margin: 0 auto !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p20 {
  padding: 20px!important;
}
.p40 {
  padding: 40px !important;
}
.ph0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pt3 {
  padding-top: 3px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt50 {
  padding-top: 50px!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;
}
.p-desktop-40-mobile-20 {
  padding: 40px;
}
.pl0 {
  padding-left: 0!important;
}
.margin10 {
  margin: 10px;
}
.width120 {
  width: 120px;
}
.width350 {
  width: 350px!important;
}
.mr-desktop-10-mobile-0 {
  margin-right: 10px;
}
.ml-desktop-10-mobile-0 {
  margin-left: 10px;
}
.padding-20-0-20-0 {
  padding: 20px 0;
}
.mt10-desktop-auto-mobile {
  margin-top: 10px;
}
.top10-desktop-auto-mobile {
  top: 10px;
}
.bottom10-desktop-auto-mobile {
  bottom: 10px;
}
.bottom50-desktop-auto-mobile {
  bottom: 50px;
}
.img-centered {
  display: block;
  margin: 0 auto;
}
.mt-sm-35 {
  margin-top: 0px;
}
.min-height-0 {
  min-height: 0px !important;
}
.line-height-150 {
  line-height: 150%!important;
}
.inline-block {
  display: inline-block !important;
}
.procyon-score-graphic {
  height: 752px;
}
.quality-metrics-ai-iframe {
  height: 1470px;
}
.text-center {
  text-align: center;
}
.maxw25 {
  max-width: 25%;
}
.maxw33 {
  max-width: 33%;
}
.maxw100 {
  max-width: 100% !important;
}
.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;
}
.font-size-32 {
  font-size: 32px!important;
}
.f20 {
  font-size: 20px;
}
.f18 {
  font-size: 18px;
}
.f16 {
  font-size: 16px;
}
.display-inline {
  display: inline-block;
}
.display-block {
  display: block !important;
}
.hangingindent {
  padding-left: 21px ;
  text-indent: -21px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.nowrap {
  overflow: hidden;
}
.nomargin {
  margin: 0;
}
.nopadding {
  padding: 0!important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.allcaps {
  text-transform: uppercase;
}
.strong {
  font-weight: bold;
}
.noborder {
  border: none !important;
}
.no-background {
  background: transparent!important;
}
.d-block-mobile {
  display: none;
}
.d-block-desktop {
  display: block;
}
.no-padding.h100 {
  height: 100px;
}
.h150 {
  height: 150px;
}
.h170 {
  height: 170px;
}
.h200 {
  height: 200px;
}
.h300 {
  height: 300px;
}
.h320 {
  height: 320px;
}
.h350 {
  height: 350px;
}
.h370 {
  height: 370px;
}
.h400 {
  height: 400px;
}
.h500 {
  height: 500px;
}
.w-auto {
  width: auto;
}
.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;
}
.border-right-desktop-1-white {
  border-right: 1px solid #ffffff;
}
.border-bottom-mobile-1-white {
  border-bottom: 0px;
}
.newslist-accordion h4 {
  cursor: pointer;
  margin: 20px 0 0 0;
  padding: 0;
}
.newslist-accordion h4:hover,
.newslist-accordion h4.ui-state-active {
  color: #f18a21;
}
.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;
}
/*Table Sort Styles*/
.performancechart th.headerSortUp {
  background: url('images/ul-arrow-down.png') no-repeat;
  color: #ca0123;
  font-weight: bold !important;
}
.performancechart th.headerSortDown {
  background: url('images/ul-arrow-up.png') no-repeat;
  color: #ca0123;
  font-weight: bold !important;
}
.performancechart th.header {
  padding: 0 0 10px 0 !important;
  background-position: right 10px top 2px;
}
.performancechart td {
  padding-right: 1rem !important;
}
.blu-background-text-blu {
  background-color: #D8EAF7;
  border: 1px solid #0096FF;
  color: #08558A !important;
  padding: 5px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 85%;
  margin: 0 auto;
  box-sizing: border-box;
}
/*
    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');
}
/*
	Project Beachhead styles. Overwriting and extending Cooltown futuremark styles.
	NOTE: move into own .less file and include only in beachead > work withouth .beachhead
*/
.beachhead {
  /* Typography
		 ========================================================================== */

  /* headers and navigation
	================================================================= */

  /* ====================================================== */

}
.beachhead textarea,
.beachhead input,
.beachhead body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.beachhead html {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.beachhead h1.mainheader,
.beachhead h2.mainheader {
  color: #5b0428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.beachhead .mainheader h1 {
  color: #5b0428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.beachhead h1,
.beachhead h2,
.beachhead h3,
.beachhead h4,
.beachhead h5,
.beachhead h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 20px;
}
.beachhead p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 16px;
}
.beachhead .accent {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.beachhead .ulheader,
.beachhead #ulfooter {
  height: 2.5rem;
  padding: 0 0.5rem;
  background: #333333;
}
.beachhead .ulheader li,
.beachhead #ulfooter li,
.beachhead .ulheader span,
.beachhead #ulfooter span {
  display: inline-block;
  padding: 0 0.5rem;
}
.beachhead .ulheader span,
.beachhead #ulfooter span {
  padding: 0;
}
.beachhead .ulheader a.logo,
.beachhead #ulfooter a.logo {
  position: relative;
  top: 50%;
  transform: translatey(-50%);
}
.beachhead .ulheader a,
.beachhead #ulfooter a,
.beachhead .ulheader span,
.beachhead #ulfooter span {
  color: #c5cccc;
  font-size: 0.75rem;
  -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: 'Open Sans', sans-serif;
  font-weight: 300;
}
.beachhead .ulheader a:hover,
.beachhead #ulfooter a:hover {
  color: #fff;
  text-decoration: none;
}
.beachhead #ulfooter .container {
  padding-top: 0;
  position: relative;
  top: 50%;
  transform: translatey(-50%);
}
.beachhead .ulnav {
  position: relative;
  top: 50%;
  transform: translatey(-50%);
}
.beachhead .nav {
  padding: 0;
  margin: 2.8rem 0 0 0;
}
.beachhead .nav li {
  display: inline-block;
  padding: 0.5rem 0.1rem;
  line-height: 2rem;
}
.beachhead .nav li p {
  padding: 0.3rem 10px 0.3rem 10px;
  font-size: 1.25rem;
  color: #3e3e3e;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -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: 500;
  font-size: 1rem;
  width: auto;
  border: 1px solid #ffffff;
}
.beachhead .nav li a {
  padding: 0.5rem;
  font-size: 1rem;
  color: #3e3e3e;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  cursor: pointer;
  -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: 500;
}
.beachhead .nav li a:hover,
.beachhead .nav li a:active {
  color: #fff;
  text-decoration: none;
}
.beachhead .nav li ul {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 100;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: #fff;
  padding: 1.25rem 1.5rem 0.5rem 0.5rem;
  border: 1px solid #3e3e3e;
}
.beachhead .nav li ul li {
  display: block;
  float: none;
  padding: 0 0.5rem 0.5rem 0;
}
.beachhead .nav li ul li:hover {
  background-color: #ffffff;
}
.beachhead .nav li ul li a {
  text-transform: none;
  text-decoration: none;
  font-size: 1rem;
}
.beachhead .nav li ul li a:hover,
.beachhead .nav li ul li a:active {
  text-decoration: underline;
}
.beachhead .nav li ul li:hover a {
  color: #000000;
}
.beachhead nav li:active p {
  background-color: #ca0123;
}
.beachhead nav li:active p > ul {
  display: block;
  opacity: 1;
}
.beachhead .nav li:hover {
  cursor: pointer;
}
.beachhead .nav li:hover p {
  border-bottom: 2px solid #ca0123;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.beachhead .nav li.selected a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  color: #fff;
}
.beachhead a.more {
  background: #005999;
  color: #fff;
  border: 1px solid #005999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 10px;
  text-transform: uppercase;
  -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);
}
.beachhead a.morevague {
  background: #FFF;
  color: #000;
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 10px;
  text-transform: uppercase;
  -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);
}
.beachhead a.more:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 10px;
  text-transform: uppercase;
  -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);
}
.beachhead a.morevague:hover {
  background: #000;
  color: #FFF;
}
.beachhead a.morevague {
  color: #000;
}
.beachhead a.cta {
  background: #005999;
  color: #FFF;
  border: 1px solid #005999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 10px;
  text-transform: uppercase;
  -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);
}
.beachhead a.cta:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 10px;
  text-transform: uppercase;
  -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);
  text-decoration: none;
}
.beachhead a.ctawhite {
  background: white;
  color: #000;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 20px;
  border: 1px solid black;
}
.beachhead a.ctawhite:hover {
  background: #000;
  color: #fff;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid black;
}
.beachhead a.ctatransparent {
  background: transparent;
  color: #fff;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 20px;
}
.beachhead a.ctatransparent:hover {
  background: transparent;
  color: #fff;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  text-decoration: none;
  padding: 10px 20px;
  text-decoration: underline;
}
.beachhead a.ctablu {
  background: #005999;
  color: #fff;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 20px;
}
.beachhead a.ctablu:hover {
  background: #000;
  color: #fff;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  text-decoration: none;
  padding: 10px 20px;
}
.beachhead .filterwhite {
  background: white;
  color: #000;
  border: none;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  border-top: 1px solid #EAEAEA;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 20px;
  box-sizing: border-box;
}
.beachhead .filterwhite:hover {
  background: #005999;
  color: #fff;
  border: none;
  padding: 5px 10px;
  text-decoration: none;
  padding: 10px 20px;
  font-weight: 600;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  border-top: 1px solid #EAEAEA;
}
.beachhead .filterwhite.active {
  background: #005999;
  font-weight: 600;
  color: white;
  border-left: 1px solid #005999;
  border-right: 1px solid #005999;
  border-top: 1px solid #005999;
}
.beachhead a.ctared {
  background: #ca0123;
  color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 20px;
}
.beachhead a.ctared:hover {
  background: #fff;
  color: #ca0123;
  border-color: #ca0123;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  text-decoration: none;
  padding: 10px 20px;
}
.beachhead ul li {
  list-style-image: url('images/li-red.png');
}
.beachhead .button {
  height: 21px;
  box-sizing: initial;
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  background: #FFFFFF !important;
  border: 1px solid #ca0123;
  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: #ca0123;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
  text-transform: uppercase;
}
.beachhead .red {
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #ca0123;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  color: #ca0123;
  display: inline-block;
  padding: 5px 15px;
}
.beachhead .red:hover {
  background: #5b0428;
  color: #fff;
  border-color: #5b0428;
}
.beachhead select {
  padding: 7px 5px 6px 5px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #98a8bc;
  min-width: 100px;
  color: #98a8bc;
}
.beachhead .linker {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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: #ca0123;
}
.beachhead .emphasis {
  color: #5b0428;
}
.beachhead .graybg {
  background: #e9edf2;
}
.beachhead .redbg {
  background: #ca0123;
}
.beachhead .redbottom {
  height: 20px;
  background: #5b0428;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  background: #da6b13;
  background: -moz-linear-gradient(top, #850416 0%, #b10820 38%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #850416), color-stop(38%, #b10820));
  background: -webkit-linear-gradient(top, #ca0123 0%, #9d001a 38%);
  background: -o-linear-gradient(top, #ca0123 0%, #9d001a 38%);
  background: -ms-linear-gradient(top, #ca0123 0%, #9d001a 38%);
  background: linear-gradient(top, #ca0123 0%, #9d001a 38%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#850416', endColorstr='#b10820', GradientType=0);
}
/* Cookies trustArc */
#consent_blackbar {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
}
.newfilters {
  background: #c5cccc;
}
h4.year-link {
  cursor: pointer;
  text-decoration: underline;
  position: relative;
}
h4.year-link:not(:first-child) {
  border-top: 1px solid #ddd;
}
h4.year-link:after {
  position: absolute;
  right: 10px;
  content: url('images/li-red.png');
  transform: rotate(-90deg);
}
h4.year-link.open:after {
  content: url('images/li-red.png');
  transform: rotate(90deg);
  right: 5px;
}
.menu-icon {
  background: url('images/menu-icon-black.png') no-repeat !important;
  height: 40px;
  width: 40px;
  margin: 3px 10px !important;
  padding: 0 !important;
  background-size: 40px 40px !important;
}
.flex-desktop-block-mobile {
  display: flex;
}
.flex-50 {
  flex: 0 1 50%;
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-direction-row {
  flex-direction: row;
}
.flex-desktop-inline-grid-mobile {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.text-align-right-desktop-center-mobile {
  text-align: right;
}
/* Media queries for screen sizes and mobile
   ========================================================================== */
@media screen and (max-width: 450px) {
  #header .sitetitle a {
    font-size: 1.2rem !important;
  }
  #header .logo {
    width: 90px !important;
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  ul.nav.right li p {
    font-size: 0.875rem !important;
    padding: 0.3rem 10px 0.3rem 10px !important;
  }
  .content-filters {
    min-height: 450px;
  }
}
@media (min-width: 720px) and (max-width: 800px) {
  ul.nav.right li p {
    font-size: 0.875rem !important;
    padding: 0.3rem 4px 0.3rem 4px !important;
  }
  .content-filters {
    min-height: 530px;
  }
}
@media screen and (max-width: 1024px) {
  #footer a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  #header .logo {
    width: 120px;
  }
  #header .sitetitle,
  #header .sitetitle a {
    font-size: 1.2rem;
  }
  .beachhead .nav-wrapper {
    margin-top: 0rem !important;
    margin-left: 0.5rem !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 960px) {
  html,
  body,
  .container {
    max-width: 960px;
    min-width: 695px;
    width: 100%;
  }
  .mainarea .subnavigation li a {
    font-size: 14px;
  }
  .nav li a {
    font-size: 16px;
    padding: 10px 8px;
  }
  #header .logo {
    width: 90px;
  }
  .beachhead .language-button img {
    width: 25px !important;
    height: auto !important;
    padding: 0.5rem 10px !important;
  }
  .beachhead .nav-wrapper {
    margin-top: 0rem !important;
    margin-left: 0.5rem !important;
  }
}
@media only screen and (min-width: 720px) and (max-width: 960px) {
  #header .sitetitle,
  #header .sitetitle a {
    font-size: 1.2rem;
  }
  .filterwhite {
    margin-bottom: 0px;
  }
}
@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='#fd7d16', 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);
  }
  img.lg-70 {
    max-width: 70%;
  }
  img.lg-50 {
    max-width: 50%;
  }
}
@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;
  }
  #header .logo {
    float: left !important;
    margin: 0.5rem 1rem 0 0.75rem !important;
    width: 120px;
  }
  .header-logo-link {
    pointer-events: none;
    float: right;
  }
  #header {
    position: sticky;
    top: 0px;
    z-index: 10002;
    min-height: 48px;
    width: 100%;
  }
  .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;
  }
  #header .sitetitle,
  #header .sitetitle a {
    font-size: 1rem;
  }
  #menuswapper {
    position: absolute;
    top: 5px;
    left: 0;
    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='#fd7d16', 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;
    margin-left: 20px!important;
  }
  .sitetitle {
    float: left;
    margin-left: 70px;
  }
  .mainarea {
    padding-top: 0px;
    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: fixed;
    z-index: 10000;
    background: #ededed;
    top: 85px;
    height: auto;
    width: 100%;
    height: 100%;
    display: none;
    overflow-y: scroll;
    -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);
  }
  #footer.open {
    height: calc(100% - 85px);
    display: block;
  }
  #footer .ulopen {
    background: #fff;
  }
  #footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .left {
    float: none;
  }
  #footer ul ul {
    margin-left: 20px;
    display: block;
  }
  #footer a:hover {
    color: #939898;
    text-decoration: underline !important;
  }
  .footerpad ul ul {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footerpad ul ul li {
    font-size: 18px;
    background: url('images/li-grey.png') no-repeat right;
    margin-right: 10px;
  }
  .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/li-red.png') no-repeat right;
    color: #444444 !important;
  }
  .footerpad.subfooter h3 {
    margin-left: 0;
    background: none;
  }
  .footerpad.subfooter .footer-description {
    padding: 5px 10px 10px 0px;
  }
  .footerpad h3 a {
    padding: 5px 0px !important;
    display: inline-block;
    color: #444444 !important;
  }
  .footerpad .footer-description {
    padding: 5px 10px 10px 20px;
    width: auto;
  }
  .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;
  }
  .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 10px;
  }
  .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: absolute;
    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;
  }
  #ulfooter .right {
    display: none;
  }
  .beachhead #ulfooter {
    height: 6rem;
  }
  #menuswapper {
    margin: 1rem 1rem 0 0;
    color: #555;
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 48%, #cccccc 50%, #eeeeee 97%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(48%, #dddddd), color-stop(50%, #cccccc), color-stop(97%, #eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 48%, #cccccc 50%, #eeeeee 97%);
    background: -o-linear-gradient(top, #ffffff 0%, #dddddd 48%, #cccccc 50%, #eeeeee 97%);
    background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 48%, #cccccc 50%, #eeeeee 97%);
    background: linear-gradient(top, #ffffff 0%, #dddddd 48%, #cccccc 50%, #eeeeee 97%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fd8a2e', endColorstr='#fd7d16', GradientType=0);
  }
  .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;
  }
  .text-align-right-desktop-center-mobile {
    text-align: center;
  }
  .border-right-desktop-1-white {
    border-right: 0;
  }
  .border-bottom-mobile-1-white {
    border-bottom: 1px solid #ffffff;
  }
  .footerpad ul ul li.footer-languages-new {
    background: none;
  }
  .mt-sm-35 {
    margin-top: 35px;
  }
  .mobile-width-50 {
    width: 50%;
  }
  .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;
  }
  .bread-crumb-ul {
    height: auto;
  }
  .p-desktop-40-mobile-20 {
    padding: 20px;
  }
  .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;
  }
  .border-bottom-left-radius-16-mobile {
    border-bottom-left-radius: 16px !important;
  }
  .border-top-left-radius-16-mobile {
    border-top-left-radius: 16px !important;
  }
  .border-bottom-right-radius-16-mobile {
    border-bottom-right-radius: 16px !important;
  }
  .border-top-right-radius-16-mobile {
    border-top-right-radius: 16px !important;
  }
  .image-border-top-right-radius-0-mobile {
    border-top-right-radius: 0px !important;
  }
  .image-border-bottom-left-radius-16-mobile {
    border-bottom-left-radius: 16px !important;
  }
  .border-bottom-right-radius-0-mobile {
    border-bottom-right-radius: 0px !important;
  }
  .no-padding-mobile {
    padding: 0px;
  }
  .filterwhite {
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #EAEAEA!important;
  }
  .mr-desktop-10-mobile-0 {
    margin-right: 0px!important;
  }
  .ml-desktop-10-mobile-0 {
    margin-left: 0px!important;
  }
  .mt-mobile-20 {
    margin-top: 20px !important;
  }
  .flex-mobile {
    display: flex!important;
  }
  .flex-direction-column-reverse-mobile {
    flex-direction: column-reverse !important;
  }
  .beachhead .language-button img {
    border-left: 0;
  }
  .text-center-mobile {
    text-align: center;
  }
  .ml-mobile-0 {
    margin-left: 0!important;
  }
  .mr-mobile-0 {
    margin-right: 0!important;
  }
  .footerpad li {
    margin-bottom: 0rem !important;
  }
  .d-block-mobile {
    display: block;
  }
  .d-block-desktop {
    display: none;
  }
  .mr-mobile-10 {
    margin-right: 10px !important;
  }
  .width100 {
    width: auto!important;
  }
  .beachhead .filterwhite.active {
    -webkit-box-shadow: inset 0px 0px 0px 3px #005999;
    -moz-box-shadow: inset 0px 0px 0px 3px #005999;
    box-shadow: inset 0px 0px 0px 3px #005999;
    background: white;
    color: #000000;
  }
  .position-absolute-desktop-relative-mobile {
    position: relative;
  }
  .mt10-desktop-auto-mobile {
    margin-top: auto;
  }
  .beachhead .filterwhite {
    width: 48%;
    font-size: 0.875rem!important;
    padding: 10px 3px;
  }
  .no-padding-left-mobile {
    padding-left: 0 !important;
  }
  .blu-background-text-blu {
    width: 100%;
  }
  .benchmark-mobile-headline {
    display: inline-block;
  }
  .benchmark-mobile-headline .right {
    width: 100%;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 450px) {
  h1.mainheadernew {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .quality-metrics-ai-iframe {
    height: 1450px;
  }
  .bottom50-desktop-auto-mobile {
    bottom: 10px;
  }
}
@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;
  }
}
@media only screen and (max-width: 550px) {
  .f-12-mobile {
    font-size: 0.750rem!important;
  }
}
@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;
  }
}
#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: #fd7d16;
  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;
  }
  .menu-language a:hover {
    color: #939898 !important;
    text-decoration: underline;
  }
  .language-wrapper {
    display: none;
  }
  .background-home {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 0px;
  }
}
@media (min-width: 1220px) {
  #languagePrompt {
    right: calc(50% - 568px);
  }
}
.beachhead .language-wrapper {
  width: 100%;
  text-align: right;
  color: white;
  font-size: 0.8rem;
  padding-right: 0.75rem;
  box-sizing: border-box;
}
.beachhead .language-wrapper a {
  color: white;
  font-size: 0.8rem;
}
.beachhead .language-wrapper ~ .nav {
  margin-top: 1.5rem;
}
.beachhead .nav-wrapper {
  margin-top: 0rem;
  margin-left: 1rem;
}
.beachhead .language-button img {
  height: 2rem;
  margin: 0 auto !important;
  padding: 0.30rem 10px;
  border-left: 1px solid #d9d9d9;
}
.footerpad .language-wrapper {
  margin-bottom: 10px;
  text-align: left;
  margin-left: 20px;
}
.menu-language a:first-child {
  margin-left: 10px;
}
.menu-language a,
.menu-language span {
  font-size: 0.8rem !important;
  font-weight: normal !important;
  color: #939898 !important;
}
.menu-language a:hover {
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*  Commenting out while testing alternative fixes

.formtitanlightboxoverlay {
	z-index: 99998 !important;
}

.formtitanlightbox {
	z-index: 99999 !important;

}

@media (max-width: 500px) {
	.formtitanlightbox {
		padding: 0 !important;
		> div {
			overflow-y: hidden;
		}
	}
}
*/
.popupOverlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.popupOverlay .popupImage {
  background: #B10820;
  height: 12rem;
}
.popupOverlay .popupImage .popupImageText {
  color: white;
  text-align: center;
  position: absolute;
  top: 4rem;
  width: 100%;
  font-size: 3rem;
}
.popupOverlay .popupWrapper {
  width: 32rem;
  background: white;
  position: absolute;
  left: 50%;
  margin-left: -16rem;
  top: 30%;
}
.popupOverlay .popupWrapper .popupHeader {
  font-size: 1.2rem;
  text-align: center;
  padding: 0;
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: initial;
}
.popupOverlay .popupWrapper .popupText {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 1rem;
}
.popupOverlay .popupWrapper .popupButtons {
  padding: 10px 0 20px 0;
  display: flex;
  justify-content: space-around;
}
.popupOverlay .popupWrapper .popupButtons .popupButton {
  padding: 5px 10px;
  margin: 6px;
  background: white;
  color: #B10820;
  border-radius: 4px;
  border: 1px solid #B10820;
  display: block;
  float: left;
  text-transform: uppercase;
}
.popupOverlay .popupWrapper .popupButtons .popupButton:hover {
  background: #B10820;
  text-decoration: none;
  color: #fff;
}
.popupOverlay .popupWrapper .popupInfo {
  padding: 10px 30px;
  display: inline-block;
}
@media (max-width: 620px) {
  div.popupOverlay div.popupWrapper {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
    bottom: 0;
  }
  div.popupOverlay div.migrationImage {
    background-repeat: no-repeat;
    background-color: #B10820;
    background-position: center;
    background-size: 100%;
  }
}
@media (max-width: 500px) {
  div.popupOverlay div.migrationImage {
    height: 8rem;
  }
}
div.welcome {
  display: inline-block;
  width: 100%;
  height: 300px;
  background: #B10820;
  border-bottom: 1px solid #c5cccc;
}
div.welcome h1.welcome {
  color: white;
  position: absolute;
  top: 110px;
  font-size: 7em;
  text-align: center;
  width: 100%;
}
.sale-image {
  background: #b10820 url("images/promotions/steam-sale-hero-60.png") no-repeat top right;
  height: 30vw;
  max-height: 300px;
  background-size: 100vw;
}
.sale-image 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;
}
@media (min-width: 1200px) {
  .sale-image {
    background-size: auto;
  }
  .sale-image h1 {
    font-size: 42px;
    line-height: 53px;
  }
}
@media (min-width: 1000px) {
  .sale-image h1 {
    padding-top: 80px;
  }
}
/* Tabbed content */
input.tab-input {
  display: none;
}
label.tab-label {
  display: inline-block;
  background: white;
  padding: 15px 25px;
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px 4px 0 0;
}
label.tab-label:hover {
  cursor: pointer;
}
input.tab-input:checked + label.tab-label {
  background: #B10820;
  color: #fff;
}
.tab-content {
  display: inline-block;
  width: 100%;
}
.tab-content > div {
  display: none;
  border-top: 2px solid #B10820;
}
.tab-label[for="tab1"] {
  margin-left: 10px;
}
#tab1:checked ~ .tab-content #tab-content-1,
#tab2:checked ~ .tab-content #tab-content-2,
#tab3:checked ~ .tab-content #tab-content-3,
#tab4:checked ~ .tab-content #tab-content-4,
#tab5:checked ~ .tab-content #tab-content-5,
#tab6:checked ~ .tab-content #tab-content-6,
#tab7:checked ~ .tab-content #tab-content-7,
#tab8:checked ~ .tab-content #tab-content-8,
#tab9:checked ~ .tab-content #tab-content-9,
#tab10:checked ~ .tab-content #tab-content-10 {
  display: block;
}
/* New careers page */
.careers .slick-prev,
.careers .slick-next {
  font-size: 12px;
}
.careers .inline {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.careers .career-button {
  color: white;
  background: #ca0123;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin: 1rem auto 0 auto;
}
.careers .highlight {
  color: #ca0123;
  font-weight: bold;
}
.careers .points .cb-img {
  display: block;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  height: 10rem;
}
.careers .points .cb-img.social {
  background: url('images/careers/social.svg') no-repeat center/auto 50% #ffc62f;
}
.careers .points .cb-img.ribbon {
  background: url('images/careers/ribbon.svg') no-repeat center/auto 50% #ffc62f;
}
.careers .points .cb-img.people_group {
  background: url('images/careers/people_group.svg') no-repeat center/auto 50% #ffc62f;
}
.careers .points .cb-img.global {
  background: url('images/careers/global.svg') no-repeat center/auto 50% #f18a21;
}
.careers .points .cb-img.lightbulb {
  background: url('images/careers/lightbulb.svg') no-repeat center/auto 45% #f18a21;
}
.careers .points .cb-img.handshake {
  background: url('images/careers/handshake.svg') no-repeat center/auto 35% #f18a21;
}
.careers .points .round-img {
  display: block;
  border-radius: 4px;
  padding: 1rem;
  height: 2.5rem;
  width: 2.5rem;
  margin: 0 auto;
}
.careers .points .round-img.laptop {
  background: url('images/careers/laptop.svg') no-repeat center/50% #ca0123;
}
.careers .points .round-img.rocket {
  background: url('images/careers/rocket.svg') no-repeat center/35% #ca0123;
}
.careers .points .round-img.lock {
  background: url('images/careers/lock.svg') no-repeat center/50% #ca0123;
}
.careers .points .round-img.checkbox {
  background: url('images/careers/checkbox.svg') no-repeat 65% center/50% #ca0123;
}
.careers .points .round-img.safety {
  background: url('images/careers/safety.svg') no-repeat center/auto 50% #ca0123;
}
.careers .points .round-img.star {
  background: url('images/careers/star.svg') no-repeat center/50% #5b0428;
}
.careers .points .round-img.retail {
  background: url('images/careers/retail.svg') no-repeat center/50% #5b0428;
}
.careers .points .round-img.bicycle {
  background: url('images/careers/bicycle.svg') no-repeat center/50% #5b0428;
}
.careers .points .round-img.speedometer {
  background: url('images/careers/speedometer.svg') no-repeat center/50% #661a29;
}
.careers .points .round-img.open_book {
  background: url('images/careers/open_book.svg') no-repeat center/50% #661a29;
}
.careers .points .round-img.group {
  background: url('images/careers/group.svg') no-repeat center/50% #661a29;
}
.careers .points .round-img img {
  height: 2rem;
  display: block;
  margin: 0 auto;
  max-width: 1.5rem;
  max-height: 1.5rem;
}
.careers .points p {
  margin: 1rem 1rem 0 1rem;
}
.careers .positions {
  width: 100%;
}
.careers .positions a {
  margin-top: 0.5rem;
  display: block;
}
.careers .positions .highlight {
  font-weight: bold;
  margin-left: 1rem;
}
.careers .ticker-message {
  padding-bottom: 0;
}
.careers .ticker-message p {
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #ddd;
  border-bottom: none;
}
.careers .carousel img {
  height: 10rem;
  padding: 0 0.25rem;
}
.careers .careers-application-button.hide {
  display: none;
}
.careers .careers-application-form.hide,
.careers .careers-application-form .hide {
  display: none;
}
.careers .careers-application-form h2 {
  margin-bottom: 1.5rem;
}
.careers .careers-application-form h3 {
  margin-top: 1rem;
  font-size: 1rem;
}
.careers .careers-application-form input,
.careers .careers-application-form select {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 3px;
  border: 1px solid #98a8bc;
  width: calc(100% - 1rem);
  box-sizing: border-box;
}
.careers .careers-application-form input:disabled,
.careers .careers-application-form select:disabled {
  background: #98a8bc !important;
  color: #e9edf2 !important;
  border: 1px solid #98a8bc !important;
  cursor: default !important;
}
.careers .careers-application-form p {
  margin: 0.5rem 0;
}
.careers .careers-application-form p.disclaimer {
  margin-top: 2rem;
}
.careers .careers-application-form .error,
.careers .careers-application-form .email-error {
  color: red;
  font-size: 0.8rem;
}
.careers .careers-application-form .invalid {
  border: 1px solid red;
}
.disclaimer {
  margin-top: 1rem;
  color: #939898;
  font-size: 0.8rem;
}
/*
.circle {
	width: 2.25rem;
	height: 2.25rem;
	background: #ef8200;
	padding: 0.75rem;
	border-radius: 100%;
	margin: 0 auto;
}

.circle.big {
	width: 6rem;
	height: 8rem;
	padding: 0rem 1rem;
}

.circle img {
	width: 100%;
}
*/
.flex {
  display: flex;
}
.flex-middle {
  align-self: center;
}
.flex-vertical-center {
  align-items: center;
}
.box-sizing-border-box {
  box-sizing: border-box;
}
/* Marketo forms */
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay.light {
  background: rgba(255, 255, 255, 0.5);
}
.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 25px auto;
  padding: 0 10px 30px 30px;
  background: #e9edf2;
  border: 1px solid #666;
  width: 430px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}
.light .popup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.popup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 0;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}
.popup .close:hover {
  opacity: 1;
}
.popup .ulformcontent {
  max-height: 1000px;
  overflow: auto;
}
A.lightboxBenchmarks {
  padding: 10px;
  background: #fff;
  color: #850416;
  border: 1px solid #850416;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
}
.mktoModalMain {
  width: 100% !important;
}
.mktoModal .mktoModalContent {
  background: #e9edf2 !important;
}
/* Marketo forms */
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay.light {
  background: rgba(255, 255, 255, 0.5);
}
.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 25px auto;
  padding: 0 10px 30px 30px;
  background: #e9edf2;
  border: 1px solid #666;
  width: 430px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}
.light .popup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.popup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 0;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}
.popup .close:hover {
  opacity: 1;
}
.popup .ulformcontent {
  max-height: 1000px;
  overflow: auto;
}
A.lightboxBenchmarks {
  padding: 10px;
  background: #fff;
  color: #850416;
  border: 1px solid #850416;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
}
.mktoModalMain {
  width: 100% !important;
}
.mktoModal .mktoModalContent {
  background: #e9edf2 !important;
}
.beachhead {
  line-height: 0;
}
.beachhead > * {
  line-height: 21px;
}
.mktoLabel {
  width: 40% !important;
}
.mktoField {
  width: calc(50%) !important;
}
.mktoFormCol {
  position: relative;
  width: 500px;
}
.mktoFieldWrap {
  width: 100% !important;
}
.mktoAsterix {
  width: 10px;
}
button#onetrust-accept-btn-handler {
  background: #ca0123 !important;
  border-color: #ca0123 !important;
}
.licensekeyinput {
  width: 100%;
  margin-top: 0.5rem;
}
.credential-label {
  display: inline-block;
  width: 100px;
}
/* Notification css */
.notification {
  border-radius: 3px;
  margin: 0;
  border: 1px solid #ffd324;
  background: #fff6bf;
  display: inline-block;
  padding: 5px 10px;
  color: #333;
}
.error {
  background: none repeat scroll 0 0 #fbe3e4;
  border-color: #fbc2c4;
  color: #8a1f11;
}
.notification.info {
  background: none repeat scroll 0 0 #e3f1fb;
  border-color: #8dc6ff;
  color: #2570ae;
  display: flex;
}
.notification:empty {
  display: none;
}
.embedded #onetrust-consent-sdk,
.embedded #ulfooter,
.embedded #footer,
.embedded #header,
.embedded #GNaaS,
.embedded #ul-global-footer {
  display: none !important;
}
.embedded h1 {
  color: #E36A2F !important;
  font-size: 36px;
}
.embedded th a.selected,
.embedded a.selected {
  color: #E36A2F;
  border-color: #E36A2F;
}
.embedded #search:focus {
  border-color: #E36A2F;
}
.embedded a.more {
  color: #E36A2F;
  border-color: #E36A2F;
}
.embedded a.more:hover {
  background: #E36A2F;
  border-color: #E36A2F;
}
