/* ==========================================================================
INSTRUCTIONS FOR THIS STYLESHEET

This is where you style content types, taxonomy terms, users, and field collections, but only in a general way. If it's a one-off, put it in 9-special-pages.scss.
========================================================================== */
/* ==========================================================================
   BREAKPOINTS
========================================================================== */
/* ==========================================================================
   COLORS
========================================================================== */
/* ==========================================================================
   IMAGES
========================================================================== */
/* ==================================================================
   DIGTIAL LOOM'S CLEAR FIX
   This clearfix is better than both Drupal and Compass's clearfix
   http://css-tricks.com/snippets/css/clear-fix/
===================================================================== */
/* ==================================================================
   RESPOND TO
   Use the breakpoint names defined in base.scss
   The $direction argument defines the whether to to include sizes up or down from the breakpoint.
===================================================================== */
/* ==========================================================================
   LINK STYLES
   These should only be applied directly to anchor tags
========================================================================== */
/* ------- Button -------------------------- */
/* Used by link buttons, form buttons, search button, and view/edit buttons */
/* ------- Arrow -------------------------- */
/* ------- Clear list style --------------------- */
/* line 253, ../sass/_custom.scss */
body.page-blog .terms, .node-corporate-blog-entry .terms .field-name-field-tags {
  text-align: right;
}
/* line 256, ../sass/_custom.scss */
body.page-blog .terms .field-item, .node-corporate-blog-entry .terms .field-name-field-tags .field-item {
  display: inline-block;
  margin-left: 8px;
  border-radius: 3px 3px 3px 3px;
  padding: 1px 4px 2px;
  background: #eee;
}
/* line 263, ../sass/_custom.scss */
body.page-blog .terms .field-item a, .node-corporate-blog-entry .terms .field-name-field-tags .field-item a {
  color: #5f5f5f;
  font-size: 11.8px;
  font-weight: normal;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}

/* ==========================================================================
TYPOGRAPHY STYLES TO EXTEND THROUGHOUT THE THEME
Table of Contents
  %heading1
  %heading2
  %heading3
  %heading4
  %intro
  %list-item
  %quote
  %related-link
  %caption
========================================================================== */
/* line 50, ../sass/_typography.scss */
.page-explore-newsql-cloud-database-editions table tr td:first-child, .page-explore-newsql-cloud-database-editions tbody tr td:first-child {
  font-size: 1.14286em;
  line-height: 1.25em;
  color: #000000;
}
/* line 55, ../sass/_typography.scss */
.page-explore-newsql-cloud-database-editions table tr td:first-child a, .page-explore-newsql-cloud-database-editions tbody tr td:first-child a {
  color: #000000;
  position: relative;
  margin-right: 12px;
  font-weight: 300;
}
/* line 224, ../sass/_custom.scss */
.page-explore-newsql-cloud-database-editions table tr td:first-child a:after, .page-explore-newsql-cloud-database-editions tbody tr td:first-child a:after {
  content: '';
  display: inline;
  vertical-align: middle;
  padding-right: 12px;
  width: 12px;
  min-height: 21px;
  line-height: 21px;
  background: transparent url(../images/arrow-green-sm.png) no-repeat right center;
}
/* line 60, ../sass/_typography.scss */
.no-touch .page-explore-newsql-cloud-database-editions table tr td:first-child a:hover, .page-explore-newsql-cloud-database-editions table tr .no-touch td:first-child a:hover, .no-touch .page-explore-newsql-cloud-database-editions tbody tr td:first-child a:hover, .page-explore-newsql-cloud-database-editions tbody tr .no-touch td:first-child a:hover, .touch .page-explore-newsql-cloud-database-editions table tr td:first-child a:active, .page-explore-newsql-cloud-database-editions table tr .touch td:first-child a:active, .touch .page-explore-newsql-cloud-database-editions tbody tr td:first-child a:active, .page-explore-newsql-cloud-database-editions tbody tr .touch td:first-child a:active {
  text-decoration: none;
  border-bottom: solid 1px #c2cf20;
}

/* line 68, ../sass/_typography.scss */
.page-explore-newsql-cloud-database-editions .editions h2 {
  font-size: 1.07143em;
  line-height: 1.1em;
  font-weight: 500;
}
/* line 73, ../sass/_typography.scss */
.page-explore-newsql-cloud-database-editions .editions h2 a {
  color: #363d45;
  font-weight: 500;
  position: relative;
  margin-right: 12px;
}
/* line 224, ../sass/_custom.scss */
.page-explore-newsql-cloud-database-editions .editions h2 a:after {
  content: '';
  display: inline;
  vertical-align: middle;
  padding-right: 12px;
  width: 12px;
  min-height: 16px;
  line-height: 16px;
  background: transparent url(../images/arrow-green-sm.png) no-repeat right center;
}
/* line 78, ../sass/_typography.scss */
.no-touch .page-explore-newsql-cloud-database-editions .editions h2 a:hover, .page-explore-newsql-cloud-database-editions .editions .no-touch h2 a:hover, .touch .page-explore-newsql-cloud-database-editions .editions h2 a:active, .page-explore-newsql-cloud-database-editions .editions .touch h2 a:active {
  text-decoration: none;
  border-bottom: solid 1px #c2cf20;
}

/* =============================================================================
 *   BLOG
 * ========================================================================== */
/* line 24, ../sass/6-content-types.scss */
body.page-blog h1.node-title {
  margin-bottom: 10px;
}
/* line 26, ../sass/6-content-types.scss */
body.page-blog h1.node-title a {
  color: #777777;
}
/* line 31, ../sass/6-content-types.scss */
body.page-blog .views-row {
  padding: 15px 0;
}
/* line 34, ../sass/6-content-types.scss */
body.page-blog .views-row:first-child {
  padding-top: 0;
}

/* line 45, ../sass/6-content-types.scss */
.node-corporate-blog-entry article .field-name-field-tags {
  display: none;
}
/* line 52, ../sass/6-content-types.scss */
.node-corporate-blog-entry .terms .field-name-field-tags h2 {
  float: left;
  margin-top: 4px;
}
/* line 57, ../sass/6-content-types.scss */
.node-corporate-blog-entry .terms .field-name-field-tags ul.field-items {
  margin-top: 0;
}
/* line 63, ../sass/6-content-types.scss */
.node-corporate-blog-entry.view-mode-full .terms .field-name-field-tags {
  text-align: left;
}

/* =============================================================================
 *   RESOURCES
 * ========================================================================== */
@media only screen and (max-width: 540px) {
  /* line 74, ../sass/6-content-types.scss */
  body.page-resources-documents .views-table td .row-wrapper .column-33,
  body.page-resources-documents .views-table td .row-wrapper .column-66 {
    float: none;
    width: 100%;
  }

  /* line 80, ../sass/6-content-types.scss */
  body.page-resources-documents .views-table td .row-wrapper .column-33 {
    padding: 0;
    margin-bottom: 25px;
  }
}
/* line 89, ../sass/6-content-types.scss */
body.page-resources-documents .document-row h4.title,
body.page-resources-webinars .document-row h4.title {
  color: #C3CF21;
  font-size: 24px;
}

/* line 100, ../sass/6-content-types.scss */
body.page-resources-documents .views-table td,
body.page-resources-nuo-tv .views-table td {
  padding: 25px 0;
}
/* line 104, ../sass/6-content-types.scss */
body.page-resources-documents .views-table tr:last-child td,
body.page-resources-nuo-tv .views-table tr:last-child td {
  padding-bottom: 0;
}

/* line 113, ../sass/6-content-types.scss */
body.page-resources-events .view-empty,
body.page-resources-webinars .view-empty {
  font-size: 20px;
  margin-bottom: 10px;
}
/* line 118, ../sass/6-content-types.scss */
body.page-resources-events .calloutbox,
body.page-resources-webinars .calloutbox {
  margin-top: 30px;
}
/* line 122, ../sass/6-content-types.scss */
body.page-resources-events .pane-title,
body.page-resources-webinars .pane-title {
  font-size: 30px;
  margin: 10px 0 25px 0;
}
/* line 129, ../sass/6-content-types.scss */
body.page-resources-events .region-two-66-33-first .block,
body.page-resources-webinars .region-two-66-33-first .block {
  margin-bottom: 30px;
}
/* line 133, ../sass/6-content-types.scss */
body.page-resources-events .region-two-66-33-first .block-inner,
body.page-resources-webinars .region-two-66-33-first .block-inner {
  padding-top: 25px;
}
/* line 137, ../sass/6-content-types.scss */
body.page-resources-events .region-two-66-33-first .panel-separator,
body.page-resources-webinars .region-two-66-33-first .panel-separator {
  border-top: 1px solid #DADADA;
  margin: 0 10px;
}

/* =============================================================================
 * ABOUT US
 * ========================================================================== */
@media (max-width: 690px) {
  /* line 148, ../sass/6-content-types.scss */
  body.page-about-us .calloutbox {
    width: auto;
  }
}

/* =============================================================================
 *   EDITIONS (NOW CALLED PRICING)
 * ========================================================================== */
/* line 162, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions h1 {
  line-height: 1.25em;
}
/* line 166, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions .editions {
  margin-bottom: 15px;
  padding: 15px 0;
  float: left;
}
/* line 171, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions .editions tbody tr {
  border-bottom: 0;
}
/* line 175, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions .editions h2 {
  text-align: center;
}
/* line 180, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions .editions ul {
  list-style-type: none;
}
/* line 183, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions .editions ul li {
  border-bottom: 2px solid #e7e7e7;
  padding: 5px 0 10px;
  margin-bottom: 5px;
  font-size: 0.8em;
}
/* line 188, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions .editions ul li:last-child {
  border: none;
}
/* line 194, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions .editions .button-link {
  font-size: 0.8em;
  padding: .6em 1em;
  width: 75%;
  text-align: center;
  margin: 0 auto;
}
/* line 201, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions .editions .button-link:after {
  background: transparent;
  width: 0;
}
/* line 208, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions h4 {
  clear: both;
  width: 100%;
  display: block;
  background: #efefef;
  padding: 0.5em;
  text-transform: uppercase;
}
/* line 217, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions table, .page-explore-newsql-cloud-database-editions tbody {
  border: none;
}
/* line 223, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions table.tech-specs tr td, .page-explore-newsql-cloud-database-editions table.required-software tr td, .page-explore-newsql-cloud-database-editions table.recommended-hardware tr td, .page-explore-newsql-cloud-database-editions tbody.tech-specs tr td, .page-explore-newsql-cloud-database-editions tbody.required-software tr td, .page-explore-newsql-cloud-database-editions tbody.recommended-hardware tr td {
  width: 76%;
}
/* line 229, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions table th h2, .page-explore-newsql-cloud-database-editions tbody th h2 {
  margin: 5px 0;
}
/* line 232, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions table th::nth-child(2), .page-explore-newsql-cloud-database-editions tbody th::nth-child(2) {
  border-right: 2px solid #e7e7e7;
}
/* line 237, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions table tr, .page-explore-newsql-cloud-database-editions tbody tr {
  border-top: none;
  border-bottom: 1px solid #e7e7e7;
}
/* line 241, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions table tr.no-border, .page-explore-newsql-cloud-database-editions tbody tr.no-border {
  border: 0;
}
/* line 245, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions table tr td, .page-explore-newsql-cloud-database-editions tbody tr td {
  border-left: 1px solid #e7e7e7;
  width: 19%;
  text-align: center;
}
/* line 249, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions table tr td h1, .page-explore-newsql-cloud-database-editions table tr td h2, .page-explore-newsql-cloud-database-editions table tr td h3, .page-explore-newsql-cloud-database-editions table tr td h4, .page-explore-newsql-cloud-database-editions table tr td h5, .page-explore-newsql-cloud-database-editions table tr td h6, .page-explore-newsql-cloud-database-editions table tr td p, .page-explore-newsql-cloud-database-editions tbody tr td h1, .page-explore-newsql-cloud-database-editions tbody tr td h2, .page-explore-newsql-cloud-database-editions tbody tr td h3, .page-explore-newsql-cloud-database-editions tbody tr td h4, .page-explore-newsql-cloud-database-editions tbody tr td h5, .page-explore-newsql-cloud-database-editions tbody tr td h6, .page-explore-newsql-cloud-database-editions tbody tr td p {
  margin-bottom: .35em;
}
/* line 251, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions table tr td h1:first-child, .page-explore-newsql-cloud-database-editions table tr td h2:first-child, .page-explore-newsql-cloud-database-editions table tr td h3:first-child, .page-explore-newsql-cloud-database-editions table tr td h4:first-child, .page-explore-newsql-cloud-database-editions table tr td h5:first-child, .page-explore-newsql-cloud-database-editions table tr td h6:first-child, .page-explore-newsql-cloud-database-editions table tr td p:first-child, .page-explore-newsql-cloud-database-editions tbody tr td h1:first-child, .page-explore-newsql-cloud-database-editions tbody tr td h2:first-child, .page-explore-newsql-cloud-database-editions tbody tr td h3:first-child, .page-explore-newsql-cloud-database-editions tbody tr td h4:first-child, .page-explore-newsql-cloud-database-editions tbody tr td h5:first-child, .page-explore-newsql-cloud-database-editions tbody tr td h6:first-child, .page-explore-newsql-cloud-database-editions tbody tr td p:first-child {
  margin-top: 0.35em;
}
/* line 255, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions table tr td.no-border, .page-explore-newsql-cloud-database-editions tbody tr td.no-border {
  border: 0;
}
/* line 258, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions table tr td:nth-child(2), .page-explore-newsql-cloud-database-editions tbody tr td:nth-child(2) {
  border-right: 3px solid #e7e7e7;
}
/* line 261, ../sass/6-content-types.scss */
.page-explore-newsql-cloud-database-editions table tr td:first-child, .page-explore-newsql-cloud-database-editions tbody tr td:first-child {
  width: 24%;
  border-left: none;
  min-width: 150px;
  text-align: left;
}

/* =============================================================================
 *   DEMOS
 * ========================================================================== */
/* line 279, ../sass/6-content-types.scss */
.nuotv-video-page h1 {
  padding-bottom: 15px;
}

/* line 283, ../sass/6-content-types.scss */
.nuodb-video-header {
  padding: 5px 0;
  background-color: #C1CD23;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  padding: 5px;
  margin: 0 0 10px;
}

/* line 296, ../sass/6-content-types.scss */
.nuodb-video-text {
  background-color: #F7F7F7;
  border: 1px solid #DADADA;
  margin-top: -4px;
  position: relative;
  padding: 15px;
  overflow: hidden;
}
/* line 304, ../sass/6-content-types.scss */
.nuodb-video-text .left {
  float: left;
  width: 8.5%;
}
/* line 309, ../sass/6-content-types.scss */
.nuodb-video-text .right {
  float: left;
  width: 90%;
  margin-left: 1.5%;
}

/* line 316, ../sass/6-content-types.scss */
.nuodb-video-subtitle {
  font-size: 1.25em;
  color: #363D45;
  font-weight: 300;
  margin: 0 0 10px 0;
}

/* line 323, ../sass/6-content-types.scss */
.nuodb-video-description {
  font-size: 0.875em;
}
