/* Primary Styles : Author: Andrew Young - VML */
/* normalize */
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%;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #76b900;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #76b900;
  color: #fff;
  text-shadow: none;
}

a {
  color: #76b900;
}

a:visited {
  color: #76b900;
}

a:hover {
  color: #76b900;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _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: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0;
}

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;
  max-width: 100%;
}

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;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

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 {
  -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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: middle;
}

/* non-semantic helper classes */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.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;
}

.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -moz-box-shadow: #76b900 0 0 5px 0;
  -webkit-box-shadow: #76b900 0 0 5px 0;
  box-shadow: #76b900 0 0 5px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font: bold 12px / 1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button:active,
a.button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  border-color: #999999 #bbbbbb #dddddd;
}
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a.button {
  *padding-bottom: 3px;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid #3C4044;
  border-bottom: 1px solid #484C51;
  background-color: #272A2E;
  color: #999;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px / 17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ie6_button,
* html button,
* html a.button {
  background: #dddddd url('https://www.geforce.com/sites/all/themes/geforce/images/button.png?1441612822') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px / 1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto;
}

* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}

.small-icons-sprite, .small-icons-button_feedback_bubble, .region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .sendFeedback a:before, .small-icons-button_newsletter_bubble, .region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .newsletter a:before, .small-icons-footer_scroll_up_arrow, #scroll-to-top:after, .small-icons-icon-comment-bubble, .view-whats-new .view-mode-article_teaser .group-header a[data-disqus-identifier]:before, .view-news .view-mode-article_teaser .group-header a[data-disqus-identifier]:before, .view-guides .view-mode-article_teaser .group-header a[data-disqus-identifier]:before, .view-term-articles .view-mode-article_teaser .group-header a[data-disqus-identifier]:before, .small-icons-icon-tag, .view-whats-new .view-mode-article_teaser .group-header .field-name-field-tags:before,.view-news .view-mode-article_teaser .group-header .field-name-field-tags:before, .view-guides .view-mode-article_teaser .group-header .field-name-field-tags:before,
.view-whats-new .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags:before, .view-news .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags:before,
.view-guides .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags:before, .view-term-articles .view-mode-article_teaser .group-header .field-name-field-tags:before,
.view-term-articles .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags:before, .tagLink:before, .guideTags a:after, .small-icons-icon_Manual_Driver_Search, .page-search-search-results .search-form .searchForm .innerSearchFrom .form-type-textfield label:before, .small-icons-icon_RSS, .small-icons-icon_adobe_pdf, .small-icons-main_leftNav_contentBox_check_yes, .small-icons-main_leftNav_contentBox_check_yes2, .small-icons-refresh {
  background-image: url('https://www.geforce.com/sites/all/themes/geforce/images/small-icons-s847cb34fb8.png');
  background-repeat: no-repeat;
}

.small-icons-button_feedback_bubble, .region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .sendFeedback a:before {
  background-position: 0 0;
  height: 14px;
  width: 14px;
}

.small-icons-button_newsletter_bubble, .region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .newsletter a:before {
  background-position: 0 -14px;
  height: 15px;
  width: 23px;
}

.small-icons-footer_scroll_up_arrow, #scroll-to-top:after {
  background-position: 0 -29px;
  height: 30px;
  width: 30px;
}

.small-icons-icon-comment-bubble, .view-whats-new .view-mode-article_teaser .group-header a[data-disqus-identifier]:before,.view-news .view-mode-article_teaser .group-header a[data-disqus-identifier]:before, .view-guides .view-mode-article_teaser .group-header a[data-disqus-identifier]:before, .view-term-articles .view-mode-article_teaser .group-header a[data-disqus-identifier]:before {
  background-position: 0 -59px;
  height: 31px;
  width: 31px;
}

.small-icons-icon-tag, .view-whats-new .view-mode-article_teaser .group-header .field-name-field-tags:before,.view-news .view-mode-article_teaser .group-header .field-name-field-tags:before, .view-guides .view-mode-article_teaser .group-header .field-name-field-tags:before,
.view-whats-new .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags:before,.view-news .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags:before,
.view-guides .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags:before, .view-term-articles .view-mode-article_teaser .group-header .field-name-field-tags:before,
.view-term-articles .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags:before, .tagLink:before, .guideTags a:after {
  background-position: 0 -90px;
  height: 31px;
  width: 31px;
}

.small-icons-icon_Manual_Driver_Search, .page-search-search-results .search-form .searchForm .innerSearchFrom .form-type-textfield label:before {
  background-position: 0 -121px;
  height: 50px;
  width: 50px;
}

.small-icons-icon_RSS {
  background-position: 0 -171px;
  height: 50px;
  width: 50px;
}

.small-icons-icon_adobe_pdf {
  background-position: 0 -221px;
  height: 21px;
  width: 20px;
}

.small-icons-main_leftNav_contentBox_check_yes {
  background-position: 0 -242px;
  height: 8px;
  width: 11px;
}

.small-icons-main_leftNav_contentBox_check_yes2 {
  background-position: 0 -250px;
  height: 12px;
  width: 17px;
}

.small-icons-refresh {
  background-position: 0 -262px;
  height: 18px;
  width: 18px;
}

.icons-paging-sprite, .icons-paging-button_page_backEnd_off, .pager-first .pager-disabled:before, .icons-paging-button_page_backEnd_on, .pager-first a:before, .icons-paging-button_page_back_grey_on, .article-section-nav-prev:before, .icons-paging-button_page_back_off, .pager-previous .pager-disabled:before, .icons-paging-button_page_back_on, .pager-previous a:before, #cboxPrevious, .icons-paging-button_page_forwardEnd_off, .pager-last .pager-disabled:before, .icons-paging-button_page_forwardEnd_on, .pager-last a:after, .icons-paging-button_page_forward_grey_on, .article-section-nav-next:after, .icons-paging-button_page_forward_off, .pager-next .pager-disabled:before, .icons-paging-button_page_forward_on, .pager-next a:after, #cboxNext {
  background-image: url('https://www.geforce.com/sites/all/themes/geforce/images/icons-paging-sd42d0156af.png');
  background-repeat: no-repeat;
}

.icons-paging-button_page_backEnd_off, .pager-first .pager-disabled:before {
  background-position: 0 0;
  height: 14px;
  width: 14px;
}

.icons-paging-button_page_backEnd_on, .pager-first a:before {
  background-position: 0 -14px;
  height: 14px;
  width: 14px;
}

.icons-paging-button_page_back_grey_on, .article-section-nav-prev:before {
  background-position: 0 -28px;
  height: 14px;
  width: 14px;
}

.icons-paging-button_page_back_off, .pager-previous .pager-disabled:before {
  background-position: 0 -42px;
  height: 14px;
  width: 14px;
}

.icons-paging-button_page_back_on, .pager-previous a:before, #cboxPrevious {
  background-position: 0 -56px;
  height: 14px;
  width: 14px;
}

.icons-paging-button_page_forwardEnd_off, .pager-last .pager-disabled:before {
  background-position: 0 -70px;
  height: 14px;
  width: 14px;
}

.icons-paging-button_page_forwardEnd_on, .pager-last a:after {
  background-position: 0 -84px;
  height: 14px;
  width: 14px;
}

.icons-paging-button_page_forward_grey_on, .article-section-nav-next:after {
  background-position: 0 -98px;
  height: 14px;
  width: 14px;
}

.icons-paging-button_page_forward_off, .pager-next .pager-disabled:before {
  background-position: 0 -112px;
  height: 14px;
  width: 14px;
}

.icons-paging-button_page_forward_on, .pager-next a:after, #cboxNext {
  background-position: 0 -126px;
  height: 14px;
  width: 14px;
}

.ratings-badges-sprite, .ratings-badges-ESRB_A, .ratings-badges-ESRB_E, .ratings-badges-ESRB_E10, .ratings-badges-ESRB_EC, .ratings-badges-ESRB_M, .ratings-badges-ESRB_RP, .ratings-badges-ESRB_T, .ratings-badges-PEGI_12, .ratings-badges-PEGI_16, .ratings-badges-PEGI_18, .ratings-badges-PEGI_3, .ratings-badges-PEGI_7 {
  background-image: url('https://www.geforce.com/sites/all/themes/geforce/images/ratings-badges-s6a34fb4477.png');
  background-repeat: no-repeat;
}

.ratings-badges-ESRB_A {
  background-position: 0 0;
  height: 61px;
  width: 44px;
}

.ratings-badges-ESRB_E {
  background-position: 0 -61px;
  height: 61px;
  width: 44px;
}

.ratings-badges-ESRB_E10 {
  background-position: 0 -122px;
  height: 61px;
  width: 44px;
}

.ratings-badges-ESRB_EC {
  background-position: 0 -183px;
  height: 61px;
  width: 44px;
}

.ratings-badges-ESRB_M {
  background-position: 0 -244px;
  height: 61px;
  width: 44px;
}

.ratings-badges-ESRB_RP {
  background-position: 0 -305px;
  height: 61px;
  width: 43px;
}

.ratings-badges-ESRB_T {
  background-position: 0 -366px;
  height: 61px;
  width: 44px;
}

.ratings-badges-PEGI_12 {
  background-position: 0 -427px;
  height: 51px;
  width: 42px;
}

.ratings-badges-PEGI_16 {
  background-position: 0 -478px;
  height: 51px;
  width: 42px;
}

.ratings-badges-PEGI_18 {
  background-position: 0 -529px;
  height: 51px;
  width: 42px;
}

.ratings-badges-PEGI_3 {
  background-position: 0 -580px;
  height: 51px;
  width: 42px;
}

.ratings-badges-PEGI_7 {
  background-position: 0 -631px;
  height: 51px;
  width: 42px;
}

.content-background-border, .group-comments .fieldset-wrapper, .node-type-article #content .field-group-div, .node-type-article #content fieldset .fieldset-wrapper, .view-whats-new > .view-content, .view-news > .view-content,.view-guides > .view-content, .view-term-articles > .view-content, #gfops-container, .group-game-information, .group-ops-grid {
  background-color: #202427;
  border: 1px solid #2C2E33;
  border-top: 2px solid #6CA200;
  -moz-box-shadow: #90BD00 0px -1px 0px;
  -webkit-box-shadow: #90BD00 0px -1px 0px;
  box-shadow: #90BD00 0px -1px 0px;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 6px 6px;
}

.divider-top, .view-whats-new > .view-content .views-row, .view-news > .view-content .views-row, .view-guides > .view-content .views-row, .view-term-articles > .view-content .views-row, #content .node-page.view-mode-full .hr, .twitter-large, #find-all-drivers, .view-id-featured_news_leftrail .view-content, .view-global-footerrail .item-list .views-row .ds-row-2, .page-not-found-content #block-gfsitemap-gfsitemap-sitemap {
  border-top: 1px solid #2C2E33;
  -moz-box-shadow: #141318 0px -1px 0px;
  -webkit-box-shadow: #141318 0px -1px 0px;
  box-shadow: #141318 0px -1px 0px;
}

.article-section-title, #content .node-page.view-mode-full .field-name-field-main-links .field-collection-item-field-main-links {
  border-bottom: 1px solid #141318;
  -moz-box-shadow: #2C2E33 0px 1px 0px;
  -webkit-box-shadow: #2C2E33 0px 1px 0px;
  box-shadow: #2C2E33 0px 1px 0px;
}

.horizontalRule, .driverBox .contentMiddleContent .hr {
  border-bottom: 1px solid #393d40;
  -moz-box-shadow: #2C2E33 0px 1px 0px;
  -webkit-box-shadow: #2C2E33 0px 1px 0px;
  box-shadow: #2C2E33 0px 1px 0px;
}

.green-gradient {
  background-color: #90c247;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF90C247', endColorstr='#FF4C9300');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkwYzI0NyIvPjxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjODNiOTM5Ii8+PHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiM2MmEyMTciLz48c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzU2OWEwYiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNGU5NDAyIi8+PHN0b3Agb2Zmc2V0PSI1NCUiIHN0b3AtY29sb3I9IiM0YzkzMDAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzkzMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #90c247), color-stop(13%, #83b939), color-stop(33%, #62a217), color-stop(42%, #569a0b), color-stop(50%, #4e9402), color-stop(54%, #4c9300), color-stop(100%, #4c9300));
  background-image: -moz-linear-gradient(top, #90c247 0%, #83b939 13%, #62a217 33%, #569a0b 42%, #4e9402 50%, #4c9300 54%, #4c9300 100%);
  background-image: -webkit-linear-gradient(top, #90c247 0%, #83b939 13%, #62a217 33%, #569a0b 42%, #4e9402 50%, #4c9300 54%, #4c9300 100%);
  background-image: linear-gradient(to bottom, #90c247 0%, #83b939 13%, #62a217 33%, #569a0b 42%, #4e9402 50%, #4c9300 54%, #4c9300 100%);
}

.btn-green, button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #4c9300;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkwYzI0NyIvPjxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjODNiOTM5Ii8+PHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiM2MmEyMTciLz48c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzU2OWEwYiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNGU5NDAyIi8+PHN0b3Agb2Zmc2V0PSI1NCUiIHN0b3AtY29sb3I9IiM0YzkzMDAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzkzMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #90c247), color-stop(13%, #83b939), color-stop(33%, #62a217), color-stop(42%, #569a0b), color-stop(50%, #4e9402), color-stop(54%, #4c9300), color-stop(100%, #4c9300));
  background-image: -moz-linear-gradient(top, #90c247 0%, #83b939 13%, #62a217 33%, #569a0b 42%, #4e9402 50%, #4c9300 54%, #4c9300 100%);
  background-image: -webkit-linear-gradient(top, #90c247 0%, #83b939 13%, #62a217 33%, #569a0b 42%, #4e9402 50%, #4c9300 54%, #4c9300 100%);
  background-image: linear-gradient(to bottom, #90c247 0%, #83b939 13%, #62a217 33%, #569a0b 42%, #4e9402 50%, #4c9300 54%, #4c9300 100%);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: none;
  color: #fff !important;
  text-transform: uppercase;
  padding: 5px 20px;
  text-shadow: none;
  text-decoration: none !important;
  margin-bottom: 10px;
}
.btn-green:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #7dbf0b;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhZDg0NyIvPjxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjYTBkMzM5Ii8+PHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiM4MmMxMTEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzc3YmIwMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc2YmEwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aad847), color-stop(13%, #a0d339), color-stop(38%, #82c111), color-stop(50%, #77bb02), color-stop(100%, #76ba00));
  background-image: -moz-linear-gradient(top, #aad847 0%, #a0d339 13%, #82c111 38%, #77bb02 50%, #76ba00 100%);
  background-image: -webkit-linear-gradient(top, #aad847 0%, #a0d339 13%, #82c111 38%, #77bb02 50%, #76ba00 100%);
  background-image: linear-gradient(to bottom, #aad847 0%, #a0d339 13%, #82c111 38%, #77bb02 50%, #76ba00 100%);
  text-decoration: none;
}
.btn-green:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  color: #fff !important;
}

.btn-gray, #gfops-submit[disabled] {
  background-color: #a0a0a0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFA0A0A0', endColorstr='#FF666666');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwYTBhMCIvPjxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjOTU5NTk1Ii8+PHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiM3MzczNzMiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzY3Njc2NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0a0a0), color-stop(13%, #959595), color-stop(38%, #737373), color-stop(50%, #676767), color-stop(100%, #666666));
  background-image: -moz-linear-gradient(top, #a0a0a0 0%, #959595 13%, #737373 38%, #676767 50%, #666666 100%);
  background-image: -webkit-linear-gradient(top, #a0a0a0 0%, #959595 13%, #737373 38%, #676767 50%, #666666 100%);
  background-image: linear-gradient(to bottom, #a0a0a0 0%, #959595 13%, #737373 38%, #676767 50%, #666666 100%);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: none;
  color: #fff !important;
  text-transform: uppercase;
  padding: 5px 20px;
  text-shadow: none;
  text-decoration: none !important;
  margin-bottom: 10px;
}
.btn-gray:hover, #gfops-submit[disabled]:hover {
  background-color: #c1c1c1;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC1C1C1', endColorstr='#FF9C9C9C');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxYzFjMSIvPjxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjYmFiYWJhIi8+PHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiNhNGE0YTQiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzljOWM5YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzljOWM5YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c1c1c1), color-stop(13%, #bababa), color-stop(38%, #a4a4a4), color-stop(50%, #9c9c9c), color-stop(100%, #9c9c9c));
  background-image: -moz-linear-gradient(top, #c1c1c1 0%, #bababa 13%, #a4a4a4 38%, #9c9c9c 50%, #9c9c9c 100%);
  background-image: -webkit-linear-gradient(top, #c1c1c1 0%, #bababa 13%, #a4a4a4 38%, #9c9c9c 50%, #9c9c9c 100%);
  background-image: linear-gradient(to bottom, #c1c1c1 0%, #bababa 13%, #a4a4a4 38%, #9c9c9c 50%, #9c9c9c 100%);
  text-decoration: none;
}
.btn-gray:active, #gfops-submit[disabled]:active {
  color: #fff !important;
}

#block-drivers-feature-gfdrivers-forum, #block-ops-feature-gfops-about-gpu, #block-drivers-feature-gfdrivers-rss-feed, #block-vme-vmeblock-related-links {
  margin-right: 10px;
}

.page-node .field-name-body .field-item h2, .page-node .field-name-body .field-item .group-comments legend, .group-comments .page-node .field-name-body .field-item legend, .page-node .field-name-body .field-item .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-node .field-name-body .field-item legend, div.rssFeeds h2, div.rssFeeds .group-comments legend, .group-comments div.rssFeeds legend, div.rssFeeds .node-type-article #content fieldset legend, .node-type-article #content fieldset div.rssFeeds legend, .sidebar-info-cap, h3.infoCap, .page-community #block-vme-vmeblock-otherlinks h3, .support #block-vme-vmeblock-otherlinks h3, .field-name-field-gallery-images .field-label, .page-drivers-results .driverBox h2, .page-drivers-results .driverBox .group-comments legend, .group-comments .page-drivers-results .driverBox legend, .page-drivers-results .driverBox .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-drivers-results .driverBox legend, .driverAgreed h2, .driverAgreed .group-comments legend, .group-comments .driverAgreed legend, .driverAgreed .node-type-article #content fieldset legend, .node-type-article #content fieldset .driverAgreed legend, #block-drivers-feature-gfdrivers-forum h3, .drivers-license-heading, .page-drivers .driverNotificationsHeader, #block-ops-feature-gfops-about-gpu h2, #block-ops-feature-gfops-about-gpu .group-comments legend, .group-comments #block-ops-feature-gfops-about-gpu legend, #block-ops-feature-gfops-about-gpu .node-type-article #content fieldset legend, .node-type-article #content fieldset #block-ops-feature-gfops-about-gpu legend, .page-search-search-results .search-form .searchTitle h2, .page-search-search-results .search-form .searchTitle .group-comments legend, .group-comments .page-search-search-results .search-form .searchTitle legend, .page-search-search-results .search-form .searchTitle .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-search-search-results .search-form .searchTitle legend, .page-search-search-results.extra-left-nav .content .search-form .container-inline .searchTitle, .newsletter-hedding, #block-vme-vmeblock-otherlinks.block-vme h3, #block-drivers-feature-gfdrivers-rss-feed h2, #block-drivers-feature-gfdrivers-rss-feed .group-comments legend, .group-comments #block-drivers-feature-gfdrivers-rss-feed legend, #block-drivers-feature-gfdrivers-rss-feed .node-type-article #content fieldset legend, .node-type-article #content fieldset #block-drivers-feature-gfdrivers-rss-feed legend, #block-vme-vmeblock-related-links h3, h2.sitemap-heading, .group-comments legend.sitemap-heading, .node-type-article #content fieldset legend.sitemap-heading, .page-not-found-heading {
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  text-indent: 12px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 15px;
  text-shadow: #000 0 1px 0;
  overflow: hidden;
  background-color: #32373b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF32373B', endColorstr='#FF373B41');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyMzczYiIvPjxzdG9wIG9mZnNldD0iMyUiIHN0b3AtY29sb3I9IiMyOTJlMzIiLz48c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjMjYyYjJlIi8+PHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiMzMzNhM2YiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzNiNDEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #32373b), color-stop(3%, #292e32), color-stop(6%, #262b2e), color-stop(97%, #333a3f), color-stop(100%, #373b41));
  background-image: -moz-linear-gradient(top, #32373b 0%, #292e32 3%, #262b2e 6%, #333a3f 97%, #373b41 100%);
  background-image: -webkit-linear-gradient(top, #32373b 0%, #292e32 3%, #262b2e 6%, #333a3f 97%, #373b41 100%);
  background-image: linear-gradient(to bottom, #32373b 0%, #292e32 3%, #262b2e 6%, #333a3f 97%, #373b41 100%);
  border-top: 1px solid #717883;
  border-right: 1px solid #464b53;
  border-left: 1px solid #464b53;
  border-bottom: 1px solid #000303;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0px 0px;
}
.page-node .field-name-body .field-item h2 h2, .page-node .field-name-body .field-item .group-comments legend h2, .group-comments .page-node .field-name-body .field-item legend h2, .page-node .field-name-body .field-item .node-type-article #content fieldset legend h2, .node-type-article #content fieldset .page-node .field-name-body .field-item legend h2, div.rssFeeds h2 h2, div.rssFeeds .group-comments legend h2, .group-comments div.rssFeeds legend h2, div.rssFeeds .node-type-article #content fieldset legend h2, .node-type-article #content fieldset div.rssFeeds legend h2, .sidebar-info-cap h2, h3.infoCap h2, .page-community #block-vme-vmeblock-otherlinks h3 h2, .support #block-vme-vmeblock-otherlinks h3 h2, .field-name-field-gallery-images .field-label h2, .page-drivers-results .driverBox h2 h2, .page-drivers-results .driverBox .group-comments legend h2, .group-comments .page-drivers-results .driverBox legend h2, .page-drivers-results .driverBox .node-type-article #content fieldset legend h2, .node-type-article #content fieldset .page-drivers-results .driverBox legend h2, .driverAgreed h2 h2, .driverAgreed .group-comments legend h2, .group-comments .driverAgreed legend h2, .driverAgreed .node-type-article #content fieldset legend h2, .node-type-article #content fieldset .driverAgreed legend h2, #block-drivers-feature-gfdrivers-forum h3 h2, .drivers-license-heading h2, .page-drivers .driverNotificationsHeader h2, #block-ops-feature-gfops-about-gpu h2 h2, #block-ops-feature-gfops-about-gpu .group-comments legend h2, .group-comments #block-ops-feature-gfops-about-gpu legend h2, #block-ops-feature-gfops-about-gpu .node-type-article #content fieldset legend h2, .node-type-article #content fieldset #block-ops-feature-gfops-about-gpu legend h2, .page-search-search-results .search-form .searchTitle h2 h2, .page-search-search-results .search-form .searchTitle .group-comments legend h2, .group-comments .page-search-search-results .search-form .searchTitle legend h2, .page-search-search-results .search-form .searchTitle .node-type-article #content fieldset legend h2, .node-type-article #content fieldset .page-search-search-results .search-form .searchTitle legend h2, .page-search-search-results.extra-left-nav .content .search-form .container-inline .searchTitle h2, .newsletter-hedding h2, #block-vme-vmeblock-otherlinks.block-vme h3 h2, #block-drivers-feature-gfdrivers-rss-feed h2 h2, #block-drivers-feature-gfdrivers-rss-feed .group-comments legend h2, .group-comments #block-drivers-feature-gfdrivers-rss-feed legend h2, #block-drivers-feature-gfdrivers-rss-feed .node-type-article #content fieldset legend h2, .node-type-article #content fieldset #block-drivers-feature-gfdrivers-rss-feed legend h2, #block-vme-vmeblock-related-links h3 h2, h2.sitemap-heading h2, .group-comments legend.sitemap-heading h2, .node-type-article #content fieldset legend.sitemap-heading h2, .page-not-found-heading h2, .page-node .field-name-body .field-item h2 .group-comments legend, .group-comments .page-node .field-name-body .field-item h2 legend, .page-node .field-name-body .field-item .group-comments legend legend, .group-comments .page-node .field-name-body .field-item legend legend, .page-node .field-name-body .field-item .node-type-article #content fieldset legend .group-comments legend, .group-comments .page-node .field-name-body .field-item .node-type-article #content fieldset legend legend, .node-type-article #content fieldset .page-node .field-name-body .field-item legend .group-comments legend, .group-comments .node-type-article #content fieldset .page-node .field-name-body .field-item legend legend, div.rssFeeds h2 .group-comments legend, .group-comments div.rssFeeds h2 legend, div.rssFeeds .group-comments legend legend, .group-comments div.rssFeeds legend legend, div.rssFeeds .node-type-article #content fieldset legend .group-comments legend, .group-comments div.rssFeeds .node-type-article #content fieldset legend legend, .node-type-article #content fieldset div.rssFeeds legend .group-comments legend, .group-comments .node-type-article #content fieldset div.rssFeeds legend legend, .sidebar-info-cap .group-comments legend, .group-comments .sidebar-info-cap legend, h3.infoCap .group-comments legend, .group-comments h3.infoCap legend, .page-community #block-vme-vmeblock-otherlinks h3 .group-comments legend, .group-comments .page-community #block-vme-vmeblock-otherlinks h3 legend, .support #block-vme-vmeblock-otherlinks h3 .group-comments legend, .group-comments .support #block-vme-vmeblock-otherlinks h3 legend, .field-name-field-gallery-images .field-label .group-comments legend, .group-comments .field-name-field-gallery-images .field-label legend, .page-drivers-results .driverBox h2 .group-comments legend, .group-comments .page-drivers-results .driverBox h2 legend, .page-drivers-results .driverBox .group-comments legend legend, .group-comments .page-drivers-results .driverBox legend legend, .page-drivers-results .driverBox .node-type-article #content fieldset legend .group-comments legend, .group-comments .page-drivers-results .driverBox .node-type-article #content fieldset legend legend, .node-type-article #content fieldset .page-drivers-results .driverBox legend .group-comments legend, .group-comments .node-type-article #content fieldset .page-drivers-results .driverBox legend legend, .driverAgreed h2 .group-comments legend, .group-comments .driverAgreed h2 legend, .driverAgreed .group-comments legend legend, .group-comments .driverAgreed legend legend, .driverAgreed .node-type-article #content fieldset legend .group-comments legend, .group-comments .driverAgreed .node-type-article #content fieldset legend legend, .node-type-article #content fieldset .driverAgreed legend .group-comments legend, .group-comments .node-type-article #content fieldset .driverAgreed legend legend, #block-drivers-feature-gfdrivers-forum h3 .group-comments legend, .group-comments #block-drivers-feature-gfdrivers-forum h3 legend, .drivers-license-heading .group-comments legend, .group-comments .drivers-license-heading legend, .page-drivers .driverNotificationsHeader .group-comments legend, .group-comments .page-drivers .driverNotificationsHeader legend, #block-ops-feature-gfops-about-gpu h2 .group-comments legend, .group-comments #block-ops-feature-gfops-about-gpu h2 legend, #block-ops-feature-gfops-about-gpu .group-comments legend legend, .group-comments #block-ops-feature-gfops-about-gpu legend legend, #block-ops-feature-gfops-about-gpu .node-type-article #content fieldset legend .group-comments legend, .group-comments #block-ops-feature-gfops-about-gpu .node-type-article #content fieldset legend legend, .node-type-article #content fieldset #block-ops-feature-gfops-about-gpu legend .group-comments legend, .group-comments .node-type-article #content fieldset #block-ops-feature-gfops-about-gpu legend legend, .page-search-search-results .search-form .searchTitle h2 .group-comments legend, .group-comments .page-search-search-results .search-form .searchTitle h2 legend, .page-search-search-results .search-form .searchTitle .group-comments legend legend, .group-comments .page-search-search-results .search-form .searchTitle legend legend, .page-search-search-results .search-form .searchTitle .node-type-article #content fieldset legend .group-comments legend, .group-comments .page-search-search-results .search-form .searchTitle .node-type-article #content fieldset legend legend, .node-type-article #content fieldset .page-search-search-results .search-form .searchTitle legend .group-comments legend, .group-comments .node-type-article #content fieldset .page-search-search-results .search-form .searchTitle legend legend, .page-search-search-results.extra-left-nav .content .search-form .container-inline .searchTitle .group-comments legend, .group-comments .page-search-search-results.extra-left-nav .content .search-form .container-inline .searchTitle legend, .newsletter-hedding .group-comments legend, .group-comments .newsletter-hedding legend, #block-vme-vmeblock-otherlinks.block-vme h3 .group-comments legend, .group-comments #block-vme-vmeblock-otherlinks.block-vme h3 legend, #block-drivers-feature-gfdrivers-rss-feed h2 .group-comments legend, .group-comments #block-drivers-feature-gfdrivers-rss-feed h2 legend, #block-drivers-feature-gfdrivers-rss-feed .group-comments legend legend, .group-comments #block-drivers-feature-gfdrivers-rss-feed legend legend, #block-drivers-feature-gfdrivers-rss-feed .node-type-article #content fieldset legend .group-comments legend, .group-comments #block-drivers-feature-gfdrivers-rss-feed .node-type-article #content fieldset legend legend, .node-type-article #content fieldset #block-drivers-feature-gfdrivers-rss-feed legend .group-comments legend, .group-comments .node-type-article #content fieldset #block-drivers-feature-gfdrivers-rss-feed legend legend, #block-vme-vmeblock-related-links h3 .group-comments legend, .group-comments #block-vme-vmeblock-related-links h3 legend, h2.sitemap-heading .group-comments legend, .group-comments h2.sitemap-heading legend, .group-comments legend.sitemap-heading legend, .node-type-article #content fieldset legend.sitemap-heading .group-comments legend, .group-comments .node-type-article #content fieldset legend.sitemap-heading legend, .page-not-found-heading .group-comments legend, .group-comments .page-not-found-heading legend, .page-node .field-name-body .field-item h2 .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-node .field-name-body .field-item h2 legend, .page-node .field-name-body .field-item .group-comments legend .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-node .field-name-body .field-item .group-comments legend legend, .group-comments .page-node .field-name-body .field-item legend .node-type-article #content fieldset legend, .node-type-article #content fieldset .group-comments .page-node .field-name-body .field-item legend legend, .page-node .field-name-body .field-item .node-type-article #content fieldset legend legend, .node-type-article #content fieldset .page-node .field-name-body .field-item legend legend, div.rssFeeds h2 .node-type-article #content fieldset legend, .node-type-article #content fieldset div.rssFeeds h2 legend, div.rssFeeds .group-comments legend .node-type-article #content fieldset legend, .node-type-article #content fieldset div.rssFeeds .group-comments legend legend, .group-comments div.rssFeeds legend .node-type-article #content fieldset legend, .node-type-article #content fieldset .group-comments div.rssFeeds legend legend, div.rssFeeds .node-type-article #content fieldset legend legend, .node-type-article #content fieldset div.rssFeeds legend legend, .sidebar-info-cap .node-type-article #content fieldset legend, .node-type-article #content fieldset .sidebar-info-cap legend, h3.infoCap .node-type-article #content fieldset legend, .node-type-article #content fieldset h3.infoCap legend, .page-community #block-vme-vmeblock-otherlinks h3 .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-community #block-vme-vmeblock-otherlinks h3 legend, .support #block-vme-vmeblock-otherlinks h3 .node-type-article #content fieldset legend, .node-type-article #content fieldset .support #block-vme-vmeblock-otherlinks h3 legend, .field-name-field-gallery-images .field-label .node-type-article #content fieldset legend, .node-type-article #content fieldset .field-name-field-gallery-images .field-label legend, .page-drivers-results .driverBox h2 .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-drivers-results .driverBox h2 legend, .page-drivers-results .driverBox .group-comments legend .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-drivers-results .driverBox .group-comments legend legend, .group-comments .page-drivers-results .driverBox legend .node-type-article #content fieldset legend, .node-type-article #content fieldset .group-comments .page-drivers-results .driverBox legend legend, .page-drivers-results .driverBox .node-type-article #content fieldset legend legend, .node-type-article #content fieldset .page-drivers-results .driverBox legend legend, .driverAgreed h2 .node-type-article #content fieldset legend, .node-type-article #content fieldset .driverAgreed h2 legend, .driverAgreed .group-comments legend .node-type-article #content fieldset legend, .node-type-article #content fieldset .driverAgreed .group-comments legend legend, .group-comments .driverAgreed legend .node-type-article #content fieldset legend, .node-type-article #content fieldset .group-comments .driverAgreed legend legend, .driverAgreed .node-type-article #content fieldset legend legend, .node-type-article #content fieldset .driverAgreed legend legend, #block-drivers-feature-gfdrivers-forum h3 .node-type-article #content fieldset legend, .node-type-article #content fieldset #block-drivers-feature-gfdrivers-forum h3 legend, .drivers-license-heading .node-type-article #content fieldset legend, .node-type-article #content fieldset .drivers-license-heading legend, .page-drivers .driverNotificationsHeader .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-drivers .driverNotificationsHeader legend, #block-ops-feature-gfops-about-gpu h2 .node-type-article #content fieldset legend, .node-type-article #content fieldset #block-ops-feature-gfops-about-gpu h2 legend, #block-ops-feature-gfops-about-gpu .group-comments legend .node-type-article #content fieldset legend, .node-type-article #content fieldset #block-ops-feature-gfops-about-gpu .group-comments legend legend, .group-comments #block-ops-feature-gfops-about-gpu legend .node-type-article #content fieldset legend, .node-type-article #content fieldset .group-comments #block-ops-feature-gfops-about-gpu legend legend, #block-ops-feature-gfops-about-gpu .node-type-article #content fieldset legend legend, .node-type-article #content fieldset #block-ops-feature-gfops-about-gpu legend legend, .page-search-search-results .search-form .searchTitle h2 .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-search-search-results .search-form .searchTitle h2 legend, .page-search-search-results .search-form .searchTitle .group-comments legend .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-search-search-results .search-form .searchTitle .group-comments legend legend, .group-comments .page-search-search-results .search-form .searchTitle legend .node-type-article #content fieldset legend, .node-type-article #content fieldset .group-comments .page-search-search-results .search-form .searchTitle legend legend, .page-search-search-results .search-form .searchTitle .node-type-article #content fieldset legend legend, .node-type-article #content fieldset .page-search-search-results .search-form .searchTitle legend legend, .page-search-search-results.extra-left-nav .content .search-form .container-inline .searchTitle .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-search-search-results.extra-left-nav .content .search-form .container-inline .searchTitle legend, .newsletter-hedding .node-type-article #content fieldset legend, .node-type-article #content fieldset .newsletter-hedding legend, #block-vme-vmeblock-otherlinks.block-vme h3 .node-type-article #content fieldset legend, .node-type-article #content fieldset #block-vme-vmeblock-otherlinks.block-vme h3 legend, #block-drivers-feature-gfdrivers-rss-feed h2 .node-type-article #content fieldset legend, .node-type-article #content fieldset #block-drivers-feature-gfdrivers-rss-feed h2 legend, #block-drivers-feature-gfdrivers-rss-feed .group-comments legend .node-type-article #content fieldset legend, .node-type-article #content fieldset #block-drivers-feature-gfdrivers-rss-feed .group-comments legend legend, .group-comments #block-drivers-feature-gfdrivers-rss-feed legend .node-type-article #content fieldset legend, .node-type-article #content fieldset .group-comments #block-drivers-feature-gfdrivers-rss-feed legend legend, #block-drivers-feature-gfdrivers-rss-feed .node-type-article #content fieldset legend legend, .node-type-article #content fieldset #block-drivers-feature-gfdrivers-rss-feed legend legend, #block-vme-vmeblock-related-links h3 .node-type-article #content fieldset legend, .node-type-article #content fieldset #block-vme-vmeblock-related-links h3 legend, h2.sitemap-heading .node-type-article #content fieldset legend, .node-type-article #content fieldset h2.sitemap-heading legend, .group-comments legend.sitemap-heading .node-type-article #content fieldset legend, .node-type-article #content fieldset .group-comments legend.sitemap-heading legend, .node-type-article #content fieldset legend.sitemap-heading legend, .page-not-found-heading .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-not-found-heading legend {
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
}

div.rssFeeds div.contentBody, .sidebar-info-content, div.infoContent, .field-name-field-gallery-images .field-items, .page-drivers-results .driverBox .contentMiddle, .driverAgreed .contentMiddle, #block-drivers-feature-gfdrivers-forum .main, .page-drivers .contentMiddle, .page-optimize .geforce-experience, #block-ops-feature-gfops-about-gpu .main, .page-search-search-results .search-form .searchForm, .page-search-search-results.extra-left-nav .content ol.gfsearch-results, #content .node-page.view-mode-full .page-content, #content .node-page.view-mode-full .field-name-field-main-links, #block-vme-vmeblock-otherlinks .content, .newsletter-content, .latest-drivers-content, #block-drivers-feature-gfdrivers-rss-feed .main, #block-vme-vmeblock-related-links .content, #block-gfsitemap-gfsitemap-sitemap, .page-not-found-content {
  text-align: center;
  position: relative;
  padding: 10px;
  /*background: #1C1F24;*/
  background: #202427;
  border: 1px solid #2D313A;
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 4px 4px;
}
div.rssFeeds div.contentBody ul, .sidebar-info-content ul, div.infoContent ul, .field-name-field-gallery-images .field-items ul, .page-drivers-results .driverBox .contentMiddle ul, .driverAgreed .contentMiddle ul, #block-drivers-feature-gfdrivers-forum .main ul, .page-drivers .contentMiddle ul, .page-optimize .geforce-experience ul, #block-ops-feature-gfops-about-gpu .main ul, .page-search-search-results .search-form .searchForm ul, .page-search-search-results.extra-left-nav .content ol.gfsearch-results ul, #content .node-page.view-mode-full .page-content ul, #content .node-page.view-mode-full .field-name-field-main-links ul, #block-vme-vmeblock-otherlinks .content ul, .newsletter-content ul, .latest-drivers-content ul, #block-drivers-feature-gfdrivers-rss-feed .main ul, #block-vme-vmeblock-related-links .content ul, #block-gfsitemap-gfsitemap-sitemap ul, .page-not-found-content ul {
  list-style: none;
  margin: 0;
}

.page-node .field-name-body .field-item h2, .page-node .field-name-body .field-item .group-comments legend, .group-comments .page-node .field-name-body .field-item legend, .page-node .field-name-body .field-item .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-node .field-name-body .field-item legend {
  font-size: 16px;
}

.article-section-body ul {
  margin-left: 15px;
}

.driverInfo, .page-drivers .manual-search-box .innerBox, .page-drivers .beta-legacy-driver-search .innerBox, .page-drivers #gpuAutoScan .innerBox, .page-drivers .content .contentMiddle .innerBox, #deviceInformation.innerMiddle, .page-optimize .geforce-experience .innerBox, #gfops > div, #gfops > div > div > div, .field-name-field-ops-grid, .page-search-search-results .search-form .searchForm .innerSearchFrom, #GFCOM_WebSite_Feedback .captcha, #newsletter .captcha, .form-top-pod, .newsletter-content-top-pod, #latest_drivers_widget, #block-drivers-feature-gfdrivers-rss-feed .main .innerMiddle {
  background: #181B1E;
  -moz-box-shadow: #000 1px 1px 1px inset;
  -webkit-box-shadow: #000 1px 1px 1px inset;
  box-shadow: #000 1px 1px 1px inset;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.newsletter-archive .view-newsletters-archive .views-row {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #464b50;
  -moz-box-shadow: #000 1px 1px 1px;
  -webkit-box-shadow: #000 1px 1px 1px;
  box-shadow: #000 1px 1px 1px;
  padding: 10px;
  text-align: left;
  cursor: pointer;
  background-color: #262c30;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF262C30', endColorstr='#FF1E2125');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MmMzMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlMjEyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262c30), color-stop(100%, #1e2125));
  background-image: -moz-linear-gradient(top, #262c30 0%, #1e2125 100%);
  background-image: -webkit-linear-gradient(top, #262c30 0%, #1e2125 100%);
  background-image: linear-gradient(to bottom, #262c30 0%, #1e2125 100%);
  -moz-transition-property: "*";
  -o-transition-property: "*";
  -webkit-transition-property: "*";
  transition-property: "*";
  -moz-transition-duration: ".3s";
  -o-transition-duration: ".3s";
  -webkit-transition-duration: ".3s";
  transition-duration: ".3s";
}

.newsletter-archive .view-newsletters-archive .views-row:hover {
  background-color: #3d474e;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3D474E', endColorstr='#FF282C32');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkNDc0ZSIvPjxzdG9wIG9mZnNldD0iMzIlIiBzdG9wLWNvbG9yPSIjMzczZjQ3Ii8+PHN0b3Agb2Zmc2V0PSI2OCUiIHN0b3AtY29sb3I9IiMyZDM0MzkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODJjMzIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3d474e), color-stop(32%, #373f47), color-stop(68%, #2d3439), color-stop(100%, #282c32));
  background-image: -moz-linear-gradient(top, #3d474e 0%, #373f47 32%, #2d3439 68%, #282c32 100%);
  background-image: -webkit-linear-gradient(top, #3d474e 0%, #373f47 32%, #2d3439 68%, #282c32 100%);
  background-image: linear-gradient(to bottom, #3d474e 0%, #373f47 32%, #2d3439 68%, #282c32 100%);
}

body.not-front .region-sidebar-first .block-menu-block a.active,
body.not-front .region-sidebar-first #block-page-feature-leftnav a.active,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav a.active,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav a.active, .node-type-ops .region-sidebar-first a.active, .page-drivers-results .region-sidebar-first a.active, .node-type-technology .region-sidebar-first .node-technology .field-item a.active {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF60A409', endColorstr='#FF3B8119');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwYTQwOSIvPjxzdG9wIG9mZnNldD0iMjYlIiBzdG9wLWNvbG9yPSIjNTg5ZDBjIi8+PHN0b3Agb2Zmc2V0PSI3NCUiIHN0b3AtY29sb3I9IiM0Mzg5MTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjgxMTkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #60a409), color-stop(26%, #589d0c), color-stop(74%, #438915), color-stop(100%, #3b8119));
  background-image: -moz-linear-gradient(top, #60a409 0%, #589d0c 26%, #438915 74%, #3b8119 100%);
  background-image: -webkit-linear-gradient(top, #60a409 0%, #589d0c 26%, #438915 74%, #3b8119 100%);
  background-image: linear-gradient(to bottom, #60a409 0%, #589d0c 26%, #438915 74%, #3b8119 100%);
  background-color: #60a409;
  color: #fff;
  font-weight: bold;
  /*
    &:after {
      @include filter-gradient(#60a409, #3b8119, vertical); // IE6-9
      @include background-image(linear-gradient(top,  #60a409 0%,#589d0c 26%,#438915 74%,#3b8119 100%));
      background-color: #60a409; // Old browsers
      content: '';
      left: 100%;
      height: 24px;
      position: absolute;
      width: 12px;
      display : none;
    }
  */
}
body.not-front .region-sidebar-first .block-menu-block a.active span,
body.not-front .region-sidebar-first #block-page-feature-leftnav a.active span,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav a.active span,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav a.active span, .node-type-ops .region-sidebar-first a.active span, .page-drivers-results .region-sidebar-first a.active span, .node-type-technology .region-sidebar-first .node-technology .field-item a.active span {
  display: none;
}
body.not-front .region-sidebar-first .block-menu-block a.active:before,
body.not-front .region-sidebar-first #block-page-feature-leftnav a.active:before,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav a.active:before,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav a.active:before, .node-type-ops .region-sidebar-first a.active:before, .page-drivers-results .region-sidebar-first a.active:before, .node-type-technology .region-sidebar-first .node-technology .field-item a.active:before {
  background: url("https://www.geforce.com/sites/all/themes/geforce/images/nav-arrow.png") repeat-x 0 100%;
  content: '';
  height: 24px;
  width: 12px;
  left: 100%;
  position: absolute;
}
body.not-front .region-sidebar-first .block-menu-block a.active:hover,
body.not-front .region-sidebar-first #block-page-feature-leftnav a.active:hover,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav a.active:hover,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav a.active:hover, .node-type-ops .region-sidebar-first a.active:hover, .page-drivers-results .region-sidebar-first a.active:hover, .node-type-technology .region-sidebar-first .node-technology .field-item a.active:hover {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF60A409', endColorstr='#FF3B8119');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwYTQwOSIvPjxzdG9wIG9mZnNldD0iMjYlIiBzdG9wLWNvbG9yPSIjNTg5ZDBjIi8+PHN0b3Agb2Zmc2V0PSI3NCUiIHN0b3AtY29sb3I9IiM0Mzg5MTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjgxMTkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #60a409), color-stop(26%, #589d0c), color-stop(74%, #438915), color-stop(100%, #3b8119));
  background-image: -moz-linear-gradient(top, #60a409 0%, #589d0c 26%, #438915 74%, #3b8119 100%);
  background-image: -webkit-linear-gradient(top, #60a409 0%, #589d0c 26%, #438915 74%, #3b8119 100%);
  background-image: linear-gradient(to bottom, #60a409 0%, #589d0c 26%, #438915 74%, #3b8119 100%);
  background-color: #60a409;
  color: #EEE;
}

.view-nodelist-hero .view-header h2, .view-nodelist-hero .view-header .group-comments legend, .group-comments .view-nodelist-hero .view-header legend, .view-nodelist-hero .view-header .node-type-article #content fieldset legend, .node-type-article #content fieldset .view-nodelist-hero .view-header legend,
.view-nodelist-featured .view-header h2,
.view-nodelist-featured .view-header .group-comments legend,
.group-comments .view-nodelist-featured .view-header legend,
.view-nodelist-featured .view-header .node-type-article #content fieldset legend,
.node-type-article #content fieldset .view-nodelist-featured .view-header legend,
.view-nodelist-product-lineup .view-header h2,
.view-nodelist-product-lineup .view-header .group-comments legend,
.group-comments .view-nodelist-product-lineup .view-header legend,
.view-nodelist-product-lineup .view-header .node-type-article #content fieldset legend,
.node-type-article #content fieldset .view-nodelist-product-lineup .view-header legend,
.view-technologies .view-header h2,
.view-technologies .view-header .group-comments legend,
.group-comments .view-technologies .view-header legend,
.view-technologies .view-header .node-type-article #content fieldset legend,
.node-type-article #content fieldset .view-technologies .view-header legend, h2.drivers-title, .group-comments legend.drivers-title, .node-type-article #content fieldset legend.drivers-title {
  background: url("https://www.geforce.com/sites/all/themes/geforce/images/green_divider.png") repeat-x 0 100%;
  color: white !important;
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: 1.5em !important;
  padding-bottom: 2px !important;
  padding-left: 10px !important;
  padding-top: 2px !important;
  text-shadow: 0 1px 0 #000000 !important;
}

.styled-rows {
  background-image: url("https://www.geforce.com/sites/all/themes/geforce/images/main_rightNav_smallcapsule_background.png");
  background-repeat: no-repeat;
  clear: both;
  cursor: pointer;
  float: left;
  height: 89px;
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
  text-align: left;
  width: 647px;
}
.styled-rows:hover {
  background-image: url("https://www.geforce.com/sites/all/themes/geforce/images/main_rightNav_smallcapsule_background_overlay.png");
}

@-moz-document url-prefix() {
  body.not-front .region-sidebar-first .block-menu-block a span:before {
    margin-left: 1px;
  }
}
.legacyStyles h2, .legacyStyles .group-comments legend, .group-comments .legacyStyles legend, .legacyStyles .node-type-article #content fieldset legend, .node-type-article #content fieldset .legacyStyles legend {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_contentBox_title_background.png");
  background-repeat: no-repeat;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-indent: 12px;
  text-shadow: 0 1px 0 #000000;
  width: 679px;
}

.legacyStyles .contentTop {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_contentBox_contentTop_background.png");
  background-repeat: no-repeat;
  font-size: 0;
  height: 10px;
  position: relative;
  width: 679px;
}

.legacyStyles .contentMiddle,
.legacyStyles.contentMiddle {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_contentBox_contentMiddle_background.png");
  background-repeat: repeat-y;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  width: 652px;
}

.legacyStyles .contentBottom {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_contentBox_contentBottom_background.png");
  background-repeat: no-repeat;
  bottom: -10px;
  clear: both;
  height: 10px;
  left: -14px;
  position: relative;
  width: 679px;
}

/* INNER BOXES --------------------------- */
.legacyStyles .coloredTable,
.legacyStyles #edit-captcha-form {
  position: relative;
  background: #161a1d;
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #101214;
  border-bottom: 1px solid #3b4146;
  margin-bottom: 15px;
}

.legacyStyles .coloredTable .start,
.legacyStyles .coloredTable .end {
  display: none;
}

.legacyStyles .coloredTable .title {
  color: #EEEEEE;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  position: relative;
}

.legacyStyles .coloredTable .nocolor {
  color: #EEEEEE;
  font-size: 12px;
  line-height: 20px;
  position: relative;
}

.legacyStyles #recaptcha_image {
  float: left;
  margin-right: 20px;
}

.legacyStyles #recaptcha_response_field {
  width: 220px;
}

.legacyStyles .recaptcha_get_another_captcha {
  display: block;
  position: absolute;
  top: 20px;
  left: 300px;
}

/* OTHER ---------------------------- */
.legacyStyles .additionalInfo {
  color: #666;
  line-height: 12px;
  font-size: 10px;
}

.legacyStyles .headerImage {
  max-width: none;
}

.legacyStyles img {
  max-width: none;
}

.node-promo {
  /*common*/
  /*common*/
  /*Deals and Promotions   ***/
  /****** AION has many inline styles  *****/
  /*common*/
  /*common*/
  /*common*/
    /*common*?
    #competition-logos {
        padding: 15px 0;
    }

    #competition-logos img {
        position: relative;
    }

    /*common*/
  /******* Batman Arkham city   ********/
  /*common*/
  /*common*/
  /*common*/
  /*common*/
  /*common*/
  /*common*/
  /***** borderlands-2 - deals-promotions  ******/
  /*****guild-wars-2 - deals-promotions  ******/
  /*common*/
  /*****duke-nukem-forever    - deals-promotions  ******/
  /*common*/
  /*****mechwarrior-online    - deals-promotions  ******/
  /**//www.geforce.co.uk/landingpage/free-game-borderlands-2/deals-promotions */
  /*common*/
  /*****dungeon-siege-3     - deals-promotions  ******/
  /**//www.geforce.co.uk/games-applications/pc-games/dungeon-siege-3/deals-promotions **/
  /*****star-wars-the-old-republic     - deals-promotions  ******/
  /*//www.geforce.co.uk/games-applications/pc-games/star-wars-the-old-republic/deals-promotions */
  /*****kongfu-hero     - deals-promotions  ******/
  /*//www.geforce.cn/games-applications/pc-games/kongfu-hero/deals-promotions */
  /*****world-of-tanks  - deals-promotions  ******/
  /*//www.geforce.cn/games-applications/pc-games/world-of-tanks/deals-promotions */
  /*****bf3-tournament   ******/
  /*//www.geforce.com.tw/landingpage/bf3-tournament*/
  /*common*/
  /****borderlands-2-billboards **/
  /*common*/
  /*****computex2011 ***/
  /******diablo-3-community-contest ****/
  /*common*/
  /*common*/
  /*common*/
  /*common*/
  /*common*/
  /********gear-up ***/
  /*****//www.geforce.com.tw/landingpage/gear-up ***/
  /*****graphics-cards-with-kepler-architecture *****/
  /***//www.geforce.com.tw/landingpage/graphics-cards-with-kepler-architecture**/
  /*common*/
  /*common*/
  /*common*/
  /*common*/
  /*common*/
  /*common*/
  /*common*/
  /*common*/
  /***movie-day  ****/
  /****//www.geforce.com.tw/landingpage/movie-day  ***/
    /**  movieday is not migrating

    form#movieDay2011 {
        background: url("/localtemplate/landingpage/computex2011/imgs/GFcom-keybox.jpg") no-repeat scroll 0 0 transparent;
        color: #76B900;
        height: 300px;
        line-height: 50px;
        margin: 20px auto;
        padding: 10px;
        position: relative;
        width: 630px;
    }

    form#movieDay2011 div.inputRowWithButton, form#movieDay2011 label {
        display: block;
        float: left;
    }

    form#movieDay2011 {
        color: #76B900;
        line-height: 50px;
    }


    .additionalInfo {
        color: #666666;
        display: block;
        font-size: 12px;
    }

    ol.eventNotes li {
        list-style-position: outside;
        margin: 0 0 0 30px;
        padding: 0;
    }


    hr.hrLine {
        border-color: #000000 -moz-use-text-color #343B42;
        border-style: solid none;
        border-width: 1px medium;
        height: 0;
    }


    p.logos {
        height: 72px;
        margin: 10px auto;
        text-align: center;
    }


    **/
  /***  sf-tournament  ****/
  /***  txaa  ****/
  /*** //www.geforce.com.tw/landingpage/txaa **/
  /*common*/
  /*** gear-up  **/
  /*** //www.geforce.com.tw/landingpage/gear-up  **/
  /*** gear-up-game-on  **/
  /*** //www.geforce.cn/landingpage/gear-up-game-on  **/
  /*common*/
  /*** gear-up-treasurehunt **/
  /*** //www.geforce.cn/landingpage/gear-up-treasurehunt  **/
  /*** geforce-lan **/
  /*** //www.geforce.cn/landingpage/geforce-lan  **/
  /*** graphics-cards-with-kepler-architecture **/
  /*** //www.geforce.cn/landingpage/graphics-cards-with-kepler-architecture  **/
  /*common*/
  /*** download-batman **/
  /*** //www.geforce.com/landingpage/download-batman  **/
  /*common*/
  /*** free-batman **/
  /*** //www.geforce.com/landingpage/free-batman  **/
  /*common*/
  /*common*/
  /*common*/
  /*** free-borderlands-2 **/
  /*** //www.geforce.com/landingpage/free-borderlands-2  **/
  /*** deals-promotions **/
  /*** //www.geforce.com/games-applications/pc-games/borderlands-2/deals-promotions **/
  /*didn't check this as it is a redirect */
  /*** gear-up-batman **/
  /*** //www.geforce.com/landingpage/gear-up-batman **/
  /*common*/
  /*** gear-up-game-on **/
  /*** //www.geforce.com/landingpage/gear-up-game-on **/
  /*common*/
  /*** geforce-skin-it-to-win-it-contest **/
  /*** //www.geforce.com/landingpage/geforce-skin-it-to-win-it-contest **/
  /*** graphics-cards-with-kepler-architecture **/
  /*** //www.geforce.com/landingpage/graphics-cards-with-kepler-architecture **/
  /*** borderlands-2-billboards **/
  /*** //www.geforce.co.uk/landingpage/borderlands-2-billboards **/
  /*** darksiders-2-pc-game-competition **/
  /*** //www.geforce.co.uk/landingpage/darksiders-2-pc-game-competition **/
  /*** download-batman **/
  /*** //www.geforce.co.uk/landingpage/download-batman **/
  /*** free-duke **/
  /*** //www.geforce.co.uk/landingpage/free-duke **/
  /*** free-dungeon-siege-3 **/
  /*** //www.geforce.co.uk/landingpage/free-dungeon-siege-3 **/
  /*** free-game-borderlands-2 **/
  /*** //www.geforce.co.uk/landingpage/free-game-borderlands-2 **/
  /*** gear-up **/
  /*** //www.geforce.co.uk/landingpage/free-game-borderlands-2 **/
  /*** gear-up-reviews **/
  /*** //www.geforce.co.uk/landingpage/gear-up-reviews **/
  /*** geforce-gt-600-series-where-to-buy **/
  /*** //www.geforce.co.uk/landingpage/geforce-gt-600-series-where-to-buy **/
  /*** geforce-gtx-650-660-system-builders **/
  /*** //www.geforce.co.uk/landingpage/geforce-gtx-650-660-system-builders **/
  /*common*/
  /*** geforce-gtx-660ti-system-builders **/
  /*** //www.geforce.co.uk/landingpage/geforce-gtx-660ti-system-builders **/
  /*common*/
  /*** geforce-gtx-660ti-where-to-buy **/
  /*** //www.geforce.co.uk/landingpage/geforce-gtx-660ti-where-to-buy **/
  /*** geforce-gtx-680-system-builders **/
  /*** //www.geforce.co.uk/landingpage/geforce-gtx-680-system-builders **/
  /*** geforce-skin-it-to-win-it-contest **/
  /*** //www.geforce.co.uk/landingpage/geforce-skin-it-to-win-it-contest **/
  /*common*/
  /*common*/
  /*** geforce-t-shirt-mod-contest **/
  /*** //www.geforce.co.uk/landingpage/geforce-t-shirt-mod-contest **/
  /*** msi-geforce-600m-series-contest **/
  /*** //www.geforce.co.uk/landingpage/msi-geforce-600m-series-contest **/
  /*** torchlight-code-redemption **/
  /*** //www.geforce.co.uk/landingpage/torchlight-code-redemption **/
  /*** world-of-tanks **/
  /*** //www.geforce.co.uk/landingpage/world-of-tanks **/
}
.node-promo .rightNav .middle h2, .node-promo .rightNav .middle .group-comments legend, .group-comments .node-promo .rightNav .middle legend, .node-promo .rightNav .middle .node-type-article #content fieldset legend, .node-type-article #content fieldset .node-promo .rightNav .middle legend {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_contentBox_title_background.png");
  background-repeat: no-repeat;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  margin-bottom: 0;
  margin-right: 20px;
  margin-top: 0;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-indent: 12px;
  text-shadow: 0 1px 0 #000000;
}
.node-promo .rightNav .middle .contentTop {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_contentBox_contentTop_background.png");
  background-repeat: no-repeat;
  font-size: 0;
  height: 10px;
  position: relative;
}
.node-promo .rightNav .bottom {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_background_bottom.png");
  background-repeat: no-repeat;
  height: 10px;
  position: relative;
}
.node-promo .activeButton {
  /* this is not actively used */
  cursor: pointer;
}
.node-promo .rightNav .middle .contentMiddle h3, .node-promo .rightNav .middle .contentMiddle p {
  margin-bottom: 1em;
}
.node-promo #videoContainer {
  text-align: center;
}
.node-promo .rightNav .middle .contentMiddle {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_contentBox_contentMiddle_background.png");
  background-repeat: repeat-y;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  width: 652px;
}
.node-promo .rightNav .middle .contentBottom {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_contentBox_contentBottom_background.png");
  background-repeat: no-repeat;
  bottom: -10px;
  clear: both;
  height: 10px;
  left: -14px;
  position: relative;
  width: 679px;
}
.node-promo .clearspace {
  clear: both;
  font-size: 0;
  padding-bottom: 20px;
}
.node-promo .rightNav .middle .contentMiddle .headerImagecustom {
  border-bottom: 0 solid #5D5F62;
  position: relative;
  top: -11px;
  width: 677px;
}
.node-promo .checkboxContainer label {
  cursor: pointer;
  left: 18px;
  position: relative;
  top: -1px;
}
.node-promo .checkBoxOn {
  background: url("https://international.download.nvidia.com/webassets/images/form_controller/option_on.jpg") repeat-x scroll 0 0 transparent;
}
.node-promo .checkBox {
  background: url("https://international.download.nvidia.com/webassets/images/form_controller/option_off.jpg") repeat-x scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
.node-promo .additionalInfo {
  font-size: 10px;
  line-height: 12px;
}
.node-promo .rightNav .middle .contentMiddle .innerBox .innerTop {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_contentBox_innerTop.png");
  background-repeat: no-repeat;
  font-size: 0;
  height: 10px;
  position: relative;
  width: 320px;
  z-index: 10;
}
.node-promo .rightNav .middle .contentMiddle .innerBox .innerMiddle {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_contentBox_innerMiddle.png");
  background-repeat: repeat-y;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 300px;
  z-index: 100;
}
.node-promo .center3 {
  display: block;
}
.node-promo .rightNav .middle .contentMiddle .innerBox .innerBottom {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_contentBox_innerBottom.png");
  background-repeat: no-repeat;
  font-size: 0;
  height: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 320px;
  z-index: 10;
}
.node-promo .activeButton:hover {
  cursor: pointer;
}
.node-promo input.gsc-input {
  background-color: #272A2E;
  border-color: #000000 #3C4044 #484C51 #000000;
  border-style: solid;
  border-width: 1px;
  color: #999999;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 12px;
  height: 20px;
  position: relative;
}
.node-promo .pluginButton {
  background: none repeat scroll 0 0 #ECEEF5;
  border: 1px solid #CAD4E7;
  border-radius: 3px 3px 3px 3px;
  color: #3B5998;
  cursor: pointer;
  padding: 2px 6px 4px;
  white-space: nowrap;
}
.node-promo .pluginButton button {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: -1px;
  padding: 0;
}
.node-promo .facebook-icon {
  height: 30px;
  overflow: hidden;
  width: 80px;
}
.node-promo .contentHolder {
  text-align: left;
}
.node-promo .pluginCountButton {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C1C1C1;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-left: 6px;
  min-width: 15px;
  padding: 1px 2px;
  text-align: center;
  white-space: nowrap;
}
.node-promo .pluginButtonSmall {
  padding: 0 5px 2px;
}
.node-promo .newPanelBG {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-image: url("/images/new-panel-bg.png");
  border-color: #282E33 #282E33 #222222;
  border-image: none;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 2px 2px 2px #111111;
  position: relative;
  width: 678px;
}
.node-promo .panel_desc_bottom {
  font-size: 11px !important;
  margin: 1px 5px 7px 10px !important;
}
.node-promo .rightNav .middle .contentMiddle .headerImage {
  background-color: #111111;
  border-bottom: 1px solid #5D5F62;
  left: -12px;
  position: relative;
  top: -11px;
  width: 676px;
}
.node-promo .bundle {
  float: left;
  margin: 0 15px 35px 25px;
}
.node-promo .coloredTable .start {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_coloredTable_start.png");
  background-repeat: no-repeat;
  height: 10px;
  position: relative;
  width: 650px;
}
.node-promo .coloredTable .title {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_coloredTable_odd.png");
  background-repeat: repeat-y;
  color: #EEEEEE;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding-left: 14px;
  padding-top: 5px;
  position: relative;
  width: 650px;
}
.node-promo .coloredTable .nocolor {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_coloredTable_odd.png");
  background-repeat: repeat-y;
  color: #EEEEEE;
  font-size: 12px;
  line-height: 20px;
  padding-left: 24px;
  padding-right: 20px;
  position: relative;
  width: 620px;
}
.node-promo .coloredTable .end {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_coloredTable_end.png");
  background-repeat: no-repeat;
  clear: both;
  height: 20px;
  padding-bottom: 15px;
  position: relative;
  width: 650px;
}
.node-promo .logos {
  border-top: 1px solid #5D5F62;
}
.node-promo .logos img {
  margin-right: 15px;
  margin-top: 18px;
  position: relative;
}
.node-promo .rightNav .top {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_background_top.png");
  background-repeat: no-repeat;
  font-size: 0;
  height: 10px;
  position: relative;
}
.node-promo .bar {
  margin-bottom: 15px;
  margin-left: 30px;
  margin-top: 25px;
}
.node-promo .main_image {
  margin-bottom: 25px;
  margin-left: 45px;
  margin-top: 10px;
}
.node-promo .first_img {
  margin-left: 75px;
}
.node-promo .second_img {
  margin-left: 40px;
}
.node-promo .retailers img {
  margin-bottom: 5px;
}
.node-promo .country-separator {
  background-color: #202427;
  height: 15px;
  margin-bottom: 15px;
  margin-left: -20px;
  width: 590px;
}
.node-promo p.additionalInfo {
  color: #666666;
  display: block;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}
.node-promo .graphics_img {
  float: left;
  margin: -5px 30px 0 0;
}
.node-promo .jedi {
  float: right;
  margin: 52px -12px 5px 19px;
}
.node-promo #formMessages {
  background: none repeat scroll 0 0 #1C1E21;
  border: 1px solid #76B900;
  color: #76B900;
  padding: 20px;
  width: 610px;
}
.node-promo p.videoDescription {
  margin: 5px;
}
.node-promo img.couponCard {
  height: 194px;
  margin: 0 10px 0 0;
  width: 300px;
}
.node-promo div.formTitle {
  margin-top: 30px;
  padding: 0;
}
.node-promo img.AICLogo {
  margin-right: 10px;
  width: 90px;
}
.node-promo .rightNav-article .middle .contentMiddle p, .node-promo .rightNav .middle .contentMiddle p, .node-promo .articleText {
  letter-spacing: 1px;
  line-height: 160%;
}
.node-promo .back_img {
  background: url("/Active/zh_TW/zh_TW/template/LandingPage/bf3-tournament/images/bg-bf3-tournament.jpg") no-repeat scroll 0 0 transparent;
  height: 634px;
  width: 650px;
}
.node-promo .line {
  border-bottom: 1px solid #636363;
  border-top: 1px solid #24282C;
  font-size: 0;
  line-height: 0;
  margin-bottom: 15px;
  margin-top: 45px;
}
.node-promo .main_text {
  margin-left: 305px;
  margin-right: 20px;
  padding-top: 340px;
}
.node-promo .black {
  background-color: #202427;
}
.node-promo .rightNav .middle .contentMiddle .headerImageOverlay {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_MainImage_overlay.png");
  background-repeat: repeat-x;
  height: 6px;
  left: 2px;
  position: absolute;
  top: -11px;
  width: 676px;
}
.node-promo .header .logoRow {
  height: 100px;
  position: relative;
  width: 984px;
  z-index: 20;
}
.node-promo .batman_title {
  background: url("//www.geforce.com.tw/Active/zh_TW/zh_TW/template/LandingPage/diablo-3-community-contest/images/subtitle-background.png") no-repeat scroll 0 0 transparent;
  height: 40px !important;
  margin-left: 1px;
  margin-right: 7px;
  margin-top: -3px;
  width: 978px;
}
.node-promo .winnerItem {
  float: left;
  width: 244px;
}
.node-promo .winnerItem img {
  display: inline;
  height: auto;
  width: 224px;
}
.node-promo #d3Gallery div.d3GalleryItem {
  padding-bottom: 0;
}
.node-promo div.d3GalleryItem {
  padding: 19px !important;
  width: 150px !important;
}
.node-promo div.d3GalleryItem span.imageFrame {
  display: block;
  height: 150px;
  line-height: 150px;
  vertical-align: middle;
  width: 150px;
}
.node-promo div.d3GalleryItem span.imageFrame img.thumb {
  height: auto;
  max-height: 140px;
  width: 100%;
}
.node-promo #d3Gallery div.d3GalleryItem .workTitle {
  height: 12px;
  overflow: hidden;
  text-align: left;
  width: 100px;
}
.node-promo .requiredIndicator {
  color: #76B900;
}
.node-promo .coloredTable1 .end {
  background-image: url("//www.geforce.com.tw/Active/zh_TW/zh_TW/template/LandingPage/diablo-3-community-contest/images/table-bottom.png");
  background-repeat: no-repeat;
  clear: both;
  height: 20px;
  padding-bottom: 15px;
  position: relative;
  width: 935px !important;
}
.node-promo .contentMiddle li {
  letter-spacing: 1px;
  line-height: 150%;
  text-align: justify;
}
.node-promo .batman_logos {
  border-top: 1px solid #33373A;
  margin-left: 1px;
  margin-right: 7px;
  padding-bottom: 0;
  vertical-align: middle;
}
.node-promo .footer_section {
  display: table-cell;
  float: left;
  margin: 10px;
  width: 221px;
}
.node-promo .footer-large ul.ul_column {
  margin-right: 5px;
  min-width: 90px;
  width: auto;
}
.node-promo .footer-large-top {
  margin-bottom: 20px;
  padding-top: 10px;
}
.node-promo .footer-large-top a {
  text-decoration: none;
}
.node-promo .footer-large {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_background.png");
  background-repeat: repeat-y;
  border-bottom: 1px solid #3A3C40;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 5px 2px -2px black;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.node-promo .footer-large img {
  margin-right: 10px;
  vertical-align: middle;
}
.node-promo .footer-heading {
  color: #ECECEC;
  display: block;
  font-size: 17px;
  font-weight: normal;
  height: 17px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.node-promo .footer-large ul {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.node-promo .footer-large ul li {
  margin-bottom: 10px;
}
.node-promo .divider_line {
  background-image: url("/images/divider_line.png");
  background-repeat: repeat-x;
  font-size: 1px;
  height: 2px;
  margin: 5px 0 10px;
}
.node-promo .footer-large-bottom .text-left {
  color: #666666;
  font-size: 11px;
  position: relative;
  text-align: center;
  top: -20px;
}
.node-promo .footer-large-bottom {
  color: #999999;
  font-size: 12px;
  margin-bottom: 10px;
  padding-top: 20px;
  text-shadow: 0 1px 0 #000000;
  z-index: 0;
}
.node-promo .back_img {
  background: url("/cmsTemplate/LandingPage/gear-up/images/NV_GU_Batman_gfcom_Header_tw.jpg") no-repeat scroll 0 0 transparent;
  height: 462px;
  width: 650px;
}
.node-promo .hardwareMFG .imageOverlay, .node-promo .hardwareMFG .imageOverlayHover {
  background-image: url("https://international.download.nvidia.com/webassets/images/Hardware/featured_hardware_large_overlay.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 260px;
  left: 0;
  position: absolute;
  top: 0;
  width: 671px;
  z-index: 10;
}
.node-promo #hardwareFeatures {
  padding: 5px 0 7px 7px;
}
.node-promo #product-lineup > p {
  padding-left: 10px;
  padding-right: 10px;
}
.node-promo .productTable td.noborder, .node-promo .productTable th.noborder {
  border: 0 none;
}
.node-promo .productTable th {
  font-weight: normal;
  padding: 10px;
}
.node-promo .productTable td, .node-promo .productTable th {
  border-right: 1px solid #3A3D3F;
  text-align: left;
  vertical-align: top;
  width: 33%;
}
.node-promo .productList p {
  padding-left: 10px;
}
.node-promo .productTable .productList td {
  padding: 10px 0;
}
.node-promo .rightNav .redesign-adjustment {
  padding-bottom: 15px;
  padding-left: 26px;
}
.node-promo .back_img {
  background: url("//www.geforce.com.tw/Active/zh_TW/zh_TW/template/LandingPage/sf-tournament/images/bg-sf-tournament.jpg") no-repeat scroll 0 0 transparent;
  height: 680px;
  width: 650px;
}
.node-promo .main_text {
  margin-left: 305px;
  margin-right: 20px;
  padding-top: 340px;
}
.node-promo .rightNav .middle .hr {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_leftNav_divider.png");
  background-repeat: repeat-x;
  clear: both;
  height: 2px;
  left: -12px;
  margin-top: 12px;
  padding-bottom: 12px;
  position: relative;
  width: 676px;
}
.node-promo .main_text {
  margin-left: 25px;
  margin-right: 30px;
  padding-top: 470px;
}
.node-promo .bar {
  margin-bottom: 15px;
  margin-left: 25px;
  margin-top: 30px;
}
.node-promo .additionalInfoCaption {
  display: block;
  margin: 10px 0;
}
.node-promo form#gearupTreasurehunt {
  color: #76B900;
  line-height: 30px;
  margin: 20px auto;
  padding: 10px;
  position: relative;
  width: 560px;
}
.node-promo span.questionText {
  color: #CCCCCC;
  line-height: 20px;
  margin-top: 30px;
}
.node-promo span.questionOption {
  color: #CCCCCC;
  padding-left: 30px;
}
.node-promo .ngfContentEnd {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_contentBox_contentBottom_background.png");
  background-repeat: no-repeat;
  height: 10px;
}
.node-promo .newPanelBG-halfSize .newPanelBG {
  width: 326px;
}
.node-promo .hardwareSubFeature .imageOverlayHover {
  background-image: url("/Active/en_US/en_US/template/LandingPage/graphics-cards-with-kepler-architecture/images/featured_small_overlay_hover.png");
  display: none;
}
.node-promo .newPanelBG1 {
  background-image: url("/images/new-panel-bg.png");
  border: 1px solid #3A3D3F;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 2px 2px 2px #111111;
  margin-left: 10px;
  width: 645px;
}
.node-promo .black {
  background-color: #000000;
}
.node-promo .logo_img {
  margin-left: 25px;
}
.node-promo .batman_header {
  border-bottom: 1px solid #33373A;
  margin-bottom: 0;
  margin-left: 1px;
  margin-top: -38px;
  z-index: 999;
}
.node-promo .batman_title_text {
  margin-left: 25px;
  margin-top: 20px;
}
.node-promo .batman_main {
  border-bottom: 1px solid #111214;
  color: #BCBDC1;
  font-size: 14px;
  height: 283px;
  line-height: 24px;
  margin-left: 1px;
  margin-right: 7px;
  padding-left: 130px;
  padding-top: 20px;
}
.node-promo .batman_column {
  float: left;
  margin-top: 20px;
  width: 205px;
}
.node-promo .batman_first_logo {
  margin-left: 45px;
}
.node-promo .batman_middle_logo {
  margin-left: 30px;
}
.node-promo .batman_terms {
  border-top: 1px solid #33373A;
  margin-left: 1px;
  margin-right: 7px;
  padding-left: 45px;
  padding-right: 45px;
}
.node-promo .grey_divider {
  background-image: url("/images/grey_divider.png");
  background-repeat: repeat-x;
  font-size: 1px;
  height: 3px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.node-promo .ul_column {
  display: block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100px;
}
.node-promo .footer-heading img {
  position: relative;
  top: -2px;
}
.node-promo .footer-large-bottom .text-right {
  float: right;
  position: relative;
  top: -60px;
}
.node-promo .main .mainContent {
  margin-bottom: 5px;
  padding: 0 0 0 3px;
  width: 100%;
}
.node-promo .batman_title_text {
  margin-left: 25px;
  margin-top: 16px;
}
.node-promo .batman_title {
  background: url("//www.nvidia.com/content/EMEAI/geforce/free-game-borderlands-2/copy-background-gradient.png") repeat-x scroll center bottom transparent;
  border-bottom: 1px solid #33373A;
  height: 101px;
  margin-left: 1px;
  margin-right: 7px;
  margin-top: 460px;
}
.node-promo .batman_logos {
  border-top: 1px solid #33373A;
  margin-left: 1px;
  margin-right: 7px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-top: 15px;
  vertical-align: middle;
}
.node-promo .bar {
  margin-bottom: 15px;
  margin-left: 25px;
  margin-top: 30px;
}
.node-promo .logos {
  height: 110px;
  margin-top: 30px;
}
.node-promo .batman_header {
  border-bottom: 1px solid #33373A;
  margin-bottom: 0;
  margin-left: 1px;
  z-index: 999;
}
.node-promo .batman_title {
  background: url("/cmsTemplate/LandingPage/borderlands-2-code-redemption/images/copy-background-gradient.png") repeat-x scroll center bottom transparent;
  border-bottom: 1px solid #33373A;
  height: 88px;
  margin-left: 1px;
  margin-right: 7px;
  margin-top: 12px;
}
.node-promo .batman_main {
  color: #BCBDC1;
  font-size: 14px;
  height: 121px;
  line-height: 24px;
  margin-left: 1px;
  margin-right: 7px;
  padding-left: 130px;
  padding-top: 20px;
}
.node-promo .batman_logos {
  border-top: 1px solid #33373A;
  margin-left: 1px;
  margin-right: 7px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-top: 15px;
  text-align: right;
  vertical-align: middle;
}
.node-promo .footer-large {
  padding-top: 20px;
}
.node-promo .panel_title, .node-promo .leftNav .contentBox .newPanelBG h2, .node-promo .leftNav .contentBox .newPanelBG .group-comments legend, .group-comments .node-promo .leftNav .contentBox .newPanelBG legend, .node-promo .leftNav .contentBox .newPanelBG .node-type-article #content fieldset legend, .node-type-article #content fieldset .node-promo .leftNav .contentBox .newPanelBG legend {
  color: white !important;
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: 1.5em !important;
  margin-bottom: 2px !important;
  margin-left: 10px !important;
  margin-top: 2px !important;
  text-shadow: 0 1px 0 #000000 !important;
}
.node-promo #gpu-analyzer-fail-upgrades .gpuItem {
  margin-right: 20px;
  width: 260px;
}
.node-promo .gpuItem .gpu-name {
  color: #76B900;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-transform: none;
  width: 100%;
}
.node-promo .gpuAnalyzer-gpu {
  height: 175px;
  margin-top: 0;
  padding-top: 10px;
  text-align: center;
  width: 250px;
}
.node-promo .gpuItem .compareBttn {
  margin-left: 40px;
}
.node-promo .formMessages {
  background: none repeat scroll 0 0 #1C1E21;
  border: 1px solid #76B900;
  color: #76B900;
  display: none;
  margin-bottom: 5px;
  padding: 10px;
}
.node-promo .logos {
  float: right;
  text-align: right;
}
.node-promo .logos {
  height: 110px;
  margin-top: 30px;
}
.node-promo p.additionalInfo {
  color: #666666;
  display: block;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}
.node-promo .duke_header {
  border-bottom: 1px solid #33373A;
  margin-bottom: 0;
  margin-left: 1px;
  margin-top: 7px;
}
.node-promo .duke_title {
  background: url("/Active/en_US/shared/images/free_duke/title_back2.png") repeat-x scroll 0 0 transparent;
  border-bottom: 1px solid #33373A;
  height: 101px;
  margin-left: 1px;
  margin-right: 7px;
  margin-top: -3px;
}
.node-promo .duke_title_text {
  margin-left: 25px;
  margin-top: 20px;
}
.node-promo .duke_main {
  border-bottom: 1px solid #111214;
  color: #BCBDC1;
  font-size: 14px;
  height: 140px;
  line-height: 24px;
  margin-left: 1px;
  margin-right: 7px;
  padding-left: 130px;
  padding-top: 20px;
}
.node-promo .duke_column {
  float: left;
  margin-top: 20px;
  width: 205px;
}
.node-promo .duke_logos {
  border-top: 1px solid #33373A;
  margin-left: 1px;
  margin-right: 7px;
  vertical-align: middle;
}
.node-promo .duke_first_logo {
  margin-left: 70px;
}
.node-promo .duke_middle_logo {
  margin-left: 35px;
}
.node-promo .siege_header {
  margin-bottom: 0;
  margin-left: 1px;
  margin-top: -76px;
  z-index: 999;
}
.node-promo .siege_title {
  background: url("/Active/en_US/shared/images/free_duke/title_back2.png") repeat-x scroll 0 0 transparent;
  border-bottom: 1px solid #33373A;
  border-top: 1px solid #33373A;
  height: 101px;
  margin-left: 1px;
  margin-right: 7px;
  margin-top: -4px;
}
.node-promo .siege_title_text {
  margin-left: 25px;
  margin-top: 22px;
}
.node-promo .siege_main {
  border-bottom: 1px solid #111214;
  color: #BCBDC1;
  font-size: 14px;
  height: 140px;
  line-height: 24px;
  margin-left: 1px;
  margin-right: 7px;
  padding-left: 130px;
  padding-top: 20px;
}
.node-promo .siege_column {
  float: left;
  margin-top: 20px;
  width: 205px;
}
.node-promo .siege_logos {
  border-top: 1px solid #33373A;
  margin-left: 1px;
  margin-right: 7px;
  vertical-align: middle;
}
.node-promo .siege_first_logo {
  margin-left: 130px;
}
.node-promo .siege_middle_logo {
  margin-left: 48px;
}
.node-promo .country-separator {
  background-color: #202427;
  height: 15px;
  margin-bottom: 15px;
  margin-left: -20px;
  width: 590px;
}
.node-promo .logos img {
  margin-right: 25px;
  margin-top: 18px;
  position: relative;
}
.node-promo p.additionalInfo {
  color: #666666;
  display: block;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}
.node-promo .back_img {
  background: url("/cmsTemplate/LandingPage/gear-up/images/gear-up-header.jpg") no-repeat scroll 0 0 transparent;
  height: 722px;
  width: 650px;
}
.node-promo .main_text {
  margin-left: 340px;
  margin-right: 30px;
  padding-top: 340px;
}
.node-promo .middle .review-date {
  color: #EEEEEE;
  font-size: 13px;
  font-weight: normal;
}
.node-promo p.additionalInfo {
  color: #666666;
  display: block;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}
.node-promo .gtx-features img {
  float: left;
  margin-right: 50px;
}
.node-promo .country-header {
  padding-top: 20px;
  text-decoration: none;
}
.node-promo .retailers-links {
  clear: both;
  margin: 10px 0;
}
.node-promo .retailers-links img {
  margin-right: 5px;
  margin-top: 5px;
}
.node-promo .partner_system {
  float: left;
  font-size: 12px;
  height: 305px;
  line-height: 16px;
  margin-bottom: 35px;
  margin-right: 40px;
  margin-top: 15px;
  width: 185px;
}
.node-promo .partner_system span {
  color: #76B900;
  font-weight: bold;
}
.node-promo .partner_system ul {
  font-size: 11px;
  list-style-image: url("https://www.nvidia.com/content/EMEAI/geforce/skin-it-to-win-it/gf/bullet2.png");
}
.node-promo .etailer {
  float: left;
  margin-left: 5px;
  margin-top: -3px;
}
.node-promo p.additionalInfo {
  color: #666666;
  display: block;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}
.node-promo .system-image {
  float: left;
  text-align: left;
  width: 165px;
}
.node-promo .system-specs {
  float: left;
  font-size: 12px;
  height: 158px;
  position: relative;
  width: 375px;
}
.node-promo .system-title {
  color: #76B900;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 1px;
}
.node-promo .buttons-buy {
  bottom: 0;
  position: absolute;
}
.node-promo .rightNav .middle .contentMiddle p {
  color: #999999;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 15px;
}
.node-promo .partner_system {
  float: left;
  font-size: 12px;
  line-height: 16px;
  margin-right: 40px;
  margin-top: 15px;
  width: 180px;
}
.node-promo .contentMiddle li, .node-promo .contentMiddle strong {
  color: #999999;
}
.node-promo .newPanelBG {
  background-image: url("/images/new-panel-bg.png");
  border: 1px solid #3A3D3F;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 2px 2px 2px #111111;
  padding-bottom: 15px;
  width: 671px;
}
.node-promo .comp-footer a {
  text-decoration: none;
}
.node-promo .batman_header {
  border-bottom: 1px solid #33373A;
  margin-bottom: 0;
  margin-left: 1px;
  margin-top: 0;
  position: absolute;
  top: 0;
  z-index: 999;
}
.node-promo .batman_title {
  background: url("//www.geforce.com/cmsTemplate/LandingPage/me3-sweeps/images/copy-background-gradient.png") repeat-x scroll center bottom transparent;
  border-bottom: 1px solid #33373A;
  height: 101px;
  margin-left: 1px;
  margin-right: 7px;
  margin-top: 463px;
}
.node-promo .batman_main {
  color: #BCBDC1;
  font-size: 14px;
  height: 75px;
  line-height: 24px;
  margin-left: 1px;
  margin-right: 7px;
  padding-left: 130px;
  padding-top: 20px;
}
.node-promo .batman_column {
  float: left;
  margin-top: 20px;
  width: 205px;
}
.node-promo .batman_logos {
  border-top: 1px solid #33373A;
  margin-left: 1px;
  margin-right: 7px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-top: 15px;
  vertical-align: middle;
}
.node-promo .batman_logos img {
  padding-right: 60px;
  position: relative;
}
.node-promo .table-left {
  float: left;
  width: 300px;
}
.node-promo #gpu-analyzer-button {
  background-image: url("https://international.download.nvidia.com/webassets/images/main_rightNav_contentBox_innerMiddle.png");
  border-radius: 5px 5px 5px 5px;
  float: left;
  height: 55px;
  margin-top: 20px;
  overflow: hidden;
  width: 250px;
}
.node-promo #gpu-analyzer-start {
  margin: 10px auto 0;
  text-align: center;
  width: 220px;
}
.node-promo .customcoloredTable .title {
  background-image: url("/Active/en_US/en_US/template/LandingPage/world-of-tanks/images/main_rightNav_coloredTable_od.png");
  background-repeat: repeat-y;
  color: #EEEEEE;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding-left: 14px;
  padding-top: 5px;
  position: relative;
  width: 655px;
}
.node-promo .customcoloredTable .nocolor {
  background-image: url("/Active/en_US/en_US/template/LandingPage/world-of-tanks/images/main_rightNav_coloredTable_od.png");
  background-repeat: repeat-y;
  color: #EEEEEE;
  font-size: 12px;
  line-height: 20px;
  padding-left: 14px;
  padding-right: 20px;
  position: relative;
  width: 635px;
}

/* global */
.front h1#page-title {
  display: none;
}

.node-type-article div#title-container, .node-type-article div#title-container h2#page-title, .node-type-article div#title-container .group-comments legend#page-title, .group-comments .node-type-article div#title-container legend#page-title, .node-type-article div#title-container #content fieldset legend#page-title, .node-type-article #content fieldset div#title-container legend#page-title, .page-whats-new-guides div#title-container {
  display: none;
}

body {
  background-color: #202427;
  color: #eee;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.ac_results {
  color: #333;
}

.grippie {
  display: none;
}

p {
  margin: 0 0 1em 0;
}
p a {
  text-decoration: underline;
}

a {
  color: #76b900;
  text-decoration: none;
}
a:visited {
  color: #76b900;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}

h1, h2, .group-comments legend, .node-type-article #content fieldset legend {
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 27px;
  text-shadow: 0 1px 0 black;
}

h3, h5 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #76B900;
  text-shadow: 0 1px 0 black;
  line-height: 1em;
  margin: 0 0 3px 0;
  padding: 0;
  text-decoration: none;
}

h4 {
  margin: 0;
  color: #76b900;
}

ul {
  margin: 0;
}

img {
  height: auto;
}

.node-unpublished {
  background-color: transparent;
  border: 2px dashed #76b900;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.node-unpublished:before {
  content: 'unpublished';
  color: #76b900;
  text-align: center;
  display: block;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.group-comments .fieldset-wrapper {
  padding: 14px;
  margin-bottom: 25px;
}

/* tabs */
ul.tabs {
  *zoom: 1;
  border-bottom: 1px solid #76b900;
  margin-bottom: 15px;
  margin-left: 0;
  list-style: none;
}
ul.tabs:before {
  display: table;
  content: "";
}
ul.tabs:after {
  display: table;
  content: "";
  clear: both;
}
ul.tabs > li {
  float: left;
  margin-bottom: -1px;
}
ul.tabs > li a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
  text-decoration: none;
  display: block;
  color: #fff;
}
ul.tabs > li a:hover {
  border-color: #558600;
  background-color: #558600;
}
ul.tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 15px;
  border: 1px solid transparent;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0px 0px;
}
ul.tabs > .active > a, ul.tabs > .active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #76b900;
  border: 1px solid #76b900;
  border-bottom-color: transparent;
}

/* message blocks */
.messages {
  padding: 8px 35px 8px 14px;
  margin-bottom: 15px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #caad16;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  word-wrap: break-word;
}
.messages .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 15px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.messages .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.messages ul {
  margin: 1em;
}
.messages.status {
  background-color: #dff0d8;
  border-color: #529138;
  color: #468847;
}
.messages.error {
  background-color: #f2dede;
  border-color: #963b3b;
  color: #b94a48;
}
.messages.info {
  background-color: #d9edf7;
  border-color: #247fad;
  color: #3a87ad;
}

.select-wrapper {
  display: inline-block;
  background-color: #404145;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF404145', endColorstr='#FF232428');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDE0NSIvPjxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjMzgzOTNkIi8+PHN0b3Agb2Zmc2V0PSI5MSUiIHN0b3AtY29sb3I9IiMyODI5MmQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzI0MjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #404145), color-stop(22%, #38393d), color-stop(91%, #28292d), color-stop(100%, #232428));
  background-image: -moz-linear-gradient(top, #404145 0%, #38393d 22%, #28292d 91%, #232428 100%);
  background-image: -webkit-linear-gradient(top, #404145 0%, #38393d 22%, #28292d 91%, #232428 100%);
  background-image: linear-gradient(to bottom, #404145 0%, #38393d 22%, #28292d 91%, #232428 100%);
  border: 1px solid #404145;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 24px;
}
.select-wrapper select {
  background: transparent url('https://www.geforce.com/sites/all/themes/geforce/images/selector-btn-expand.jpg?1453093875') right top no-repeat;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  height: 24px;
}
.select-wrapper select[disabled] {
  color: #999;
}
#driverDropdowns .select-wrapper select {
  width: 100%;
}
#driverDropdowns .select-wrapper {
  display: block;
  margin-bottom: 5px;
}

.btn-print-me {
  display: block;
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/icon_printMe.png?1453093875') left top no-repeat;
  width: 24px;
  height: 24px;
}
.btn-print-me span {
  display: none;
}

.btn-rss-me {
  display: block;
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/rss_logo.png?1453093875') left top no-repeat;
  width: 24px;
  height: 24px;
  float: right;
  margin-top: -24px;
}
.btn-rss-me span {
  display: none;
}

#feedback-tab {
  cursor: pointer;
  left: -5px;
  position: fixed;
  top: 40%;
  z-index: 4;
}
#feedback-tab img {
  width: 29px;
  z-index: 5;
}

var {
  display: none;
}

.clear {
  clear: both;
  font-size: 0;
}

/* Newsletter - latest newsletter */
.not-front.no-sidebars.page-node.disable-header.latest-newsletter {
  background: #14171C !important;
}
.not-front.no-sidebars.page-node.disable-header.latest-newsletter #page {
  width: 750px !important;
}
.not-front.no-sidebars.page-node.disable-header.latest-newsletter #page #content-area #content {
  padding: 0px;
  width: initial !important;
}

.not-front.no-sidebars.page-node.content-region-only.disable-header.latest-newsletter #page #feedback-tab,
.not-front.no-sidebars.page-node.content-region-only.disable-header.latest-newsletter #page #header {
  display: none;
  visibility: hidden;
}
.not-front.no-sidebars.page-node.content-region-only.disable-header.latest-newsletter #page #main-wrapper {
  box-shadow: none !important;
}
.not-front.no-sidebars.page-node.content-region-only.disable-header.latest-newsletter #page #main-wrapper #main-container {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
}
.not-front.no-sidebars.page-node.content-region-only.disable-header.latest-newsletter #page #main-wrapper #main-container #main #content-area {
  background: none !important;
}
.not-front.no-sidebars.page-node.content-region-only.disable-header.latest-newsletter #page #main-wrapper #main-container #main #content-area #content {
  background-color: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
}
.not-front.no-sidebars.page-node.content-region-only.disable-header.latest-newsletter #page #footer {
  display: none;
}

#content-area {
  overflow: hidden;
  margin-bottom: 20px;
}

.greenText {
  color: #76b900;
}

.paddingVertical10 {
  padding: 10px 0px;
}

.img-220x150-hover, .img-217x116-hover, .img-157x100-hover {
  position: absolute;
  width: 220px;
  height: 150px;
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/image-styles-overlays/220x150-hover.png?1453093875') left top no-repeat;
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: "opacity";
  -o-transition-property: "opacity";
  -webkit-transition-property: "opacity";
  transition-property: "opacity";
  -moz-transition-duration: ".3s";
  -o-transition-duration: ".3s";
  -webkit-transition-duration: ".3s";
  transition-duration: ".3s";
}
.game-hover .img-220x150-hover, .game-hover .img-217x116-hover, .game-hover .img-157x100-hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.region-content .field-items .article-section .article-section-body table {
  width: 625px;
}

.region-content .field-items .article-section .article-section-body table tr td {
  border: 1px solid #424242;
  border-style: inset;
}

/* global fix for busted article styles */
.ds-1col .group_content .field-name-body .field-items .field-item p {
  margin-bottom: 1em !important;
  margin-top: .75em !important;
}
.ds-1col .group_content .field-name-body .field-items .field-item h3 {
  margin: 1em 0 !important;
}
.ds-1col .group_content .field-name-body .field-items .field-item li {
  margin-left: 20px !important;
}
.ds-1col .group_content .field-name-body .field-items .field-item img {
  padding: 5px 0 !important;
}
.ds-1col .group_content .field-name-body .field-items .field-item ul {
  margin-top: -10px !important;
}
.ds-1col .group_content .field-name-body .field-items .field-item #gfe-article p {
  padding: 0 !important;
}
.ds-1col .group_content .field-name-body .field-items .field-item #gfe-article h3 {
  padding: 0 !important;
}

/* IE6/7 Message */
#IESupportMsg {
  background: url("https://www.geforce.com/sites/all/themes/geforce/images/eu-cookie-policy/eu-cookiebar-dark-bg.png?1359060466") repeat-x scroll 0 0 transparent;
  background-size: 100% 100%;
  left: 0;
  min-width: 980px;
  top: 50px;
  width: 100%;
  z-index: 9999;
}

#IESupportMsg div.icon {
  margin-left: 20px;
  width: 50px;
}

#IESupportMsg div {
  float: left;
  padding-top: 8px;
  font-size: 12px;
}

#IESupportMsg div p {
  margin: 0.5em auto;
  padding: 0 auto;
}

#IESupportMsg div.text {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  width: 85%;
}

#IESupportMsg div.text a {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  text-decoration: none;
}

#IESupportMsg div.text a:hover {
  text-decoration: underline;
  color: #76b900;
}

/* header */
.language-dropdown-sprite, .language-dropdown-btn-arrow-down, ul.language-switcher-link > li .icon-language-state, .language-dropdown-btn-close, ul.language-switcher-link > li.open .icon-language-state {
  background-image: url('https://www.geforce.com/sites/all/themes/geforce/images/language-dropdown-s6474d00fe4.png');
  background-repeat: no-repeat;
}

.language-dropdown-btn-arrow-down, ul.language-switcher-link > li .icon-language-state {
  background-position: 0 0;
}

.language-dropdown-btn-close, ul.language-switcher-link > li.open .icon-language-state {
  background-position: 0 -7px;
}

#header {
  height: 100px;
  position: relative;
}
#header a img {
  position: absolute;
  left: 8px;
  top: 15px;
  margin: 0;
}

.region-social-header {
  position: absolute;
  top: 30px;
  left: 248px;
}
.region-social-header .share-widget-container ul {
  list-style: none;
}
.region-social-header .share-widget-container ul li {
  display: inline-block;
}
.region-social-header .share-widget-container ul li.twitter-icon {
  margin-left: 6px;
  position: relative;
  top: -1px;
}

.closeShare {
  margin-top: 3px;
  vertical-align: top;
}

.region-header {
  position: absolute;
  top: 25px;
  right: 0px;
  height: 31px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.region-header .block {
  float: left;
  height: 31px;
}

.menu-block-gfcore-5 {
  border-right: 1px solid #030304;
}
.menu-block-gfcore-5 ul.menu {
  margin: 0;
  list-style: none;
}
.menu-block-gfcore-5 ul.menu a {
  display: block;
  background-color: #70737a;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF70737A', endColorstr='#FF4A4D55');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyZTMwMCIvPjxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiM5MmNhMDAiLz48c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzg1YzIwNiIvPjxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjODBiZjA3Ii8+PHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiM2M2E3MDgiLz48c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzQyODgxNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3OGEwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2e300), color-stop(1%, #92ca00), color-stop(27%, #85c206), color-stop(29%, #80bf07), color-stop(38%, #63a708), color-stop(83%, #428816), color-stop(100%, #478a00));
  background-image: -moz-linear-gradient(top, #c2e300 0%, #92ca00 1%, #85c206 27%, #80bf07 29%, #63a708 38%, #428816 83%, #478a00 100%);
  background-image: -webkit-linear-gradient(top, #c2e300 0%, #92ca00 1%, #85c206 27%, #80bf07 29%, #63a708 38%, #428816 83%, #478a00 100%);
  background-image: linear-gradient(to bottom, #c2e300 0%, #92ca00 1%, #85c206 27%, #80bf07 29%, #63a708 38%, #428816 83%, #478a00 100%);
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 0px 0px 6px;
  padding: 0 10px;
  height: 31px;
  line-height: 31px;
}
.menu-block-gfcore-5 ul.menu a:hover {
  background-color: #5f6167;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5F6167', endColorstr='#FF3F4249');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyZTMwMCIvPjxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiM5MmNhMDAiLz48c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzg1YzIwNiIvPjxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjODBiZjA3Ii8+PHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiM2M2E3MDgiLz48c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzQyODgxNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3OGEwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2e300), color-stop(1%, #92ca00), color-stop(27%, #85c206), color-stop(29%, #80bf07), color-stop(38%, #63a708), color-stop(83%, #428816), color-stop(100%, #478a00));
  background-image: -moz-linear-gradient(top, #c2e300 0%, #92ca00 1%, #85c206 27%, #80bf07 29%, #63a708 38%, #428816 83%, #478a00 100%);
  background-image: -webkit-linear-gradient(top, #c2e300 0%, #92ca00 1%, #85c206 27%, #80bf07 29%, #63a708 38%, #428816 83%, #478a00 100%);
  background-image: linear-gradient(to bottom, #c2e300 0%, #92ca00 1%, #85c206 27%, #80bf07 29%, #63a708 38%, #428816 83%, #478a00 100%);
}
.menu-block-gfcore-5 ul.menu a.active {
  background-color: #428816;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5F6167', endColorstr='#FF3F4249');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyZTMwMCIvPjxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiM5MmNhMDAiLz48c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzg1YzIwNiIvPjxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjODBiZjA3Ii8+PHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiM2M2E3MDgiLz48c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzQyODgxNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3OGEwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2e300), color-stop(1%, #92ca00), color-stop(27%, #85c206), color-stop(29%, #80bf07), color-stop(38%, #63a708), color-stop(83%, #428816), color-stop(100%, #478a00));
  background-image: -moz-linear-gradient(top, #c2e300 0%, #92ca00 1%, #85c206 27%, #80bf07 29%, #63a708 38%, #428816 83%, #478a00 100%);
  background-image: -webkit-linear-gradient(top, #c2e300 0%, #92ca00 1%, #85c206 27%, #80bf07 29%, #63a708 38%, #428816 83%, #478a00 100%);
  background-image: linear-gradient(to bottom, #c2e300 0%, #92ca00 1%, #85c206 27%, #80bf07 29%, #63a708 38%, #428816 83%, #478a00 100%);
}

#block-search-form {
  border-right: 1px solid #030304;
  border-left: 1px solid #4B5154;
}
#block-search-form .content {
  padding: 5px 8px 0 8px;
}
#block-search-form .form-actions {
  display: none;
}
#block-search-form .form-item-search-block-form {
  background-color: #17181a;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF17181A', endColorstr='#FF6A6C6F');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3MTgxYSIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiMyZTMwMzQiLz48c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzQ1NDc0YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZhNmM2ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #17181a), color-stop(5%, #2e3034), color-stop(95%, #45474b), color-stop(100%, #6a6c6f));
  background-image: -moz-linear-gradient(top, #17181a 0%, #2e3034 5%, #45474b 95%, #6a6c6f 100%);
  background-image: -webkit-linear-gradient(top, #17181a 0%, #2e3034 5%, #45474b 95%, #6a6c6f 100%);
  background-image: linear-gradient(to bottom, #17181a 0%, #2e3034 5%, #45474b 95%, #6a6c6f 100%);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 20px;
  width: 130px;
  font-size: 11px;
  display: block;
  position: relative;
}
#block-search-form .form-item-search-block-form input[type="text"] {
  background: transparent url('https://www.geforce.com/sites/all/themes/geforce/images/search-mag-glass.png?1453093875') 5px center no-repeat;
  color: #fff;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 20px;
  width: 90px;
  padding-left: 20px;
  padding-right: 20px;
}
#block-search-form .form-item-search-block-form .btn-search-clear {
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/btn-search-clear.png?1453093875') left top no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 1px;
  top: 2px;
  cursor: pointer;
}
#block-search-form .search-cn input[type=text] {
  height: 22px;
  margin-top: -1px;
}
#block-search-form .search-cn input[type=submit] {
  padding: 0 10px;
  height: 21px;
}

.block-language-switcher {
  border-left: 1px solid #4B5154;
}

ul.language-switcher-link {
  margin: 0;
  list-style: none;
  width: 150px;
  color: #ccc;
  font-size: 11px;
}
ul.language-switcher-link > li {
  position: relative;
  cursor: pointer;
}
ul.language-switcher-link > li span.language-link {
  display: inline-block;
  line-height: 31px;
  margin-left: 10px;
}
ul.language-switcher-link > li .icon-language-state {
  display: inline-block;
  width: 11px;
  height: 7px;
  margin-left: 5px;
}
ul.language-switcher-link ul {
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
  left: 0px;
  top: 30px;
  width: 140px;
  z-index: 10;
  background-color: #202122;
  border: 1px solid #393b3c;
  border-top: none;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 5px 5px;
}
ul.language-switcher-link ul > li {
  padding: 5px 10px;
}
ul.language-switcher-link ul > li a {
  text-decoration: none;
}
ul.language-switcher-link ul > li:hover {
  background-color: #282B30;
}
ul.language-switcher-link ul > li:hover a {
  color: #76b900;
}
ul.language-switcher-link a {
  display: block;
  white-space: nowrap;
  color: #ccc;
}

/* navigation */
.region-navigation {
  height: 42px;
}

.menu-block-gfcore-4 {
  display: inline-block;
  position: relative;
  width: 100%;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0px 0px;
}
.menu-block-gfcore-4 ul.menu {
  margin: 0;
  width: 100%;
}
.menu-block-gfcore-4 ul.menu li {
  float: left;
  list-style: none;
}
.menu-block-gfcore-4 ul.menu li a {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 42.4px;
  font-weight: bold;
  text-shadow: #000 0 1px 0;
  border-right: 1px solid #030304;
  border-left: 1px solid #36393C;
  -moz-transition-property: "color";
  -o-transition-property: "color";
  -webkit-transition-property: "color";
  transition-property: "color";
  -moz-transition-duration: ".4s";
  -o-transition-duration: ".4s";
  -webkit-transition-duration: ".4s";
  transition-duration: ".4s";
  -moz-transition-delay: ".1s";
  -o-transition-delay: ".1s";
  -webkit-transition-delay: ".1s";
  transition-delay: ".1s";
  white-space: nowrap;
  width: auto !important;
  margin: 0 auto;
  padding: 0 13px;
}
.menu-block-gfcore-4 ul.menu li a span {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOTgiLz48c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgzIi8+PHN0b3Agb2Zmc2V0PSI1NiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNyIvPjxzdG9wIG9mZnNldD0iNjklIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDIiLz48c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(2%, rgba(255, 255, 255, 0)), color-stop(4%, #ffffff), color-stop(8%, rgba(255, 255, 255, 0.98)), color-stop(21%, rgba(255, 255, 255, 0.83)), color-stop(56%, rgba(255, 255, 255, 0.17)), color-stop(69%, rgba(255, 255, 255, 0.02)), color-stop(71%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, #ffffff 4%, rgba(255, 255, 255, 0.98) 8%, rgba(255, 255, 255, 0.83) 21%, rgba(255, 255, 255, 0.17) 56%, rgba(255, 255, 255, 0.02) 69%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, #ffffff 4%, rgba(255, 255, 255, 0.98) 8%, rgba(255, 255, 255, 0.83) 21%, rgba(255, 255, 255, 0.17) 56%, rgba(255, 255, 255, 0.02) 69%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, #ffffff 4%, rgba(255, 255, 255, 0.98) 8%, rgba(255, 255, 255, 0.83) 21%, rgba(255, 255, 255, 0.17) 56%, rgba(255, 255, 255, 0.02) 69%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0) 100%);
  -moz-transition-property: "opacity";
  -o-transition-property: "opacity";
  -webkit-transition-property: "opacity";
  transition-property: "opacity";
  -moz-transition-duration: ".5s";
  -o-transition-duration: ".5s";
  -webkit-transition-duration: ".5s";
  transition-duration: ".5s";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  display: block;
  z-index: -1;
  height: 100%;
  -webkit-backface-visibility: hidden;
}
.menu-block-gfcore-4 ul.menu li a:hover {
  color: #76b900;
}
.menu-block-gfcore-4 ul.menu li a:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.menu-block-gfcore-4 ul.menu li a.active-trail {
  color: #fff;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0px 0px;
  border: none;
}
.menu-block-gfcore-4 ul.menu li.first a {
  border-left: none;
}
.menu-block-gfcore-4 ul.menu li.first a.active-trail, .menu-block-gfcore-4 ul.menu li.first a span {
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0px 0px;
}
.menu-block-gfcore-4 ul.menu li.last a {
  border-right: none;
}
.menu-block-gfcore-4 ul.menu li.last a.active-trail, .menu-block-gfcore-4 ul.menu li.last a span {
  -moz-border-radius: 0px 6px 0px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 6px 0px 0px;
}
.menu-block-gfcore-4 ul.menu li:first-of-type a, .menu-block-gfcore-4 ul.menu li:last-of-type a {
  padding: 0 30px !important;
}
body.i18n-en-gb .menu-block-gfcore-4 ul.menu li:first-of-type a, .menu-block-gfcore-4 ul.menu li:last-of-type a {
  padding: 0 29.5px !important;
}
.menu-block-gfcore-4 ul.menu li:last-of-type a img {
  padding-right: 5px;
}

#navigation-bottom-cap {
  height: 5px;
  border-bottom: 1px solid #272A30;
  background-color: #438700;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF438700', endColorstr='#FF408400');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzODcwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQwODQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #438700), color-stop(100%, #408400));
  background-image: -moz-linear-gradient(top, #438700 0%, #408400 100%);
  background-image: -webkit-linear-gradient(top, #438700 0%, #408400 100%);
  background-image: linear-gradient(to bottom, #438700 0%, #408400 100%);
}

.nav-first-tab {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}

.nav-last-tab {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

.nav-background, .region-header, .menu-block-gfcore-4 {
  background-color: #000000;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF202823');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiM1NjViNjMiLz48c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjM2EzZTQzIi8+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiMzNzNkNDEiLz48c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzJmMzIzNiIvPjxzdG9wIG9mZnNldD0iMzElIiBzdG9wLWNvbG9yPSIjMmEyZTMwIi8+PHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiMyMjI0MjgiLz48c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iIzE3MTkxYyIvPjxzdG9wIG9mZnNldD0iNTglIiBzdG9wLWNvbG9yPSIjMGEwYjBjIi8+PHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiMwYTBjMGMiLz48c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iIzBlMTExMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMjgyMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(2%, #565b63), color-stop(4%, #3a3e43), color-stop(10%, #373d41), color-stop(27%, #2f3236), color-stop(31%, #2a2e30), color-stop(33%, #222428), color-stop(38%, #17191c), color-stop(58%, #0a0b0c), color-stop(65%, #0a0c0c), color-stop(71%, #0e1110), color-stop(100%, #202823));
  background-image: -moz-linear-gradient(top, #000000 0%, #565b63 2%, #3a3e43 4%, #373d41 10%, #2f3236 27%, #2a2e30 31%, #222428 33%, #17191c 38%, #0a0b0c 58%, #0a0c0c 65%, #0e1110 71%, #202823 100%);
  background-image: -webkit-linear-gradient(top, #000000 0%, #565b63 2%, #3a3e43 4%, #373d41 10%, #2f3236 27%, #2a2e30 31%, #222428 33%, #17191c 38%, #0a0b0c 58%, #0a0c0c 65%, #0e1110 71%, #202823 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #565b63 2%, #3a3e43 4%, #373d41 10%, #2f3236 27%, #2a2e30 31%, #222428 33%, #17191c 38%, #0a0b0c 58%, #0a0c0c 65%, #0e1110 71%, #202823 100%);
}
.nav-background a, .region-header a, .menu-block-gfcore-4 a {
  color: #fff;
}

.nav-background-active, .menu-block-gfcore-4 ul.menu li a.active-trail {
  background-color: #c2e300;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC2E300', endColorstr='#FF478A00');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyZTMwMCIvPjxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiM5MmNhMDAiLz48c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzg1YzIwNiIvPjxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjODBiZjA3Ii8+PHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiM2M2E3MDgiLz48c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzQyODgxNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3OGEwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2e300), color-stop(1%, #92ca00), color-stop(27%, #85c206), color-stop(29%, #80bf07), color-stop(38%, #63a708), color-stop(83%, #428816), color-stop(100%, #478a00));
  background-image: -moz-linear-gradient(top, #c2e300 0%, #92ca00 1%, #85c206 27%, #80bf07 29%, #63a708 38%, #428816 83%, #478a00 100%);
  background-image: -webkit-linear-gradient(top, #c2e300 0%, #92ca00 1%, #85c206 27%, #80bf07 29%, #63a708 38%, #428816 83%, #478a00 100%);
  background-image: linear-gradient(to bottom, #c2e300 0%, #92ca00 1%, #85c206 27%, #80bf07 29%, #63a708 38%, #428816 83%, #478a00 100%);
}

/* content */
#background-link-left {
  display: block;
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0px;
  left: -493px;
}
.cookie-policy-bar-active #background-link-left {
  top: 78px;
}

#background-link-right {
  display: block;
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0px;
  right: -493px;
}
.cookie-policy-bar-active #background-link-right {
  top: 78px;
}

#page {
  width: 984px;
  margin: auto;
  padding-bottom: 20px;
}

#main-wrapper {
  -moz-box-shadow: #111 0px 0px 10px;
  -webkit-box-shadow: #111 0px 0px 10px;
  box-shadow: #111 0px 0px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#main-container {
  border-left: 1px solid #2C2E33;
  border-right: 1px solid #2C2E33;
  border-bottom: 1px solid #2C2E33;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 6px 6px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

#main {
  margin: 0 20px 20px 20px;
}

#content-area {
  clear: both;
}

#content {
  margin-left: 291px;
  overflow: hidden;
  width: 650px;
}

.ctools-auto-submit-click {
  position: absolute;
}

/* html not-front logged-in one-sidebar sidebar-first page-games-applications i18n-en */
/* html front logged-in one-sidebar sidebar-first page-whats-new i18n-en */
body.not-front #content-area {
  background-color: rgba(0, 0, 0, 0.7);
}
body.not-front #title-container {
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0px 0px;
  clear: both;
  background-color: #0F1112;
  border: 1px solid #2C2E33;
}
body.not-front #title-container h1 {
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
  margin: 0;
}
body.not-front #content {
  background-color: #1A1D20;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 1px solid #2C2E33;
  border-left: 1px solid #2C2E33;
  border-right: 1px solid #2C2E33;
  margin-left: 224px;
  padding: 10px 20px 20px 22px;
  width: 674px;
}
body.not-front.node-type-page #content {
  padding: 10px 16px 20px 22px;
  width: 678px;
}
body.not-front.page-user #main-container #content {
  width: 898px;
  margin-left: 0px;
}

body.whats-new-article #content, body.page-taxonomy #content {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-left: 283px;
  width: 650px;
}
body.whats-new-article #content .view-header h2, body.whats-new-article #content .view-header .group-comments legend, .group-comments body.whats-new-article #content .view-header legend, body.whats-new-article .node-type-article #content .view-header fieldset legend, .node-type-article body.whats-new-article #content .view-header fieldset legend, body.whats-new-article .node-type-article #content fieldset .view-header legend, .node-type-article body.whats-new-article #content fieldset .view-header legend, body.page-taxonomy #content .view-header h2, body.page-taxonomy #content .view-header .group-comments legend, .group-comments body.page-taxonomy #content .view-header legend, body.page-taxonomy .node-type-article #content .view-header fieldset legend, .node-type-article body.page-taxonomy #content .view-header fieldset legend, body.page-taxonomy .node-type-article #content fieldset .view-header legend, .node-type-article body.page-taxonomy #content fieldset .view-header legend {
  margin-top: 0;
}

body.page-games-applications #content {
  padding: 10px 14px 20px 22px;
  width: 680px;
}

body.age-verification #content {
  margin-left: 0;
  width: 898px;
  text-align: center;
}

.age-verification-title {
  font-size: 14px;
  font-weight: bold;
}
.age-verification-title span {
  color: #76b900;
}

.node-type-article #content .field-group-div {
  padding: 14px;
  margin-bottom: 25px;
}
.node-type-article #content .field-group-div .field-name-body {
  border-bottom: 1px solid #1a1a1a;
}
.node-type-article #content .field-group-div .field-name-body p {
  line-height: 18px;
}
.node-type-article #content .field-group-div .field-name-body ul {
  margin: 1em;
  line-height: 18px;
}
.node-type-article #content .field-group-div .field-name-body ul ul {
  margin: 0 1em;
  line-height: 18px;
}
.node-type-article #content fieldset .fieldset-wrapper {
  padding: 14px;
  margin-bottom: 25px;
}

.field-name-us-social-buttons .field-item {
  padding: 14px;
  border-top: 1px solid #2C2E33;
}
.field-name-us-social-buttons .field-item > div, .field-name-us-social-buttons .field-item > iframe, .field-name-us-social-buttons .field-item > a {
  display: inline-block;
}
.field-name-us-social-buttons .field-item .fb-like {
  position: relative;
  top: -3px;
}
.field-name-us-social-buttons .field-item .addthis_button_email {
  margin-left: 31px;
  position: relative;
  top: -7px;
}

.view-whats-new > .view-content .field-item,.view-news > .view-content .field-item, .view-guides > .view-content .field-item, .view-term-articles > .view-content .field-item {
  line-height: 18px;
}
.view-whats-new > .view-content .views-row, .view-news > .view-content .views-row, .view-guides > .view-content .views-row, .view-term-articles > .view-content .views-row {
  padding: 20px 10px 0 15px;
}
.view-whats-new .view-header h2,.view-news .view-header h2, .view-guides .view-header h2, .view-whats-new .view-header .group-comments legend, .view-news .view-header .group-comments legend, .group-comments .view-whats-new .view-header legend,.group-comments .view-news .view-header legend, .view-guides .view-header .group-comments legend, .group-comments .view-guides .view-header legend, .view-whats-new .view-header .node-type-article #content fieldset legend,.view-news .view-header .node-type-article #content fieldset legend,  .node-type-article #content fieldset .view-whats-new .view-header legend, .node-type-article #content fieldset .view-news .view-header legend, .view-guides .view-header .node-type-article #content fieldset legend, .node-type-article #content fieldset .view-guides .view-header legend, .view-term-articles .view-header h2, .view-term-articles .view-header .group-comments legend, .group-comments .view-term-articles .view-header legend, .view-term-articles .view-header .node-type-article #content fieldset legend, .node-type-article #content fieldset .view-term-articles .view-header legend {
  margin-top: 15px;
}
.view-whats-new .views-row a,.view-news .views-row a, .view-guides .views-row a, .view-term-articles .views-row a {
  text-decoration: none;
  line-height: 1.3;
}
.view-whats-new .views-row a:hover,.view-news .views-row a:hover, .view-guides .views-row a:hover, .view-term-articles .views-row a:hover {
  text-decoration: underline;
  line-height: 1.3;
}
.view-whats-new .views-row h3, .view-news .views-row h3, .view-guides .views-row h3, .view-term-articles .views-row h3 {
  font-size: 18px;
  line-height: 1em;
  overflow: hidden;
}
.view-whats-new .view-mode-article_teaser .group-header,.view-news .view-mode-article_teaser .group-header, .view-guides .view-mode-article_teaser .group-header, .view-term-articles .view-mode-article_teaser .group-header {
  margin-bottom: 6px;
}
.view-whats-new .view-mode-article_teaser .group-header .field-name-field-article-author-name,.view-news .view-mode-article_teaser .group-header .field-name-field-article-author-name, .view-guides .view-mode-article_teaser .group-header .field-name-field-article-author-name, .view-term-articles .view-mode-article_teaser .group-header .field-name-field-article-author-name {
  display: inline-block;
  font-weight: bold;
  padding-right: 8px;
}
.view-whats-new .view-mode-article_teaser .group-header .field-name-field-article-authored-date,.view-news .view-mode-article_teaser .group-header .field-name-field-article-authored-date, .view-guides .view-mode-article_teaser .group-header .field-name-field-article-authored-date, .view-term-articles .view-mode-article_teaser .group-header .field-name-field-article-authored-date {
  display: inline-block;
  padding-right: 8px;
}
.view-whats-new .view-mode-article_teaser .group-header .field-name-field-tags,.view-news .view-mode-article_teaser .group-header .field-name-field-tags, .view-guides .view-mode-article_teaser .group-header .field-name-field-tags,
.view-whats-new .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags,.view-news .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags,
.view-guides .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags, .view-term-articles .view-mode-article_teaser .group-header .field-name-field-tags,
.view-term-articles .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags {
  display: inline-block;
  padding-right: 8px;
  padding-left: 28px;
  border-left: 1px solid #fff;
  position: relative;
}
.view-whats-new .view-mode-article_teaser .group-header .field-name-field-tags:before,.view-news .view-mode-article_teaser .group-header .field-name-field-tags:before, .view-guides .view-mode-article_teaser .group-header .field-name-field-tags:before,
.view-whats-new .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags:before,.view-news .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags:before,
.view-guides .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags:before, .view-term-articles .view-mode-article_teaser .group-header .field-name-field-tags:before,
.view-term-articles .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: -9px;
}
.view-whats-new .view-mode-article_teaser .group-header .field-name-field-tags .field-item,.view-news .view-mode-article_teaser .group-header .field-name-field-tags .field-item, .view-guides .view-mode-article_teaser .group-header .field-name-field-tags .field-item,
.view-whats-new .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags .field-item,.view-news .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags .field-item,
.view-guides .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags .field-item, .view-term-articles .view-mode-article_teaser .group-header .field-name-field-tags .field-item,
.view-term-articles .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags .field-item {
  display: inline-block;
}
.view-whats-new .view-mode-article_teaser .group-header .field-name-field-tags .field-item:before, .view-news .view-mode-article_teaser .group-header .field-name-field-tags .field-item:before, .view-guides .view-mode-article_teaser .group-header .field-name-field-tags .field-item:before,
.view-whats-new .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags .field-item:before,
.view-news .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags .field-item:before,
.view-guides .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags .field-item:before, .view-term-articles .view-mode-article_teaser .group-header .field-name-field-tags .field-item:before,
.view-term-articles .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags .field-item:before {
  content: ', ';
  color: #fff;
}
.view-whats-new .view-mode-article_teaser .group-header .field-name-field-tags .field-item:first-child:before,.view-news .view-mode-article_teaser .group-header .field-name-field-tags .field-item:first-child:before, .view-guides .view-mode-article_teaser .group-header .field-name-field-tags .field-item:first-child:before,
.view-whats-new .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags .field-item:first-child:before,
.view-news .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags .field-item:first-child:before,
.view-guides .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags .field-item:first-child:before, .view-term-articles .view-mode-article_teaser .group-header .field-name-field-tags .field-item:first-child:before,
.view-term-articles .view-mode-article_teaser .group-header .field-name-field-gf-garage-tags .field-item:first-child:before {
  content: '';
}
.view-whats-new .view-mode-article_teaser .group-header a[data-disqus-identifier],.view-news .view-mode-article_teaser .group-header a[data-disqus-identifier], .view-guides .view-mode-article_teaser .group-header a[data-disqus-identifier], .view-term-articles .view-mode-article_teaser .group-header a[data-disqus-identifier] {
  display: inline-block;
  padding-left: 28px;
  border-left: 1px solid #fff;
  position: relative;
}
.view-whats-new .view-mode-article_teaser .group-header a[data-disqus-identifier]:before,.view-news .view-mode-article_teaser .group-header a[data-disqus-identifier]:before, .view-guides .view-mode-article_teaser .group-header a[data-disqus-identifier]:before, .view-term-articles .view-mode-article_teaser .group-header a[data-disqus-identifier]:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: -9px;
}
.view-whats-new .view-mode-article_teaser .group-left,.view-news .view-mode-article_teaser .group-left, .view-guides .view-mode-article_teaser .group-left, .view-term-articles .view-mode-article_teaser .group-left {
  width: 220px;
}
.view-news .view-mode-article_teaser .group-left img, .view-whats-new .view-mode-article_teaser .group-left img, .view-guides .view-mode-article_teaser .group-left img, .view-term-articles .view-mode-article_teaser .group-left img {
  border: solid 1px #2F363B;
}
.view-news .view-mode-article_teaser .group-right, .view-whats-new .view-mode-article_teaser .group-right, .view-guides .view-mode-article_teaser .group-right, .view-term-articles .view-mode-article_teaser .group-right {
  width: auto;
  margin-left: 220px;
  float: none;
}

.img-210x110-hover {
  position: absolute;
  width: 210px;
  height: 110px;
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/image-styles-overlays/210x110-hover.png?1453093875') left top no-repeat;
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: "opacity";
  -o-transition-property: "opacity";
  -webkit-transition-property: "opacity";
  transition-property: "opacity";
  -moz-transition-duration: ".3s";
  -o-transition-duration: ".3s";
  -webkit-transition-duration: ".3s";
  transition-duration: ".3s";
}
.ds-two-rows.view-mode-grid_teaser a:hover .img-210x110-hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.img-150x87-square-hover {
  position: absolute;
  width: 150px;
  height: 87px;
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/image-styles-overlays/150x87-square-hover.png?1453093875') left top no-repeat;
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: "opacity";
  -o-transition-property: "opacity";
  -webkit-transition-property: "opacity";
  transition-property: "opacity";
  -moz-transition-duration: ".3s";
  -o-transition-duration: ".3s";
  -webkit-transition-duration: ".3s";
  transition-duration: ".3s";
}
.img-150x87-square-hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.img-668x258-hover {
  position: absolute;
  width: 671px;
  height: 260px;
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/image-styles-overlays/668x258-hover.png?1453093875') left top no-repeat;
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: "opacity";
  -o-transition-property: "opacity";
  -webkit-transition-property: "opacity";
  transition-property: "opacity";
  -moz-transition-duration: ".3s";
  -o-transition-duration: ".3s";
  -webkit-transition-duration: ".3s";
  transition-duration: ".3s";
}
.ds-two-rows a:hover .img-668x258-hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.img-650x250-hover {
  position: absolute;
  width: 650px;
  height: 250px;
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/image-styles-overlays/650x250-hover.png?1453093875') left top no-repeat;
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: "opacity";
  -o-transition-property: "opacity";
  -webkit-transition-property: "opacity";
  transition-property: "opacity";
  -moz-transition-duration: ".3s";
  -o-transition-duration: ".3s";
  -webkit-transition-duration: ".3s";
  transition-duration: ".3s";
}
.ds-two-rows a:hover .img-650x250-hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.img-680x260-hover {
  position: absolute;
  width: 680px;
  height: 260px;
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/image-styles-overlays/680x260-hover.png?1453093875') left top no-repeat;
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: "opacity";
  -o-transition-property: "opacity";
  -webkit-transition-property: "opacity";
  transition-property: "opacity";
  -moz-transition-duration: ".3s";
  -o-transition-duration: ".3s";
  -webkit-transition-duration: ".3s";
  transition-duration: ".3s";
}
.ds-row-1 a:hover .img-680x260-hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.view-nodelist-hero .field-item h2 a:hover, .view-nodelist-hero .field-item .group-comments legend a:hover, .group-comments .view-nodelist-hero .field-item legend a:hover, .view-nodelist-hero .field-item .node-type-article #content fieldset legend a:hover, .node-type-article #content fieldset .view-nodelist-hero .field-item legend a:hover {
  color: #76b900;
  text-decoration: none;
}

.view-nodelist-hero,
.view-nodelist-featured,
.view-nodelist-product-lineup,
.view-technologies {
  position: relative;
  margin-bottom: 10px;
}
.view-nodelist-hero .ds-two-rows,
.view-nodelist-featured .ds-two-rows,
.view-nodelist-product-lineup .ds-two-rows,
.view-technologies .ds-two-rows {
  position: relative;
}
.view-nodelist-hero .ds-row-2,
.view-nodelist-featured .ds-row-2,
.view-nodelist-product-lineup .ds-row-2,
.view-technologies .ds-row-2 {
  position: absolute;
  top: 150px;
  left: 0px;
}
.view-nodelist-hero .ds-row-2 .field-item,
.view-nodelist-featured .ds-row-2 .field-item,
.view-nodelist-product-lineup .ds-row-2 .field-item,
.view-technologies .ds-row-2 .field-item {
  oveflow: hidden;
  height: 30px;
}
.view-nodelist-hero .field-item h2, .view-nodelist-hero .field-item .group-comments legend, .group-comments .view-nodelist-hero .field-item legend, .view-nodelist-hero .field-item .node-type-article #content fieldset legend, .node-type-article #content fieldset .view-nodelist-hero .field-item legend,
.view-nodelist-featured .field-item h2,
.view-nodelist-featured .field-item .group-comments legend,
.group-comments .view-nodelist-featured .field-item legend,
.view-nodelist-featured .field-item .node-type-article #content fieldset legend,
.node-type-article #content fieldset .view-nodelist-featured .field-item legend,
.view-nodelist-product-lineup .field-item h2,
.view-nodelist-product-lineup .field-item .group-comments legend,
.group-comments .view-nodelist-product-lineup .field-item legend,
.view-nodelist-product-lineup .field-item .node-type-article #content fieldset legend,
.node-type-article #content fieldset .view-nodelist-product-lineup .field-item legend,
.view-technologies .field-item h2,
.view-technologies .field-item .group-comments legend,
.group-comments .view-technologies .field-item legend,
.view-technologies .field-item .node-type-article #content fieldset legend,
.node-type-article #content fieldset .view-technologies .field-item legend {
  color: #76b900;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 20px 0 15px;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 black;
  height: 20px;
  overflow: hidden;
}
.view-nodelist-hero .field-name-field-short-description .field-item, .view-nodelist-hero .field-name-field-summary .field-item,
.view-nodelist-featured .field-name-field-short-description .field-item,
.view-nodelist-featured .field-name-field-summary .field-item,
.view-nodelist-product-lineup .field-name-field-short-description .field-item,
.view-nodelist-product-lineup .field-name-field-summary .field-item,
.view-technologies .field-name-field-short-description .field-item,
.view-technologies .field-name-field-summary .field-item {
  margin: 0 10px 0 5px;
  padding: 0 10px 0px 10px;
  height: 60px;
  overflow: hidden;
}
.view-nodelist-hero .views-slideshow-controls-top,
.view-nodelist-featured .views-slideshow-controls-top,
.view-nodelist-product-lineup .views-slideshow-controls-top,
.view-technologies .views-slideshow-controls-top {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 50;
}
.view-nodelist-hero .views-slideshow-controls-top .views-slideshow-pager-field-item,
.view-nodelist-featured .views-slideshow-controls-top .views-slideshow-pager-field-item,
.view-nodelist-product-lineup .views-slideshow-controls-top .views-slideshow-pager-field-item,
.view-technologies .views-slideshow-controls-top .views-slideshow-pager-field-item {
  display: inline-block;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.65);
  border: 1px solid transparent;
  height: 14px;
  width: 14px;
  line-height: 14px;
  text-align: center;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  cursor: pointer;
}
.no-rgba .view-nodelist-hero .views-slideshow-controls-top .views-slideshow-pager-field-item, .no-rgba
.view-nodelist-featured .views-slideshow-controls-top .views-slideshow-pager-field-item, .no-rgba
.view-nodelist-product-lineup .views-slideshow-controls-top .views-slideshow-pager-field-item, .no-rgba
.view-technologies .views-slideshow-controls-top .views-slideshow-pager-field-item {
  background-color: #000;
  border: 1px solid #000;
}
.view-nodelist-hero .views-slideshow-controls-top .views-slideshow-pager-field-item.active,
.view-nodelist-featured .views-slideshow-controls-top .views-slideshow-pager-field-item.active,
.view-nodelist-product-lineup .views-slideshow-controls-top .views-slideshow-pager-field-item.active,
.view-technologies .views-slideshow-controls-top .views-slideshow-pager-field-item.active {
  background-color: rgba(118, 185, 0, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.65);
}
.no-rgba .view-nodelist-hero .views-slideshow-controls-top .views-slideshow-pager-field-item.active, .no-rgba
.view-nodelist-featured .views-slideshow-controls-top .views-slideshow-pager-field-item.active, .no-rgba
.view-nodelist-product-lineup .views-slideshow-controls-top .views-slideshow-pager-field-item.active, .no-rgba
.view-technologies .views-slideshow-controls-top .views-slideshow-pager-field-item.active {
  background-color: #76b900;
  border: 1px solid #fff;
}
.view-nodelist-hero .group-teaser-content,
.view-nodelist-featured .group-teaser-content,
.view-nodelist-product-lineup .group-teaser-content,
.view-technologies .group-teaser-content {
  position: absolute;
  left: 0px;
  top: 144px;
}
.view-nodelist-hero .group-teaser-content .field-name-field-summary,
.view-nodelist-featured .group-teaser-content .field-name-field-summary,
.view-nodelist-product-lineup .group-teaser-content .field-name-field-summary,
.view-technologies .group-teaser-content .field-name-field-summary {
  margin: 0 20px 0 15px;
}

.view-nodelist-featured .ds-two-rows {
  position: relative;
}
.view-nodelist-featured .ds-row-2 {
  position: absolute;
  text-align: center;
  top: 73px;
  left: 0px;
  padding: 0 10px;
  width: 188px;
}
.view-nodelist-featured .field-name-title p {
  color: #76b900;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-shadow: 0 1px 0 black;
  height: 31px;
  overflow: hidden;
}
.view-nodelist-featured .views-view-grid td {
  height: 110px;
  text-align: center;
}
.view-nodelist-featured .views-view-grid td.col-last {
  padding-right: 0px;
}
.view-nodelist-featured .views-view-grid td a {
  font-size: 12px;
  text-decoration: none;
}

.view-nodelist-product-lineup {
  background-color: #202327;
  border: 1px solid #2C2E33;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: #111 2px 2px 0px;
  -webkit-box-shadow: #111 2px 2px 0px;
  box-shadow: #111 2px 2px 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  behavior: url(/sites/all/themes/geforce/js/PIE.htc);
}
.view-nodelist-product-lineup td {
  border-right: 1px solid #2C2E33;
  width: 33%;
}
.view-nodelist-product-lineup td.col-last {
  border-right: none;
}
.view-nodelist-product-lineup td .views-field {
  padding: 10px 0;
}
.view-nodelist-product-lineup h3, .view-nodelist-product-lineup .field-item, .view-nodelist-product-lineup .view {
  padding: 0 10px;
}
.view-nodelist-product-lineup h3 {
  font-size: 16px;
  margin-top: 10px;
}
.view-nodelist-product-lineup h3 a {
  color: #ccc;
}
.view-nodelist-product-lineup .content {
  color: #ccc;
}
.view-nodelist-product-lineup .content h3 {
  background-color: #25292C;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 3px;
  padding-top: 3px;
}
.view-nodelist-product-lineup .attachment {
  display: none;
}

/* Moved .view-technologies to _hardware.scss */
.view-mode-hero_teaser a, .view-mode-hero_teaser_hardware a, .view-mode-hero_teaser_games a {
	color: #eee;
}

.view-mode-hero_teaser a:hover, .view-mode-hero_teaser_hardware a:hover, .view-mode-hero_teaser_games a:hover {
	color: #eee;
	text-decoration: none;
}
.view-mode-hero_teaser a h2 a, .view-mode-hero_teaser_hardware a h2 a, .view-mode-hero_teaser_games a h2 a, .view-mode-hero_teaser a .group-comments legend a, .group-comments .view-mode-hero_teaser a legend a, .view-mode-hero_teaser a .node-type-article #content fieldset legend a, .node-type-article #content fieldset .view-mode-hero_teaser a legend a {
  color: #76B900;
}
.view-mode-hero_teaser a h2 a:hover, .view-mode-hero_teaser_hardware a h2 a:hover, .view-mode-hero_teaser_games a h2 a:hover, .view-mode-hero_teaser a .group-comments legend a:hover, .group-comments .view-mode-hero_teaser a legend a:hover, .view-mode-hero_teaser a .node-type-article #content fieldset legend a:hover, .node-type-article #content fieldset .view-mode-hero_teaser a legend a:hover {
  color: #76B900;
}

.page-taxonomy #title-container {
  display: none;
}

ul.pager {
  list-style: none;
  float: right;
  margin-top: 10px;
}
ul.pager li {
  height: 14px;
  line-height: 14px;
  margin-right: 7px;
  float: left;
}

ul.pager:last-of-type {
  margin-right: 10px;
}

.pager-count {
  margin-top: 1px;
}

.pager-first a, .pager-first span, .pager-previous a, .pager-previous span, .pager-next a, .pager-next span, .pager-last a, .pager-last span {
  display: block;
  font-size: 0;
  height: 14px;
  position: relative;
  width: 14px;
}
.pager-first a:before, .pager-first a:after, .pager-first span:before, .pager-first span:after, .pager-previous a:before, .pager-previous a:after, .pager-previous span:before, .pager-previous span:after, .pager-next a:before, .pager-next a:after, .pager-next span:before, .pager-next span:after, .pager-last a:before, .pager-last a:after, .pager-last span:before, .pager-last span:after {
  content: '';
  cursor: pointer;
  display: block;
  height: 14px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 14px;
}

.view-nodelist-leftrail-home .view-mode-sidebar_teaser .ds-row .field-item h2, .view-nodelist-leftrail-home .view-mode-sidebar_teaser .ds-row .field-item .group-comments legend, .group-comments .view-nodelist-leftrail-home .view-mode-sidebar_teaser .ds-row .field-item legend, .view-nodelist-leftrail-home .view-mode-sidebar_teaser .ds-row .field-item .node-type-article #content fieldset legend, .node-type-article #content fieldset .view-nodelist-leftrail-home .view-mode-sidebar_teaser .ds-row .field-item legend {
  display: none;
}

div.rssFeeds div.contentBody {
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0px 0px 15px 0px;
  text-align: left;
}
div.rssFeeds div.contentBody .headerImage img {
  width: 100%;
}
div.rssFeeds div.contentBody h3 {
  padding-top: 20px;
}
div.rssFeeds div.contentBody h3, div.rssFeeds div.contentBody p {
  padding-left: 10px;
  padding-right: 10px;
}
div.rssFeeds div.contentBody p.firstParagraph {
  padding-top: 10px;
}
div.rssFeeds .btnRow {
  background-image: url("https://www.geforce.com/sites/all/themes/geforce/images/main_rightNav_smallcapsule_background.png");
  background-repeat: no-repeat;
  clear: both;
  cursor: pointer;
  display: table-row;
  float: left;
  height: 89px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
  text-align: left;
  width: 647px;
}
div.rssFeeds .btnRow:hover {
  background-image: url("https://www.geforce.com/sites/all/themes/geforce/images/main_rightNav_smallcapsule_background_overlay.png");
}
div.rssFeeds .btnRow .rssImage {
  display: table-cell;
  height: 89px;
  margin-top: 16px;
  padding-left: 15px;
  vertical-align: middle;
  width: 60px;
}
div.rssFeeds .btnRow .rssText {
  display: table-cell;
  height: 89px;
  vertical-align: middle;
  width: 500px;
}
div.rssFeeds .btnRow .rssText h3 {
  padding: 0px;
}

#gfjwplayer_gallery_wrapper {
  /* padding-bottom: 50px !important;*/
}
#gfjwplayer_gallery_wrapper .caption {
  text-align: left;
  padding-top: 10px;
}

.sidebar-info-cap {
  color: #eee;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}

.sidebar-info-content {
  margin-right: 10px;
  text-align: left;
}

/* Modal IE Fix */
#rate-this-page {
  height: 257px;
  width: 576px;
}

.block-gfsupport .form-submit {
  font-weight: normal;
  letter-spacing: 1px;
}

.block-gfsupport .form-top-pod a {
  text-decoration: underline;
}
.block-gfsupport .form-top-pod a:hover {
  color: #fff;
}
.block-gfsupport .form-top-pod .group-left {
  width: 48%;
}
.block-gfsupport .form-top-pod .group-left input[type="text"] {
  width: 190px;
}
.block-gfsupport .form-top-pod .group-left .form-item {
  padding-right: 0px;
}
.block-gfsupport .form-top-pod .group-right {
  width: 52%;
}
.block-gfsupport .form-top-pod .group-right .form-item-dobMonth, .block-gfsupport .form-top-pod .group-right .form-item-dobYear, .block-gfsupport .form-top-pod .group-right .form-item-dobDay {
  padding-left: 0px !important;
}

.node-type-page #page #main-wrapper #main-container #content-area #content .region-content .block-system .content .ds-1col .field-type-text-with-summary .field-items .field-item ul {
  padding-left: 40px;
}

h3.infoCap {
  color: #eee;
  font-size: 16px;
  font-weight: bold;
}

div.infoContent {
  text-align: left;
}
div.infoContent ul {
  padding-bottom: 10px;
}
div.infoContent ul li {
  color: #ccc;
  list-style-type: disc;
}

.form-item-newsletterCorporate {
  padding-bottom: 10px;
}

.page-community .field-name-body.field-type-text-with-summary .field-item .page-heading h2, .page-community .field-name-body.field-type-text-with-summary .field-item .page-heading .group-comments legend, .group-comments .page-community .field-name-body.field-type-text-with-summary .field-item .page-heading legend, .page-community .field-name-body.field-type-text-with-summary .field-item .page-heading .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-community .field-name-body.field-type-text-with-summary .field-item .page-heading legend {
  font-size: 16px !important;
}
.page-community #block-vme-vmeblock-otherlinks {
  margin-right: 10px;
}
.page-community #block-vme-vmeblock-otherlinks h3 {
  color: #eee;
  display: block !important;
  font-size: 14px !important;
  margin-top: 15px !important;
  visibility: visible !important;
}
.page-community #block-vme-vmeblock-otherlinks .field-name-field-other-links .field-item a span {
  display: none;
  visibility: hidden;
}

.support .field-name-body.field-type-text-with-summary .field-item .page-heading h2, .support .field-name-body.field-type-text-with-summary .field-item .page-heading .group-comments legend, .group-comments .support .field-name-body.field-type-text-with-summary .field-item .page-heading legend, .support .field-name-body.field-type-text-with-summary .field-item .page-heading .node-type-article #content fieldset legend, .node-type-article #content fieldset .support .field-name-body.field-type-text-with-summary .field-item .page-heading legend {
  font-size: 16px !important;
}
.support #block-vme-vmeblock-otherlinks {
  margin-right: 10px;
}
.support #block-vme-vmeblock-otherlinks h3 {
  color: #eee;
  display: block !important;
  font-size: 14px !important;
  margin-top: 15px !important;
  visibility: visible !important;
}
.support #block-vme-vmeblock-otherlinks .field-name-field-other-links .field-item a span {
  display: none;
  visibility: hidden;
}

#block-gfnewsletter-gfnewsletter-newsletter-form .newsletter-content-top-pod .group-left input[type="text"] {
  width: 109px;
}
#block-gfnewsletter-gfnewsletter-newsletter-form .newsletter-content-top-pod .group-left select {
  width: 200px;
}
#block-gfnewsletter-gfnewsletter-newsletter-form .newsletter-content-top-pod .group-left .form-item {
  padding-left: 10px;
}
#block-gfnewsletter-gfnewsletter-newsletter-form .newsletter-content-top-pod .group-right .form-item-visits label {
  text-align: left;
}
#block-gfnewsletter-gfnewsletter-newsletter-form .newsletterItem p {
  border-bottom: 1px solid #3A3D3F;
  margin: 0px -20px;
  padding: 10px 20px;
}
#block-gfnewsletter-gfnewsletter-newsletter-form .additionalInfo {
  color: #666;
}

html body.no-sidebars div#page {
  width: 984px;
}
html body.no-sidebars div#page #main-wrapper #main-container #main #content-area #content {
  padding: 0px;
  width: 984px;
}

.img-150x87-hover {
  position: absolute;
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: "opacity";
  -o-transition-property: "opacity";
  -webkit-transition-property: "opacity";
  transition-property: "opacity";
  -moz-transition-duration: ".3s";
  -o-transition-duration: ".3s";
  -webkit-transition-duration: ".3s";
  transition-duration: ".3s";
  width: 150px;
  height: 87px;
  background: url("https://www.geforce.com/sites/all/themes/geforce/images/image-styles-overlays/150x87-hover.png") left top no-repeat;
}
.img-150x87-hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.game-hover .img-150x87-hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.img-217x116-hover {
  width: 217px;
  height: 116px;
  background: url("https://www.geforce.com/sites/all/themes/geforce/images/image-styles-overlays/217x116-hover.png") left top no-repeat;
}
.img-217x116-hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.img-157x100-hover {
  width: 157px;
  height: 100px;
  background: url("https://www.geforce.com/sites/all/themes/geforce/images/image-styles-overlays/157x100-hover.png") left top no-repeat;
}
.img-157x100-hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.page-node .field-name-body .field-item p {
  margin-bottom: 1em;
}

.tagLink {
  display: inline-block;
  padding-right: 0px !important;
  padding-left: 28px;
  border-left: 1px solid #fff;
  position: relative;
}
.tagLink:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: -9px;
}

.field-name-field-gallery-images {
  margin-bottom: 24px;
}
.field-name-field-gallery-images .field-label {
  color: #fff;
  font-size: 16px;
}
.field-name-field-gallery-images:after {
  content: "";
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.field-name-field-gallery-images .field-items .field-item {
  width: 652px;
}
.field-name-field-gallery-images .field-items .field-item ul:after {
  content: "";
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.field-name-field-gallery-images .field-items .field-item ul li {
  margin: 0 4px 13px 3px;
  padding: 0px !important;
  float: left;
}
.field-name-field-gallery-images .field-items .field-item ul li a {
  display: block;
  position: relative;
}

.li-last {
  float: left;
  line-height: 19px;
  padding-left: 0px;
  padding-top: 4px;
  padding-bottom: 23px;
  background-color: #111111;
  border-top: 1px solid #2C2E33;
  border-bottom: 0;
  border-right: 1px solid #2C2E33;
  border-radius: 1px 6px 1px 1px;
  padding-right: 402px;
}

.latest-news-title {
  float: left;
  font-size: 15px;
  font-weight: bold;
  font-family: DINPro;
  font-style: normal;
  text-align: center;
  color: #FFF;
  cursor: default;
  text-shadow: 0 1px 0 #000000;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 2px;
  width: 100px;
  background-image: url("/sites/all/themes/geforce/images/latest-news-active-tab.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.latest-news-title-not-active {
  float: left;
  font-size: 15px;
  font-weight: bold;
  font-family: DINPro;
  font-style: normal;
  text-align: center;
  color: #FFF;
  text-shadow: 0 1px 0 #000000;
  line-height: 19px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 6px;
  padding-bottom: 2px;
  width: 95px;
  height: 20px;
  background-size: 100% auto;
  background-color: #111111;
  border-radius: 6px 0px 0px 0px;
  border-top: 1px solid #2C2E33;
  border-left: 1px solid #2C2E33;
}
a .latest-news-title-not-active  {
  font-family: DINPro;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
.latest-news-title-not-active:hover {
  background-image: url("/sites/all/themes/geforce/images/guides-image-hover.png");
 /* border: 0;
  width: 95px;
  line-height: 21px;
  padding-top: 5px;
  padding-bottom: 3px;*/
}
a:hover .latest-news-title-not-active {
  color: #76B900;
}

.guides-link {
  float: left;
  text-align: center;
  text-shadow: 0 1px 0 #000000;
  padding-top: 10px;
  line-height: 18px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
  border-top: 1px solid #2C2E33;
  background-color: #111111;
  width: 85px;
  height: 19px;
}
a .guides-link  {
  font-family: DINPro;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
a:hover .guides-link{
  background-image: url("/sites/all/themes/geforce/images/guides-image-hover.png");
 /* border: 0;
  line-height: 18px;
  width: 85px;
  padding-left: 20px;
  padding-right: 20px;*/
}
a:hover .guides-link {
  color: #76B900;
}

.guides-link-active {
  float: left;
  text-align: center;
  text-shadow: 0 1px 0 #000000;
  padding-top: 10px;
  line-height: 21px;
  cursor:default;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 2px;
  width: 68px;
  height: 22px;
  background-image: url("/sites/all/themes/geforce/images/guides-active-tab.png");
  background-repeat: no-repeat;
  font-family: DINPro;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

.tab-bottom-border {
  float: left;
  width: 660px;
  border-top: 2px solid #3d8318;
}

.li-black {
  float: left;
}

@font-face {
  font-family: DINPro;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/DINWebPro.woff") format("woff");
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: DINPro;
  font-style: normal;
  font-weight: lighter;
  src: url("../fonts/DINWebPro-Light.woff") format("woff");
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: DINPro;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/DINWebPro-Bold.woff") format("woff");
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: GeForce;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/geforce_bold-webfont.woff") format("woff");
  -webkit-font-smoothing: antialiased;
}
#drivers-page h2, #drivers-page .group-comments legend, .group-comments #drivers-page legend, #drivers-page .node-type-article #content fieldset legend, .node-type-article #content fieldset #drivers-page legend {
  /*@extend %sidebar-info-cap;
  font-size: 16px;
  margin-top: 6px;*/
}
#drivers-page .innerBox {
  /*
  @extend %dark-conainer;
  float: right;
  padding: 10px 30px;
  text-align: center;
  width: 260px;
  */
}
#drivers-page .innerBox select {
  width: 100%;
}
#drivers-page .innerBox .selectBox {
  margin-bottom: 5px;
  width: 251px;
}
#drivers-page .beta-legacy-driver-search .innerBox {
  padding: 10px 0px;
  text-align: center;
}

.automatic-driver-detection .extraButtons .btn-green, .automatic-driver-detection .extraButtons button, .automatic-driver-detection .extraButtons input[type="button"], .automatic-driver-detection .extraButtons input[type="reset"], .automatic-driver-detection .extraButtons input[type="submit"] {
  margin-right: 4px;
}

.manual-search-box > p, .geforce-experience > p, .beta-legacy-driver-search > p, .automatic-driver-detection #gpuAutoScan > p {
  float: left;
  width: 250px;
}
.manual-search-box > img, .geforce-experience > img, .beta-legacy-driver-search > img, .automatic-driver-detection #gpuAutoScan > img {
  float: left;
}

.geforce-experience > img {
  margin-right: 10px;
}
.geforce-experience .innerMiddle {
  text-align: center;
}
.geforce-experience .btn-green, .geforce-experience button, .geforce-experience input[type="button"], .geforce-experience input[type="reset"], .geforce-experience input[type="submit"] {
  margin-bottom: 0;
}

#betaDriversList .driverBox h2, #betaDriversList .driverBox .group-comments legend, .group-comments #betaDriversList .driverBox legend, #betaDriversList .driverBox .node-type-article #content fieldset legend, .node-type-article #content fieldset #betaDriversList .driverBox legend {
  color: #76b900;
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
  padding-bottom: 5px;
}

h2.drivers-title, .group-comments legend.drivers-title, .node-type-article #content fieldset legend.drivers-title {
  /*@extend %sidebar-info-cap;
  font-size: 16px;*/
}

.page-drivers-results .driverBox h2, .page-drivers-results .driverBox .group-comments legend, .group-comments .page-drivers-results .driverBox legend, .page-drivers-results .driverBox .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-drivers-results .driverBox legend {
  font-size: 16px;
}
.page-drivers-results .driverBox .contentMiddle {
  text-align: left;
}
.page-drivers-results .driverBox a {
  text-decoration: underline;
}

.driverDetails {
  width: 320px;
}
.driverDetails table tr td:first-child {
  padding-right: 10px;
  font-weight: bold;
}
.driverDetails table tr td {
  line-height: normal;
  vertical-align: top;
}

.driverBox .contentMiddleContent {
  position: relative;
}
.driverBox .contentMiddleContent p {
  margin-top: 10px;
}
.driverBox .contentMiddleContent .hr {
  margin: 0 -20px 20px -20px;
}

.driverDownloadButtons {
  margin-top: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center !important;
  width: 320px;
}
.driverDownloadButtons a {
  text-decoration: none;
}

.driverInfo {
  padding: 10px 0;
  margin-bottom: 20px;
}
.driverInfo h3 {
  color: #fff;
  text-indent: 20px;
  padding-bottom: 10px;
}
.driverInfo .nocolor {
  font-size: 12px;
  padding: 10px 20px;
  line-height: 20px;
}
.driverInfo .nocolor ul {
  margin-left: 40px;
  list-style: disc;
}
.driverInfo .nocolor ul ul {
  list-style: circle;
}
.driverInfo .gap {
  height: 40px;
}

#betaDriversList {
  overflow: hidden;
}
#betaDriversList .driverBox {
  background-image: url("https://www.geforce.com/sites/all/themes/geforce/images/main_rightNav_smallcapsule_background.png");
  background-repeat: no-repeat;
  clear: both;
  cursor: pointer;
  float: left;
  height: 89px;
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
  text-align: left;
  width: 647px;
  /*
      @extend %row-as-button;
      height: 78px;
      margin: 10px 6px;
      margin-bottom: 10px;
      overflow: hidden;
      padding: 0;
      cursor: pointer;
  
      &:hover {
        @extend %row-as-button-hover;
      }
  /* */
}
#betaDriversList .driverBox:hover {
  background-image: url("https://www.geforce.com/sites/all/themes/geforce/images/main_rightNav_smallcapsule_background_overlay.png");
}
#betaDriversList .driverBox .recommendedDriver {
  float: right;
  margin: 22px 36px 0 0;
}
#betaDriversList .driverBox .driverType, #betaDriversList .driverBox .detail {
  float: left;
}
#betaDriversList .driverBox .driverType p, #betaDriversList .driverBox .detail p {
  font-size: 12px;
}
#betaDriversList .driverBox .driverType {
  margin-left: -10px;
}
#betaDriversList .driverBox h3 {
  font-size: 16px;
  margin: 22px 0 7px 0;
}

.driverAgreed h2, .driverAgreed .group-comments legend, .group-comments .driverAgreed legend, .driverAgreed .node-type-article #content fieldset legend, .node-type-article #content fieldset .driverAgreed legend {
  font-size: 16px;
}
.driverAgreed .contentMiddle {
  margin-bottom: 15px;
  color: #76b900;
}
.driverAgreed .contentMiddle .driverThankYouMsg {
  text-align: center;
  display: block;
}
.driverAgreed .contentMiddle .driverThankYouMsg p {
  font-size: 16px;
  font-weight: bold;
}
.driverAgreed .contentMiddle .driverThankYouMsg p a {
  font-size: 12px;
  font-weight: bold;
}
.driverAgreed .contentMiddle a {
  text-decoration: underline;
}
.driverAgreed .contentMiddle a:hover {
  color: #76b900;
}

.contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures {
  background-color: #161a1d;
  display: block;
  margin: 10px auto 0px;
  width: 650px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures h4.supported, .contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures h4.unsupported {
  color: #EEEEEE;
  font-size: 15px;
  padding-top: 10px;
  text-indent: 10px;
}
.contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures h4.unsupported {
  color: #CCCCCC;
  padding-top: 20px;
}
.contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.supported {
  color: #EEEEEE;
}
.contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.unsupported {
  color: #CCCCCC;
}
.contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.supported .title, .contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.unsupported .title {
  padding: 10px 0 10px 14px;
}
.contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.supported .title img, .contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.unsupported .title img {
  display: inline;
  vertical-align: middle;
}
.contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.supported .title h5, .contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.unsupported .title h5 {
  color: #FFFFFF;
  display: inline;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  vertical-align: middle;
}
.contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.supported .content, .contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.unsupported .content {
  display: none;
  padding: 0 10px 10px 10px;
}
.contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.supported .content p.moreInfo, .contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.unsupported .content p.moreInfo {
  text-align: right;
}
.contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.supported .content p.moreInfo a, .contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.unsupported .content p.moreInfo a {
  color: 76b900;
}
.contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.supported .featureRow, .contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.unsupported .featureRow {
  border-bottom: 1px solid #333333;
}
.contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.supported .featureRow:last-child, .contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.unsupported .featureRow:last-child {
  border-bottom: 0 !important;
}
.contentMiddleContent .coloredTable .deviceFeatureBox .deviceFeatures div.unsupported .title h5 {
  color: #CCCCCC;
}

#autoScannerResults {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #76b900;
  padding: 5px 10px 10px;
  display: none;
  background-color: #161a1d;
}

#scannerElements {
  display: none;
}

#autoScannerResults .clearFloats,
.driverAgreed .clearFloats {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

#autoScannerResults .driverBox {
  border-bottom: 1px solid #444;
  margin: 10px 0;
  padding-bottom: 10px;
}

#autoScannerResults .innerDriver {
  width: 630px;
  clear: both;
}

#autoScannerResults .deviceDetail {
  float: left;
  width: 340px;
  margin-right: 10px;
}

#autoScannerResults .deviceDetail .driverVersions {
  margin-top: 5px;
  margin-bottom: 10px;
}

#autoScannerResults .download {
  clear: none !important;
  float: right;
  width: 200px;
  margin-top: 10px;
}

#autoScannerResults .download img {
  float: none;
  display: block;
  margin: 0;
  position: static !important;
}

#autoScannerResults .driverBox .icon {
  height: auto;
  width: auto;
  margin-right: 10px;
}

#autoScannerResults .driverBox .deviceDetail h3 {
  font-size: 16px;
  margin-bottom: 2px;
}

#autoScannerResults .driverBox p {
  font-size: 12px;
}

#autoScannerResults .driverBox p.primaryDevice {
  font-size: 11px;
  color: #76b900;
  font-style: italic;
}

#autoScannerResults .driverBox p span {
  color: #76b900;
}

#autoScannerResults .extraButtons {
  text-align: right;
}

#autoDriverScanner .extraButtons {
  text-align: right;
  padding-top: 10px;
}

.newDriverPanelBG {
  margin-top: 15px;
  background-color: #202327;
  border: 1px solid #2C2E33;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: #111 2px 2px 0px;
  -webkit-box-shadow: #111 2px 2px 0px;
  box-shadow: #111 2px 2px 0px;
  margin-bottom: 10px;
  position: relative;
}

.newDriverPanelBG .contentMiddle {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
}

#betaDrivers {
  display: none;
}

#block-drivers-feature-gfdrivers-forum h3 {
  color: #fff;
}
#block-drivers-feature-gfdrivers-forum .main {
  text-align: left;
  margin-top: -10px;
}
#block-drivers-feature-gfdrivers-forum .main a {
  text-decoration: underline;
}

/* Download Drivers link only shows on results page */
.page-drivers-results .region.region-sidebar-first {
  position: relative;
}
.page-drivers-results .region.region-sidebar-first .block.block-gfcore {
  padding-top: 10px;
}
.page-drivers-results .region.region-sidebar-first .block.block-gfcore ul {
  list-style: none;
}
.page-drivers-results .region.region-sidebar-first .block.block-gfcore ul li a {
  display: block;
  height: 24px;
  line-height: 24px;
  padding-left: 12px;
  width: 210px;
}

/* About your GPU on results page */
#gpuFeatureScan p a {
  text-decoration: underline;
}
#gpuFeatureScan p a:hover {
  color: #FFFFFF;
}

a.driverLicense:hover {
  color: #76b900;
}

.page-drivers-beta-legacy #content {
  padding-top: 5px;
}

#manualSearchButton {
  margin-top: 5px;
  width: 152px;
}
#manualSearchButton span.greenBttn {
  /* Manual Driver Search Button */
}

.page-drivers .leftBlurb {
  float: left;
}
.page-drivers .leftBlurb p {
  display: inline-block;
  width: 280px;
}
.page-drivers .driverNotificationsHeader h2, .page-drivers .driverNotificationsHeader .group-comments legend, .group-comments .page-drivers .driverNotificationsHeader legend, .page-drivers .driverNotificationsHeader .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-drivers .driverNotificationsHeader legend {
  font-size: 16px;
}
.page-drivers .contentMiddle {
  overflow: hidden;
  text-align: left;
}
.page-drivers .contentMiddle .innerBox {
  text-align: center;
  /*
  @extend %dark-conainer;
  float: right;
  padding: 10px 5px;
  text-align: left;
  width: 300px;
  select {
    width: 100%;
  }
  */
}
.page-drivers .contentMiddle .innerBox .selectBox {
  margin-bottom: 5px;
  width: 251px;
}
.page-drivers .contentMiddle .innerBox input.text {
  width: 300px;
}
.page-drivers .contentMiddle .innerBox .center1 {
  display: block;
  margin: auto;
  width: 192px;
}
.page-drivers .manual-search-box .innerBox, .page-drivers .beta-legacy-driver-search .innerBox, .page-drivers #gpuAutoScan .innerBox {
  float: right;
  padding: 10px 5px;
  text-align: center;
  width: 300px;
}
.page-drivers .manual-search-box .innerBox select, .page-drivers .beta-legacy-driver-search .innerBox select, .page-drivers #gpuAutoScan .innerBox select {
  width: 100%;
}
.page-drivers .content .contentMiddle .leftBlurb {
  width: 320px;
}
.page-drivers .content .contentMiddle .leftBlurb p {
  width: 250px;
}
.page-drivers .content .contentMiddle .innerBox {
  float: right;
  padding: 10px 10px;
  text-align: left;
  width: 300px;
}
.page-drivers .contentMiddle.manual-search-box .innerBox {
  text-align: center !important;
}

#driverDropdowns #manualSearch-0, #driverDropdowns #manualSearch-1, #driverDropdowns #manualSearch-2, #driverDropdowns #manualSearch-3, #driverDropdowns #manualSearch-4, #driverDropdowns #manualSearch-5, #driverDropdowns #driverType {
  width: 225px;
}
#driverDropdowns a {
  margin-bottom: 5px;
}

#manualSearchElements .loaderImg {
  display: none;
}

/* Autoscan Error */
#device-noNVIDIAProducts img {
  float: left;
}

/* Autoscan Failed */
#driver-shimError img.icon {
  float: left;
}

/* Java Required Error */
#device-javaError img.icon {
  float: left;
}

.driverBox img.icon {
  float: left;
}

/* About your GPU */
#block-ops-feature-gfops-about-gpu .main .cardName {
  background-color: #151618;
  color: #76b900;
  display: block;
  font-size: 11px;
  padding: 10px;
  text-align: left;
  width: 172px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0px 0px;
}
#block-ops-feature-gfops-about-gpu .main .deviceInfoBox {
  background-color: #151618;
  border-top: 1px solid #323335;
  padding: 10px;
}
#block-ops-feature-gfops-about-gpu .main .deviceInfoBox .deviceInfoSupport, #block-ops-feature-gfops-about-gpu .main .deviceInfoBox .deviceInfo {
  font-size: 11px;
}
#block-ops-feature-gfops-about-gpu .main .deviceInfoBox .deviceInfoSupport p, #block-ops-feature-gfops-about-gpu .main .deviceInfoBox .deviceInfo p {
  font-weight: bold;
  text-align: left;
}
#block-ops-feature-gfops-about-gpu .main .deviceInfoBox .deviceInfoSupport .techName, #block-ops-feature-gfops-about-gpu .main .deviceInfoBox .deviceInfo .techName {
  float: left;
  line-height: 18px;
  text-align: left;
  width: 110px;
}
#block-ops-feature-gfops-about-gpu .main .deviceInfoBox .deviceInfoSupport .info, #block-ops-feature-gfops-about-gpu .main .deviceInfoBox .deviceInfo .info {
  float: right;
  line-height: 18px;
  text-align: right;
}
#block-ops-feature-gfops-about-gpu .main .deviceInfoBox .deviceInfoSupport .info a, #block-ops-feature-gfops-about-gpu .main .deviceInfoBox .deviceInfo .info a {
  text-decoration: underline;
}
#block-ops-feature-gfops-about-gpu .main .deviceInfoBox .deviceInfoSupport .clearFloats, #block-ops-feature-gfops-about-gpu .main .deviceInfoBox .deviceInfo .clearFloats {
  clear: both;
}
#block-ops-feature-gfops-about-gpu .main .deviceInfoBox .deviceInfo {
  padding-top: 10px;
}
#block-ops-feature-gfops-about-gpu .main .deviceInfoBox .deviceInfo .techName {
  color: #999999;
  width: 70px;
}
#block-ops-feature-gfops-about-gpu .main .deviceInfoBox .deviceInfo .info {
  color: #76b900;
  width: 100px;
}
#block-ops-feature-gfops-about-gpu #gpuFeatureRescanButton {
  background-color: #151618;
  border-top: 1px solid #323335;
  color: #76b900;
  cursor: pointer;
  display: block;
  padding: 10px;
  text-decoration: underline;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 6px 6px;
}

#geforceDriverNotification span input[type="checkbox"] {
  display: inline-block !important;
  margin-right: 5px;
}
#geforceDriverNotification span div {
  display: inline-block;
}

#deviceInformation.innerMiddle {
  font-size: 11px;
  font-weight: bold;
  padding: 0px;
  text-align: left;
}

.driverInfoToggle {
  color: #76b900;
  cursor: pointer;
  font-size: 12px;
}

#newCheckBox-driversGeforce, #newCheckBox-driversosXP {
  display: block;
  margin-bottom: -15px;
  margin-top: 10px;
}

.contentMiddleContent .driverInfo .coloredTable .nocolor ol {
  padding-left: 40px;
}
.contentMiddleContent .driverInfo .coloredTable .nocolor ol li {
  margin-bottom: 10px;
}
.contentMiddleContent .driverInfo .coloredTable .nocolor ul {
  list-style: disc;
  padding-left: 40px;
}
.contentMiddleContent .driverInfo .coloredTable .nocolor ul li {
  list-style-type: disc;
}
.contentMiddleContent .driverInfo .coloredTable .nocolor ul ul {
  list-style-type: circle;
}
.contentMiddleContent .driverInfo .coloredTable .nocolor ul ul li {
  list-style-type: circle;
}

#howThisWorks {
  float: right;
  margin-top: -8px;
  padding-right: 10px;
}

#thisLmore {
  padding-left: 105px;
  text-decoration: none;
}

#nvidiaDriverNotification-formMessages {
  height: auto !important;
  margin-bottom: 5px;
  padding: 10px 20px;
}

body.not-front.page-optimize #content {
  padding-bottom: 0px;
}

.page-optimize .field-name-field-article-authored-date {
  display: none;
  visibility: hidden;
}
.page-optimize ul.pager {
  margin-bottom: 10px;
}
.page-optimize .geforce-experience {
  text-align: left;
  overflow: hidden;
}
.page-optimize .geforce-experience .innerBox {
  float: right;
  padding: 10px 10px;
  text-align: left;
  width: 300px;
}

#gfops-container {
  padding: 20px 14px 5px 14px;
  margin-bottom: 15px;
}

#gfops {
  text-align: right;
}
#gfops > div {
  float: left;
  position: relative;
  width: 313px;
}
#gfops > div > div {
  padding: 10px;
}
#gfops > div > div > div {
  margin: 15px auto 0;
  height: 109px;
}
#gfops > div > div > div img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#gfops > p {
  margin-bottom: 0;
}
#gfops select, #gfops .select-wrapper {
  width: 100%;
}

#gfops-ops {
  margin-left: 12px;
}
#gfops-ops > div > p {
  position: absolute;
  left: 54px;
  top: 94px;
  z-index: 10;
}

#gfops-submit {
  font-weight: normal;
  margin: 15px 4px 5px 0;
}
#gfops-submit[disabled] {
  color: #aaa;
}

.view-guides {
  /*.view-content {
    @extend .content-background-border;

    .views-row {
      padding: 20px 10px 0 15px;
      @extend .divider-top;

      .group-header {
        margin-bottom: 5px;
        
        h3 { font-size:18px;}
        .field-name-field-article-author-name, .article-author-name {
          display: none;
          visibility: hidden;
        }
      }

      .group-left {
        width: 230px;
        
        img {border: 1px solid #2F363B;}
      }

      .group-right {
        width: auto;
        margin-left: 230px;
        float: none;
      }

      .field-name-field-tags {
        display: inline-block;
        a {
          display: inline-block;
          white-space: nowrap;
          position: relative;
          padding: 9px 0px;
          margin-left: 38px;

          &:after {
            @extend .small-icons-icon-tag;
            display: inline-block;
            content: '';
            position: absolute;
            right: 100%;
            top: 0px;
          }
        }
      }
      .disqus-comments-link {
        display: inline-block;
        padding: 9px 0px;
        margin-left: 45px;
        white-space: nowrap;
        position: relative;

        &:before {
          border-left: 1px solid $white;
          content: '';
          height: 12px;
          width: 0px;
          position: absolute;
          left: -34px;
          top: 11px;
        }

        &:after {
          @extend .small-icons-icon-comment-bubble;
          display: inline-block;
          content: '';
          position: absolute;
          right: 100%;
          top: 0px;
        }
      }
    }
  }

  .attachment-after {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .article-author-date {
    display: none;
  }*/
}
.view-guides .view-header h2, .view-guides .view-header .group-comments legend, .group-comments .view-guides .view-header legend, .view-guides .view-header .node-type-article #content fieldset legend, .node-type-article #content fieldset .view-guides .view-header legend {
  margin: 0;
  padding: 0;
}

#block-ops-feature-gfops .content h2, #block-ops-feature-gfops .content .group-comments legend, .group-comments #block-ops-feature-gfops .content legend, #block-ops-feature-gfops .content .node-type-article #content fieldset legend, .node-type-article #content fieldset #block-ops-feature-gfops .content legend, #block-ops-feature-gfops h2, #block-ops-feature-gfops .group-comments legend, .group-comments #block-ops-feature-gfops legend, #block-ops-feature-gfops .node-type-article #content fieldset legend, .node-type-article #content fieldset #block-ops-feature-gfops legend {
  padding: 5px 0px;
}

#block-ops-feature-gfops-about-gpu h2, #block-ops-feature-gfops-about-gpu .group-comments legend, .group-comments #block-ops-feature-gfops-about-gpu legend, #block-ops-feature-gfops-about-gpu .node-type-article #content fieldset legend, .node-type-article #content fieldset #block-ops-feature-gfops-about-gpu legend {
  font-size: 14px;
}
#block-ops-feature-gfops-about-gpu .main p {
  margin-bottom: 0;
}

.article-section-body {
  margin-top: 14px;
  padding-bottom: 15px;
}

#article-section-nav-top, #article-section-nav-bottom {
  background-color: #181b1e;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF181B1E', endColorstr='#FF282F34');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4MWIxZSIvPjxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjMWYyNDI3Ii8+PHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiMyMzI4MmQiLz48c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzI3MmUzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4MmYzNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #181b1e), color-stop(17%, #1f2427), color-stop(36%, #23282d), color-stop(69%, #272e33), color-stop(100%, #282f34));
  background-image: -moz-linear-gradient(top, #181b1e 0%, #1f2427 17%, #23282d 36%, #272e33 69%, #282f34 100%);
  background-image: -webkit-linear-gradient(top, #181b1e 0%, #1f2427 17%, #23282d 36%, #272e33 69%, #282f34 100%);
  background-image: linear-gradient(to bottom, #181b1e 0%, #1f2427 17%, #23282d 36%, #272e33 69%, #282f34 100%);
  margin: -14px -14px 0 -14px;
  border-bottom: 2px solid #0D0E10;
  padding: 10px;
  text-align: center;
  position: relative;
}

.article-section-nav-prev {
  position: absolute;
  left: 28px;
  top: 14px;
  color: #fff;
  padding-left: 7px;
}
.article-section-nav-prev:hover {
  text-decoration: none;
}
.article-section-nav-prev:before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 0px;
  left: -14px;
}

.article-section-nav-next {
  position: absolute;
  right: 28px;
  top: 14px;
  color: #fff;
  padding-right: 7px;
}
.article-section-nav-next:hover {
  text-decoration: none;
}
.article-section-nav-next:after {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 0px;
  right: -14px;
}

.article-section-title {
  margin: 14px -14px 0 -14px;
  text-indent: 14px;
  padding-bottom: 14px;
}

.group-game-information {
  padding: 20px 14px 14px 14px;
}

.field-name-field-ops-grid {
  padding: 14px 2px;
  margin-bottom: 14px;
  clear: right;
}
.field-name-field-ops-grid table {
  width: 100%;
  text-align: left;
}
.field-name-field-ops-grid table th {
  font-size: 14px;
  color: #eee;
  padding-left: 0;
}
.field-name-field-ops-grid table tbody td {
  padding: 3px 0;
  color: #BDBDBD;
  font-size: 12px;
}
.field-name-field-ops-grid table tbody td.col_0 {
  padding-left: 14px;
  color: #76b900;
}
.field-name-field-ops-grid table .odd {
  background: #202226;
}
.field-name-field-ops-grid table .tr-last td, .field-name-field-ops-grid table .tr-last td.col_0 {
  color: #eee;
  font-weight: bold;
  padding-top: 14px;
}

.field-name-field-hardware-config, .field-name-field-software-config, .field-name-field-game-config {
  color: #666;
  font-size: 12px;
}
.field-name-field-hardware-config .field-label, .field-name-field-software-config .field-label, .field-name-field-game-config .field-label {
  font-weight: normal;
}

.group-ops-grid {
  padding: 20px 14px 5px 14px;
  margin-bottom: 15px;
}

.field-name-ops-additional-info {
  margin-top: 1em;
}
.field-name-ops-additional-info a {
  text-decoration: underline;
}

.node-type-ops .field-name-print-button {
  float: right;
}

.node-type-article .field-name-print-button {
  float: right;
}

.node-article .field-name-field-article-sections .article-section-nav-sections {
  width: 200px;
}

.deviceName {
  position: relative;
}
.deviceName .cardName {
  color: #EEE !important;
  display: inline-block !important;
  padding: 10px 0px 10px 10px !important;
  width: 181px !important;
}
.deviceName img {
  left: 165px;
  position: absolute;
  top: 10px;
}

.deviceName.active .cardName {
  color: #76b900 !important;
}

.deviceInfo .techName, .deviceInfoSupport .techName {
  font-weight: normal !important;
}
.deviceInfo .info a, .deviceInfoSupport .info a {
  font-weight: normal !important;
}
.deviceInfo p, .deviceInfoSupport p {
  clear: both;
  padding-top: 5px;
}

.deviceInfo .info {
  width: 70px !important;
}

.guideTags {
  display: inline-block;
}
.guideTags a {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  padding: 9px 0px;
  margin-left: 38px;
}
.guideTags a:after {
  display: inline-block;
  content: '';
  position: absolute;
  right: 100%;
  top: 0px;
}

/* Advanced Search */
.page-search-search-results .search-form .searchTitle h2, .page-search-search-results .search-form .searchTitle .group-comments legend, .group-comments .page-search-search-results .search-form .searchTitle legend, .page-search-search-results .search-form .searchTitle .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-search-search-results .search-form .searchTitle legend {
  font-size: 16px;
}
.page-search-search-results .search-form .searchForm {
  min-height: 150px;
  display: block;
  overflow: hidden;
}
.page-search-search-results .search-form .searchForm .innerSearchFrom {
  display: block;
  float: right;
  padding: 0px 10px 10px 10px;
  width: 300px;
}
.page-search-search-results .search-form .searchForm .innerSearchFrom .form-type-textfield label {
  left: 60px;
  position: absolute;
  top: 10px;
}
.page-search-search-results .search-form .searchForm .innerSearchFrom .form-type-textfield label:before {
  content: "";
  display: block;
  position: absolute;
  margin-left: -50px;
}
.page-search-search-results .search-form .searchForm .innerSearchFrom input, .page-search-search-results .search-form .searchForm .innerSearchFrom select {
  margin: 10px;
  width: 192px;
}
.page-search-search-results .search-form .searchForm .innerSearchFrom .form-type-checkbox {
  height: 20px;
  position: relative;
}
.page-search-search-results .search-form .searchForm .innerSearchFrom .form-type-checkbox input {
  margin: 10px 0 0 -60px;
  width: auto;
}
.page-search-search-results .search-form .searchForm .innerSearchFrom .form-type-checkbox input#edit-nvidia {
  margin-left: -65px;
}
.page-search-search-results .search-form .searchForm .innerSearchFrom div {
  display: block;
}
.page-search-search-results .search-form .searchForm .innerSearchFrom input#edit-submit {
  font-weight: normal;
  margin-top: 5px;
}

body.not-front #content-area #sidebar-first .region-sidebar-first #block-gfcore-gfcore-callback-leftnav {
  margin-bottom: 0;
}

/* Search Results */
.page-search-search-results.extra-left-nav .content {
  position: relative;
  /*
  .search-form {
    left: 15px;
    position: absolute;
    top: 40px;
    .container-inline {
      .form-type-textfield {
        label {
          display: none;
          visibility: hidden;
        }
        input.form-text {
          width: 200px;
        }
      }
      input.form-submit {
        display: none;
        visibility: hidden;
      }
    }
  }
  .searchTitle {
    @extend %sidebar-info-cap;
  }
  #gfsearch-results-head {
    background-color: #262c32; // Old browsers
    @include filter-gradient(#171a1c, #262c32, vertical); // IE6-9
    @include background-image(linear-gradient(top,  #171a1c 0%,#262c32 100%));
    border-style: solid;
    border-width: 1px;
    border-top-color: #303237;
    border-left-color: #26292f;
    border-right-color: #393c42;
    border-bottom-color: #262a30;
    height: 26px;
    line-height: 26px;
    #gfsearch-results-stats {
      display: inline-block;
      margin-left: 250px;
    }
    #gfsearch-results-tabs {
      display: inline-block;
      line-height: 1em;
      position: absolute;
      right: 15px;
      top: 45px;
      ul {
        list-style: none;
         li {
          display: inline-block;
          padding: 1px 19px;
        }
      }
    }
  }
  /* */
}
.page-search-search-results.extra-left-nav .content .search-form {
  margin: -10px 0 0 0;
}
.page-search-search-results.extra-left-nav .content .search-form .container-inline .searchTitle {
  display: block;
}
.page-search-search-results.extra-left-nav .content .search-form .container-inline .searchTitle h2, .page-search-search-results.extra-left-nav .content .search-form .container-inline .searchTitle .group-comments legend, .group-comments .page-search-search-results.extra-left-nav .content .search-form .container-inline .searchTitle legend, .page-search-search-results.extra-left-nav .content .search-form .container-inline .searchTitle .node-type-article #content fieldset legend, .node-type-article #content fieldset .page-search-search-results.extra-left-nav .content .search-form .container-inline .searchTitle legend {
  border: none;
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
}
.page-search-search-results.extra-left-nav .content .search-form .container-inline .form-type-textfield {
  background-color: #262c32;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF171A1C', endColorstr='#FF262C32');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3MWExYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2MmMzMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #171a1c), color-stop(100%, #262c32));
  background-image: -moz-linear-gradient(top, #171a1c 0%, #262c32 100%);
  background-image: -webkit-linear-gradient(top, #171a1c 0%, #262c32 100%);
  background-image: linear-gradient(to bottom, #171a1c 0%, #262c32 100%);
  border-style: solid;
  border-width: 1px;
  border-top-color: #303237;
  border-left-color: #000000;
  border-right-color: #393c42;
  border-bottom-color: #000000;
  display: block;
  height: 52px;
  line-height: 26px;
}
.page-search-search-results.extra-left-nav .content .search-form .container-inline .form-type-textfield label {
  display: none;
  visibility: hidden;
}
.page-search-search-results.extra-left-nav .content .search-form .container-inline .form-type-textfield input {
  margin: 1px 0 0 12px;
  width: 200px;
}
.page-search-search-results.extra-left-nav .content .search-form .container-inline input.form-submit {
  display: none;
  visibility: hidden;
}
.page-search-search-results.extra-left-nav .content #gfsearch-results-head {
  height: 47px;
  margin-left: 240px;
  padding-top: 5px;
  position: absolute;
  top: 38px;
  width: 430px;
}
.page-search-search-results.extra-left-nav .content #gfsearch-results-head #gfsearch-results-tabs {
  display: block !important;
  float: right;
  position: relative;
  top: 23px;
  width: 500px;
}
.page-search-search-results.extra-left-nav .content #gfsearch-results-head #gfsearch-results-stats, .page-search-search-results.extra-left-nav .content #gfsearch-results-head #gfsearch-results-tabs, .page-search-search-results.extra-left-nav .content #gfsearch-results-head #gfsearch-results-tabs ul li {
  display: inline-block;
}
.page-search-search-results.extra-left-nav .content #gfsearch-results-head #gfsearch-results-tabs ul {
  position: absolute;
  right: 0px;
  top: -12px;
  z-index: 2;
}
.page-search-search-results.extra-left-nav .content #gfsearch-results-head #gfsearch-results-tabs ul li a {
  padding-top: 1px;
  color: #fff;
  display: block;
  height: 19px;
  padding-left: 19px;
  padding-right: 19px;
}
.page-search-search-results.extra-left-nav .content #gfsearch-results-head #gfsearch-results-tabs ul li a.active-tab {
  background-color: #1f2426;
  border-left: 1px #0e1011 solid;
  border-right: 1px #0e1011 solid;
  border-top: 1px #0e1011 solid;
}
.page-search-search-results.extra-left-nav .content ol.gfsearch-results {
  list-style: none;
  text-align: left;
  background-color: #202427;
  margin: 0px;
  padding-bottom: 60px;
}
.page-search-search-results.extra-left-nav .content ol.gfsearch-results .gfsearch-result {
  border-bottom: 1px solid #1A1D20;
  margin-bottom: 10px;
  padding: 15px 0px;
}
.page-search-search-results.extra-left-nav .content ol.gfsearch-results .gfsearch-result .gfsearch-search-thumbnail {
  display: table-cell;
  max-width: 152px;
  vertical-align: middle;
}
.page-search-search-results.extra-left-nav .content ol.gfsearch-results .gfsearch-result .gfsearch-search-thumbnail img {
  max-width: 150px;
  padding-right: 5px;
}
.page-search-search-results.extra-left-nav .content ol.gfsearch-results .gfsearch-result .gfsearch-search-snippet-info {
  display: table-cell;
  vertical-align: middle;
}
.page-search-search-results.extra-left-nav .content ol.gfsearch-results .gfsearch-result .gfsearch-search-snippet-info .gfsearch-title a {
  text-decoration: underline;
}
.page-search-search-results.extra-left-nav .content ol.gfsearch-results .gfsearch-result .gfsearch-search-snippet-info .gfsearch-search-url {
  color: #999999;
}
.page-search-search-results.extra-left-nav .content #gfsearch-results-pager {
  position: relative;
  top: -60px;
  left: 20px;
}
.page-search-search-results.extra-left-nav .content #gfsearch-results-pager ul {
  list-style: none;
}
.page-search-search-results.extra-left-nav .content #gfsearch-results-pager ul li {
  display: inline-block;
}

/* Revised for Google */
.page-search-search-results #main-wrapper #content-area #content .view-search {
  position: relative;
  margin-bottom: 10px;
  background-color: #202327;
  border: 1px solid #2c2e33;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 2px 2px 0 #111;
  -moz-box-shadow: 0 0 2px #111111;
  -webkit-box-shadow: 0 0 2px #111111;
  box-shadow: 0 0 2px #111111;
  margin-top: 15px;
}
.page-search-search-results #main-wrapper #content-area #content .view-search .view-header h1, .page-search-search-results #main-wrapper #content-area #content .view-search .view-header h2, .page-search-search-results #main-wrapper #content-area #content .view-search .view-header .group-comments legend, .group-comments .page-search-search-results #main-wrapper #content-area #content .view-search .view-header legend, .page-search-search-results #main-wrapper #content-area .node-type-article #content .view-search .view-header fieldset legend, .node-type-article .page-search-search-results #main-wrapper #content-area #content .view-search .view-header fieldset legend, .page-search-search-results #main-wrapper #content-area .node-type-article #content fieldset .view-search .view-header legend, .node-type-article .page-search-search-results #main-wrapper #content-area #content fieldset .view-search .view-header legend {
  font-size: 18px;
  height: 30px;
  background: url("/sites/all/themes/geforce/images/green_divider.png") repeat-x scroll 0 100%;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
  padding: 2px 0 2px 10px;
  text-shadow: #000 0 1px 0;
}
.page-search-search-results #main-wrapper #content-area #content .gsc-input input.gsc-input {
  background-color: #272A2E !important;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid #484C51;
  border-right: 1px solid #3C4044;
  font-color: #fff;
}
.page-search-search-results #main-wrapper #content-area #content .gsc-webResult.gsc-result {
  border-color: transparent;
  background-color: transparent;
  padding-bottom: 1em;
  border-bottom: 1px solid #1A1D20;
}
.page-search-search-results #main-wrapper #content-area #content .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: transparent;
  background-color: transparent;
  color: #ccc;
}
.page-search-search-results #main-wrapper #content-area #content .gsc-above-wrapper-area {
  border-bottom: 1px solid #666;
}
.page-search-search-results #main-wrapper #content-area #content input.gsc-search-button {
  font-weight: normal;
  margin-bottom: 0;
}
.page-search-search-results #main-wrapper #content-area #content .gs-result img.gs-image, .page-search-search-results #main-wrapper #content-area #content .gs-result img.gs-promotion-image {
  border: none;
}
.page-search-search-results #main-wrapper #content-area #content .gs-no-results-result .gs-snippet, .page-search-search-results #main-wrapper #content-area #content .gs-error-result .gs-snippet {
  border: none;
  background-color: transparent;
}
.page-search-search-results #main-wrapper #content-area #content .gsc-webResult.gsc-result.gsc-promotion {
  background-color: #333;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.page-search-search-results #main-wrapper #content-area #content .gsc-results {
  width: auto;
}
.page-search-search-results #main-wrapper #content-area #content .gs-webResult.gs-result a.gs-title:hover,
.page-search-search-results #main-wrapper #content-area #content gs-webResult.gs-result a.gs-title:hover b,
.page-search-search-results #main-wrapper #content-area #content .gs-webResult.gs-result a.gs-title b:hover,
.page-search-search-results #main-wrapper #content-area #content .gs-result .gs-title, .page-search-search-results #main-wrapper #content-area #content .gs-result .gs-title * {
  color: #76b900;
}

.gsc-completion-container {
  background-color: #272A2E !important;
  border: 1px solid #3c4044 !important;
}

.gsc-completion-selected {
  background-color: #333 !important;
}

.gsc-control-cse-zh_CN .gs-snippet b, .gsc-control-cse-zh_CN .gs-promotion em, .gsc-control-cse-zh_TW .gs-snippet b, .gsc-control-cse-zh_TW .gs-promotion em {
  color: #fff !important;
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
  color: #999 !important;
}

.gs-spelling a {
  color: #76b900 !important;
}

/* content type page */
#content .node-page.view-mode-full .page-content {
  text-align: left;
}
#content .node-page.view-mode-full .field-name-field-main-links {
  text-align: left;
  padding: 0;
}
#content .node-page.view-mode-full .field-name-field-main-links .field-collection-item-field-main-links {
  padding: 10px;
  cursor: pointer;
}
#content .node-page.view-mode-full .field-name-field-main-links .group-left {
  width: auto;
}
#content .node-page.view-mode-full .field-name-field-main-links .group-right {
  width: auto;
  margin-left: 60px;
  float: none;
}
#content .node-page.view-mode-full .field-name-field-main-links .group-right .field-name-field-main-link {
  font-size: 14px;
  font-weight: bold;
}
#content .node-page.view-mode-full .field-name-field-main-links .group-right .field-name-field-main-link a:hover {
  color: #76b900;
  text-decoration: none;
}
#content .node-page.view-mode-full .hr {
  margin: 15px -10px 0 -10px;
}
#content .node-page.view-mode-full .uses-lists ul {
  margin: 1em 0  1em 40px;
  list-style: disc;
}
#content .node-page.view-mode-full .uses-lists ul ul {
  margin: 0 0 0 40px;
  list-style: circle;
}
#content .node-page.view-mode-full .uses-lists ul ul ul {
  list-style: square;
}

.node-page .field-name-body ul {
  margin: 1em;
}
.node-page .field-name-body ul ul {
  margin: 0 1em;
}

/*
body.information #block-vme-vmeblock-otherlinks h3 {
  display: none;
  visibility: hidden;
}
*/
#block-vme-vmeblock-otherlinks .content {
  padding: 10px 0px 0px 0px;
  text-align: left;
}
#block-vme-vmeblock-otherlinks .content a {
  color: #EEE;
  display: block;
  text-shadow: #000 0 1px 0;
  line-height: 24px;
  padding-left: 12px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  -moz-transition-property: "color";
  -o-transition-property: "color";
  -webkit-transition-property: "color";
  transition-property: "color";
  -moz-transition-duration: ".3s";
  -o-transition-duration: ".3s";
  -webkit-transition-duration: ".3s";
  transition-duration: ".3s";
  -moz-transition-delay: ".1s";
  -o-transition-delay: ".1s";
  -webkit-transition-delay: ".1s";
  transition-delay: ".1s";
}
#block-vme-vmeblock-otherlinks .content a:hover {
  color: #76b900;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4F4F4', endColorstr='#FFABABAB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2MyYzJjMyIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2I3YjZiNiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2FiYWJhYiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iI2FiYWJhYiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYmFiYWIiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(244, 244, 244, 0.2)), color-stop(16%, rgba(244, 244, 244, 0.2)), color-stop(60%, rgba(194, 194, 195, 0.2)), color-stop(72%, rgba(183, 182, 182, 0.2)), color-stop(88%, rgba(171, 171, 171, 0.2)), color-stop(96%, rgba(171, 171, 171, 0.2)), color-stop(100%, rgba(171, 171, 171, 0.2)));
  background-image: -moz-linear-gradient(top, rgba(244, 244, 244, 0.2) 0%, rgba(244, 244, 244, 0.2) 16%, rgba(194, 194, 195, 0.2) 60%, rgba(183, 182, 182, 0.2) 72%, rgba(171, 171, 171, 0.2) 88%, rgba(171, 171, 171, 0.2) 96%, rgba(171, 171, 171, 0.2) 100%);
  background-image: -webkit-linear-gradient(top, rgba(244, 244, 244, 0.2) 0%, rgba(244, 244, 244, 0.2) 16%, rgba(194, 194, 195, 0.2) 60%, rgba(183, 182, 182, 0.2) 72%, rgba(171, 171, 171, 0.2) 88%, rgba(171, 171, 171, 0.2) 96%, rgba(171, 171, 171, 0.2) 100%);
  background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0.2) 0%, rgba(244, 244, 244, 0.2) 16%, rgba(194, 194, 195, 0.2) 60%, rgba(183, 182, 182, 0.2) 72%, rgba(171, 171, 171, 0.2) 88%, rgba(171, 171, 171, 0.2) 96%, rgba(171, 171, 171, 0.2) 100%);
}
#block-vme-vmeblock-otherlinks .content a:hover span:after {
  border-color: rgba(61, 61, 66, 0);
  border-left-color: #3d3d42;
}

.field-name-field-other-links span {
  position: absolute;
  right: 20px;
  top: 12px;
}
.field-name-field-other-links span:after, .field-name-field-other-links span:before {
  left: 100%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.field-name-field-other-links span:after {
  border-color: rgba(26, 27, 30, 0);
  border-left-color: #1A1B1E;
  border-width: 3px;
  content: '';
  top: 50%;
  margin-top: -3px;
}
.field-name-field-other-links span:before {
  border-color: rgba(129, 131, 132, 0);
  /* border-left-color: #818384; */
  border-left-color: #CCCCCC;
  border-width: 4px;
  content: '';
  top: 50%;
  margin-top: -4px;
}

#block-gfsupport-gfsupport-support-form .additionalInfo {
  bottom: 30px;
  color: #666;
  float: none;
  font-size: 12px;
  position: absolute;
}

#block-gfsupport-gfsupport-support-form .page-heading h2, #block-gfsupport-gfsupport-support-form .page-heading .group-comments legend, .group-comments #block-gfsupport-gfsupport-support-form .page-heading legend, #block-gfsupport-gfsupport-support-form .page-heading .node-type-article #content fieldset legend, .node-type-article #content fieldset #block-gfsupport-gfsupport-support-form .page-heading legend {
  font-size: 16px !important;
}

#block-gfsupport-gfsupport-support-form .page-content {
  color: #eee;
}
#block-gfsupport-gfsupport-support-form .page-content .form-top-pod {
  font-size: 12px;
  line-height: 20px;
  padding: 15px;
}
#block-gfsupport-gfsupport-support-form .page-content .form-top-pod .form-item {
  padding-left: 10px;
}
#block-gfsupport-gfsupport-support-form .page-content .form-top-pod label {
  font-weight: bold;
}
#block-gfsupport-gfsupport-support-form .page-content strong {
  font-weight: normal;
}

#GFCOM_WebSite_Feedback span.form-required, #newsletter span.form-required {
  float: left;
  padding-right: 5px;
  color: #76b900;
}
#GFCOM_WebSite_Feedback .form-type-textarea, #newsletter .form-type-textarea {
  margin-top: 25px;
}
#GFCOM_WebSite_Feedback .form-type-textarea label, #newsletter .form-type-textarea label {
  display: block;
  padding-bottom: 5px;
}
#GFCOM_WebSite_Feedback .form-type-radio label, #newsletter .form-type-radio label {
  padding-left: 5px;
}
#GFCOM_WebSite_Feedback .form-item-WhyDidYouCome, #newsletter .form-item-WhyDidYouCome {
  margin-bottom: 25px;
}
#GFCOM_WebSite_Feedback .captcha, #newsletter .captcha {
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 10px;
}
#GFCOM_WebSite_Feedback .captcha #recaptcha_image, #newsletter .captcha #recaptcha_image {
  float: left;
  padding: 5px 20px 10px 15px;
}
#GFCOM_WebSite_Feedback .captcha #recaptcha_ajax_api_container > p, #newsletter .captcha #recaptcha_ajax_api_container > p {
  margin-left: 325px;
}
#GFCOM_WebSite_Feedback .captcha #recaptcha_ajax_api_container .small-icons-refresh, #newsletter .captcha #recaptcha_ajax_api_container .small-icons-refresh {
  display: block;
  left: 295px;
  position: relative;
  top: -44px;
}
#GFCOM_WebSite_Feedback .captcha #recaptcha_ajax_api_container #recaptcha_response_field, #newsletter .captcha #recaptcha_ajax_api_container #recaptcha_response_field {
  margin-top: 10px;
  width: 220px;
}
#GFCOM_WebSite_Feedback .captcha #recaptcha_ajax_api_container .recaptcha_only_if_image p, #GFCOM_WebSite_Feedback .captcha #recaptcha_ajax_api_container .recaptcha_only_if_image b, #newsletter .captcha #recaptcha_ajax_api_container .recaptcha_only_if_image p, #newsletter .captcha #recaptcha_ajax_api_container .recaptcha_only_if_image b {
  font-size: 12px;
}
#GFCOM_WebSite_Feedback .captcha #recaptcha_ajax_api_container .recaptcha_only_if_image, #newsletter .captcha #recaptcha_ajax_api_container .recaptcha_only_if_image {
  float: left;
}
#GFCOM_WebSite_Feedback .captcha #recaptcha_ajax_api_container .recaptcha_only_if_image span, #newsletter .captcha #recaptcha_ajax_api_container .recaptcha_only_if_image span {
  float: right;
}
#GFCOM_WebSite_Feedback .captcha #recaptcha_ajax_api_container .recaptcha_only_if_image b, #newsletter .captcha #recaptcha_ajax_api_container .recaptcha_only_if_image b {
  float: right;
  padding-right: 5px;
}
#GFCOM_WebSite_Feedback .page-content, #newsletter .page-content {
  overflow: hidden;
}
#GFCOM_WebSite_Feedback input[type="submit"], #newsletter input[type="submit"] {
  float: right;
  width: 192px;
}

.form-top-pod, .newsletter-content-top-pod {
  padding: 10px;
  overflow: hidden;
}
.form-top-pod > h3, .newsletter-content-top-pod > h3 {
  color: #fff;
  margin-bottom: 10px;
}
.form-top-pod .group-left, .newsletter-content-top-pod .group-left {
  width: 50%;
  float: left;
  clear: left;
}
.form-top-pod .group-left > div, .newsletter-content-top-pod .group-left > div {
  padding-right: 10px;
  padding-bottom: 5px;
}
.form-top-pod .group-left input[type="text"], .newsletter-content-top-pod .group-left input[type="text"] {
  width: 200px;
}
.form-top-pod .group-left label, .newsletter-content-top-pod .group-left label {
  width: 80px;
}
.form-top-pod .group-right, .newsletter-content-top-pod .group-right {
  width: 50%;
  float: right;
}
.form-top-pod .group-right > div, .newsletter-content-top-pod .group-right > div {
  padding-left: 10px;
  padding-bottom: 5px;
}
.form-top-pod .group-right label, .newsletter-content-top-pod .group-right label {
  width: 90px;
}
.form-top-pod .form-item-newsletterGeforce, .newsletter-content-top-pod .form-item-newsletterGeforce {
  clear: both;
  padding-top: 20px;
}
.form-top-pod label, .form-top-pod input[type="text"], .newsletter-content-top-pod label, .newsletter-content-top-pod input[type="text"] {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.form-top-pod br, .newsletter-content-top-pod br {
  display: none;
}
.form-top-pod input[type="checkbox"], .newsletter-content-top-pod input[type="checkbox"] {
  margin-right: 5px;
}
.form-top-pod .description, .newsletter-content-top-pod .description {
  display: inline-block;
  line-height: 20px;
}

.form-dob-container > div {
  display: inline-block;
}
.form-dob-container select {
  width: 60px;
}

.form-item-country select {
  width: 200px;
}

.newsletter-header-image {
  margin-bottom: 15px;
  border-left: 1px solid #2D313A;
  border-right: 1px solid #2D313A;
}

.newsletter-content {
  text-align: left;
  overflow: hidden;
}
.newsletter-content .form-item-visits {
  text-align: center;
}
.newsletter-content .form-item-visits label {
  display: block;
  width: 100%;
}
.newsletter-content .form-item-visits select {
  display: block;
}

.newsletterItem {
  padding: 10px;
}
.newsletterItem .imageOnLeft {
  float: left;
}
.newsletterItem h3 {
  margin: 11px 0 4px 72px;
}
.newsletterItem > .checkboxContainer {
  margin-left: 72px;
}
.newsletterItem > p {
  clear: left;
}
.newsletterItem .checkboxContainer label {
  margin-left: 5px;
}
.newsletterItem .subContent {
  display: none;
}

.newsletter-archive .view-newsletters-archive .views-row {
  margin-bottom: 10px;
  position: relative;
  padding: 20px 10px 20px 74px;
}
.newsletter-archive .view-newsletters-archive .views-row a:hover {
  text-decoration: none;
  color: #76b900;
}
.newsletter-archive .view-newsletters-archive .views-row:before {
  content: '';
  height: 50px;
  width: 50px;
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/icon_newsletter.png?1453093875') left top no-repeat;
  position: absolute;
  left: 10px;
  top: 9px;
}

/* Breadcrumb */
#breadcrumb {
  color: #76b900;
  padding: 10px 0;
  float: left;
  height: 16px;
  position: relative;
  width: 540px;
}
#breadcrumb .breadcrumb {
  display: block;
  position: absolute;
  min-width: 610px;
  max-width: 700px;
}
#breadcrumb .breadcrumb h1 {
  font-size: 13px !important;
  line-height: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline;
  font-weight: normal;
}
#breadcrumb a {
  color: #EEE;
  text-decoration: none;
}
#breadcrumb a:hover {
  text-decoration: underline;
}

.region-social-top-content {
  z-index: 3;
}

.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en {
  float: right;
  width: 400px;
  text-align: right;
  padding-top: 10px;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .share {
  margin-left: -50px;
  position: relative;
  width: 300px;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .shareExpand {
  color: #999999;
  font-size: 11px;
  right: 50px;
  line-height: 20px;
  position: absolute;
  text-decoration: none;
  width: 140px;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .shareExpand:hover {
  color: #ccc;
  cursor: pointer;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .shareExpanded {
  display: none;
  z-index: 9997;
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: 50px;
  width: 300px;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .shareExpanded .closeShare {
  cursor: pointer;
  margin-left: 20px;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .shareExpanded .bshareDiv {
  display: inline-block !important;
  width: auto !important;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .shareExpanded a {
  z-index: 9998;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .shareExpanded a img {
  max-height: 16px;
  max-width: 16px;
  z-index: 9999;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .sendFeedback {
  display: inline-block;
  float: right;
  margin-left: 0px;
  margin-right: 0px;
  text-align: right;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .sendFeedback a {
  color: #999999;
  font-size: 11px;
  padding-left: 5px;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .sendFeedback a:before {
  content: " ";
  display: inline-block;
  left: -3px;
  margin-left: -14px;
  position: relative;
  top: 4px;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .sendFeedback a:hover {
  color: #ccc;
  text-decoration: none;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .newsletter {
  display: inline-block;
  float: right;
  margin-left: 0px;
  margin-right: 26px;
  text-align: right;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .newsletter a {
  color: #999999;
  font-size: 11px;
  padding-left: 5px;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .newsletter a:before {
  content: " ";
  display: inline-block;
  left: -3px;
  position: relative;
  top: 3px;
  z-index: 9;
}
.region-social-top-content #block-gfsocial-gfsocial-buttons-sitewide-non-en .newsletter a:hover {
  color: #ccc;
  text-decoration: none;
}

body.i18n-zh-hans .block-gfsocial .share .shareExpand img {
  margin-right: 3px;
}
body.i18n-zh-hans .block-gfsocial .sendFeedback {
  width: 60px !important;
}
body.i18n-zh-hans .block-gfsocial .sendFeedback a:before {
  left: 0px !important;
}

/* sidebar one */
#sidebar-first {
  float: left;
  width: 270px;
}

.view-mode-sidebar_teaser .ds-row, .latest-drivers-heading, .view-id-featured_news_leftrail .view-header, .view-id-featured_news_leftrail .view-content {
  background-color: rgba(32, 36, 39, 0.7);
  border-left: 1px solid #2C2E33;
  border-right: 1px solid #2C2E33;
}

.view-mode-sidebar_teaser .ds-row-1, .latest-drivers-heading, .view-id-featured_news_leftrail .view-header {
  border-top: 1px solid #2C2E33;
  border-bottom: 3px solid #6CA200;
  padding: 10px;
  -moz-box-shadow: #90BD00 0px 1px 0px;
  -webkit-box-shadow: #90BD00 0px 1px 0px;
  box-shadow: #90BD00 0px 1px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0px 0px;
}

.view-mode-sidebar_teaser {
  margin-bottom: 15px;
}
.view-mode-sidebar_teaser.no-row-1 .ds-row-1 {
  display: none;
}
.view-mode-sidebar_teaser .ds-row-2 {
  border-bottom: 1px solid #2C2E33;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 6px 6px;
}
.view-mode-sidebar_teaser .ds-row-2 ul {
  margin: 0px;
  list-style: none;
}
.view-mode-sidebar_teaser.no-row-1 .ds-row-2 {
  border: none;
  background: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
}
.view-mode-sidebar_teaser .field-name-field-icon {
  display: inline-block;
  padding-right: 10px;
}
.view-mode-sidebar_teaser .field-name-field-header-text {
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

#block-disqus-disqus-popular-threads {
  padding: 10px;
}

.twitter-large {
  padding: 10px;
}
.twitter-large:first-child {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.twitter-large img {
  float: left;
  padding-top: 8px;
}
.twitter-large .leftnav_large_right_content {
  margin-left: 53px;
}
.twitter-large .leftnav_large_right_content > a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.twitter-large .leftnav_large_right_content p:first-child {
  color: #999;
}
.twitter-large .leftnav_large_right_content p {
  margin: 0px;
}

.view-mode-ops_teaser {
  position: relative;
}
.view-mode-ops_teaser .field-name-title {
  padding: 10px 5px;
  border-bottom: 1px solid #282B30;
  cursor: pointer;
  position: relative;
}
.view-mode-ops_teaser .field-name-title:hover {
  background-color: #161718;
}
.view-mode-ops_teaser .field-name-title:after {
  content: '';
  position: absolute;
  right: 9px;
  top: 10px;
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #ccc;
  border-bottom: 7px solid transparent;
}
.view-mode-ops_teaser .view-display-id-ops {
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 51;
  background-color: #161718;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  -moz-box-shadow: #111 2px 2px 2px;
  -webkit-box-shadow: #111 2px 2px 2px;
  box-shadow: #111 2px 2px 2px;
  border-right: 1px solid #282E33;
  border-bottom: 1px solid #282E33;
  border-top: 1px solid #282E33;
  padding: 10px;
  width: 300px;
}
.view-mode-ops_teaser .view-display-id-ops a {
  white-space: nowrap;
  text-decoration: none;
}
.view-mode-ops_teaser .view-display-id-ops a:hover {
  color: #fff;
  background-color: #282B30;
}
.view-mode-ops_teaser .view-display-id-ops.hide-ops-list {
  display: none;
}

.view-all-ops-games {
  text-align: right;
  display: block;
  margin-top: 10px;
  margin-right: 15px;
}

.ops-list-split {
  text-align: center;
  display: inline-block;
  width: 50%;
}

.view-mode-ops_teaser.ops-hover .view-display-id-ops {
  display: block;
}

body.not-front #sidebar-first {
  width: 224px;
}
body.not-front .region-sidebar-first .block-menu-block,
body.not-front .region-sidebar-first #block-page-feature-leftnav,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav {
  background-color: #1A1B1E;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom: 1px solid #2C2E33;
  border-left: 1px solid #2C2E33;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 222px;
  margin-bottom: 10px;
}
body.not-front .region-sidebar-first .block-menu-block li,
body.not-front .region-sidebar-first #block-page-feature-leftnav li,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav li,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav li {
  list-style: none;
}
body.not-front .region-sidebar-first .block-menu-block a,
body.not-front .region-sidebar-first #block-page-feature-leftnav a,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav a,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav a {
  -moz-transition-property: "color";
  -o-transition-property: "color";
  -webkit-transition-property: "color";
  transition-property: "color";
  -moz-transition-duration: ".3s";
  -o-transition-duration: ".3s";
  -webkit-transition-duration: ".3s";
  transition-duration: ".3s";
  -moz-transition-delay: ".1s";
  -o-transition-delay: ".1s";
  -webkit-transition-delay: ".1s";
  transition-delay: ".1s";
  text-shadow: #000 0 1px 0;
  color: #EEE;
  display: block;
  line-height: 24px;
  padding-left: 12px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
body.not-front .region-sidebar-first .block-menu-block a span,
body.not-front .region-sidebar-first #block-page-feature-leftnav a span,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav a span,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav a span {
  position: absolute;
  right: 20px;
  top: 12px;
}
body.not-front .region-sidebar-first .block-menu-block a span:after, body.not-front .region-sidebar-first .block-menu-block a span:before,
body.not-front .region-sidebar-first #block-page-feature-leftnav a span:after,
body.not-front .region-sidebar-first #block-page-feature-leftnav a span:before,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav a span:after,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav a span:before,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav a span:after,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav a span:before {
  left: 100%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body.not-front .region-sidebar-first .block-menu-block a span:after,
body.not-front .region-sidebar-first #block-page-feature-leftnav a span:after,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav a span:after,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav a span:after {
  border-color: rgba(26, 27, 30, 0);
  border-left-color: #1A1B1E;
  border-width: 3px;
  top: 50%;
  margin-top: -3px;
}
body.not-front .region-sidebar-first .block-menu-block a span:before,
body.not-front .region-sidebar-first #block-page-feature-leftnav a span:before,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav a span:before,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav a span:before {
  border-color: rgba(129, 131, 132, 0);
  /* border-left-color: #818384; */
  border-left-color: #CCCCCC;
  border-width: 4px;
  top: 50%;
  margin-top: -4px;
}
body.not-front .region-sidebar-first .block-menu-block a:hover,
body.not-front .region-sidebar-first #block-page-feature-leftnav a:hover,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav a:hover,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav a:hover {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3E3E41', endColorstr='#FF3B3C3E');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2MyYzJjMyIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2I3YjZiNiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2FiYWJhYiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iI2FiYWJhYiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYmFiYWIiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(244, 244, 244, 0.2)), color-stop(16%, rgba(244, 244, 244, 0.2)), color-stop(60%, rgba(194, 194, 195, 0.2)), color-stop(72%, rgba(183, 182, 182, 0.2)), color-stop(88%, rgba(171, 171, 171, 0.2)), color-stop(96%, rgba(171, 171, 171, 0.2)), color-stop(100%, rgba(171, 171, 171, 0.2)));
  background-image: -moz-linear-gradient(top, rgba(244, 244, 244, 0.2) 0%, rgba(244, 244, 244, 0.2) 16%, rgba(194, 194, 195, 0.2) 60%, rgba(183, 182, 182, 0.2) 72%, rgba(171, 171, 171, 0.2) 88%, rgba(171, 171, 171, 0.2) 96%, rgba(171, 171, 171, 0.2) 100%);
  background-image: -webkit-linear-gradient(top, rgba(244, 244, 244, 0.2) 0%, rgba(244, 244, 244, 0.2) 16%, rgba(194, 194, 195, 0.2) 60%, rgba(183, 182, 182, 0.2) 72%, rgba(171, 171, 171, 0.2) 88%, rgba(171, 171, 171, 0.2) 96%, rgba(171, 171, 171, 0.2) 100%);
  background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0.2) 0%, rgba(244, 244, 244, 0.2) 16%, rgba(194, 194, 195, 0.2) 60%, rgba(183, 182, 182, 0.2) 72%, rgba(171, 171, 171, 0.2) 88%, rgba(171, 171, 171, 0.2) 96%, rgba(171, 171, 171, 0.2) 100%);
  color: #76b900;
}
body.not-front .region-sidebar-first .block-menu-block a:hover span:after,
body.not-front .region-sidebar-first #block-page-feature-leftnav a:hover span:after,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav a:hover span:after,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav a:hover span:after {
  border-color: rgba(61, 61, 66, 0);
  border-left-color: #3d3d42;
}
body.not-front .region-sidebar-first .block-menu-block .leftnav-nested a,
body.not-front .region-sidebar-first #block-page-feature-leftnav .leftnav-nested a,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav .leftnav-nested a,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav .leftnav-nested a {
  padding-left: 30px;
  color: #777;
}
body.not-front .region-sidebar-first .block-menu-block .leftnav-nested a:hover,
body.not-front .region-sidebar-first #block-page-feature-leftnav .leftnav-nested a:hover,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav .leftnav-nested a:hover,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav .leftnav-nested a:hover {
  color: #76b900;
}
body.not-front .region-sidebar-first .block-menu-block .leftnav-nested a.active,
body.not-front .region-sidebar-first #block-page-feature-leftnav .leftnav-nested a.active,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav .leftnav-nested a.active,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav .leftnav-nested a.active {
  color: #fff;
}
body.not-front .region-sidebar-first .block-menu-block .leftnav-nested a.active:hover,
body.not-front .region-sidebar-first #block-page-feature-leftnav .leftnav-nested a.active:hover,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav .leftnav-nested a.active:hover,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav .leftnav-nested a.active:hover {
  color: #fff;
}
body.not-front .region-sidebar-first .block-menu-block .menu-block-wrapper > ul > li.first,
body.not-front .region-sidebar-first #block-page-feature-leftnav .menu-block-wrapper > ul > li.first,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav .menu-block-wrapper > ul > li.first,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav .menu-block-wrapper > ul > li.first {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
body.not-front .region-sidebar-first .block-menu-block .menu-block-wrapper > ul > li > span,
body.not-front .region-sidebar-first #block-page-feature-leftnav .menu-block-wrapper > ul > li > span,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav .menu-block-wrapper > ul > li > span,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav .menu-block-wrapper > ul > li > span {
  display: block;
  font-weight: bold;
  padding-bottom: 3px;
  padding-left: 12px;
}
body.not-front .region-sidebar-first .block-menu-block .menu-block-wrapper > ul > li ul.menu,
body.not-front .region-sidebar-first #block-page-feature-leftnav .menu-block-wrapper > ul > li ul.menu,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-leftnav .menu-block-wrapper > ul > li ul.menu,
body.not-front .region-sidebar-first #block-gfcore-gfcore-callback-extra-leftnav .menu-block-wrapper > ul > li ul.menu {
  margin: 0;
}
body.not-front .region-sidebar-first #block-page-feature-leftnav {
  padding-top: 10px;
}

body.page-page-not-found .region-sidebar-first #block-gfcore-gfcore-callback-leftnav {
  margin-bottom: 0px;
}

#block-vme-vmeblock-otherlinks.block-vme {
  margin-right: 15px;
}

body.whats-new-article #sidebar-first, body.page-taxonomy #sidebar-first {
  width: 270px;
}

body.not-front.extra-left-nav .region-sidebar-first #block-gfcore-gfcore-callback-leftnav {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

body.not-front.extra-left-nav .region-sidebar-first #block-menu-block-gfcore-3 {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: 0;
}

.node-type-ops .region-sidebar-first a.active:hover {
  color: #fff;
}

.page-drivers-results .region-sidebar-first a.active {
  color: #FFFFFF;
}
.page-drivers-results .region-sidebar-first a.active:hover {
  text-decoration: none;
}

.contextual-links-wrapper a.active:before, .contextual-links-wrapper a.active-trail:before {
  display: none;
}
.contextual-links-wrapper a.active:after, .contextual-links-wrapper a.active-trail:after {
  display: none;
}

.most-commented-comment {
  background-image: url('https://www.geforce.com/sites/all/themes/geforce/images/most-commented/comment_widget_background.png?1453093875');
  background-repeat: repeat-y;
  font-size: 12px;
  height: auto;
  line-height: 16px;
  min-height: 35px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
  display: block;
  color: #000;
}

.most-commented-count {
  background-image: url('https://www.geforce.com/sites/all/themes/geforce/images/most-commented//comment_widget_bubble.png?1453093875');
  background-repeat: no-repeat;
  color: green;
  cursor: pointer;
  float: right;
  height: 20px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 5px;
  padding-top: -2px;
  position: relative;
  right: -29px;
  top: 10px;
  width: 21px;
  z-index: 100;
}

.most-commented-count-number {
  position: relative;
  left: -7px;
}

.disqus_most_commented_item {
  padding-left: 10px;
}
.disqus_most_commented_item br {
  display: none;
}
.disqus_most_commented_item .bottom {
  height: 12px;
  background-image: url('https://www.geforce.com/sites/all/themes/geforce/images/most-commented/comment_widget_bottom_background.png?1453093875');
  background-repeat: repeat-x;
}
.disqus_most_commented_item .bottom-right {
  width: 19px;
  height: 12px;
  float: right;
  background-image: url('https://www.geforce.com/sites/all/themes/geforce/images/most-commented/comment_widget_bottom_right.png?1453093875');
  background-repeat: no-repeat;
  position: relative;
  top: -12px;
}
.disqus_most_commented_item a:hover, .disqus_most_commented_item a:visited {
  color: #000;
  text-decoration: none;
}

#disqus_most_commented_item_0 {
  width: 240px;
  padding-top: 5px;
}
#disqus_most_commented_item_0 .bottom {
  width: 221px;
}

#disqus_most_commented_item_1 {
  width: 220px;
}
#disqus_most_commented_item_1 .bottom {
  width: 201px;
}

#disqus_most_commented_item_2 {
  width: 200px;
}
#disqus_most_commented_item_2 .bottom {
  width: 181px;
}

#disqus_most_commented_item_3 {
  width: 180px;
}
#disqus_most_commented_item_3 .bottom {
  width: 161px;
}

#disqus_most_commented_item_4 {
  width: 160px;
  margin-bottom: 15px;
}
#disqus_most_commented_item_4 .bottom, #disqus_most_commented_item_4 .bottom-right {
  display: none;
}

.latest-drivers-heading .title_image {
  margin-right: 5px;
  margin-left: -2px;
  margin-top: -4px;
}
.latest-drivers-heading p.title {
  font-size: 18px;
  margin: 0;
}

.latest-drivers-content {
  text-align: left;
  padding: 0;
}
.latest-drivers-content #driverWidget {
  padding-left: 6px;
}
.latest-drivers-content p {
  margin: 0;
}

#latest_drivers_widget {
  padding-top: 5px;
  padding-bottom: 10px;
  width: 254px;
  position: relative;
  margin-top: 26px;
  min-height: 40px;
}

#drivers_tabs {
  background-color: #353536;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF353536', endColorstr='#FF0B0B0D');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1MzUzNiIvPjxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiMzMTMzMzMiLz48c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzE4MTgxYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDUwNTA2Ii8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMwNjA4MDgiLz48c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzA2MDgwOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBiMGIwZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #353536), color-stop(9%, #313333), color-stop(45%, #18181a), color-stop(50%, #050506), color-stop(55%, #060808), color-stop(95%, #060808), color-stop(100%, #0b0b0d));
  background-image: -moz-linear-gradient(top, #353536 0%, #313333 9%, #18181a 45%, #050506 50%, #060808 55%, #060808 95%, #0b0b0d 100%);
  background-image: -webkit-linear-gradient(top, #353536 0%, #313333 9%, #18181a 45%, #050506 50%, #060808 55%, #060808 95%, #0b0b0d 100%);
  background-image: linear-gradient(to bottom, #353536 0%, #313333 9%, #18181a 45%, #050506 50%, #060808 55%, #060808 95%, #0b0b0d 100%);
  height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  z-index: 10;
  width: 232px;
  top: -11px;
  left: 10px;
}

.driver-tab {
  width: 115px;
  float: left;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.driver-tab.active {
  background-color: #424242;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF424242', endColorstr='#FF535353');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNDI0MiIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiM2ODY4NjgiLz48c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjODE4MTgxIi8+PHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiM3YzdjN2MiLz48c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNDk0OTQ5Ii8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMzMjMyMzIiLz48c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjMzczNzM3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTM1MzUzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #424242), color-stop(5%, #686868), color-stop(9%, #818181), color-stop(14%, #7c7c7c), color-stop(36%, #595959), color-stop(50%, #494949), color-stop(55%, #323232), color-stop(91%, #333333), color-stop(95%, #373737), color-stop(100%, #535353));
  background-image: -moz-linear-gradient(top, #424242 0%, #686868 5%, #818181 9%, #7c7c7c 14%, #595959 36%, #494949 50%, #323232 55%, #333333 91%, #373737 95%, #535353 100%);
  background-image: -webkit-linear-gradient(top, #424242 0%, #686868 5%, #818181 9%, #7c7c7c 14%, #595959 36%, #494949 50%, #323232 55%, #333333 91%, #373737 95%, #535353 100%);
  background-image: linear-gradient(to bottom, #424242 0%, #686868 5%, #818181 9%, #7c7c7c 14%, #595959 36%, #494949 50%, #323232 55%, #333333 91%, #373737 95%, #535353 100%);
  color: #fff;
}

#desktop_tab {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #31363B;
}
#desktop_tab.active {
  border-right: 1px solid #272727;
}

#notebook_tab {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #31363B;
}
#notebook_tab.active {
  border-left: 1px solid #272727;
}

.drivers-info {
  margin-top: 15px;
}

.driverItemRadio {
  display: block;
  float: left;
  width: 210px;
}

.driverItem {
  display: block;
  width: 100%;
  padding: 5px;
  padding-left: 12px;
  clear: both;
}
.driverItem img {
  width: 15px;
  height: 15px;
  float: right;
  border: none;
  margin-right: 20px;
}

#driver-download-bttn {
  width: 254px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#driver-download-bttn .driver-bttn {
  text-align: center;
  margin-top: 10px;
}

#driver-license-agreement {
  min-height: 35px;
  position: relative;
}

#driver_agree {
  margin-top: 10px;
  margin-left: 5px;
}

.driver-agree-text {
  font-size: 10px;
  display: inline-block;
  cursor: pointer;
  color: #999;
  position: absolute;
  top: 9px;
  left: 30px;
  width: 220px;
}
.driver-agree-text a {
  text-decoration: underline;
}

#driver_error {
  color: #76B900;
  font-size: 11px;
  padding: 10px 10px 0 10px;
  display: none;
}

#find-all-drivers {
  display: block;
  text-align: right;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
}

#block-drivers-feature-gfdrivers-rss-feed .main {
  text-align: left;
  font-size: 11px;
}
#block-drivers-feature-gfdrivers-rss-feed .main .innerMiddle {
  padding: 10px;
}
#block-drivers-feature-gfdrivers-rss-feed .main .innerMiddle img {
  float: left;
}
#block-drivers-feature-gfdrivers-rss-feed .main .innerMiddle p {
  margin-left: 50px;
  margin: 0;
}

.nolink.divider-top span, .view-whats-new > .view-content .nolink.views-row span, .view-news > .view-content .nolink.views-row span, .view-guides > .view-content .nolink.views-row span, .view-term-articles > .view-content .nolink.views-row span, #content .node-page.view-mode-full .nolink.hr span, .nolink.twitter-large span, .nolink#find-all-drivers span, .view-id-featured_news_leftrail .nolink.view-content span, .view-global-footerrail .item-list .views-row .nolink.ds-row-2 span, .page-not-found-content .nolink#block-gfsitemap-gfsitemap-sitemap span {
  display: block;
  width: 210px;
  padding: 5px 5px 5px 12px;
}

#block-vme-vmeblock-related-links h3 {
  color: #eee;
}
#block-vme-vmeblock-related-links .content {
  text-align: left;
}
#block-vme-vmeblock-related-links .content a {
  color: #eee;
  line-height: 25px;
}
#block-vme-vmeblock-related-links .content a:hover {
  text-decoration: none;
}

.view-id-featured_news_leftrail {
  margin-bottom: 15px;
}
.view-id-featured_news_leftrail .view-header h2, .view-id-featured_news_leftrail .view-header .group-comments legend, .group-comments .view-id-featured_news_leftrail .view-header legend, .view-id-featured_news_leftrail .view-header .node-type-article #content fieldset legend, .node-type-article #content fieldset .view-id-featured_news_leftrail .view-header legend {
  font-size: 18px;
}
.view-id-featured_news_leftrail .view-content {
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 6px 6px;
}
.view-id-featured_news_leftrail .view-content .views-row {
  border-top: 1px solid #333;
  padding: 10px;
}
.view-id-featured_news_leftrail .view-content .views-row a {
  color: #eee;
}
.view-id-featured_news_leftrail .view-content .views-row a:hover {
  color: #eee;
  text-decoration: none;
}

.border-divider-line-bottom {
  border-bottom: 1px solid #333;
}

/* landing page */
body.disable-header #main {
  margin: 0;
}
body.disable-header #title-container, body.disable-header #breadcrumb {
  display: none;
}
body.disable-header #content {
  width: 100%;
  margin: 0;
  padding: 6px 0 0 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: visible;
  background-image: url('https://www.geforce.com/sites/all/themes/geforce/images/header_greenline.png?1453093875');
  background-position: top left;
  background-repeat: repeat-x;
}

/* footer */
#footer-top-divider {
  height: 4px;
  background-color: #2f363b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2F363B', endColorstr='#FF1E2022');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmMzYzYiIvPjxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjMjMyNzI5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWUyMDIyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f363b), color-stop(33%, #232729), color-stop(100%, #1e2022));
  background-image: -moz-linear-gradient(top, #2f363b 0%, #232729 33%, #1e2022 100%);
  background-image: -webkit-linear-gradient(top, #2f363b 0%, #232729 33%, #1e2022 100%);
  background-image: linear-gradient(to bottom, #2f363b 0%, #232729 33%, #1e2022 100%);
}

.region-footer {
  margin-bottom: 20px;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
.region-footer > div {
  clear: both;
  width: 964px;
}
.region-footer ul {
  margin: 0;
}
.region-footer li {
  list-style: none;
}
.region-footer a {
  text-decoration: none;
}
.region-footer a:hover {
  text-decoration: underline;
}
.region-footer .attachment-after {
  display: none;
  left: 0;
  position: absolute;
  top: -10px;
}
.region-footer .attachment-after:hover {
  display: block;
}
.region-footer .block-menu-block {
  font-size: 11px;
  float: left;
  overflow: hidden;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
.region-footer .block-menu-block a {
  color: #ccc;
}
.region-footer .block-menu-block ul {
  clear: left;
  float: left;
  position: relative;
  left: 50%;
}
.region-footer .block-menu-block ul li {
  float: left;
  position: relative;
  right: 50%;
}

.view-global-footerrail .item-list .views-row {
  float: left;
  margin: 10px;
  width: 221px;
}
.view-global-footerrail .item-list .views-row .ds-row-1 {
  font-size: 17px;
  line-height: 1em;
}
.view-global-footerrail .item-list .views-row .ds-row-2 {
  margin-top: 5px;
  padding-top: 10px;
}
.view-global-footerrail .item-list .views-row .ds-row-2 li {
  margin-bottom: 10px;
  width: 200px;
}
.view-global-footerrail .item-list .views-row.views-row-1 .ds-row-2 li {
  width: 100px;
}
.view-global-footerrail .ul_column {
  float: left;
  margin: 0;
  padding: 0;
  width: 100px;
}

.menu-name-menu-footer ul.menu li {
  border-right: 1px solid #666;
  float: left;
  padding: 0 5px;
}
.menu-name-menu-footer ul.menu li.last {
  border-right: none;
}

#block-gfcore-gfcore-footer-corp {
  position: absolute;
  right: 33px;
  bottom: 1px;
  width: auto;
}

#scroll-to-top {
  display: block;
  position: relative;
  margin: 0 0 8px 10px;
  font-size: 12px;
  color: #999;
  text-shadow: #000 0 1px 0;
  cursor: pointer;
}
#scroll-to-top:hover {
  color: #ccc;
}
#scroll-to-top:after {
  content: '';
  position: absolute;
  top: -7px;
}

.nvidia-corp-link {
  display: block;
  width: 100px;
  height: 19px;
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/footer-nvidia-logo.png?1453093875') left top no-repeat;
}
.nvidia-corp-link span {
  display: none;
}

.copyright {
  font-size: 11px;
  text-align: center;
  color: #666;
  text-shadow: #000 0 1px 0;
}
.copyright a {
  color: #eee;
}

/* Dropdown control */
.selectBox-dropdown {
  width: 50px;
  position: relative;
  border: solid 1px #333;
  height: 24px;
  text-decoration: none !important;
  color: #fff;
  outline: none;
  vertical-align: middle;
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/../images/selectbox/selector_background.jpg?1453093875') repeat-x !important;
  display: inline-block !important;
  cursor: default;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left !important;
  padding-left: 0 !important;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #666;
}

.selectBox-dropdown .selectBox-label {
  width: 100%;
  padding: 0.3em 0.5em;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 100%;
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/../images/selectbox/selector_button_expand_new.jpg?1453093875') 50% center no-repeat;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  border: solid 1px #333;
  /* should be the same border width as .selectBox-dropdown */
  background: #272a2e;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: auto;
}

/* Inline control */
.selectBox-inline {
  width: 250px;
  outline: none;
  border: solid 1px #333;
  background: #272a2e;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto;
}

.selectBox-inline:focus {
  border-color: #333;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #fff;
  font-size: 12px !important;
  text-decoration: none;
}

.selectBox-options LI A {
  line-height: 1.5;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
  background-color: #4b5056;
}

.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
  background-color: #4b5056;
}

.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666;
}

.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
}

/* 
    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: #000;
}

#cboxContent {
  margin: 32px 40px 0 40px;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/animated_bar_small.gif?1453093875') no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #76b900;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
  text-indent: -9999px;
  position: absolute;
  display: block;
  padding: 5px 7px;
}

#cboxPrevious {
  top: -19px;
  right: 47px;
}

#cboxNext {
  top: -19px;
  right: 26px;
}

#cboxClose {
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/btn-search-clear.png?1453093875') left top no-repeat;
  width: 17px;
  height: 17px;
  top: -20px;
  right: 5px;
  z-index: 1;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/** modal **/
#mask {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#modalWin .window {
  position: absolute;
  display: none;
  z-index: 9999;
  padding: 20px;
  font-size: 13px;
}

#modalInfo h3 {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: center;
  margin-bottom: 5px;
}
#modalInfo h3 .close {
  text-align: right;
  margin-right: 10px;
  float: right;
  font-size: 12px;
  font-weight: bold;
}
#modalInfo h3 a.close {
  color: #ccc;
  text-decoration: none;
}

#modalInfo {
  width: 450px;
  margin: 0 auto;
}

#modalInfo p {
  text-align: center;
}

#buyBttnModal {
  width: 112px;
  /*padding:5px;
  background-color:#76b900;*/
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#buyBttnModal a {
  color: #fff;
  text-decoration: none;
}

#modalInfo label {
  color: #666;
  margin-left: 5px;
}

#modalWindow .window {
  font-size: 13px;
  padding: 20px;
  position: absolute;
  z-index: 9999;
}

div.modal-title {
  padding: 0 10px 15px 10px;
}

.modal-title span {
  float: left;
  font-size: 18px;
  overflow: hidden;
  text-align: left;
  width: 500px;
}

.modal-title .close {
  cursor: pointer;
  float: right;
  width: 16px;
}

#modalWindow .main_divider {
  width: 100%;
}

/* RATE THIS PAGE */
#rate-this-page {
  display: none;
}

#rate-this-page form {
  padding: 5px;
  text-align: left;
}

#rate-this-page .left {
  float: left;
  padding: 10px;
}

#rate-this-page .left textarea {
  height: 75px;
  max-height: 75px;
  max-width: 300px;
  width: 300px;
}

#rate-this-page .left input, #rate-this-page .left textarea {
  margin: 5px 0;
  width: 300px;
}

#rate-this-page .left input:focus, #rate-this-page .left textarea:focus {
  outline: 5px auto #76b900;
  outline-offset: -2px;
}

#rate-this-page div.notice {
  color: #999;
  font-size: 10px;
  margin-top: 10px;
}

#rate-this-page .right {
  float: right;
  padding: 10px;
}

#rate-this-page table {
  margin: 15px 0;
}

#rate-this-page td {
  padding: 6px 0;
  text-align: right;
}

#rate-this-page .button {
  float: right;
  margin-top: 2px;
}

#rate-this-page .top {
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/rate-this-page/feedback_dialog_sprite.png?1453093875') 0 0;
  height: 6px;
  width: 576px;
}

#rate-this-page .green_divider {
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/rate-this-page/feedback_dialog_sprite.png?1453093875') 0 -6px;
  height: 4px;
  left: -5px;
  position: relative;
  width: 576px;
}

#rate-this-page .content {
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/rate-this-page/feedback_dialog_content.png?1453093875');
  height: 245px;
  width: 576px;
}

#rate-this-page .bottom {
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/rate-this-page/feedback_dialog_sprite.png?1453093875') 0 -11px;
  height: 6px;
  width: 576px;
}

/* ie7 specific */
#rate-this-page .button {
  *left: -25px;
  *position: relative;
}

#rate-this-page .content {
  *height: 255px;
}

#rate-this-page table {
  *margin-top: 25px;
}

/* RATE THIS PAGE */
/* RATE THIS PAGE ADDON */
.rateThisPage {
  position: absolute;
  right: 23px;
  cursor: pointer;
  bottom: -36px;
  z-index: 100;
  font-size: 12px;
}

.rateThisPage .makeOn {
  color: #76b900;
}

.rateThisPage .makeOn:hover {
  color: #FFF;
}

.rateThisPage .left {
  width: 320px;
  float: left;
}

.rateThisPage .right {
  width: 225px;
  float: right;
}

.rateThisPage .form {
  font-size: 13px;
  display: none;
  position: absolute;
  bottom: -2px;
  right: -2px;
  padding: 20px;
  height: 175px;
  width: 547px;
  text-align: left;
  background-image: url('https://www.geforce.com/sites/all/themes/geforce/images/rate-this-page/footer_rateThisPage_background.png?1453093875');
  background-repeat: no-repeat;
  cursor: default;
}

.rateThisPage .form img.close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.rateThisPage table tr td {
  padding: 0px 10px 10px 0px;
}

/* RATING STYLES */
.ratesSelector {
  width: 130px;
  height: 12px;
  background-color: #22262c;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #484c51;
  cursor: pointer;
}

.ratesSelector .optionOff {
  height: 12px;
  width: 12px;
  border-right: 1px solid #2d3338;
  float: left;
}

.ratesSelector .optionOn {
  background-image: url('https://www.geforce.com/sites/all/themes/geforce/images/rate-this-page/ratesSelector_background_green.png?1453093875');
  border-right: 1px solid #3d7909;
}

.ratesSelector .optionHover {
  background-image: url('https://www.geforce.com/sites/all/themes/geforce/images/rate-this-page/ratesSelector_background_gray.png?1453093875');
  border-right: 1px solid #2d3338;
}

.activeButton:hover {
  cursor: pointer;
}

/* Old Processor */
#formMessages {
  background: #1c1e21;
  width: 99%;
  color: #76b900;
  border: 1px solid #76b900;
  display: none;
  /*margin-bottom:20px;*/
}

#formMessages ul {
  margin: 10px 0 !important;
  padding-left: 10px;
}

#formMessages ul li {
  list-style: none;
}

/* Old Processor */
.formMessages {
  background: #1c1e21;
  /*width:99%;*/
  color: #ffffff;
  border: 1px solid #FF0000;
  display: none;
  padding: 10px;
  margin-bottom: 8px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.formMessages.success {
  border: 1px solid #76b900;
}

.formMessages p {
  margin-bottom: 0 !important;
}

form .error {
  border: 1px solid #FF0000 !important;
}

.dropDown.error {
  border: 1px solid #FF0000;
}

.nv-green-text {
  color: #76B900;
}

/** VIDEO MODAL **/
#video-player-modal .content {
  background-color: black;
  border: 1px solid #76B900;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 10px 1px #76B900;
  width: 652px;
}

a.open-video {
  text-decoration: none;
  display: block;
}

a.open-video .video-thumb {
  position: relative;
}

a.open-video .video-thumb .video-overlay {
  background: url("https://international.download.nvidia.com/webassets/images/main_rightNav_image_video_overlay.png") repeat scroll -25px -10px transparent;
  display: inline;
  height: 42px;
  left: 304px;
  position: absolute;
  top: 0px;
  width: 42px;
}

/* EU Cookie Policy */
#cookiePolicyBar {
  top: -50px;
  left: 0;
  width: 100%;
  min-width: 980px;
  height: 48px;
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/eu-cookie-policy/eu-cookiebar-dark-bg.png?1453093875') repeat-x;
  z-index: 9999;
}

#cookiePolicyBar div {
  float: left;
  padding-top: 8px;
}

#cookiePolicyBar div.icon {
  width: 50px;
  margin-left: 20px;
}

#cookiePolicyBar div.text {
  padding-top: 14px;
  position: relative;
}

#cookiePolicyBar div.accept {
  float: right;
  margin-right: 16px;
  padding-top: 10px;
}

#cookiePolicyBar div p {
  font-size: 12px;
}

/* Buttons */
#cookiePolicyBar .button {
  height: 24px;
  padding: 0 !important;
}

#cookiePolicyBar .button a,
#cookiePolicyBar .button a:hover {
  text-decoration: none;
}

#cookiePolicyBar .button.square {
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/eu-cookie-policy/square.png?1453093875') repeat-x;
  border: 1px solid #333;
  text-align: center;
  width: 150px;
}

#cookiePolicyBar .button.square:hover {
  background: url('https://www.geforce.com/sites/all/themes/geforce/images/eu-cookie-policy/square-hover.png?1453093875') repeat-x;
}

#cookiePolicyBar .button.square a {
  display: inline-block;
  height: 100%;
  width: 100%;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#block-gfsitemap-gfsitemap-sitemap {
  text-align: left;
  overflow: hidden;
}
#block-gfsitemap-gfsitemap-sitemap ul {
  list-style: none;
  float: left;
  width: 33%;
  margin: 0 0 20px 0;
}
#block-gfsitemap-gfsitemap-sitemap ul li {
  color: #76b900;
  font-size: 14px;
  text-shadow: 0 1px 0 #000000;
  font-weight: bold;
}
#block-gfsitemap-gfsitemap-sitemap ul li a {
  color: #ccc;
  text-decoration: none;
  font-weight: normal;
}
#block-gfsitemap-gfsitemap-sitemap ul li a:hover {
  color: #76b900;
}
#block-gfsitemap-gfsitemap-sitemap ul li ul {
  float: none;
  width: auto;
  margin: 0;
}
#block-gfsitemap-gfsitemap-sitemap ul li.sitemap-placeholder {
  color: #ffffff;
  font-size: 13px;
  margin-left: 20px;
}
#block-gfsitemap-gfsitemap-sitemap ul li.sitemap-placeholder li {
  margin-left: 20px;
}

.sitemap-link {
  margin-left: 20px;
}
.sitemap-link ul {
  display: none;
}

.page-not-found-heading {
  font-size: 16px;
}

.page-not-found-content {
  text-align: left;
}
.page-not-found-content h5 {
  margin-bottom: 17px;
}
.page-not-found-content #block-gfsitemap-gfsitemap-sitemap {
  background: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 29px -10px 0;
  padding-top: 15px;
}

.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-prev,.jw-icon.jw-icon-tooltip.jw-icon-playlist.jw-button-color.jw-reset, .jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-next { display:none; }