@charset "UTF-8";
/*
 * Approved NVIDIA Colors
 */
/* 0/72/49 */
/* 0/132/113 */
/*
 * Some extra useful colors
 */
/* ---------- Overall Specifications ---------- */
/* line 5, ../sass/style.scss */
body {
  line-height: 1.5;
  font-size: 87.5%;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* line 14, ../sass/style.scss */
a:link,
a:visited {
  text-decoration: none;
}

/* line 18, ../sass/style.scss */
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

/* line 23, ../sass/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
}

/* line 32, ../sass/style.scss */
h1 {
  font-size: 1.357em;
  color: #000;
}

/* line 36, ../sass/style.scss */
h2 {
  font-size: 1.143em;
}

/* line 39, ../sass/style.scss */
p {
  margin: 0 0 1.2em;
}

/* line 42, ../sass/style.scss */
del {
  text-decoration: line-through;
}

/* line 45, ../sass/style.scss */
tr.odd {
  background-color: #dddddd;
}

/* line 48, ../sass/style.scss */
img {
  outline: 0;
}

/* line 51, ../sass/style.scss */
code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.857em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}

/* line 60, ../sass/style.scss */
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}

/* line 64, ../sass/style.scss */
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}

/* line 74, ../sass/style.scss */
pre code,
pre samp,
pre var {
  padding: 0;
}

/* line 79, ../sass/style.scss */
.description code {
  font-size: 1em;
}

/* line 82, ../sass/style.scss */
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 94, ../sass/style.scss */
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}

/* ------------------ Fonts ------------------ */
/* line 106, ../sass/style.scss */
body,
#site-slogan,
#header,
#footer-wrapper,
.ui-widget,
.comment-form label {
  /* font-family: Georgia, "Times New Roman", Times, serif;
   */
  font-family: Trebuchet,"Trebuchet MS",Helvetica,Arial,sans-serif;
}

/* line 116, ../sass/style.scss */
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
  font-family: Trebuchet,"Trebuchet MS",Helvetica,Arial,sans-serif;
  /*   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

/* line 131, ../sass/style.scss */
input,
textarea,
select,
a.button {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* ------------------ Reset Styles ------------------ */
/* line 140, ../sass/style.scss */
caption {
  text-align: left;
  /* LTR */
  font-weight: normal;
}

/* line 144, ../sass/style.scss */
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

/* line 151, ../sass/style.scss */
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}

/* line 159, ../sass/style.scss */
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}

/* line 166, ../sass/style.scss */
blockquote > p:first-child {
  display: inline;
}

/* line 169, ../sass/style.scss */
a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */
/* line 176, ../sass/style.scss */
table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}

/* line 183, ../sass/style.scss */
table table {
  font-size: 1em;
}

/* line 186, ../sass/style.scss */
#footer-wrapper table {
  font-size: 1em;
}

/* line 189, ../sass/style.scss */
table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}

/* line 194, ../sass/style.scss */
table tr th,
table tr th a,
table tr th a:hover {
  color: #FFF;
  font-weight: bold;
}

/* line 200, ../sass/style.scss */
table tbody tr th {
  vertical-align: top;
}

/* line 203, ../sass/style.scss */
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left;
  /* LTR */
}

/* line 209, ../sass/style.scss */
#footer-wrapper tr td,
#footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}

/* line 214, ../sass/style.scss */
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}

/* line 218, ../sass/style.scss */
tr,
tr.even {
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}

/* line 223, ../sass/style.scss */
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

/* line 228, ../sass/style.scss */
table ul.links li {
  padding: 0 1em 0 0;
}

/* ------------------ List Styles ------------------ */
/* line 234, ../sass/style.scss */
.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
  /* LTR */
}

/* line 239, ../sass/style.scss */
.contextual-links-wrapper {
  font-size: small !important;
}

/* line 242, ../sass/style.scss */
ul.contextual-links {
  font-size: 0.923em;
}

/* line 245, ../sass/style.scss */
.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}

/* line 248, ../sass/style.scss */
.item-list .pager {
  font-size: 0.929em;
}

/* line 251, ../sass/style.scss */
ul.menu li {
  margin: 0;
}

/* line 254, ../sass/style.scss */
.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em;
  /* LTR */
}

/* line 259, ../sass/style.scss */
.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0;
  /* LTR */
}

/* line 263, ../sass/style.scss */
ul.tips {
  padding: 0 0 0 1.25em;
  /* LTR */
}

/* ------------------ Header ------------------ */
/* line 268, ../sass/style.scss */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}

/* line 276, ../sass/style.scss */
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}

/* line 295, ../sass/style.scss */
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}

/*
 * Layout Dimensions
 */
/*
 * Header
 */
/* line 12, ../sass/_header.scss */
div #header #logo {
  float: left;
  /* LTR */
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 10px;
  /* LTR */
}
/* line 20, ../sass/_header.scss */
div #header #name-and-slogan {
  float: left;
  /* LTR */
  padding-top: 0px;
  margin: 0 0 30px 15px;
  /* LTR */
}
/* line 25, ../sass/_header.scss */
div #header #name-and-slogan #site-name {
  padding-top: 20px;
  padding-left: 180px;
  font-size: 30px;
  line-height: 1;
}
/* line 32, ../sass/_header.scss */
div #header #name-and-slogan h1#site-name {
  margin: 0;
}
/* line 36, ../sass/_header.scss */
div #header #name-and-slogan #site-name a {
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}
/* line 41, ../sass/_header.scss */
div #header #name-and-slogan #site-slogan {
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}

/* Region header blocks. */
/* line 51, ../sass/_header.scss */
.region-header .block {
  font-size: 0.857em;
  float: left;
  /* LTR */
  margin: 0 10px;
  padding: 0;
}

/* line 57, ../sass/_header.scss */
.region-header .block .content {
  margin: 0;
  padding: 0;
}

/* line 61, ../sass/_header.scss */
.region-header .block ul {
  margin: 0;
  padding: 0;
}

/* line 65, ../sass/_header.scss */
.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}

/* line 70, ../sass/_header.scss */
.region-header .form-text {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px;
  /* LTR */
  width: 120px;
}

/* line 78, ../sass/_header.scss */
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

/* line 84, ../sass/_header.scss */
.region-header .form-required {
  color: #eee;
  color: rgba(255, 255, 255, 0.7);
}

/* Region header block menus. */
/* line 89, ../sass/_header.scss */
.region-header .block-menu {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}

/* line 96, ../sass/_header.scss */
.region-header .block-menu li a {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}

/* line 103, ../sass/_header.scss */
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}

/* line 109, ../sass/_header.scss */
.region-header .block-menu li.last a {
  border-bottom: 0;
}

/* User Login block in the header region */
/* line 113, ../sass/_header.scss */
.region-header #block-user-login {
  width: auto;
}

/* line 116, ../sass/_header.scss */
.region-header #block-user-login .content {
  margin-top: 2px;
}

/* line 119, ../sass/_header.scss */
.region-header #block-user-login .form-item {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* line 124, ../sass/_header.scss */
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}

/* line 129, ../sass/_header.scss */
.region-header #block-user-login div.item-list {
  clear: both;
}

/* line 132, ../sass/_header.scss */
.region-header #block-user-login div.description {
  display: inline;
}

/* line 135, ../sass/_header.scss */
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}

/* line 139, ../sass/_header.scss */
.region-header #block-user-login .item-list li {
  list-style: none;
  float: left;
  /* LTR */
  padding: 3px 0 1px;
}

/* line 144, ../sass/_header.scss */
.region-header #block-user-login .item-list li.last {
  padding-left: 0.5em;
  /* LTR */
}

/* line 147, ../sass/_header.scss */
.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0;
  /* LTR */
}

/* line 150, ../sass/_header.scss */
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
  padding-left: 20px;
  /* LTR */
}

/* line 154, ../sass/_header.scss */
.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}

/* line 159, ../sass/_header.scss */
.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}

/* line 168, ../sass/_header.scss */
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

/* Search block in region header. */
/* line 174, ../sass/_header.scss */
.region-header #block-search-form {
  width: 208px;
}

/* line 177, ../sass/_header.scss */
.region-header #block-search-form .form-text {
  width: 154px;
}

/* Language switcher block in region header. */
/* line 181, ../sass/_header.scss */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}

/* --------------- Main Menu ------------ */
/* line 4, ../sass/_main_menu.scss */
#main-menu {
  clear: both;
}

/*style the main menu*/
/* line 48, ../sass/_main_menu.scss */
.myMenu {
  clear: both;
  margin: 0;
  padding: 0;
  padding-bottom: 0px;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}

/* line 58, ../sass/_main_menu.scss */
.myMenu li {
  list-style: none;
  float: left;
  z-index: 9999;
}

/* line 64, ../sass/_main_menu.scss */
.myMenu li a:link, .myMenu li a:visited, .myMenu li span.nolink {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #000000;
  padding: 0.5em 0.5em;
  margin: 0;
  font-size: 13px;
  /* border-right: 1px solid #fff; */
  color: #ffffff;
}

/* line 76, ../sass/_main_menu.scss */
.myMenu li a:hover {
  color: #65AD14;
  background-color: #404040;
}

/* line 83, ../sass/_main_menu.scss */
.myMenu li a span.arrow, .myMenu li span.nolink span.arrow {
  margin-left: 4px;
  width: 8px;
  background: url(../images/menu-arrow-right.png) no-repeat -2px center transparent;
  /* LTR */
}

/* line 94, ../sass/_main_menu.scss */
.myMenu li.menu-open a, .myMenu li.menu-open span.nolink {
  background-color: #404040;
  color: #65AD14;
}
/* line 98, ../sass/_main_menu.scss */
.myMenu li.menu-open a span.arrow, .myMenu li.menu-open span.nolink span.arrow {
  background: url(../images/menu-arrow-down.png) no-repeat -2px center transparent;
  /* LTR */
}

/*style the sub menu*/
/* line 107, ../sass/_main_menu.scss */
.myMenu li ul {
  position: absolute;
  visibility: hidden;
  /* border-top:1px solid #fff; */
  margin: 0;
  padding: 0;
  z-index: 9999;
}

/* line 116, ../sass/_main_menu.scss */
.myMenu li ul li {
  display: inline;
  float: none;
}

/* line 121, ../sass/_main_menu.scss */
.myMenu li ul li a:link, .myMenu li ul li a:visited {
  width: auto;
  height: 24px;
  border-top: 1px solid #000000;
  padding: 0.0em 0.5em;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  background: url(../images/item-bg-no-grad.png) no-repeat 0 center transparent;
  /* LTR */
  z-index: 9999;
}

/* line 135, ../sass/_main_menu.scss */
.myMenu li ul li a:hover {
  color: #65AD14;
}

/* EOF */
/* line 3, ../sass/_splash.scss */
div.splash div.caption {
  color: #000000;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

/* line 8, ../sass/_blocks.scss */
.view-publications .views-row {
  margin-bottom: 1rem;
}
/* line 11, ../sass/_blocks.scss */
.view-publications .views-row .views-field-title {
  font-size: 16px;
}
/* line 14, ../sass/_blocks.scss */
.view-publications .views-row .views-field-title a {
  color: #2d2d2d;
}
/* line 19, ../sass/_blocks.scss */
.view-publications .views-row .views-field-field-authors {
  display: inline;
}
/* line 22, ../sass/_blocks.scss */
.view-publications .views-row .views-field-field-authors .authorfield-wrapper {
  font-size: 12px;
  opacity: 0.8;
  display: inline;
}
/* line 27, ../sass/_blocks.scss */
.view-publications .views-row .views-field-field-published-in {
  font-size: 12px;
  opacity: 0.8;
  display: inline;
}
/* line 30, ../sass/_blocks.scss */
.view-publications .views-row .views-field-field-published-in a {
  color: #2d2d2d;
}
/* line 34, ../sass/_blocks.scss */
.view-publications .views-row .views-field-field-published-in::before {
  content: "•";
  opacity: 0.8;
}

/* --------------- Secondary Menu ------------ */
/* line 308, ../sass/style.scss */
#secondary-menu-links {
  float: right;
  /* LTR */
  font-size: 0.929em;
  margin: 10px 10px 0;
}

/* line 313, ../sass/style.scss */
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: underline;
}

/* ------------------- Main ------------------- */
/* line 320, ../sass/style.scss */
#main {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 0px;
}

/* ----------------- Featured ----------------- */
/* line 3, ../sass/_featured.scss */
#featured div.section {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-top: 0px;
  color: #ffffff;
  /*
  line-height: 1.4;
  padding: 20px 0 45px;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-bottom: 10px solid #e7e7e7;
  text-shadow: 1px 1px #fff;
  */
  background: transparent url(../images/newsticker_background.jpg) repeat-x left top;
}
/* line 19, ../sass/_featured.scss */
#featured div.section .content {
  margin-top: 0px;
}
/* line 23, ../sass/_featured.scss */
#featured div.section h2 {
  font-size: 1.174em;
  line-height: 1;
}
/* line 28, ../sass/_featured.scss */
#featured div.section p {
  margin: 0;
  padding: 0;
}

/* ----------------- Featured ----------------- */
/* line 3, ../sass/_banner.scss */
#banner div.section {
  text-align: left;
  font-size: 24px;
  font-weight: normal;
  margin-top: 0px;
  color: #ffffff;
  padding-left: 20px;
  /*
  line-height: 1.4;
  padding: 20px 0 45px;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-bottom: 10px solid #e7e7e7;
  text-shadow: 1px 1px #fff;
  */
  background: transparent url(../images/bg_green_bar_revised.gif) repeat-x left top;
}
/* line 20, ../sass/_banner.scss */
#banner div.section .content {
  margin-top: 0px;
}
/* line 24, ../sass/_banner.scss */
#banner div.section h2 {
  font-size: 1.174em;
  line-height: 1;
}
/* line 29, ../sass/_banner.scss */
#banner div.section p {
  margin: 0;
  padding: 0;
}

/* --------------- Highlighted ---------------- */
/* line 331, ../sass/style.scss */
#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}

/* ------------------- Help ------------------- */
/* line 338, ../sass/style.scss */
.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ----------------- Content ------------------ */
/* line 346, ../sass/style.scss */
.content {
  margin-top: 10px;
}

/* line 349, ../sass/style.scss */
h1#page-title {
  font-size: 2em;
  line-height: 1;
}

/* line 353, ../sass/style.scss */
#content h2 {
  margin-bottom: 2px;
  font-size: 1.429em;
  line-height: 1.4;
}

/* line 358, ../sass/style.scss */
.node .content {
  font-size: 1.071em;
}

/* line 361, ../sass/style.scss */
.node-teaser .content {
  font-size: 1em;
}

/* line 364, ../sass/style.scss */
.node-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}

/* line 368, ../sass/style.scss */
.node-teaser h2 a {
  color: #181818;
}

/* line 371, ../sass/style.scss */
.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

/* line 376, ../sass/style.scss */
.node-sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}

/* line 382, ../sass/style.scss */
.node-full {
  background: none;
  border: none;
  padding: 0;
}

/* line 387, ../sass/style.scss */
.node-teaser .content {
  clear: none;
  line-height: 1.6;
}

/* line 391, ../sass/style.scss */
.meta {
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: -5px;
}

/* line 396, ../sass/style.scss */
.submitted .user-picture img {
  float: left;
  /* LTR */
  height: 20px;
  margin: 1px 5px 0 0;
  /* LTR */
}

/* line 401, ../sass/style.scss */
.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}

/* line 404, ../sass/style.scss */
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px;
  /* LTR */
}

/* line 409, ../sass/style.scss */
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em;
}

/* line 413, ../sass/style.scss */
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}

/* line 417, ../sass/style.scss */
.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 422, ../sass/style.scss */
.field-type-taxonomy-term-reference ul.links li {
  float: left;
  /* LTR */
  padding: 0 1em 0 0;
  /* LTR */
  white-space: nowrap;
}

/* line 427, ../sass/style.scss */
.link-wrapper {
  text-align: right;
}

/* line 430, ../sass/style.scss */
.field-type-image img,
.user-picture img {
  margin: 0 0 1em;
}

/* line 434, ../sass/style.scss */
ul.links {
  color: #68696b;
  font-size: 0.821em;
}

/* line 438, ../sass/style.scss */
.node-unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}

/* line 442, ../sass/style.scss */
.node-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ----------------- Comments ----------------- */
/* line 449, ../sass/style.scss */
.comment h2.title {
  margin-bottom: 1em;
}

/* line 452, ../sass/style.scss */
.comment div.user-picture img {
  margin-left: 0;
  /* LTR */
}

/* line 455, ../sass/style.scss */
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}

/* line 460, ../sass/style.scss */
.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0;
  /* LTR */
  vertical-align: top;
  overflow: hidden;
}

/* line 466, ../sass/style.scss */
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}

/* line 470, ../sass/style.scss */
.comment .attribution .username {
  white-space: nowrap;
}

/* line 473, ../sass/style.scss */
.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}

/* line 478, ../sass/style.scss */
.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}

/* line 482, ../sass/style.scss */
.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}

/* line 486, ../sass/style.scss */
.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}

/* line 490, ../sass/style.scss */
.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent;
  /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px;
  /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}

/* line 500, ../sass/style.scss */
.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}

/* line 508, ../sass/style.scss */
.comment .indented {
  margin-left: 40px;
  /* LTR */
}

/* line 511, ../sass/style.scss */
.comment ul.links {
  padding: 0 0 0.25em 0;
}

/* line 514, ../sass/style.scss */
.comment ul.links li {
  padding: 0 0.5em 0 0;
  /* LTR */
}

/* line 517, ../sass/style.scss */
.comment-unpublished {
  margin-right: 5px;
  /* LTR */
  padding: 5px 2px 5px 5px;
  /* LTR */
}

/* line 521, ../sass/style.scss */
.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */
/* line 527, ../sass/style.scss */
.sidebar .section {
  padding-top: 10px;
}

/* line 530, ../sass/style.scss */
.sidebar .block {
  border: 1px solid;
  padding: 15px 20px;
  margin: 0 0 20px;
}

/* line 535, ../sass/style.scss */
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}

/* line 543, ../sass/style.scss */
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}

/* line 547, ../sass/style.scss */
.sidebar tbody {
  border: none;
}

/* line 550, ../sass/style.scss */
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

/* ----------------- Triptych ----------------- */
/* ----------------- Triptych ----------------- */
/* Simplified for NVIDIA */
/* line 5, ../sass/_triptych.scss */
#triptych-wrapper {
  /*
    background-color: $white;
    background: rgba(30, 50, 10, 0.08);
    border-top: 1px solid #e7e7e7;
    */
}

/* line 13, ../sass/_triptych.scss */
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 0px 10px 0px 10px;
  width: 300px;
}

/* line 21, ../sass/_triptych.scss */
#triptych {
  background-color: #ffffff;
  /* background: rgba(30, 50, 10, 0.08); */
  /* border-top: 1px solid #e7e7e7; */
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
}
/* line 30, ../sass/_triptych.scss */
#triptych .submitted {
  visibility: hidden;
}
/* line 34, ../sass/_triptych.scss */
#triptych div.column {
  width: 310px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #F0F0F0;
  min-height: 270px;
  max-height: 270px;
}
/* line 43, ../sass/_triptych.scss */
#triptych div.column .header {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  text-align: center;
  background: transparent url(../images/newsticker_background.jpg) repeat-x left top;
}
/* line 52, ../sass/_triptych.scss */
#triptych div.column div.region {
  margin: 0px;
  width: 310px;
}
/* line 56, ../sass/_triptych.scss */
#triptych div.column div.region h2 {
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  color: #ffffff;
  text-align: center;
  background: transparent url(../images/newsticker_background.jpg) repeat-x left top;
}
/* line 66, ../sass/_triptych.scss */
#triptych div.column div.region div.content {
  width: 300px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 13px;
  line-height: 1.2;
}
/* line 73, ../sass/_triptych.scss */
#triptych div.column div.region div.content h2 {
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  color: #000000;
  text-align: left;
  background-color: #F0F0F0;
}
/* line 82, ../sass/_triptych.scss */
#triptych div.column div.region div.content p {
  margin-bottom: 5px;
}

/* line 96, ../sass/_triptych.scss */
#triptych .block.last {
  border-bottom: none;
}

/* line 100, ../sass/_triptych.scss */
#triptych .block ul li,
#triptych .block ol li {
  list-style: none;
}

/* line 105, ../sass/_triptych.scss */
#triptych .block ul,
#triptych .block ol {
  padding-left: 0;
}

/* ------------------ Footer ------------------ */
/* line 562, ../sass/style.scss */
#footer-wrapper {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.857em;
}

/* line 567, ../sass/style.scss */
#footer-wrapper a {
  color: #fcfcfc;
  color: rgba(255, 255, 255, 0.8);
}

/* line 571, ../sass/style.scss */
#footer-wrapper a:hover,
#footer-wrapper a:focus {
  color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
}

/* line 577, ../sass/style.scss */
#footer-wrapper .block {
  margin: 20px 0;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}

/* line 584, ../sass/style.scss */
#footer-columns .block-menu,
#footer .block {
  margin: 0;
  padding: 0;
  border: none;
}

/* line 590, ../sass/style.scss */
#footer .block {
  margin: 0.5em 0;
}

/* line 593, ../sass/style.scss */
#footer .block .content {
  padding: 0.5em 0;
  margin-top: 0;
}

/* line 597, ../sass/style.scss */
#footer .block h2 {
  margin: 0;
}

/* line 600, ../sass/style.scss */
#footer-columns h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}

/* line 608, ../sass/style.scss */
#footer-columns .content {
  margin-top: 0;
}

/* line 611, ../sass/style.scss */
#footer-columns p {
  margin-top: 1em;
}

/* line 614, ../sass/style.scss */
#footer-columns .content ul {
  list-style: none;
  padding-left: 0;
  /* LTR */
  margin-left: 0;
}

/* line 619, ../sass/style.scss */
#footer-columns .content li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 624, ../sass/style.scss */
#footer-columns .content li a {
  display: block;
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  line-height: 1.2;
  padding: 0.8em 2px 0.8em 20px;
  /* LTR */
  text-indent: -15px;
}

/* line 632, ../sass/style.scss */
#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
  background-color: #1f1f21;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

/* line 639, ../sass/style.scss */
#footer {
  letter-spacing: 0.2px;
  /* margin-top: 30px; */
  border-top: 3px solid #65AD14;
  border-color: #65AD14;
  background-color: #000000;
}
/* line 646, ../sass/style.scss */
#footer .region {
  margin-top: 0px;
  margin-left: 40px;
  margin-right: auto;
}
/* line 652, ../sass/style.scss */
#footer .block {
  clear: both;
}
/* line 657, ../sass/style.scss */
#footer ul,
#footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 663, ../sass/style.scss */
#footer li a {
  float: left;
  /* LTR */
  padding: 0 12px;
  display: block;
  border-right: 1px solid #555;
  /* LTR */
  border-color: rgba(255, 255, 255, 0.15);
}
/* line 670, ../sass/style.scss */
#footer li.first a {
  padding-left: 0;
  /* LTR */
}
/* line 673, ../sass/style.scss */
#footer li.last a {
  padding-right: 0;
  /* LTR */
  border-right: none;
  /* LTR */
}

/* line 679, ../sass/style.scss */
#footer-wrapper tr.odd {
  background-color: transparent;
}

/* line 682, ../sass/style.scss */
#footer-wrapper tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* --------------- System Tabs  --------------- */
/* line 689, ../sass/style.scss */
.tabs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

/* line 693, ../sass/style.scss */
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}

/* line 700, ../sass/style.scss */
.tabs ul.primary li {
  display: block;
  float: left;
  /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0;
  /* LTR */
}

/* line 706, ../sass/style.scss */
.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
}

/* line 709, ../sass/style.scss */
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left;
  /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -khtml-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 729, ../sass/style.scss */
.tabs ul.primary li.active a {
  background-color: #ffffff;
}

/* line 732, ../sass/style.scss */
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}

/* line 736, ../sass/style.scss */
.tabs ul.secondary li {
  display: block;
  float: left;
  /* LTR */
}

/* line 740, ../sass/style.scss */
.tabs ul.secondary li:last-child {
  border-right: none;
  /* LTR */
}

/* line 743, ../sass/style.scss */
.tabs ul.secondary li:first-child {
  padding-left: 0;
  /* LTR */
}

/* line 746, ../sass/style.scss */
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}

/* line 749, ../sass/style.scss */
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

/* line 757, ../sass/style.scss */
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}

/* line 762, ../sass/style.scss */
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}

/* line 766, ../sass/style.scss */
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */
/* line 774, ../sass/style.scss */
#messages {
  padding: 20px 0 5px;
  margin: 0 auto;
}

/* line 778, ../sass/style.scss */
.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}

/* line 782, ../sass/style.scss */
div.messages {
  margin: 8px 15px;
}

/* -------------- Breadcrumbs   -------------- */
/* line 788, ../sass/style.scss */
.breadcrumb {
  font-size: 0.929em;
}

/* -------------- User Profile   -------------- */
/* line 794, ../sass/style.scss */
.profile .user-picture {
  float: none;
}

/* -------------- Password Meter  ------------- */
/* line 800, ../sass/style.scss */
.confirm-parent,
.password-parent {
  width: 34em;
}

/* line 804, ../sass/style.scss */
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
}

/* line 808, ../sass/style.scss */
.password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.82em;
}

/* line 813, ../sass/style.scss */
.password-strength-text {
  margin-top: 0.2em;
}

/* line 816, ../sass/style.scss */
div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

/* ---------------- Buttons    ---------------- */
/* line 823, ../sass/style.scss */
input.form-submit,
a.button {
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em;
  /* LTR */
  padding: 4px 17px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/* line 843, ../sass/style.scss */
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/* -------------- Form Elements   ------------- */
/* line 854, ../sass/style.scss */
fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px;
  /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 867, ../sass/style.scss */
.fieldset-wrapper {
  margin-top: 25px;
}

/* line 870, ../sass/style.scss */
.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}

/* line 873, ../sass/style.scss */
.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 885, ../sass/style.scss */
.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}

/* line 889, ../sass/style.scss */
.filter-wrapper .form-item label {
  margin-right: 10px;
}

/* line 892, ../sass/style.scss */
.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}

/* line 895, ../sass/style.scss */
.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}

/* line 898, ../sass/style.scss */
fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 905, ../sass/style.scss */
fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px;
  /* LTR */
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 930, ../sass/style.scss */
fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 936, ../sass/style.scss */
fieldset legend a {
  color: #3b3b3b;
}

/* line 939, ../sass/style.scss */
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
  color: #000;
}

/* line 944, ../sass/style.scss */
fieldset .fieldset-wrapper {
  padding: 0 10px;
}

/* line 947, ../sass/style.scss */
fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}

/* line 954, ../sass/style.scss */
input {
  margin: 2px 0;
  padding: 4px;
}

/* line 958, ../sass/style.scss */
input,
textarea {
  font-size: 0.929em;
}

/* line 962, ../sass/style.scss */
textarea {
  line-height: 1.5;
}

/* line 965, ../sass/style.scss */
textarea.form-textarea,
select.form-select {
  padding: 4px;
}

/* line 969, ../sass/style.scss */
input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
}

/* line 974, ../sass/style.scss */
input.form-submit:hover,
input.form-submit:focus {
  background: #dedede;
}

/* line 978, ../sass/style.scss */
.password-suggestions ul li {
  margin-left: 1.2em;
  /* LTR */
}

/* line 981, ../sass/style.scss */
.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}

/* line 985, ../sass/style.scss */
.form-item label {
  font-size: 0.929em;
}

/* line 988, ../sass/style.scss */
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}

/* line 992, ../sass/style.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}

/* line 996, ../sass/style.scss */
.form-actions {
  padding-top: 10px;
}

/* Contact Form */
/* line 1000, ../sass/style.scss */
.contact-form #edit-name {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 1007, ../sass/style.scss */
.contact-form #edit-mail {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 1014, ../sass/style.scss */
.contact-form #edit-subject {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 1021, ../sass/style.scss */
.contact-form #edit-message {
  width: 76.3%;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 1032, ../sass/style.scss */
.contact-form .resizable-textarea .grippie {
  width: 76%;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Disabled form elements */
/* line 1045, ../sass/style.scss */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}

/* line 1056, ../sass/style.scss */
.form-disabled .grippie {
  background-color: #ededed;
  border-color: #bbb;
}

/* line 1060, ../sass/style.scss */
.form-disabled label {
  color: #717171;
}

/* Animated throbber */
/* line 1065, ../sass/style.scss */
html.js input.form-autocomplete {
  background-position: 100% 4px;
  /* LTR */
}

/* line 1068, ../sass/style.scss */
html.js input.throbbing {
  background-position: 100% -16px;
  /* LTR */
}

/* Comment form */
/* line 1073, ../sass/style.scss */
.comment-form label {
  float: left;
  /* LTR */
  font-size: 0.929em;
  width: 120px;
}

/* line 1078, ../sass/style.scss */
.comment-form input,
.comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 1086, ../sass/style.scss */
.comment-form .form-type-textarea label {
  float: none;
}

/* line 1089, ../sass/style.scss */
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 1096, ../sass/style.scss */
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px;
  /* LTR */
}

/* line 1100, ../sass/style.scss */
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}

/* line 1105, ../sass/style.scss */
.comment-form input.form-file {
  width: auto;
}

/* line 1108, ../sass/style.scss */
.no-sidebars .comment-form .form-text {
  width: 800px;
}

/* line 1111, ../sass/style.scss */
.one-sidebar .comment-form .form-text {
  width: 500px;
}

/* line 1114, ../sass/style.scss */
.two-sidebars .comment-form .form-text {
  width: 320px;
}

/* line 1117, ../sass/style.scss */
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px;
  /* LTR */
}

/* line 1122, ../sass/style.scss */
#content h2.comment-form {
  margin-bottom: 0.5em;
}

/* line 1125, ../sass/style.scss */
.comment-form .form-textarea {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 1135, ../sass/style.scss */
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 1140, ../sass/style.scss */
.filter-wrapper label {
  width: auto;
  float: none;
}

/* line 1144, ../sass/style.scss */
.filter-wrapper .form-select {
  min-width: 120px;
}

/* line 1147, ../sass/style.scss */
.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}

/* line 1150, ../sass/style.scss */
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}

/* line 1153, ../sass/style.scss */
#edit-actions input {
  margin-right: 0.6em;
  /* LTR */
}

/* -------------- Other Overrides ------------- */
/* line 1159, ../sass/style.scss */
div.password-suggestions {
  border: 0;
}

/* line 1162, ../sass/style.scss */
.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}

/* line 1166, ../sass/style.scss */
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}

/* line 1169, ../sass/style.scss */
#forum .name {
  font-size: 1.083em;
}

/* line 1172, ../sass/style.scss */
#forum .description {
  font-size: 1em;
}

/* --------------- Search Form ---------------- */
/* line 1178, ../sass/style.scss */
#block-search-form {
  padding-bottom: 7px;
}

/* line 1181, ../sass/style.scss */
#block-search-form .content {
  margin-top: 0;
}

/* line 1184, ../sass/style.scss */
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
  float: left;
  /* LTR */
  font-size: 1em;
  height: 1.143em;
  margin-right: 5px;
  width: 9em;
}

/* line 1192, ../sass/style.scss */
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  background: url(../images/search-button.png) no-repeat center top;
  overflow: hidden;
}

/* line 1205, ../sass/style.scss */
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  background-position: center bottom;
}

/* line 1211, ../sass/style.scss */
#search-form .form-item-keys label {
  display: block;
}

/* --------------- Search Results ---------------- */
/* line 1216, ../sass/style.scss */
ol.search-results {
  padding-left: 0;
}

/* line 1219, ../sass/style.scss */
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}

/* line 1224, ../sass/style.scss */
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}

/* line 1229, ../sass/style.scss */
.search-results .search-snippet-info {
  padding-left: 0;
}

/* -------------- Shortcut Links -------------- */
/* line 1235, ../sass/style.scss */
.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0;
  /* Same as usual h1#page-title margin. */
}

/* line 1238, ../sass/style.scss */
.shortcut-wrapper h1#page-title {
  float: left;
  /* LTR */
  margin: 0;
}

/* line 1242, ../sass/style.scss */
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}

/* line 1245, ../sass/style.scss */
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */
/* line 1251, ../sass/style.scss */
.page-admin #content img {
  margin-right: 15px;
  /* LTR */
}

/* line 1254, ../sass/style.scss */
.page-admin #content .simpletest-image img {
  margin: 0;
}

/* line 1257, ../sass/style.scss */
.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}

/* line 1267, ../sass/style.scss */
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}

/* line 1270, ../sass/style.scss */
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}

/* line 1273, ../sass/style.scss */
.page-admin #admin-dblog img {
  margin: 0 5px;
}

/* Fix spacing when Seven is used in the overlay. */
/* line 1277, ../sass/style.scss */
#system-theme-settings fieldset {
  padding: 0;
}

/* line 1280, ../sass/style.scss */
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}

/* Configuration. */
/* line 1284, ../sass/style.scss */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}

/* line 1289, ../sass/style.scss */
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}

/* line 1295, ../sass/style.scss */
div.admin-panel h3 {
  margin: 16px 7px;
}

/* line 1298, ../sass/style.scss */
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}

/* line 1302, ../sass/style.scss */
div.admin-panel dd {
  margin: 0 0 10px;
}

/* line 1305, ../sass/style.scss */
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */
/* line 1311, ../sass/style.scss */
.overlay #main,
.overlay #content {
  width: auto;
  float: none;
}

/* line 1316, ../sass/style.scss */
.overlay #page {
  padding: 0 2em;
}

/* line 1319, ../sass/style.scss */
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
  display: none;
}

/* line 1328, ../sass/style.scss */
.overlay-processed .field-type-image {
  display: block;
  float: none;
}

/* line 1332, ../sass/style.scss */
.overlay #messages {
  width: auto;
}

/* ---------- Poll ----------- */
/* line 1338, ../sass/style.scss */
.node .poll {
  margin: 2em 0;
}

/* line 1341, ../sass/style.scss */
.node .poll #edit-choice {
  margin: 0 0 1.5em;
}

/* line 1344, ../sass/style.scss */
.poll .vote-form {
  text-align: left;
  /* LTR */
}

/* line 1347, ../sass/style.scss */
.poll .vote-form .choices {
  margin: 0;
}

/* line 1350, ../sass/style.scss */
.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right;
  text-align: right;
}

/* line 1358, ../sass/style.scss */
.poll .text {
  clear: right;
  margin-right: 2.25em;
}

/* line 1362, ../sass/style.scss */
.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right;
  /* LTR */
  clear: both;
}

/* line 1368, ../sass/style.scss */
.node .poll {
  margin: 1.8em 0 0;
}

/* line 1371, ../sass/style.scss */
.node .poll .text {
  margin-right: 6.75em;
}

/* line 1374, ../sass/style.scss */
.node .poll #edit-choice {
  margin: 0 0 1.2em;
}

/* line 1377, ../sass/style.scss */
.poll .bar .foreground {
  background-color: #666;
}

/* line 1380, ../sass/style.scss */
#footer-wrapper .poll .bar {
  background-color: #666;
}

/* line 1383, ../sass/style.scss */
#footer-wrapper .poll .bar .foreground {
  background-color: #ddd;
}

/* line 1387, ../sass/style.scss */
body div.view-grouping-header {
  font-size: 1.5em;
}

/* line 1391, ../sass/style.scss */
#block-sitebuilder-page-graphic {
  background: url(../page_graphics/nvidia_upper_left_grid.png) no-repeat;
  background-position: left -20px top -20px;
}
/* line 1394, ../sass/style.scss */
#block-sitebuilder-page-graphic div.content {
  background: url(../page_graphics/nvidia_lower_right_grid.png) no-repeat;
  background-position: right -2px bottom -6px;
}
/* line 1398, ../sass/style.scss */
#block-sitebuilder-page-graphic .wrapper-three {
  background: url(../page_graphics/nvidia_upper_left_cool.png);
  background-position: left -0px top 15px;
  background-repeat: no-repeat;
}
/* line 1403, ../sass/style.scss */
#block-sitebuilder-page-graphic .wrapper-two {
  background: url(../page_graphics/nvidia_lower_right_cool.png);
  background-position: right 0px bottom 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* line 1409, ../sass/style.scss */
#block-sitebuilder-page-graphic .wrapper-one {
  height: 260px;
}

/* line 1415, ../sass/style.scss */
#block-views-research-staff-block {
  background-color: #FFFFFF;
}
/* line 1417, ../sass/style.scss */
#block-views-research-staff-block tbody tr td {
  font-size: 1.2em;
  text-align: center;
  vertical-align: top;
  width: 170px;
}
/* line 1422, ../sass/style.scss */
#block-views-research-staff-block tbody tr td div {
  margin-left: auto;
  margin-right: auto;
}

/* line 1430, ../sass/style.scss */
div.node-person div.field-name-field-picture {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}

/* line 1438, ../sass/style.scss */
div.node-publication div.field {
  margin-bottom: 1em;
}
/* line 1443, ../sass/style.scss */
div.node-publication .field-name-field-image img {
  max-width: 100%;
  height: auto;
  width: auto;
}
