
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize 1.1.2 ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  background: #f5f5f5;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

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

/* =============================================================================
   Typography
   ========================================================================== */
h1, .h1 {
  font-family: helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 30px 0; }
  @media (min-width: 760px) {
    h1, .h1 {
      font-size: 26px;
      line-height: 26px; } }

h2, .h2 {
  font-family: helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  margin-top: 0; }
  @media (min-width: 760px) {
    h2, .h2 {
      font-size: 22px;
      line-height: 22px; } }

h3, .h3 {
  font-family: helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-top: 0; }
  @media (min-width: 760px) {
    h3, .h3 {
      font-size: 18px;
      line-height: 22px; } }

h4, .h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5, .h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6, .h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

i {
  font-style: normal; }

a, a:visited {
  color: #7cba19;
  text-decoration: none; }

a:hover {
  color: #7cba19;
  text-decoration: underline; }

p {
  margin: 0 0 15px; }

/* =============================================================================
   Lists
   ========================================================================== */
dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

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

button, input {
  line-height: normal; }

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

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/*	CSSGrid
 *  https://github.com/crowdfavorite/css-grid
 *	License: http://opensource.org/licenses/mit-license.php  */
/** grid foundation
 -------------------------------------------------- */
.grid {
  margin: 0 auto;
  /* this makes the page wide but keeps content away from the edge */
  padding: 0 12px; }

/* fluid media */
.row img,
.row object,
.row embed,
.row video {
  max-width: 100%; }

.row img {
  height: auto; }

/* 	Default Desktop/Tablet Grid
	Works fine with older browsers that don't support media queries. */
.grid {
  width: 1024px; }

.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12,
.c1-2, .c2-3, .c3-4, .c4-5, .c5-6, .c6-7, .c7-8, .c8-9, .c9-10, .c10-11, .c11-12,
.c1-3, .c2-4, .c3-5, .c4-6, .c5-7, .c6-8, .c7-9, .c8-10, .c9-11, .c10-12,
.c1-4, .c2-5, .c3-6, .c4-7, .c5-8, .c6-9, .c7-10, .c8-11, .c9-12,
.c1-5, .c2-6, .c3-7, .c4-8, .c5-9, .c6-10, .c7-11, .c8-12,
.c1-6, .c2-7, .c3-8, .c4-9, .c5-10, .c6-11, .c7-12,
.c1-7, .c2-8, .c3-9, .c4-10, .c5-11, .c6-12,
.c1-8, .c2-9, .c3-10, .c4-11, .c5-12,
.c1-9, .c2-10, .c3-11, .c4-12,
.c1-10, .c2-11, .c3-12,
.c1-11, .c2-12,
.c1-12 {
  margin-left: 32px;
  display: inline;
  float: left;
  min-height: 1px; }

/* 	1/12 */
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
  width: 56px; }

.offset1 {
  margin-left: 120px; }

/* 	2/12 */
.c1-2, .c2-3, .c3-4, .c4-5, .c5-6, .c6-7, .c7-8, .c8-9, .c9-10, .c10-11, .c11-12 {
  width: 144px; }

.offset2 {
  margin-left: 208px; }

/* 	3/12 */
.c1-3, .c2-4, .c3-5, .c4-6, .c5-7, .c6-8, .c7-9, .c8-10, .c9-11, .c10-12 {
  width: 232px; }

.offset3 {
  margin-left: 296px; }

/* 	4/12 */
.c1-4, .c2-5, .c3-6, .c4-7, .c5-8, .c6-9, .c7-10, .c8-11, .c9-12 {
  width: 320px; }

.offset4 {
  margin-left: 384px; }

/* 	5/12 */
.c1-5, .c2-6, .c3-7, .c4-8, .c5-9, .c6-10, .c7-11, .c8-12 {
  width: 408px; }

.offset5 {
  margin-left: 472px; }

/* 	6/12 */
.c1-6, .c2-7, .c3-8, .c4-9, .c5-10, .c6-11, .c7-12 {
  width: 496px; }

.offset6 {
  margin-left: 560px; }

/* 	7/12 */
.c1-7, .c2-8, .c3-9, .c4-10, .c5-11, .c6-12 {
  width: 584px; }

.offset7 {
  margin-left: 648px; }

/* 	8/12 */
.c1-8, .c2-9, .c3-10, .c4-11, .c5-12 {
  width: 672px; }

.offset8 {
  margin-left: 736px; }

/* 	9/12 */
.c1-9, .c2-10, .c3-11, .c4-12 {
  width: 760px; }

.offset9 {
  margin-left: 824px; }

/* 	10/12 */
.c1-10, .c2-11, .c3-12 {
  width: 848px; }

.offset10 {
  margin-left: 912px; }

/* 	11/12 */
.c1-11, .c2-12 {
  width: 936px; }

.offset11 {
  margin-left: 1000px; }

/* 	12/12 */
.c1-12 {
  width: 1024px; }

/* 	Accounts for extra margin on first column
This value should change a negative margin of whatever your gutter width is. */
.row {
  margin-left: -32px; }

/* 	Medium Sized Grid
	Tablet sized columns. */
@media only screen and (min-width: 760px) and (max-width: 1047px) {
  .grid {
    width: 700px;
    padding: 0 24px; }

  .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12,
  .c1-2, .c2-3, .c3-4, .c4-5, .c5-6, .c6-7, .c7-8, .c8-9, .c9-10, .c10-11, .c11-12,
  .c1-3, .c2-4, .c3-5, .c4-6, .hidden-sidebar .c1-2, .c5-7, .c6-8, .c7-9, .c8-10, .c9-11, .c10-12,
  .c1-4, .c2-5, .hidden-sidebar .c1-3, .c3-6, .c4-7, .c5-8, .c6-9, .c7-10, .c8-11, .c9-12,
  .c1-5, .c2-6, .c3-7, .c4-8, .c5-9, .c6-10, .c7-11, .c8-12,
  .c1-6,
  .hidden-sidebar .c1-4,
  .hidden-sidebar .c5-8, .c2-7, .c3-8, .c4-9, .c5-10, .c6-11, .c7-12,
  .c1-7, .c2-8, .c3-9, .c4-10, .c5-11, .c6-12,
  .c1-8, .c2-9, .c3-10, .c4-11, .c5-12, .hidden-sidebar .c4-8,
  .c1-9, .c2-10, .c3-11, .c4-12, .hidden-sidebar .c3-8,
  .c1-10, .c2-11, .c3-12,
  .c1-11, .c2-12,
  .c1-12,
  .hidden-sidebar .c1-8 {
    display: inline;
    /* IE6/IE7 double-margin float bug fix */
    float: left;
    margin-left: 20px;
    /* Prevent collapsing of empty columns. Min-height prevents collapse
    everywhere but IE6. IE6 doesn't collapse empty collumns anyhow, so no need
    for a fix there. */
    min-height: 1px;
    clear: none; }

  /* 	1/12 */
  .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
    width: 40px; }

  .offset1 {
    margin-left: 80px; }

  /* 	2/12 */
  .c1-2, .c2-3, .c3-4, .c4-5, .c5-6, .c6-7, .c7-8, .c8-9, .c9-10, .c10-11, .c11-12 {
    width: 100px; }

  .offset2 {
    margin-left: 140px; }

  /* 	3/12 */
  .c1-3, .c2-4, .c3-5, .c4-6, .hidden-sidebar .c1-2, .c5-7, .c6-8, .c7-9, .c8-10, .c9-11, .c10-12 {
    width: 160px; }

  .offset3 {
    margin-left: 200px; }

  /* 	4/12 */
  .c1-4, .c2-5, .hidden-sidebar .c1-3, .c3-6, .c4-7, .c5-8, .c6-9, .c7-10, .c8-11, .c9-12 {
    width: 220px; }

  .offset4 {
    margin-left: 260px; }

  /* 	5/12 */
  .c1-5, .c2-6, .c3-7, .c4-8, .c5-9, .c6-10, .c7-11, .c8-12 {
    width: 280px; }

  .offset5 {
    margin-left: 320px; }

  /* 	6/12 */
  .c1-6, .hidden-sidebar .c1-4,
  .hidden-sidebar .c5-8, .c2-7, .c3-8, .c4-9, .c5-10, .c6-11, .c7-12 {
    width: 340px; }

  .offset6 {
    margin-left: 380px; }

  /* 	7/12 */
  .c1-7, .c2-8, .c3-9, .c4-10, .c5-11, .c6-12 {
    width: 400px; }

  .offset7 {
    margin-left: 440px; }

  /* 	8/12 */
  .c1-8, .c2-9, .c3-10, .c4-11, .c5-12, .hidden-sidebar .c4-8 {
    width: 460px; }

  .offset8 {
    margin-left: 500px; }

  /* 	9/12 */
  .c1-9, .c2-10, .c3-11, .c4-12, .hidden-sidebar .c3-8 {
    width: 520px; }

  .offset9 {
    margin-left: 560px; }

  /* 	10/12 */
  .c1-10, .c2-11, .c3-12 {
    width: 580px; }

  .offset10 {
    margin-left: 620px; }

  /* 	11/12 */
  .c1-11, .c2-12 {
    width: 640px; }

  .offset11 {
    margin-left: 680px; }

  /* 	12/12 */
  .c1-12, .hidden-sidebar .c1-8 {
    width: 700px; }

  /* 	Accounts for extra margin on first column
  This value should change a negative margin of whatever your gutter width is. */
  .row {
    margin-left: -20px; } }
/* 	Single-column mobile
	Get rid of widths and floats, go to fluid single column. */
@media only screen and (max-width: 759px) {
  .grid,
  .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12,
  .c1-2, .c2-3, .c3-4, .c4-5, .c5-6, .c6-7, .c7-8, .c8-9, .c9-10, .c10-11, .c11-12,
  .c1-3, .c2-4, .c3-5, .c4-6, .c5-7, .c6-8, .c7-9, .c8-10, .c9-11, .c10-12,
  .c1-4, .c2-5, .c3-6, .c4-7, .c5-8, .c6-9, .c7-10, .c8-11, .c9-12,
  .c1-5, .c2-6, .c3-7, .c4-8, .c5-9, .c6-10, .c7-11, .c8-12,
  .c1-6, .c2-7, .c3-8, .c4-9, .c5-10, .c6-11, .c7-12,
  .c1-7, .c2-8, .c3-9, .c4-10, .c5-11, .c6-12,
  .c1-8, .c2-9, .c3-10, .c4-11, .c5-12,
  .c1-9, .c2-10, .c3-11, .c4-12,
  .c1-10, .c2-11, .c3-12,
  .c1-11, .c2-12,
  .c1-12 {
    display: block;
    float: none;
    margin-left: 0;
    width: auto; }

  .row {
    margin-left: 0; } }
/* Zeroing out leftmost nested .unit margins */
[class*=c1] [class*=c1],
[class*=c2] [class*=c2],
[class*=c3] [class*=c3],
[class*=c4] [class*=c4],
[class*=c5] [class*=c5],
[class*=c6] [class*=c6],
[class*=c7] [class*=c7],
[class*=c8] [class*=c8],
[class*=c9] [class*=c9],
[class*=c10] [class*=c10],
[class*=c11] [class*=c11],
.c12 .c12,
.row .row {
  margin-left: 0; }

/* Full-width  */
.c1-12 {
  clear: both;
  display: block;
  min-height: 1px; }

/** grid utilities
 -------------------------------------------------- */
/* Row offsetfix
Uses variation of Nicolas Gallagher's Micro offsetfix.
http://nicolasgallagher.com/micro-offsetfix-hack/ */
.row:before,
.row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

.row {
  /* Just in case: make sure that rows offset outside floats. */
  clear: both;
  /* For IE 6/7 (trigger hasLayout) */
  zoom: 1; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .featured-posts:before, .clearfix:after, .featured-posts:after {
  content: "";
  display: table; }

.clearfix:after, .featured-posts:after {
  clear: both; }

.clearfix, .featured-posts {
  *zoom: 1; }

/* 	Other Non-semantic Helpers
	------------------------------------------------------- */
.border-box, .featured-image, .author-image, .featured-inner-wrapper, .entry.p2, aside.sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/** WordPress compatibility styles
 -------------------------------------------------- */
.alignleft,
.alignright {
  margin-top: 4px; }

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px; }
  @media (min-width: 760px) {
    .alignleft {
      margin-left: -25px; } }
  @media (min-width: 1047px) {
    .alignleft {
      margin-left: -50px; } }

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/**
 * Captioned images
 * Caption shortcode filtered.
 */
.wp-caption {
  max-width: 100%;
  overflow: hidden; }
  .wp-caption span {
    font-size: 12px !important; }

.wp-caption-text {
  border-left: 4px solid #bfbfbf;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 16px;
  margin-top: 6px;
  padding-left: 8px; }

.wp-caption dt {
  margin: 0; }

.wp-caption img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0; }

.wp-caption dd {
  font-size: .9em;
  padding: 2px 8px 3px 8px;
  margin: 1px 0 0 0; }

.sticky {
  /* Add styles here if you wish to callout sticky posts */ }

/* --------------------------------------------------
 * Standard / Utility Classes
-------------------------------------------------- */
/* Pagination */
.pagination {
  min-height: 20px;
  margin: 16px 0 32px; }

.pagination .previous a,
.pagination .next a {
  background: #3f3f3f;
  color: white;
  display: block;
  float: left;
  height: 25px;
  line-height: 21px;
  padding: 0 10px 0 0; }

.pagination .previous a:before,
.pagination .next a:after {
  background-color: #71ab16;
  color: white;
  content: "«";
  display: inline-block;
  font-size: 20px;
  height: 25px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 25px; }

.pagination .next a{
  float: right;
  padding: 0 0 0 10px;
  text-align: right; }
  .pagination .next a:after {
    content: "»";
    margin: 0 0 0 10px; }

.hidden {
  display: none; }

.show {
  display: block; }

.padding-top-1x {
  padding-top: 32px; }

.padding-right-1x {
  padding-right: 32px; }

.padding-bottom-1x {
  padding-bottom: 32px; }

.padding-left-1x {
  padding-left: 32px; }

.padding-top-2x {
  padding-top: 64px; }

.padding-right-2x {
  padding-right: 64px; }

.padding-bottom-2x {
  padding-bottom: 64px; }

.padding-left-2x {
  padding-left: 64px; }

.margin-top-1x {
  margin-top: 32px; }

.margin-right-1x {
  margin-right: 32px; }

.margin-bottom-1x {
  margin-bottom: 32px; }

.margin-left-1x {
  margin-left: 32px; }

.margin-top-2x {
  margin-top: 64px; }

.margin-right-2x {
  margin-right: 64px; }

.margin-bottom-2x {
  margin-bottom: 64px; }

.margin-left-2x {
  margin-left: 64px; }

::-webkit-input-placeholder {
  color: #3f3f3f; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #3f3f3f; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #3f3f3f; }

:-ms-input-placeholder {
  color: #3f3f3f; }

/* Icon replcement/mobile classes
----------------------------------------------*/
@media (min-width: 480px) {
  .small-hide {
    display: none; } }

/* Header
----------------------------------------------*/
.header-wrap {
  background: black; }
  

#site-name {
  float: left;
  font-size: 24px;
  font-weight: normal;
  margin: 0 50px 0 0;
  text-transform: uppercase; }
  #site-name a {
    color: #fff;
    display: block;
    line-height: 42px;
    padding-top: 4px;
    height: 42px; }
    
.site-name-single{
	line-height: 26px;
	font-family: helvetica, sans-serif;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
} 

/* Global Header Overrides
----------------------------------------------*/
.header-wrap #nvidiaHeader {
  height: auto;
  padding: 10px 0;
  width: 100%; }
  @media (min-width: 1047px) {
    .header-wrap #nvidiaHeader {
      height: 90px;
      padding: 30px 0 0 0; } }

#nvidiaHeader #search,
#nvidiaHeader #globalSelector {
  float: right;
  position: relative; }
@media (min-width: 1047px) {
  #nvidiaHeader #search {
    left: 700px;
    position: absolute; }
  #nvidiaHeader #globalSelector {
    left: 870px;
    position: absolute; } }

#navbar-2012,
.global-search-wrapper {
  display: none; }
  @media (min-width: 1047px) {
    #navbar-2012,
    .global-search-wrapper {
      display: block; } }

.nav {
  margin: 0; }

/* Top navigation
----------------------------------------------*/
.nav-wrap {
  background: #71ab16;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }

.top-nav {
  display: none; }
  @media (min-width: 760px) {
    .top-nav {
      clear: both;
      text-align: center; }
      .top-nav img {
        margin: 0 auto;
        text-align: left;
        width: 610px; } }

/* 	Main Navigation
	------------------------------------------------------- */
.nav-main {
  background: #71ab16;
  display: none;
  font-family: helvetica, sans-serif;
  font-size: 15px;
  left: -12px;
  right: -12px;
  padding: 0;
  position: absolute;
  top: 40px;
  z-index: 2; }
  .nav-main .menu {
    margin: 0; }
  .nav-main a {
    border-top: 1px solid #86b535;
    color: #fff;
    display: block;
    padding: 11px; }
    .nav-main a:hover {
      background: #86b535; }
  .nav-main ul {
    clear: both;
    display: block;
    padding: 0; }
  .nav-main li {
    display: block; }
  @media (min-width: 760px) {
    .nav-main {
      display: block;
      float: left;
      font-size: 18px;
      left: auto;
      position: relative;
      right: auto;
      top: auto; }
      .nav-main ul,
      .nav-main li,
      .nav-main a {
        float: left; }
      .nav-main a {
        border: 0;
        height: 46px;
        line-height: 46px;
        padding: 0 15px; }
        .nav-main a:hover {
          border-bottom: 5px solid #4e7b00;
          text-decoration: none; }
      .nav-main .menu {
        height: 46px; } }
 @media (max-width: 1100px){
 	.nav-main {
      font-size: 16px; }
      .nav-main a {
      padding: 0 10px;} }
  .nav-main.show {
    display: block; }

.blog-nav {
  display: block;
  position: relative; }
  .blog-nav .desktop {
    display: none; }
    @media (min-width: 760px) {
      .blog-nav .desktop {
        display: block; } }

.small-nav-button {
  cursor: pointer;
  float: right;
  height: 40px;
  line-height: 40px;
  margin-top: 2px;
  position: relative;
  text-indent: -10000px;
  width: 28px; }
  .small-nav-button:before {
    color: white;
    content: "\e001";
    cursor: pointer;
    display: block;
    font-family: "nvidia-blog";
    font-size: 28px;
    height: 40px;
    position: absolute;
    text-indent: 0;
    width: 40px; }
  @media (min-width: 760px) {
    .small-nav-button {
      display: none; } }

.site-footer {
  background: whitesmoke url("/wp-content/themes/nvidia-blog-v2/assets/img/squairy_lighter.jpg?ver=1.0");
  border-top: 1px solid #e5e5e5;
  font-size: 11px;
  line-height: 13px;
  padding-top: 15px; }
  @media (min-width: 1047px) {
    .site-footer {
      font-size: 12px;
      line-height: 18px; } }

/* 	Content - Posts, Pages, Comments
	------------------------------------------------------- */
img {
  max-width: 100%; }

/* General containers
----------------------------------------------*/
.container,
.wrapper {
  margin: auto;
  padding: 0; }

.content-wrapper {
  padding-top: 30px; }

.featured-posts {
  background: whitesmoke url("/wp-content/themes/nvidia-blog-v2/assets/img/squairy_light.png?ver=1.0");
  padding-top: 40px; }

.callouts {
  background: #3f3f3f;
  padding-top: 27px; }
  @media (min-width: 760px) {
    .callouts {
      background: transparent;
      padding-top: 0; } }

.main-posts {
  background: whitesmoke url("/wp-content/themes/nvidia-blog-v2/assets/img/squairy_lighter.jpg?ver=1.0"); }
  @media (min-width: 760px) {
    .main-posts {
      background-color: #f5f5f5;
      background-image: none;
      border-top: 1px solid #fff; } }

.main {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 33px 16px 16px 16px; }
  @media (min-width: 760px) {
    .main {
      background-color: transparent;
      border: 0;
      padding: 0; } }

/** Posts Default
 -------------------------------------------------- */
.post-meta {
  font-size: 12px;
  margin-bottom: 6px; }
  .post-meta .byline {
    display: inline-block; }
  .post-meta .comments-count {
    border-left: 1px solid #ccc;
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px; }
  .post-meta .categories {
    display: block; }

/* Featured Post
----------------------------------------------*/
.featured-headline {
  margin-bottom: 40px; }
  .featured-headline .featured {
    background: #71ab16;
    color: white;
    display: block;
    font-size: 14px;
    margin-bottom: 14px;
    padding: 4px 8px;
    text-transform: uppercase; }
    @media (min-width: 760px) {
      .featured-headline .featured {
        background: none;
        margin: 0;
        padding: 0; } }

.featured-image img {
  border: 1px solid #262626;
  width: 100%; }
.featured-image figcaption h2 {
  color: #fff;
  margin: 0; }
@media (min-width: 760px) {
  .featured-image {
    margin-right: 16px;
    float: left;
    width: 322px; } }
@media (min-width: 1047px) {
  .featured-image {
    width: 390px; } }

@media (min-width: 760px) {
  .author-image {
    width: 161px; } }
@media (min-width: 1047px) {
  .author-image {
    width: 195px; } }

.featured-inner-wrapper {
  background: #3f3f3f;
  color: white;
  padding: 16px;
  position: relative; }

.featured-social.social-counts {
  left: 17px;
  line-height: 18px;
  top: -9px; }
  .featured-social.social-counts a {
    color: white; }

@media (min-width: 760px) {
  .featured-content-wrapper {
    float: right;
    width: 330px; } }
@media (min-width: 1047px) {
  .featured-content-wrapper {
    width: 586px; } }

@media (min-width: 760px) {
  .author-content {
    width: 491px; } }
@media (min-width: 1047px) {
  .author-content {
    width: 781px; } }

.no-media .featured-inner-wrapper {
  padding: 16px; }
.no-media .featured-social.social-counts {
  background-color: #71ab16;
  left: 0;
  top: -26px; }
.no-media .featured-title {
  margin-bottom: 20px; }
.no-media .featured-content-wrapper {
  float: none;
  padding: 0;
  width: auto; }
@media (min-width: 760px) {
  .no-media .featured-social.social-counts {
    top: 33px;
    left: 120px; }
  .no-media .featured-header,
  .no-media .featured-description {
    border-left: 1px solid #7f7f7f;
    float: right;
    padding-left: 24px;
    width: 402px; }
  .no-media .featured-content-wrapper {
    float: none;
    padding: 12px;
    width: auto; }
  .no-media .featured-meta {
    float: left;
    padding-top: 28px;
    text-align: right;
    width: 192px; } }
@media (min-width: 1047px) {
  .no-media .featured-social.social-counts {
    top: 32px;
    left: 222px; }
  .no-media .featured-content-wrapper {
    padding: 16px; }
  .no-media .featured-header,
  .no-media .featured-description {
    padding-left: 28px;
    width: 612px; }
  .no-media .featured-meta {
    padding-top: 33px;
    width: 290px; } }

.featured-title {
  margin-bottom: 8px; }
  @media (min-width: 760px) {
    .featured-title {
      font-size: 20px;
      line-height: 24px; } }
  @media (min-width: 1047px) {
    .featured-title {
      font-size: 26px;
      line-height: 30px; } }

.featured-meta {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 14px; }
  .featured-meta .byline,
  .featured-meta .categories {
    display: block; }
  .featured-meta .categories {
    margin-bottom: 16px; }

.featured-description p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0; }
  @media (min-width: 1047px) {
    .featured-description p {
      font-size: 16px;
      line-height: 24px; } }

/* Entries
----------------------------------------------*/
.entry {
  margin-bottom: 64px;
  position: relative; }
  .entry h3 {
    margin: 6px 0; }
  .entry .entry-title {
    font-family: helvetica, sans-serif; }
  .entry figure {
    position: relative; }
  @media (min-width: 760px) {
    .entry {
      margin-bottom: 0; }
      .entry figure {
        margin-bottom: 10px; } }
  @media (min-width: 1047px) {
    .entry figure {
      margin-bottom: 32px; } }

.entry.p2 {
  background: #3f3f3f;
  color: white;
  margin-bottom: 32px;
  padding: 16px 16px 4px 16px; }
  @media (min-width: 760px) {
    .entry.p2 {
      min-height: 366px; }
      .entry.p2 .entry-title {
        font-size: 18px;
        line-height: 22px; } }
  @media (min-width: 1047px) {
    .entry.p2 {
      min-height: 420px; }
      .entry.p2 figure {
        margin-bottom: 16px; }
      .entry.p2 .entry-title {
        font-size: 22px;
        line-height: 26px; } }
  .entry.p2 p {
    line-height: 18px; }
  .entry.p2 .featured-image {
    margin-bottom: 4px; }
    .entry.p2 .featured-image img {
      border: 1px solid #262626;
      width: 100%; }
    @media (min-width: 480px) {
      .entry.p2 .featured-image {
        float: left;
        margin-right: 12px;
        min-width: 232px;
        max-width: 320px;
        width: 50%; }
        .entry.p2 .featured-image img {
          width: auto; } }
    @media (min-width: 760px) {
      .entry.p2 .featured-image {
        float: none;
        margin-right: 0;
        max-width: 100%;
        min-width: 0;
        width: auto; } }
  .entry.p2 .social-counts {
    background: #71ab16;
    background: -moz-linear-gradient(top, #71ab16 0%, #71ab16 73%, #609213 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71ab16), color-stop(73%, #71ab16), color-stop(100%, #609213));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #71ab16 0%, #71ab16 73%, #609213 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #71ab16 0%, #71ab16 73%, #609213 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #71ab16 0%, #71ab16 73%, #609213 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #71ab16 0%, #71ab16 73%, #609213 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71ab16', endColorstr='#609213',GradientType=0 );
    /* IE6-9 */
    left: 17px;
    top: -9px; }
.entry.p3 {
  margin-bottom: 32px; }
  .entry.p3 h3 {
    margin-top: 8px; }
  .entry.p3 .featured-thumb {
    border-top: 10px solid #3f3f3f;
    float: left;
    margin: 0 12px 6px 0; }
    .entry.p3 .featured-thumb img {
      width: 100%; }
  .entry.p3 .social-counts {
    top: -16px; }
  .entry.p3 .entry-content-wrapper {
    clear: both;
    font-size: 13px; }
  @media (min-width: 760px) {
    .entry.p3 {
      border-bottom: 1px dotted #bfbfbf; }
      .entry.p3 .featured-thumb {
        float: none;
        margin-right: 0; }
      .entry.p3 .entry-content-wrapper {
        clear: none; } }

.entry-content h2 { 
    font-family: helvetica, sans-serif; 
    font-size: 14px; 
    font-weight: normal; 
    line-height: 20px; 
    margin-top: 0; }
    @media (min-width: 760px) {
       .entry-content h2 {
           font-weight: bold; 
           font-size: 18px; 
           line-height: 22px; } }

.rubric {
  border-left: 5px solid #3f3f3f;
  display: block;
  font-size: 12px;
  line-height: 10px;
  margin-bottom: 6px;
  padding-left: 4px;
  text-transform: uppercase; }

.p2 .rubric {
  border-left: 5px solid #bfbfbf; }

.social-counts {
  background: #71ab16;
  background: -moz-linear-gradient(top, #71ab16 0%, #71ab16 73%, #609213 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71ab16), color-stop(73%, #71ab16), color-stop(100%, #609213));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #71ab16 0%, #71ab16 73%, #609213 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #71ab16 0%, #71ab16 73%, #609213 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #71ab16 0%, #71ab16 73%, #609213 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #71ab16 0%, #71ab16 73%, #609213 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71ab16', endColorstr='#609213',GradientType=0 );
  /* IE6-9 */
  color: white;
  font-size: 12px;
  height: 22px;
  padding: 4px 4px 0 0px;
  left: 0px;
  position: absolute;
  top: -15px;
  z-index: 1; }

.share-count,
.single-share-count,
.comment-count {
  display: block;
  float: left;
  height: 14px;
  margin: 0 10px;
  text-align: center; }
  .share-count:hover,
  .single-share-count:hover,
  .comment-count:hover {
    cursor: pointer; }
  .share-count:after,
  .single-share-count:after,
  .comment-count:after {
    color: white;
    display: block;
    float: right;
    font-family: "nvidia-blog";
    font-size: 13px;
    height: 10px;
    line-height: 18px;
    margin-left: 5px;
    width: 10px; }
  .share-count a,
  .share-count a:visited,
  .share-count a:hover,
  .single-share-count a,
  .single-share-count a:visited,
  .single-share-count a:hover,
  .comment-count a,
  .comment-count a:visited,
  .comment-count a:hover {
    color: white; }

.share-count:after,
.single-share-count:after {
  content: "\e000";
  line-height: 19px; }

.comment-count:after {
  content: "\e003"; }

/* Recent Posts
----------------------------------------------*/
@media (max-width: 760px) {
  .recent-posts .row {
    margin-bottom: 0; } }
.recent-posts .entry {
  margin-bottom: 64px; }

/* Sidebar
----------------------------------------------*/
aside.sidebar {
  display: none; }
  @media (min-width: 1047px) {
    aside.sidebar {
      display: block; } }

.widget-outer-wrapper {
  background: white url("/wp-content/themes/nvidia-blog-v2/assets/img/squairy_lighter.jpg?ver=1.0");
  border: 1px solid #e3e3e3;
  padding: 10px; }

.archive .sidebar,
.single .sidebar {
  margin-top: 0; }

.subscribe-via {
  margin-bottom: 32px;
  background: #3f3f3f;
  color: white;
  padding: 10px; }

.email-box {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  margin-top: 10px;
  padding: 8px 10px 10px; }
  .email-box .close {
    background-color: #71ab16;
    color: white;
    display: inline-block;
    margin: 0 0 10px;
    padding: 3px 6px 2px; }
  .email-box fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
  .email-box input[type=text] {
    background: #f2f2f2;
    border: 0;
    clear: both;
    height: 25px;
    margin: 6px 0 8px;
    padding: 5px 5px 5px 10px;
    width: 265px; }
  .email-box button {
    background: #71ab16;
    border: 0;
    color: #fff;
    height: 30px;
    padding: 3px 10px;
    text-transform: uppercase; }

.sub-email,
.sub-rss {
  background: url("/wp-content/themes/nvidia-blog-v2/assets/img/sprite.png?ver=1.0") no-repeat -32px -40px;
  display: block;
  float: left;
  height: 24px;
  margin: 6px 8px 0 0;
  text-indent: -10000px;
  width: 24px; }

.sub-rss {
  background-position: 0 -40px; }

.icon {
  display: inline-block;
  font-size: 0;
  height: 28px;
  position: relative;
  width: 28px; }
  .icon:before {
    color: #71ab16;
    font-family: "nvidia-blog";
    font-size: 28px;
    position: absolute; }

.connect-box {
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  padding: 8px 10px 10px; }

.subscribe-options,
.share-options {
  float: left;
  width: 70%; }
  .subscribe-options img,
  .share-options img {
    margin-top: 5px; }

.subscribe-options {
  width: 30%; }

li.sub-facebook a,
li.sub-twitter a,
li.sub-flickr a,
li.sub-youtube a,
li.sub-linkedin a,
li.sub-googleplus a {
  background: url("/wp-content/themes/nvidia-blog-v2/assets/img/sprite.png?ver=1.0") no-repeat 0 0;
  float: left;
  height: 24px;
  margin: 6px 8px 0 0;
  text-indent: -10000px;
  width: 24px; }

li.sub-twitter a {
  background-position: -32px 0; }

li.sub-flickr a {
  background-position: -65px 0; }

li.sub-youtube a {
  background-position: -97px 0; }

li.sub-linkedin a {
  background-position: -128px 0; }

li.sub-googleplus a {
  background-position: -159px 0; }

.blog-search {
  background: #f2f2f2;
  clear: both;
  height: 30px;
  padding: 5px 5px 5px 10px; }
  .blog-search fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
  .blog-search #s {
    background-color: transparent;
    border: 0;
    height: 30px;
    line-height: 30px; }
  .blog-search .submit-btn {
    background: #71ab16;
    border: 0;
    color: #fff;
    float: right;
    height: 30px;
    padding: 3px 10px;
    text-transform: uppercase; }

/* Single Post
----------------------------------------------*/
.social {
  float: right;
  margin-left: 20px;
  width: 70px; }

.single-post-header {
  background-color: #3f3f3f;
  margin-bottom: 32px;
  position: relative; }
  .single-post-header figure img {
    width: 100%; }
  @media (min-width: 760px) {
    .single-post-header figure {
      float: left;
      width: 232px; } }

.single-header-wrapper {
  margin-left: 10px;
  color: #7cba19;
  padding-top: 10px; }
  @media (min-width: 760px) {
    .single-header-wrapper {
      float: left;
      width: 408px; } }
  .single-header-wrapper .rubric {
    border-left-color: #bfbfbf; }
  .single-header-wrapper .entry-title {
    margin-bottom: 8px; }
  .single-header-wrapper .post-meta {
    color: white; }

.related-posts {
  border-bottom: 1px solid #ccc;
  margin: 20px 0 0; }
  .related-posts span.widget-title {
    display: block;
    font-family: helvetica, sans-serif;
    line-height: 22px;
    margin: 0 0 9px;
     }

.related-story {
  display: inline-block;
  float: left;
  height: 195px;
  margin-right: 14px;
  width: 154px; }

.related-story-title {
  font-size: 14px;
  line-height: 18px;
  margin: 4px 0 1.33em 0; }

.single .entry-footer {
  clear: both; }
  
/** Social Menu
 -------------------------------------------------- */
 .share-options .social-menu ul {
 	list-style: none;
 	margin: 0;
 	padding: 0;
 }
 


/** Footer Menu
 -------------------------------------------------- */

.footer-menu {
    display:inline-block;
}

.footer-menu ul {
    margin:0px;
    padding:0px;
    list-style: none;
    display:inline-block;
}

.footer-menu ul li {
    display:inline-block;
}

.footer-menu ul li:after {
    content: " | ";
}

.footer-menu ul li:last-child:after {
    content: "";
}


/** Attachment Page
 -------------------------------------------------- */
/** WP Gallery
 -------------------------------------------------- */
.widget {
  margin-bottom: 16px;
  padding: 0 18px; }
  .widget ul,
  .widget ol {
    margin: 0 0 0 18px;
    padding: 0; }

.widget-title {
  background: #3f3f3f;
  border-left: 10px solid #71ab16;
  color: white;
  font-size: 18px;
  margin: 0 -18px 9px;
  padding: 8px 4px 6px 8px; }


/** SumoMe
 -------------------------------------------------- */
 
.sumome-control {
	display: none !important;
}

/** Nvidia Recent Posts
--------------------------------------------------**/
.nvidia-recent-posts-widget {
  font-size: 12px;
  line-height: 16px;
  padding: 0px; }
  .nvidia-recent-posts-widget .widget-title {
    margin: 0 0 9px; }
  .nvidia-recent-posts-widget .post-date {
    font-size: 11px; }

.recent-post-wrapper {
  clear: both;
  margin: 10px 0;
  padding: 10px; }
  .recent-post-wrapper.alt {
    background: rgba(255, 255, 255, 0.5); }

.recent-post-thumb {
  float: left;
  margin-right: 10px; }

/** Tabs/Popular Posts
--------------------------------------------------**/
.widget_cf_populartabs {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  padding: 0; }
  .widget_cf_populartabs .widget-title {
    margin: 0 0 9px; }

.widget .ui-tabs-nav {
  list-style: none;
  margin: 0; }

.ui-state-default {
  background-color: #71ab16;
  border: 1px solid #e3e3e3;
  display: inline-block;
  padding: 4px 10px; }
  .ui-state-default a,
  .ui-state-default a:visited {
    color: white; }

.ui-tabs-active {
  background-color: #f5f5f5;
  border-bottom: 1px solid #f5f5f5; }
  .ui-tabs-active a,
  .ui-tabs-active a:visited {
    color: #71ab16; }

.ui-tabs-panel {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  margin-top: -1px;
  padding: 10px; }
  .ui-tabs-panel ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .ui-tabs-panel li {
    border-top: 1px solid #e3e3e3;
    margin-top: 10px;
    padding-top: 10px; }
    .ui-tabs-panel li:first-child {
      border-top: 0;
      margin-top: 0;
      padding-top: 0; }
  .ui-tabs-panel .post-title {
    font-size: 14px; }
  .ui-tabs-panel .post-date {
    font-size: 11px; }

/** Share buttons
--------------------------------------------------**/
@media (max-width: 760px) {
  .sthoverbuttons-pos-left {
    display: none; } }
