/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Global Styles */
html {
  min-height: 100%;
  background: #282f39 repeat center top;
}
body {
  padding: 78px 0 0 0;
  background: none;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
}
@media (min-width: 1025px) {
  html {
    background-image: url('../common/background-scene4.jpg');
  }
}
a {
  color: #0066cc;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.content:visited {
  color: #004c99;
}
a.content:active,
a.content:hover {
  color: #007fff;
}
a.content:hover {
  text-decoration: underline;
}
a.internal {
  border-bottom: 1px dotted #0066cc;
  text-decoration: none;
}
a.internal:active,
a.internal:hover {
  color: #007fff;
}
::selection {
  color: #ffffff;
  background: #e58517;
}
::-moz-selection {
  color: #ffffff;
  background: #e58517;
}
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0;
  font-weight: bold;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}
h2.label {
  font-family: 'Hybrea', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #e65c00;
  text-transform: uppercase;
}
h4.label {
  font-family: 'Hybrea', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #e65c00;
  text-transform: uppercase;
}
h6.label {
  font-size: 11px;
  color: #e65c00;
  text-transform: uppercase;
}
.clearer,
.clear {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.hidden {
  display: none;
}
.zero {
  height: 0;
  line-height: 0;
}
hr.clear {
  height: 0;
  margin: 0;
  border: none;
}
hr.double-dotted {
  height: 0;
  margin: 0;
  padding: 1px 0 0 0;
  border: 1px dotted #e65c00;
  border-left: none;
  border-right: none;
}
.spinner {
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  font-size: 32px;
  color: #919ca7;
  cursor: wait;
}
.black {
  color: #000000;
}
.blue {
  color: #0066cc;
}
.orange {
  color: #e65c00;
}
.grey {
  color: #525c66;
}
.light-grey {
  color: #8fa1b3;
}
.dark-grey {
  color: #475766;
}
.bullet {
  font-size: 0.1px;
  line-height: 0.1px;
  color: transparent;
}
.bullet:before {
  display: inline-block;
  content: '';
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  behavior: url(/lib/PIE.htc);
  height: 12px;
  width: 12px;
  margin-right: 2px;
  background-color: #8fa1b3;
}
.page-boundary {
  width: 1288px;
  margin: auto;
}
@media (max-width: 1024px) {
  .page-boundary {
    width: 968px;
  }
}
.page {
  position: relative;
  z-index: 0;
  float: left;
  width: 968px;
  min-height: 800px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000000;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
  behavior: url(/lib/PIE.htc);
}
.page .title-bar {
  padding: 0 20px;
  height: 40px;
  overflow: hidden;
  -moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  behavior: url(/lib/PIE.htc);
  background: #d7dbde url('../common/title-bar-background.png') repeat-x 0 0;
  background: -moz-linear-gradient(top, #edf0f2 0%, #d7dbde 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edf0f2), color-stop(100%, #d7dbde));
  background: -webkit-linear-gradient(top, #edf0f2 0%, #d7dbde 100%);
  background: -o-linear-gradient(top, #edf0f2 0%, #d7dbde 100%);
  background: -ms-linear-gradient(top, #edf0f2 0%, #d7dbde 100%);
  background: linear-gradient(to bottom, #edf0f2 0%, #d7dbde 100%);
}
.page .title-bar h1 {
  float: left;
  height: 40px;
  margin: 0;
  font-family: 'Hybrea', sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 42px;
  color: #525c66;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page .title-bar h1 strong {
  font-weight: 400;
}
.page .title-bar h1 a {
  color: #525c66;
}
.page .title-bar .social-button {
  float: right;
  height: 40px;
  font-size: 11px;
}
.page .title-bar .social-button.facebook {
  width: 90px;
  height: 20px;
  padding: 10px 10px 10px 0;
}
.page .title-bar .social-button.twitter {
  width: 142px;
  height: 20px;
  padding: 10px 10px 10px 0;
}
.page .title-bar .social-button.rss {
  font-size: 20px;
  line-height: 40px;
  padding: 0 0 0 10px;
}
.page .title-bar .social-button.rss a {
  color: #afb1b3;
}
.page .title-bar .social-button.rss a:hover {
  color: #ff761a;
  text-decoration: none;
}
.page .title-bar + .grid-slice > .grid-row:first-child {
  border-top: 1px solid #ffffff;
}
#pageContainer {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}
.grid-slice {
  clear: both;
}
.grid-col {
  float: left;
  width: 322px;
  border-right: 1px solid #ebedf0;
}
.grid-col.left {
  float: left;
}
.grid-col.right {
  float: right;
  border-right: none;
}
.grid-col.double {
  width: 645px;
}
.grid-col .grid-row:first-child {
  border-top: none;
}
.grid-col.left-border {
  border-left: 1px solid #ebedf0;
  margin-left: -1px;
}
.grid-row {
  clear: both;
  border-top: 1px solid #ebedf0;
}
.center-vertical {
  display: table-cell;
  vertical-align: middle;
}
.grid-row.body-content {
  padding: 20px;
  font-size: 14px;
  line-height: 16px;
}
.grid-row.body-content.large {
  padding: 40px;
  font-size: 16px;
  line-height: 24px;
}
.grid-row.body-content p {
  margin: 0 0 10px 0;
}
.grid-row.body-content strong,
.grid-row.body-content b {
  font-weight: bold;
}
.grid-row.body-content em,
.grid-row.body-content i {
  font-style: italic;
}
.avt-placement > div > iframe {
  display: block;
}
#layoutTopBanner {
  margin: 20px auto;
}
#layoutTopBanner .avt-placement {
  min-height: 90px;
}
@media (max-width: 1024px) {
  #layoutTopBanner .avt-placement {
    width: 968px;
    overflow: hidden;
  }
}
#layoutTopBanner .avt-placement > div > iframe {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
  behavior: url(/lib/PIE.htc);
}
#layoutTopBanner .avt-placement > div > iframe:hover {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.33), 0 0 10px rgba(0, 128, 255, 0.8);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.33), 0 0 10px rgba(0, 128, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.33), 0 0 10px rgba(0, 128, 255, 0.8);
}
#layoutTopBanner.fixed .avt-placement {
  position: fixed;
  z-index: 2;
  left: 50%;
  bottom: 10px;
  margin: 0 0 0 -500px;
}
@media (max-width: 1024px) {
  #layoutTopBanner.fixed .avt-placement {
    margin-left: -484px;
  }
}
#layoutTopBanner.fixed .avt-placement > div > iframe {
  margin: 0;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  behavior: url(/lib/PIE.htc);
}
#layoutTopBanner.fixed .avt-placement > div > iframe:hover {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33), 0 0 5px rgba(0, 128, 255, 0.8);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33), 0 0 5px rgba(0, 128, 255, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.33), 0 0 5px rgba(0, 128, 255, 0.8);
}
#layoutSidebar {
  float: right;
  width: 300px;
  margin: 0;
}
@media (max-width: 1024px) {
  #layoutSidebar {
    display: none;
  }
}
#layoutSidebar .avt-placement > div > iframe {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
  behavior: url(/lib/PIE.htc);
}
#layoutSidebar .avt-placement > div > iframe:hover {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.33), 0 0 10px rgba(0, 128, 255, 0.8);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.33), 0 0 10px rgba(0, 128, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.33), 0 0 10px rgba(0, 128, 255, 0.8);
}
#layoutSidebar .sponsor-logos {
  position: absolute;
  bottom: 0;
  width: 280px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.33);
}
#homePage + #layoutSidebar .sponsor-logos {
  bottom: auto;
  top: 1200px;
}
#layoutSidebar .sponsor-logos h6 {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
#layoutSidebar .sponsor-logos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#layoutSidebar .sponsor-logos ul li {
  margin: 10px 0 0 0;
  padding: 0;
}
#layoutSidebar .sponsor-logos ul li a {
  display: block;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  transition: border-color 0.2s ease-out;
}
#layoutSidebar .sponsor-logos ul li a img {
  opacity: 0.75;
  vertical-align: middle;
  transition: opacity 0.2s ease-out;
}
#layoutSidebar .sponsor-logos ul li a:hover {
  border-color: rgba(255, 255, 255, 0.25);
}
#layoutSidebar .sponsor-logos ul li a:hover img {
  opacity: 1;
}
.grid-row.avt-mr {
  width: 300px;
  min-height: 250px;
  padding: 11px;
  background: #ffffff url('../common/diagonal-stripes-grey.png') repeat 0 0;
}
.grid-row.avt-mr .avt-placement > div > iframe {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  behavior: url(/lib/PIE.htc);
}
.grid-row.avt-mr .avt-placement > div > iframe:hover {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33), 0 0 5px rgba(0, 128, 255, 0.8);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33), 0 0 5px rgba(0, 128, 255, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.33), 0 0 5px rgba(0, 128, 255, 0.8);
}
#panoramaLeft {
  position: fixed;
  display: block;
  top: 0;
  right: 50%;
  width: 50%;
  height: 100%;
  margin-right: 660px !important;
}
#panoramaRight {
  position: fixed;
  display: block;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  margin-left: 660px !important;
}
.feature {
  display: block;
  position: relative;
}
.feature.xl,
.feature.l {
  background: #ebedf0 no-repeat center center;
  -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.25);
  behavior: url(/lib/PIE.htc);
}
.feature.xl {
  width: 645px;
  height: 301px;
  background-size: 650px 305px;
}
.feature.l {
  width: 322px;
  height: 150px;
  background-size: 322px 150px;
}
.feature.s {
  width: 282px;
  margin: 20px;
  background-size: 80px 65px;
}
.feature.text {
  padding: 20px;
  height: 232px;
}
.feature.text.text-large {
  height: 505px;
}
.feature a.container {
  display: block;
  width: 100%;
  height: 100%;
}
.feature.xl a.container:hover {
  -moz-box-shadow: inset 0 0 100px rgba(0, 102, 204, 0.5);
  -webkit-box-shadow: inset 0 0 100px rgba(0, 102, 204, 0.5);
  box-shadow: inset 0 0 100px rgba(0, 102, 204, 0.5);
  behavior: url(/lib/PIE.htc);
}
.feature.l a.container:hover {
  -moz-box-shadow: inset 0 0 60px rgba(0, 102, 204, 0.5);
  -webkit-box-shadow: inset 0 0 60px rgba(0, 102, 204, 0.5);
  box-shadow: inset 0 0 60px rgba(0, 102, 204, 0.5);
  behavior: url(/lib/PIE.htc);
}
.feature .title-overlay {
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  -webkit-font-smoothing: antialiased;
}
.feature .title-overlay .type {
  display: block;
  float: left;
  clear: both;
  padding: 1px 14px 1px 20px;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  background: #e65c00;
  text-transform: uppercase;
}
.feature .title-overlay .title {
  display: block;
  float: left;
  clear: both;
  margin: 0;
  padding: 8px 14px 8px 20px;
  color: #ffffff;
  font-family: 'Hybrea', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  behavior: url(/lib/PIE.htc);
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
}
.feature.xl .title-overlay .title {
  max-width: 500px;
  font-family: 'Hybrea', sans-serif;
  font-size: 28px;
  line-height: 28px;
}
.feature.l .title-overlay .title {
  max-width: 250px;
}
.feature .title-overlay .abstract {
  display: block;
  float: left;
  clear: both;
  padding: 5px 14px 5px 20px;
  color: #c0c6cc;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  behavior: url(/lib/PIE.htc);
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.feature.xl .title-overlay .abstract {
  font-size: 14px;
  line-height: 14px;
}
.feature.s .attrs,
.feature.text .attrs {
  font-size: 11px;
}
.feature.s .type,
.feature.text .type {
  font-weight: bold;
  color: #e65c00;
  padding-right: 20px;
  text-transform: uppercase;
}
.feature.s time,
.feature.text time {
  color: #606366;
}
.feature.s .image {
  float: left;
  margin: 0 12px 0 0;
}
.feature.s .image a,
.feature.s .image img {
  display: block;
}
.feature.s .image img {
  border: 1px solid #ebedf0;
  font-size: 11px;
}
.feature.s .container {
  float: left;
  width: 188px;
  padding: 0;
}
.feature.s.no-image .container {
  width: 282px;
}
.feature.s .attrs {
  padding: 2px 0 0 0;
}
.feature.s .title {
  margin: 5px 0 3px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.feature.s .abstract {
  font-size: 11px;
  color: #606366;
}
.feature.text {
  overflow: hidden;
  background: #ffffff;
}
.feature.text .title {
  margin: 8px 0;
  font-family: 'Hybrea', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
.feature.text .title a {
  color: #000000;
}
.feature.text .title a:hover {
  color: #0066cc;
  text-decoration: none;
}
.feature.text.text-large .title {
  font-family: 'Hybrea', sans-serif;
  font-size: 30px;
  line-height: 32px;
}
.feature.text .extract {
  font-size: 13px;
  line-height: 15px;
}
.feature.text .extract p {
  margin: 8px 0 0 0;
}
.feature.text .extract .image {
  display: block;
  position: relative;
  float: right;
  margin: 0 0 5px 10px;
  border: 1px solid #ebedf0;
}
.feature.text .extract .image a {
  display: block;
}
.feature.text .extract .image img {
  display: block;
  background: #ebedf0 no-repeat center center;
  -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
  behavior: url(/lib/PIE.htc);
  font-size: 11px;
}
.feature.text .extract .bullet:before {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/lib/PIE.htc);
  height: 10px;
  width: 10px;
}
.feature.text.text-large .extract .image {
  float: none;
  margin: 10px 0;
}
.feature.text.text-large .extract .image img {
  width: 100%;
}
.feature .comments-count {
  position: absolute;
}
.feature.xl .comments-count,
.feature.l .comments-count {
  top: 8px;
  right: 10px;
  width: 24px;
  height: 24px;
}
.feature.xl .comments-count .button-icon,
.feature.l .comments-count .button-icon {
  font-size: 24px;
}
.feature.xl .comments-count .count,
.feature.l .comments-count .count {
  font-size: 11px;
  line-height: 22px;
}
.feature.s .comments-count {
  top: 0;
  right: 0;
}
.feature.text .comments-count {
  top: 16px;
  right: 20px;
}
.feature .fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 66%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(66%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 66%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 66%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 66%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  pointer-events: none;
}
form.sheet {
  padding: 10px 20px;
}
fieldset {
  clear: left;
  margin: 0;
}
fieldset + fieldset {
  margin-top: 10px;
  border-top: 1px dotted #8fa1b3;
  padding-top: 15px;
}
.form-row {
  clear: left;
  margin: 10px 0;
}
.form-row:first-child {
  margin-top: 0;
}
.form-label {
  display: block;
  float: left;
  width: 140px;
  margin: 0 20px 0 0;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color: #000000;
}
.form-label.above {
  float: none;
  margin: 5px 0 2px 0;
  font-size: 12px;
  line-height: 14px;
  color: #525c66;
  text-transform: uppercase;
}
.form-widget {
  float: left;
  position: relative;
}
.form-widget.text input,
.form-widget.password input,
.form-widget.email input,
.form-widget.number input,
.form-widget select,
.form-widget .selectBox-dropdown,
.form-widget textarea {
  position: relative;
  z-index: 1;
  border: 1px solid #ff9933;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 250px;
  height: 20px;
  padding: 5px 10px;
  margin: 0;
  background: #ffffff;
  -moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
  behavior: url(/lib/PIE.htc);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
}
.form-widget.text input:focus,
.form-widget.password input:focus,
.form-widget.email input:focus,
.form-widget.number input:focus,
.form-widget select:focus,
.form-widget .selectBox-dropdown:focus,
.form-widget textarea:focus,
.form-widget.text input.focused,
.form-widget.password input.focused,
.form-widget.email input.focused,
.form-widget.number input.focused,
.form-widget select.focused,
.form-widget .selectBox-dropdown.focused,
.form-widget textarea.focused {
  z-index: 2;
  border-color: #e65c00;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), 0 0 4px #ff9933;
  -moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), 0 0 4px #ff9933;
  -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), 0 0 4px #ff9933;
  outline: none;
}
.form-widget.text input:hover,
.form-widget.password input:hover,
.form-widget.email input:hover,
.form-widget.number input:hover,
.form-widget select:hover,
.form-widget .selectBox-dropdown:hover,
.form-widget textarea:hover {
  border-color: #ff8000;
}
.form-widget textarea {
  height: 5em;
  font-weight: normal;
}
.form-widget select {
  width: 100px;
  height: 20px;
  padding: 5px 10px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.form-widget label.overprint {
  display: block;
  position: absolute;
  top: 0;
  z-index: 3;
  cursor: text;
  margin: 1px;
  padding: 0 10px;
  font-size: 14px;
  color: #525c66;
  line-height: 30px;
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  pointer-events: none;
}
.form-widget label.overprint .prefix,
.form-widget label.overprint .suffix {
  color: #000000;
  font-weight: bold;
}
.form-widget label.overprint .prefix {
  float: left;
  margin-right: 0.5em;
}
.form-widget label.overprint .suffix {
  float: right;
}
.form-widget label.overprint .overprint {
  float: left;
  white-space: nowrap;
}
.form-widget .tip {
  display: block;
  position: absolute;
  z-index: 4;
  margin: 0 0 0 10px;
  width: 250px;
  padding: 9px 10px;
  border: 1px solid #c8c890;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  color: #000000;
  -moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  behavior: url(/lib/PIE.htc);
  font-size: 11px;
  line-height: 12px;
  background: #ebeb99;
}
.form-widget .tip .tip-arrow {
  display: block;
  position: absolute;
  left: -6px;
  top: 10px;
  width: 6px;
  height: 12px;
  background: url('../images/common/form-tip-arrow.png') no-repeat 0 0;
}
.form-widget ul.checkboxes {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
.form-widget ul.checkboxes li {
  clear: both;
  margin: 0;
  padding: 0;
}
.form-widget ul.checkboxes input {
  float: left;
}
.form-widget ul.checkboxes .form-label {
  float: left;
  width: auto;
  margin: 0 0 0 10px;
  padding: 0;
  font-weight: normal;
}
.form-widget.compound input,
.form-row.composite input,
.form-widget.compound select,
.form-row.composite select,
.form-widget.compound .selectBox-dropdown,
.form-row.composite .selectBox-dropdown,
.form-widget.compound textarea,
.form-row.composite textarea {
  margin-right: -1px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  behavior: url(/lib/PIE.htc);
}
.form-row.composite .controls .form-widget:first-child input,
.form-row.composite .controls .form-widget:first-child select,
.form-row.composite .controls .form-widget:first-child .selectBox-dropdown,
.form-row.composite .controls .form-widget:first-child textarea {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  behavior: url(/lib/PIE.htc);
}
.form-row.composite .controls .form-widget:last-child input,
.form-row.composite .controls .form-widget:last-child select,
.form-row.composite .controls .form-widget:last-child .selectBox-dropdown,
.form-row.composite .controls .form-widget:last-child textarea {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  behavior: url(/lib/PIE.htc);
}
.button {
  display: block;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #b8bdc2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/lib/PIE.htc);
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #0066cc;
  background: #f7f9fa;
  background: -moz-linear-gradient(top, #f7f9fa 0%, #dfe2e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f9fa), color-stop(100%, #dfe2e5));
  background: -webkit-linear-gradient(top, #f7f9fa 0%, #dfe2e5 100%);
  background: -o-linear-gradient(top, #f7f9fa 0%, #dfe2e5 100%);
  background: -ms-linear-gradient(top, #f7f9fa 0%, #dfe2e5 100%);
  background: linear-gradient(to bottom, #f7f9fa 0%, #dfe2e5 100%);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.33), inset -1px -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.33), inset -1px -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.33), inset -1px -1px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.button:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #edeff0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #edeff0));
  background: -webkit-linear-gradient(top, #ffffff 0%, #edeff0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #edeff0 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #edeff0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #edeff0 100%);
  text-decoration: none;
}
.button:active {
  background: #e7edf0;
  background: -moz-linear-gradient(top, #e7edf0 0%, #d1d5da 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7edf0), color-stop(100%, #d1d5da));
  background: -webkit-linear-gradient(top, #e7edf0 0%, #d1d5da 100%);
  background: -o-linear-gradient(top, #e7edf0 0%, #d1d5da 100%);
  background: -ms-linear-gradient(top, #e7edf0 0%, #d1d5da 100%);
  background: linear-gradient(to bottom, #e7edf0 0%, #d1d5da 100%);
  -moz-box-shadow: inset -1px -1px 0 rgba(255, 255, 255, 0.33), inset 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset -1px -1px 0 rgba(255, 255, 255, 0.33), inset 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset -1px -1px 0 rgba(255, 255, 255, 0.33), inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.button.orange {
  border-color: #cc4400;
  color: #ffffff;
  -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  behavior: url(/lib/PIE.htc);
  background: #ff7f00;
  background: -moz-linear-gradient(top, #ff7f00 0%, #e54d00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7f00), color-stop(100%, #e54d00));
  background: -webkit-linear-gradient(top, #ff7f00 0%, #e54d00 100%);
  background: -o-linear-gradient(top, #ff7f00 0%, #e54d00 100%);
  background: -ms-linear-gradient(top, #ff7f00 0%, #e54d00 100%);
  background: linear-gradient(to bottom, #ff7f00 0%, #e54d00 100%);
}
.button.orange:hover {
  background: #ff8c1a;
  background: -moz-linear-gradient(top, #ff8c1a 0%, #ff5600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8c1a), color-stop(100%, #ff5600));
  background: -webkit-linear-gradient(top, #ff8c1a 0%, #ff5600 100%);
  background: -o-linear-gradient(top, #ff8c1a 0%, #ff5600 100%);
  background: -ms-linear-gradient(top, #ff8c1a 0%, #ff5600 100%);
  background: linear-gradient(to bottom, #ff8c1a 0%, #ff5600 100%);
}
.button.orange:active {
  background: #e67200;
  background: -moz-linear-gradient(top, #e67200 0%, #cc4400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e67200), color-stop(100%, #cc4400));
  background: -webkit-linear-gradient(top, #e67200 0%, #cc4400 100%);
  background: -o-linear-gradient(top, #e67200 0%, #cc4400 100%);
  background: -ms-linear-gradient(top, #e67200 0%, #cc4400 100%);
  background: linear-gradient(to bottom, #e67200 0%, #cc4400 100%);
}
.button.blue {
  border-color: #0066cc;
  color: #ffffff;
  -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  behavior: url(/lib/PIE.htc);
  background: #3399ff;
  background: -moz-linear-gradient(top, #3399ff 0%, #0066cc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3399ff), color-stop(100%, #0066cc));
  background: -webkit-linear-gradient(top, #3399ff 0%, #0066cc 100%);
  background: -o-linear-gradient(top, #3399ff 0%, #0066cc 100%);
  background: -ms-linear-gradient(top, #3399ff 0%, #0066cc 100%);
  background: linear-gradient(to bottom, #3399ff 0%, #0066cc 100%);
}
.button.blue:hover {
  background: #4da6ff;
  background: -moz-linear-gradient(top, #4da6ff 0%, #0073e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4da6ff), color-stop(100%, #0073e6));
  background: -webkit-linear-gradient(top, #4da6ff 0%, #0073e6 100%);
  background: -o-linear-gradient(top, #4da6ff 0%, #0073e6 100%);
  background: -ms-linear-gradient(top, #4da6ff 0%, #0073e6 100%);
  background: linear-gradient(to bottom, #4da6ff 0%, #0073e6 100%);
}
.button.blue:active {
  background: #198cff;
  background: -moz-linear-gradient(top, #198cff 0%, #0059b3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #198cff), color-stop(100%, #0059b3));
  background: -webkit-linear-gradient(top, #198cff 0%, #0059b3 100%);
  background: -o-linear-gradient(top, #198cff 0%, #0059b3 100%);
  background: -ms-linear-gradient(top, #198cff 0%, #0059b3 100%);
  background: linear-gradient(to bottom, #198cff 0%, #0059b3 100%);
}
.button.large {
  height: 38px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 36px;
}
input.button {
  height: 32px;
}
input.button.large {
  height: 40px;
}
.selectBox-dropdown {
  display: inline-block;
  position: relative;
  outline: none;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  cursor: default;
}
.selectBox-dropdown .selectBox-label {
  display: block;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
}
.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #ff9933;
}
.selectBox-dropdown .selectBox-arrow:before {
  content: "\25be";
}
.selectBox-dropdown:hover .selectBox-arrow {
  color: #ff8000;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  margin-top: -1px;
  border: 1px solid #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  behavior: url(/lib/PIE.htc);
  overflow: auto;
}
/* Inline control */
.selectBox-inline {
  display: inline-block;
  outline: none;
  border: solid 1px #ff9933;
  background: #ffffff;
  overflow: auto;
}
.selectBox-inline:focus {
  border-color: #e65c00;
}
/* Options */
.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.selectBox-options li a {
  line-height: 1.5;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
  color: #000000;
}
.selectBox-options li.selectBox-hover a {
  background-color: #c8e1fa;
}
.selectBox-options li.selectBox-disabled a {
  color: #888888;
  background-color: transparent;
}
.selectBox-options li.selectBox-selected a {
  background-color: #0066cc;
  color: #ffffff;
}
.selectBox-options .selectBox-optgroup {
  color: #666666;
  background: #eeeeee;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}
/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity = 50);
}
.selectBox-inline.selectBox-disabled {
  color: #888888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}
/*
 * CAPTCHA
 */
.form-widget.captcha {
  width: 450px;
}
div.captchaImage {
  float: left;
  margin: 0 16px 0 0;
}
img.captchaImage {
  display: block;
  float: left;
}
div.captchaOptions {
  float: right;
  margin: 0 0 0 5px;
}
a.captchaAudio {
  display: block;
  width: 16px;
  height: 16px;
  background: url('/skins/default/icons/sound.png') no-repeat top left;
}
a.captchaRefresh {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 13px;
  background: url('/skins/default/icons/arrow_refresh.png') no-repeat top left;
}
a.captchaAudio span,
a.captchaRefresh span {
  position: absolute;
  left: -5000px;
}
div.captchaMessage {
  margin: 0 0 5px 0;
  font-size: 11px;
}
.form-widget.captcha div.captchaInput input {
  width: 60px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.comments-count {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
}
.comments-count:hover {
  text-decoration: none;
}
.comments-count:hover .button-icon {
  color: #007fff;
}
.comments-count .button-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #0066cc;
  font-size: 18px;
  -moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
  behavior: url(/lib/PIE.htc);
}
.comments-count .count {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}
.page-numbers {
  margin: 20px 0;
}
.page-numbers hr {
  position: relative;
  top: 22px;
  height: 0;
  margin: 0;
  border: none;
  border-top: 2px dotted #8fa1b3;
}
.page-numbers .page-numbers-index li {
  float: left;
  position: relative;
}
.page-numbers .page-numbers-index a,
.page-numbers .page-numbers-index .ellipsis {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 10px 0 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  behavior: url(/lib/PIE.htc);
  border: 2px solid #0066cc;
  color: #0066cc;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #ffffff;
}
.page-numbers .page-numbers-index a.current,
.page-numbers .page-numbers-index a.current:hover,
.page-numbers .page-numbers-index a.current:visited,
.page-numbers .page-numbers-index a.current:visited:hover {
  color: #ffffff;
  background: #8fa1b3;
  border-color: #8fa1b3;
  cursor: default;
}
.page-numbers .page-numbers-index a:hover,
.page-numbers .page-numbers-index a:visited:hover {
  color: #007fff;
  border-color: #007fff;
}
.page-numbers .page-numbers-index a:visited {
  color: #004c99;
  border-color: #004c99;
}
.page-numbers .page-numbers-index .ellipsis {
  border-color: #8fa1b3;
  color: #8fa1b3;
}
.page-numbers .next,
.page-numbers .previous,
.page-numbers .first,
.page-numbers .last {
  display: block;
  position: relative;
  height: 40px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  background: #ffffff;
}
.page-numbers .next:hover,
.page-numbers .previous:hover,
.page-numbers .first:hover,
.page-numbers .last:hover {
  text-decoration: none;
}
.page-numbers .next .icon,
.page-numbers .previous .icon,
.page-numbers .first .icon,
.page-numbers .last .icon {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  behavior: url(/lib/PIE.htc);
  color: #ffffff;
  background: #0066cc;
  text-align: center;
}
.page-numbers .next:hover .icon,
.page-numbers .previous:hover .icon,
.page-numbers .first:hover .icon,
.page-numbers .last:hover .icon,
.page-numbers .next:visited:hover .icon,
.page-numbers .previous:visited:hover .icon,
.page-numbers .first:visited:hover .icon,
.page-numbers .last:visited:hover .icon {
  background: #007fff;
}
.page-numbers .next:visited .icon,
.page-numbers .previous:visited .icon,
.page-numbers .first:visited .icon,
.page-numbers .last:visited .icon {
  background: #004c99;
}
.page-numbers .next,
.page-numbers .last {
  float: right;
  padding: 0 0 0 10px;
}
.page-numbers .next .icon,
.page-numbers .last .icon {
  float: right;
  margin: 0 0 0 10px;
}
.page-numbers .previous,
.page-numbers .first {
  float: left;
  padding: 0 10px 0 0;
}
.page-numbers .previous .icon,
.page-numbers .first .icon {
  float: left;
  margin: 0 10px 0 0;
}
.page-numbers .first .icon {
  text-indent: 4px;
}
.page-numbers .last .icon {
  text-indent: -4px;
}
.sub-nav ul.tabs {
  float: left;
  margin: 0 0 10px 0;
}
.sub-nav ul.tabs li {
  float: left;
  margin: 0 20px -13px 0;
  padding: 0 0 13px 0;
  font-size: 13px;
  line-height: 13px;
  white-space: nowrap;
}
.sub-nav ul.tabs li strong {
  font-weight: bold;
}
.sub-nav ul.tabs li a:hover {
  color: #007fff;
}
.sub-nav ul.tabs li .count {
  font-weight: normal;
  color: #8fa1b3;
}
.sub-nav ul.tabs li.active {
  background: url('../common/double-dotted-line-wedge.png') no-repeat center bottom;
}
.sub-nav ul.tabs li.active a {
  font-weight: bold;
  color: #000000;
}
.sub-nav hr {
  clear: both;
}
.forums-box {
  position: relative;
  height: 320px;
  padding: 20px;
}
.forums-box .box-title {
  background: url('../home/forums-icon.png') no-repeat left top;
  min-height: 57px;
  padding: 4px 0 0 75px;
}
.forums-box .box-title h2 {
  margin: 0;
  font-family: 'Hybrea', sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.forums-box .box-title h2 a {
  color: #e65c00;
}
.forums-box .box-title span {
  display: block;
  margin: 0 0 2px 0;
  font-size: 18px;
  font-weight: 400;
}
.forums-box .discussions li {
  height: 26px;
  overflow: hidden;
  border-bottom: 1px dotted #ced3da;
  font-size: 13px;
  line-height: 26px;
}
.forums-box .discussions li:last-child {
  border-bottom: none;
}
.forums-box .discussions li a.content {
  display: block;
}
.forums-box .discussions li .title {
  display: block;
  padding-right: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.forums-box .discussions li .comments {
  display: block;
  position: relative;
  float: right;
  width: 28px;
  margin: 0 0 0 10px;
}
.forums-box .discussions li .comments .button-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #838f9b;
  font-size: 28px;
  -moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
  behavior: url(/lib/PIE.htc);
}
.forums-box .discussions li .comments .count {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 10px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  background: #525c66;
}
.forums-box .discussions li a.content:hover .comments {
  text-decoration: none;
}
.forums-box .discussions li a.content:hover .comments .button-icon {
  color: #007fff;
}
.subscribe-box {
  width: 282px;
  padding: 20px;
  background: #ffffff;
}
.subscribe-box .box-title {
  background: url('../common/subscribe-icon.png') no-repeat left top;
  min-height: 18px;
  padding: 0 0 0 34px;
}
.subscribe-box .box-title h3 {
  margin: 0;
  font-family: 'Hybrea', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e65c00;
}
.subscribe-box p {
  margin: 8px 0 10px 0;
  font-size: 13px;
  line-height: 15px;
}
.subscribe-box #subscribe_email_row {
  float: left;
  margin: 0;
}
.subscribe-box #subscribe_email_row input {
  width: 156px;
}
.subscribe-box .button {
  float: right;
}
.tag {
  display: block;
  position: relative;
}
.tag .name {
  display: block;
  position: relative;
  margin-left: 7px;
  height: 18px;
  padding: 0 8px;
  line-height: 18px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background: #8fa1b3;
}
.tag:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 7px solid #8fa1b3;
}
.tag:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 6px;
  top: 8px;
  width: 2px;
  height: 2px;
  background: #ffffff;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  behavior: url(/lib/PIE.htc);
}
.tag.article-type .name {
  background: #e65c00;
  margin-left: 0;
}
.tag.article-type:before {
  display: none;
  border-right-color: #e65c00;
}
.tag.article-type:after {
  display: none;
}
.tag.platform .name {
  text-transform: none;
  margin-left: 0;
}
.tag.platform:before {
  display: none;
}
.tag.platform:after {
  display: none;
}
.platform.label {
  padding: 1px 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
}
.platform-PC,
.platform-Mac {
  color: #e5a800;
}
.platform-PC.label,
.platform-Mac.label {
  color: #ffffff;
  background-color: #e5a800;
}
.platform-360,
.platform-Durango,
.platform-XB1,
.platform-XO {
  color: #74b336;
}
.platform-360.label,
.platform-Durango.label,
.platform-XB1.label,
.platform-XO.label {
  color: #ffffff;
  background-color: #74b336;
}
.platform-Xbox {
  color: #4d9900;
}
.platform-Xbox.label {
  color: #ffffff;
  background-color: #4d9900;
}
.platform-PS3,
.platform-PS4,
.platform-Orbis {
  color: #3071f2;
}
.platform-PS3.label,
.platform-PS4.label,
.platform-Orbis.label {
  color: #ffffff;
  background-color: #3071f2;
}
.platform-PS2 {
  color: #002bff;
}
.platform-PS2.label {
  color: #ffffff;
  background-color: #002bff;
}
.platform-PS1 {
  color: #666666;
}
.platform-PS1.label {
  color: #ffffff;
  background-color: #666666;
}
.platform-PSP,
.platform-PSVita,
.platform-Vita {
  color: #6677cc;
}
.platform-PSP.label,
.platform-PSVita.label,
.platform-Vita.label {
  color: #ffffff;
  background-color: #6677cc;
}
.platform-Wii,
.platform-WiiU {
  color: #17c7e5;
}
.platform-Wii.label,
.platform-WiiU.label {
  color: #ffffff;
  background-color: #17c7e5;
}
.platform-DS,
.platform-3DS {
  color: #b32424;
}
.platform-DS.label,
.platform-3DS.label {
  color: #ffffff;
  background-color: #b32424;
}
.platform-GBA,
.platform-GC {
  color: #8f47b3;
}
.platform-GBA.label,
.platform-GC.label {
  color: #ffffff;
  background-color: #8f47b3;
}
.platform-Mobi {
  color: #cc29b1;
}
.platform-Mobi.label {
  color: #ffffff;
  background-color: #cc29b1;
}
.platform-Android {
  color: #99cc00;
}
.platform-Android.label {
  color: #ffffff;
  background-color: #99cc00;
}
.platform-iPhone,
.platform-iPad,
.platform-iOS {
  color: #333333;
}
.platform-iPhone.label,
.platform-iPad.label,
.platform-iOS.label {
  color: #ffffff;
  background-color: #333333;
}
.tag.platform-PC .name,
.tag.platform-Mac .name {
  background: #e5a800;
}
.tag.platform-PC:before,
.tag.platform-Mac:before {
  border-right-color: #e5a800;
}
.tag.platform-360 .name,
.tag.platform-Durango .name,
.tag.platform-XB1 .name,
.tag.platform-XO .name {
  background: #74b336;
}
.tag.platform-360:before,
.tag.platform-Durango:before,
.tag.platform-XB1:before,
.tag.platform-XO:before {
  border-right-color: #74b336;
}
.tag.platform-Xbox .name {
  background: #4d9900;
}
.tag.platform-Xbox:before {
  border-right-color: #4d9900;
}
.tag.platform-PS3 .name,
.tag.platform-PS4 .name,
.tag.platform-Orbis .name {
  background: #3071f2;
}
.tag.platform-PS3:before,
.tag.platform-PS4:before,
.tag.platform-Orbis:before {
  border-right-color: #3071f2;
}
.tag.platform-PS2 .name {
  background: #002bff;
}
.tag.platform-PS2:before {
  border-right-color: #002bff;
}
.tag.platform-PS1 .name {
  background: #666666;
}
.tag.platform-PS1:before {
  border-right-color: #666666;
}
.tag.platform-PSP .name,
.tag.platform-PSVita .name,
.tag.platform-Vita .name {
  background: #6677cc;
}
.tag.platform-PSP:before,
.tag.platform-PSVita:before,
.tag.platform-Vita:before {
  border-right-color: #6677cc;
}
.tag.platform-Wii .name,
.tag.platform-WiiU .name {
  background: #17c7e5;
}
.tag.platform-Wii:before,
.tag.platform-WiiU:before {
  border-right-color: #17c7e5;
}
.tag.platform-DS .name,
.tag.platform-3DS .name {
  background: #b32424;
}
.tag.platform-DS:before,
.tag.platform-3DS:before {
  border-right-color: #b32424;
}
.tag.platform-GBA .name,
.tag.platform-GC .name {
  background: #8f47b3;
}
.tag.platform-GBA:before,
.tag.platform-GC:before {
  border-right-color: #8f47b3;
}
.tag.platform-Mobi .name {
  background: #cc29b1;
}
.tag.platform-Mobi:before {
  border-right-color: #cc29b1;
}
.tag.platform-Android .name {
  background: #99cc00;
}
.tag.platform-Android:before {
  border-right-color: #99cc00;
}
.tag.platform-iPhone .name,
.tag.platform-iPad .name,
.tag.platform-iOS .name {
  background: #333333;
}
.tag.platform-iPhone:before,
.tag.platform-iPad:before,
.tag.platform-iOS:before {
  border-right-color: #333333;
}
.title-bar.game-title h1 {
  float: left;
  margin-right: 30px;
  max-width: 340px;
}
.title-bar.game-title .game-menu {
  float: left;
}
.title-bar.game-title .game-menu li {
  float: left;
  font-size: 14px;
  line-height: 42px;
}
.title-bar.game-title .game-menu li .tab {
  display: block;
  position: relative;
  height: 40px;
  padding: 0 10px;
}
.title-bar.game-title .game-menu li .tab:hover {
  background: rgba(255, 255, 255, 0.5);
}
.title-bar.game-title .game-menu li .tab.disabled {
  color: #8fa1b3;
}
.title-bar.game-title .game-menu li .tab.active {
  font-weight: bold;
  background: rgba(143, 161, 179, 0.25);
}
.title-bar.game-title .game-menu li .tab.active:after {
  content: ' ';
  clear: both;
  display: block;
  position: relative;
  top: -8px;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.title-bar.game-title .game-menu li .tab .name {
  float: left;
  height: 40px;
}
.title-bar.game-title .game-menu li .tab .count {
  float: left;
  margin: 14px 0 0 6px;
  padding: 0 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  color: #ffffff;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  background: #8fa1b3;
  -moz-box-shadow: rgba(255, 255, 255, 0.75) 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: rgba(255, 255, 255, 0.75) 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
  behavior: url(/lib/PIE.htc);
}
.buy-game-advert {
  clear: both;
  width: 282px;
  margin: 5px 0 0 0;
}
.buy-game-advert small {
  display: block;
  margin: 0 0 5px 0;
  font-size: 10px;
  color: #8fa1b3;
  text-transform: lowercase;
}
.buy-game-advert .buy-box {
  border: 1px solid #ebedf0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/lib/PIE.htc);
  padding: 12px;
}
.buy-game-advert .title {
  display: block;
  float: left;
  width: 166px;
  font-size: 12px;
  line-height: 15px;
  color: #8fa1b3;
}
.buy-game-advert .title a.game:visited {
  color: #0066cc;
}
.buy-game-advert .title a.game:hover {
  color: #007fff;
}
.buy-game-advert .title a.store {
  color: #8fa1b3;
}
.buy-game-advert .title a.store:hover {
  text-decoration: none;
}
.buy-game-advert .pricing {
  float: right;
  margin: 0 0 0 10px;
  width: 80px;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
}
.buy-game-advert .pricing .rrp,
.buy-game-advert .pricing .price {
  display: block;
}
.buy-game-advert .pricing .rrp {
  color: #8fa1b3;
}
.buy-game-advert .pricing .price {
  font-size: 15px;
  font-weight: bold;
}
.latest-updates .feature {
  clear: both;
}
.related-articles,
.latest-articles,
.popular-articles,
.related-videos {
  background: #ffffff;
}
.related-articles .container,
.latest-articles .container,
.popular-articles .container,
.related-videos .container {
  padding: 20px;
}
.related-articles.right .container,
.latest-articles.right .container,
.popular-articles.right .container,
.related-videos.right .container {
  padding-left: 0;
}
.related-articles h4,
.latest-articles h4,
.popular-articles h4,
.related-videos h4 {
  margin: 0 0 5px 0;
  color: #8fa1b3;
  font-weight: 200;
}
.related-articles ul li,
.latest-articles ul li,
.popular-articles ul li,
.related-videos ul li {
  margin: 8px 0 0 0;
  border-top: 1px dotted #ced3da;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.related-articles ul li time,
.latest-articles ul li time,
.popular-articles ul li time,
.related-videos ul li time {
  font-size: 11px;
  font-weight: 400;
  color: #e65c00;
  margin-right: 2px;
}
.related-articles ul li .comments-count,
.latest-articles ul li .comments-count,
.popular-articles ul li .comments-count,
.related-videos ul li .comments-count {
  float: right;
  top: -2px;
  margin-left: 6px;
  line-height: 18px;
}
.related-articles .fade,
.latest-articles .fade,
.popular-articles .fade,
.related-videos .fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 66%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(66%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 66%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 66%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 66%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  pointer-events: none;
}
.popular-articles .container,
.related-videos .container {
  padding-bottom: 0;
}
.popular-articles .container h4.label,
.related-videos .container h4.label {
  margin-bottom: -5px;
}
#blackOut {
  position: fixed;
  z-index: 39998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8fa1b3;
  background: -moz-radial-gradient(center, ellipse cover, #8fa1b3 0%, #525c66 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #8fa1b3), color-stop(100%, #525c66));
  background: -webkit-radial-gradient(center, ellipse cover, #8fa1b3 0%, #525c66 100%);
  background: -o-radial-gradient(center, ellipse cover, #8fa1b3 0%, #525c66 100%);
  background: -ms-radial-gradient(center, ellipse cover, #8fa1b3 0%, #525c66 100%);
  background: radial-gradient(ellipse at center, #8fa1b3 0%, #525c66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525c66', endColorstr='#000000', GradientType=0);
}
.overlay {
  position: absolute;
  z-index: 39999;
  top: 0;
  left: 0;
  width: 540px;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  behavior: url(/lib/PIE.htc);
}
.overlay .overlay-content {
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/lib/PIE.htc);
  background: #ffffff;
  color: #000000;
}
.overlay .overlay-title {
  margin: 0;
  padding: 10px 20px;
  font-size: 22px;
  text-align: right;
  color: #000000;
}
.overlay .close {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 24px;
  height: 24px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/lib/PIE.htc);
  font-size: 16px;
  color: #ffffff;
  background: #cc0000;
  cursor: pointer;
}
.overlay .close .icon-close {
  display: block;
  width: 16px;
  height: 16px;
  padding: 4px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}
.overlay .close:hover {
  background: #ff0000;
  -moz-box-shadow: 0 0 10px #ff3333;
  -webkit-box-shadow: 0 0 10px #ff3333;
  box-shadow: 0 0 10px #ff3333;
  behavior: url(/lib/PIE.htc);
}
.overlay .close:active {
  background: #ffffff;
  color: #cc0000;
  -moz-box-shadow: 0 0 10px #ff3333;
  -webkit-box-shadow: 0 0 10px #ff3333;
  box-shadow: 0 0 10px #ff3333;
  behavior: url(/lib/PIE.htc);
}
.overlay .loading {
  position: absolute;
  left: 248px;
  top: 20px;
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  behavior: url(/lib/PIE.htc);
}
.overlay .loading .spinner {
  width: 48px;
  height: 48px;
  padding: 8px;
  font-size: 48px;
  line-height: 48px;
  color: #e65c00;
}
.score-100 {
  background-color: #3cb300;
}
.score-text-100 {
  color: #3cb300;
}
.score-95 {
  background-color: #4ab300;
}
.score-text-95 {
  color: #4ab300;
}
.score-90 {
  background-color: #59b300;
}
.score-text-90 {
  color: #59b300;
}
.score-85 {
  background-color: #68b300;
}
.score-text-85 {
  color: #68b300;
}
.score-80 {
  background-color: #68b200;
}
.score-text-80 {
  color: #68b200;
}
.score-75 {
  background-color: #86b300;
}
.score-text-75 {
  color: #86b300;
}
.score-70 {
  background-color: #95b300;
}
.score-text-70 {
  color: #95b300;
}
.score-65 {
  background-color: #afbf00;
}
.score-text-65 {
  color: #afbf00;
}
.score-60 {
  background-color: #bfbf00;
}
.score-text-60 {
  color: #bfbf00;
}
.score-55 {
  background-color: #bfaf00;
}
.score-text-55 {
  color: #bfaf00;
}
.score-50 {
  background-color: #bf9f00;
}
.score-text-50 {
  color: #bf9f00;
}
.score-45 {
  background-color: #bf8f00;
}
.score-text-45 {
  color: #bf8f00;
}
.score-40 {
  background-color: #bf8000;
}
.score-text-40 {
  color: #bf8000;
}
.score-35 {
  background-color: #bf7000;
}
.score-text-35 {
  color: #bf7000;
}
.score-30 {
  background-color: #cc6600;
}
.score-text-30 {
  color: #cc6600;
}
.score-25 {
  background-color: #cc5500;
}
.score-text-25 {
  color: #cc5500;
}
.score-20 {
  background-color: #cc4400;
}
.score-text-20 {
  color: #cc4400;
}
.score-15 {
  background-color: #cc3300;
}
.score-text-15 {
  color: #cc3300;
}
.score-10 {
  background-color: #cc2200;
}
.score-text-10 {
  color: #cc2200;
}
.score-05 {
  background-color: #cc1100;
}
.score-text-05 {
  color: #cc1100;
}
.score-00 {
  background-color: #cc0000;
}
.score-text-00 {
  color: #cc0000;
}
.flash-bar {
  width: 908px;
  margin: 0;
  padding: 10px 30px;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  background: #525c66;
  color: #ffffff;
  -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  behavior: url(/lib/PIE.htc);
}
.flash-bar.error {
  background: #cc0000;
  background: -moz-linear-gradient(top, #cc0000 0%, #b30000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc0000), color-stop(100%, #b30000));
  background: -webkit-linear-gradient(top, #cc0000 0%, #b30000 100%);
  background: -o-linear-gradient(top, #cc0000 0%, #b30000 100%);
  background: -ms-linear-gradient(top, #cc0000 0%, #b30000 100%);
  background: linear-gradient(to bottom, #cc0000 0%, #b30000 100%);
}
.flash-bar.success {
  background: #6bb324;
  background: -moz-linear-gradient(top, #73bf26 0%, #63a621 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73bf26), color-stop(100%, #63a621));
  background: -webkit-linear-gradient(top, #73bf26 0%, #63a621 100%);
  background: -o-linear-gradient(top, #73bf26 0%, #63a621 100%);
  background: -ms-linear-gradient(top, #73bf26 0%, #63a621 100%);
  background: linear-gradient(to bottom, #73bf26 0%, #63a621 100%);
}
.flash-bar .title {
  font-weight: bold;
}
.flash-bar dl {
  margin: 5px 0 0 0;
}
.flash-bar dl dt {
  clear: both;
  float: left;
  margin: 5px 20px 0 0;
  font-weight: bold;
}
.flash-bar dl dd {
  float: left;
  margin: 5px 0 0 0;
}
.page .flash-bar {
  width: auto;
  margin: 0;
  padding: 10px 20px;
  border-top: 1px solid #ffffff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ad-image-id,
#ad-frame-id {
  position: absolute;
}
.sponsor-bar {
  height: 60px;
  -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.25);
  behavior: url(/lib/PIE.htc);
}
.sponsor-bar a.container:hover {
  -moz-box-shadow: inset 0 0 30px rgba(0, 102, 204, 0.5);
  -webkit-box-shadow: inset 0 0 30px rgba(0, 102, 204, 0.5);
  box-shadow: inset 0 0 30px rgba(0, 102, 204, 0.5);
  behavior: url(/lib/PIE.htc);
}
.sponsor-bar .title-overlay {
  bottom: 5px;
}
.sponsor-bar .title-overlay .title {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sponsor-bar .title-overlay .abstract {
  padding-top: 3px;
  padding-bottom: 5px;
}
