/*
 * 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 ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

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

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

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

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

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

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0; }

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

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

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

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * Consistent box sizing and appearance
 */
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; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

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

td {
  vertical-align: top; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* 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, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: 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: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  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; } }
.button, section.main-content .box, footer .about img {
  -webkit-border-radius: 3px;
  /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 3px;
  /* FF1-3.6 */
  border-radius: 3px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -webkit-background-clip: content-box;
  -moz-background-clip: content;
  background-clip: content-box; }

header.main .logo a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }
  .lt-ie8 header.main .logo a, header.main .logo .lt-ie8 a {
    text-indent: -999em; }

header.main nav a, footer nav a, section.main-content h2, section.main-content h3, section.main-content h4, section.main-content h5, section.main-content h6, section.main-content .box h2, section.main-content .intro {
  font-family: adelle-sans, helvetica, sans-serif; }

section.main-content h1, footer h1 {
  font-family: adelle, georgia, serif; }

section.main-content {
  zoom: 1; }
  section.main-content:before, section.main-content:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  section.main-content:after {
    clear: both; }

section.main-content section.features a:link,
section.main-content section.release-notes a:link, section.main-content .sections a:link, section.main-content nav a:link, section.main-content .jump-to-release-notes:link, section.main-content section.features a:visited,
section.main-content section.release-notes a:visited, section.main-content .sections a:visited, section.main-content nav a:visited, section.main-content .jump-to-release-notes:visited {
  color: #03add3; }
section.main-content section.features a:hover,
section.main-content section.release-notes a:hover, section.main-content .sections a:hover, section.main-content nav a:hover, section.main-content .jump-to-release-notes:hover {
  color: #2d7794; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 100%;
  border-top: 7px solid #b7b7b7; }

header.main nav a, footer nav a {
  -webkit-transition: padding 0.1s;
  -moz-transition: padding 0.1s;
  transition: padding 0.1s;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 5px 0;
  text-align: left;
  text-transform: uppercase; }
  header.main nav a.work, footer nav a.work {
    border-bottom-color: #03add3; }
    header.main nav a.work:hover, header.main nav a.work.current, footer nav a.work:hover, footer nav a.work.current {
      border-color: #03add3; }
  header.main nav a.products, footer nav a.products {
    border-bottom-color: #d5d10e; }
    header.main nav a.products:hover, header.main nav a.products.current, footer nav a.products:hover, footer nav a.products.current {
      border-color: #d5d10e; }
  header.main nav a.research, footer nav a.research {
    border-bottom-color: #f57b1f; }
    header.main nav a.research:hover, header.main nav a.research.current, footer nav a.research:hover, footer nav a.research.current {
      border-color: #f57b1f; }
  header.main nav a.contact, footer nav a.contact {
    border-bottom-color: #d01141; }
    header.main nav a.contact:hover, header.main nav a.contact.current, footer nav a.contact:hover, footer nav a.contact.current {
      border-color: #d01141; }
header.main nav a:link,
header.main nav a:visited, footer nav a:link,
footer nav a:visited {
  color: #404041;
  text-decoration: none; }
header.main nav a:hover,
header.main nav a.current, footer nav a:hover,
footer nav a.current {
  border: 3px solid;
  padding: 5px; }

header.main {
  float: left;
  margin-bottom: 5px;
  width: 100%; }
  header.main .logo {
    float: left;
    max-width: 320px;
    margin: 10px 0;
    width: 60%; }
    header.main .logo a {
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      padding-bottom: 40.984%; }
  header.main .open-nav {
    display: block;
    margin: 11% 20px 0 0;
    height: 30px;
    float: right;
    text-align: center; }
  header.main nav {
    clear: both;
    display: none; }
    header.main nav li {
      float: left;
      margin-bottom: 10px;
      width: 100%; }
      header.main nav li:nth-child(n) {
        padding: 0; }

.inner-wrapper {
  margin: 0 auto;
  padding-right: 4%;
  padding-left: 4%;
  width: 100%; }

.button {
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
  background: #e8f4f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e8f4f4 0%, #caeaf6 50%, #b4d4e0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8f4f4), color-stop(50%, #caeaf6), color-stop(100%, #b4d4e0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e8f4f4 0%, #caeaf6 50%, #b4d4e0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e8f4f4 0%, #caeaf6 50%, #b4d4e0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e8f4f4 0%, #caeaf6 50%, #b4d4e0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e8f4f4 0%, #caeaf6 50%, #b4d4e0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8f4f4', endColorstr='#b4d4e0',GradientType=0 );
  /* IE6-9 */
  background-size: 100% 200%;
  background-position: center bottom;
  /*background-position: 0 0;*/
  /*background-repeat: repeat-x;*/
  border: 1px solid #99cddf;
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  /*float: left;*/
  padding: 0.8em 1em;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 2px white; }
  .button, .button:link, .button:visited, .button:hover {
    color: #2d7794; }
  .button:hover {
    background-position: center top;
    color: #2d7794; }
  .button.go {
    text-align: right;
    padding-right: 40px; }
    .button.go:after {
      background: url(../img/button-icons-sprite.png) no-repeat 0 50%;
      content: "\0000a0";
      height: 100%;
      position: absolute;
      right: 10px;
      top: 0;
      width: 20px; }
    .lt-ie8 .button.go {
      padding-right: 1em; }
  .button.download {
    text-align: left;
    padding-right: 40px; }
    .button.download span {
      display: block;
      font-size: 0.8em;
      font-weight: 300;
      margin-top: 5px; }
    .button.download:after {
      background: url(../img/button-icons-sprite.png) no-repeat -21px 50%;
      content: "\0000a0";
      height: 100%;
      position: absolute;
      right: 10px;
      top: 0;
      width: 20px; }
    .lt-ie8 .button.download {
      padding-right: 1em; }
  .button.external {
    padding-right: 46px; }
    .button.external:after {
      background: url(../img/button-icons-sprite.png) no-repeat -41px 50%;
      content: "\0000a0";
      height: 100%;
      position: absolute;
      right: 10px;
      top: 0;
      width: 26px; }
    .lt-ie8 .button.external {
      padding-right: 1em; }
  .home .button {
    float: left;
    width: 100%;
    text-align: right; }
  .box .button {
    float: none;
    margin: 0 20px 20px;
    text-align: left;
    text-transform: uppercase; }
  .bio-card .button {
    background-image: #e0d90f;
    /* Old browsers */
    background-image: -moz-linear-gradient(top, #e0d90f 0%, #b3b00c 50%, #a19d0b 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0d90f), color-stop(50%, #b3b00c), color-stop(100%, #a19d0b));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #e0d90f 0%, #b3b00c 50%, #a19d0b 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #e0d90f 0%, #b3b00c 50%, #a19d0b 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #e0d90f 0%, #b3b00c 50%, #a19d0b 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom, #e0d90f 0%, #b3b00c 50%, #a19d0b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0d90f', endColorstr='#a19d0b',GradientType=0 );
    /* IE6-9 */
    border: 1px solid #8d8b09;
    color: white;
    font-size: 0.75em;
    float: none;
    letter-spacing: 1px;
    margin-bottom: 1em;
    text-shadow: 1px 1px 1px #8d8b09;
    text-transform: uppercase; }
  .product .button {
    width: 100%; }

section.main-content {
  padding-bottom: 30px; }
  section.main-content header {
    float: left;
    width: 100%;
    margin-bottom: 40px; }
  section.main-content h1 {
    color: #404041;
    font-size: 1.7em;
    line-height: 1.2;
    margin: 0.5em 0; }
  section.main-content h2 {
    font-weight: 700;
    color: #59595b;
    clear: both;
    font-size: 1.2em;
    letter-spacing: 0.07em; }
  section.main-content h3, section.main-content h4, section.main-content h5, section.main-content h6 {
    font-weight: 700;
    color: #737374;
    clear: both;
    font-size: 1em;
    letter-spacing: 0.07em;
    margin: .5em 0; }
  section.main-content h4 {
    font-size: .9em;
    color: #8c8c8e; }
  section.main-content h5 {
    font-size: .8em;
    text-transform: uppercase;
    color: #737374; }
  section.main-content h6 {
    font-size: .8em;
    text-transform: uppercase;
    color: #a6a6a7; }
  section.main-content table {
    border: 1px solid #a6a6a7;
    font-size: 1em;
    max-width: 100%;
    max-width: 100% !important; }
    section.main-content table th {
      font-weight: bold; }
    section.main-content table th, section.main-content table td {
      padding: .5em .7em;
      text-align: left; }
    section.main-content table td {
      color: #59595b; }
  section.main-content .box-list {
    list-style: none;
    margin: 0;
    padding: 0; }
  section.main-content .box {
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    clear: both;
    margin: 0 auto 20px;
    max-width: 40em;
    position: relative;
    width: 100%; }
    section.main-content .box h2 {
      font-weight: 700;
      background: #c9c9c9;
      background-color: #d4d4d4;
      background-repeat: no-repeat;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#d4d4d4), to(#c4c4c4));
      background-image: -webkit-linear-gradient(top, #d4d4d4, #c4c4c4);
      background-image: -moz-linear-gradient(top, #d4d4d4, #c4c4c4);
      background-image: -o-linear-gradient(top, #d4d4d4, #c4c4c4);
      background-image: -ms-linear-gradient(top, #d4d4d4, #c4c4c4);
      background-image: linear-gradient(top, #d4d4d4, #c4c4c4);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d4d4d4', EndColorStr='#c4c4c4');
      color: #404041;
      font-size: 1em;
      font-weight: 700;
      letter-spacing: 2px;
      margin: 0;
      padding: 0.5em 20px;
      position: relative;
      text-shadow: 2px 1px 1px rgba(255, 255, 255, 0.3);
      text-transform: uppercase; }
      section.main-content .box h2.has-icon {
        padding-left: 72px; }
        section.main-content .box h2.has-icon:before {
          background: url(../img/icon-sprite.png);
          content: "\0000a0";
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 52px; }
        .lt-ie8 section.main-content .box h2.has-icon {
          padding-left: 20px; }
      section.main-content .box h2.has-icon.proprietary:before {
        background-color: #dc8340;
        background-position: 0 50%; }
      section.main-content .box h2.has-icon.young:before {
        background-color: #91b958;
        background-position: -52px 50%; }
      section.main-content .box h2 a {
        text-decoration: none; }
        section.main-content .box h2 a:link, section.main-content .box h2 a:visited {
          color: #404041; }
        section.main-content .box h2 a:hover {
          color: #2d7794; }
    section.main-content .box p {
      font-size: 0.9em;
      line-height: 1.5;
      margin: 0;
      padding: 20px; }
  section.main-content blockquote {
    margin: 0;
    padding: 0 0 1em; }
  section.main-content section.features p,
  section.main-content section.features ul,
  section.main-content section.release-notes p,
  section.main-content section.release-notes ul {
    font-size: 0.9em;
    line-height: 1.8em; }
  section.main-content .sections {
    font-size: 0.9em;
    line-height: 1.8;
    list-style: none;
    margin: 0;
    max-width: 50em;
    padding: 0; }
    section.main-content .sections > li {
      border-bottom: 1px solid #aaa;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      section.main-content .sections > li ul, section.main-content .sections > li ol {
        padding-left: 1.2em; }
      section.main-content .sections > li:last-child {
        border: none; }
  section.main-content nav {
    clear: left;
    float: left;
    font-size: 0.9em;
    float: left;
    width: 100%; }
  section.main-content nav a, section.main-content .jump-to-release-notes {
    clear: left;
    float: left;
    letter-spacing: 1px;
    padding: 0.3em 0; }
  section.main-content .intro {
    font-weight: 300;
    color: #03add3;
    font-size: 1em;
    line-height: 1.5; }
  section.main-content a.to-top {
    display: block;
    margin-top: 40px;
    text-decoration: none;
    width: 7em; }
    section.main-content a.to-top:link, section.main-content a.to-top:visited {
      color: #404041; }
    section.main-content a.to-top:hover {
      color: #2d7794; }
    section.main-content a.to-top:before {
      content: "\2191";
      font-size: 0.7em;
      margin-right: 0.5em;
      position: relative;
      top: -0.2em; }

.grid {
  background: url(../img/grid-pattern.png);
  clear: both;
  padding: 0.5em 0;
  width: 100%;
  margin-bottom: 1em; }

footer {
  background: #b7b7b7;
  color: #59595b;
  float: left;
  letter-spacing: 1px;
  width: 100%;
  text-shadow: 2px 1px 1px rgba(255, 255, 255, 0.3);
  padding: 30px 0; }
  footer h1 {
    font-size: 0.8em;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase; }
  footer p {
    font-size: 0.9em; }
  footer dl {
    font-size: 0.8em; }
  footer dt {
    font-weight: 700;
    text-transform: lowercase; }
  footer dd {
    margin-bottom: 0.5em; }
  footer section {
    float: left;
    margin-bottom: 1em; }
    footer section a {
      -webkit-transition: color 0.1s;
      -moz-transition: color 0.1s;
      transition: color 0.1s; }
    footer section a:link,
    footer section a:visited {
      color: #59595b; }
    footer section a:hover {
      color: #2d7794; }
  footer .name {
    margin-bottom: 1em; }
    footer .name h1 {
      /*font-size: 1.8em;*/
      font-size: 1em;
      margin: 0;
      text-transform: none; }
    footer .name h2 {
      font-size: 0.9em;
      font-weight: 400;
      margin: 0; }
  footer .about img {
    border: 3px solid white;
    float: left;
    margin: 0 5% 0.5em 0;
    width: 30%; }
  footer .about p {
    font-size: 0.8em; }
  footer .about.has-photo hgroup {
    margin: 0 0 1em; }
  footer .about.has-photo p {
    float: right;
    margin-top: 0;
    width: 65%; }
  footer nav {
    clear: both; }
    footer nav li {
      float: left;
      margin-bottom: 10px;
      width: 100%; }
      footer nav li:nth-child(n) {
        padding: 0; }
  footer a.to-top {
    display: block;
    float: left;
    margin: 1em 0;
    text-decoration: none; }
    footer a.to-top:link, footer a.to-top:visited {
      color: #404041; }
    footer a.to-top:hover {
      color: #2d7794; }
    footer a.to-top:before {
      content: "\2191";
      font-size: 1em;
      margin-right: 0.5em;
      position: relative; }
  footer .copyright {
    clear: both;
    font-size: 0.75em;
    float: left;
    width: 100%; }

body.home .grid {
  padding-top: 10px;
  padding-bottom: 50px; }
body.home .grid + * {
  margin-top: -50px; }
body.home .main-content h1 {
  font-size: 2em;
  margin: 0.2em 0;
  max-width: 10em; }
body.home .main-content .intro {
  font-size: 1.2em;
  line-height: 1.3;
  margin-top: 0.2em;
  max-width: 22em; }
body.home .main-content .box {
  clear: none;
  float: left;
  max-width: none;
  max-height: none;
  padding: 0; }

body.research section.bio {
  background: #f3f3f3;
  clear: both;
  margin: 0; }
body.research .bio-card {
  background: #d5d10e;
  color: #454405;
  text-shadow: 1px 1px 1px #F7F585;
  position: relative; }
  body.research .bio-card .name {
    margin-bottom: 1em; }
    body.research .bio-card .name h1, body.research .bio-card .name h2 {
      color: #161501;
      margin: 0; }
    body.research .bio-card .name h2 {
      font-weight: 300;
      font-size: 0.9em; }
  body.research .bio-card p {
    font-size: 0.9em; }
  body.research .bio-card .inner-wrapper {
    padding: 20px 4%;
    width: 100%; }
body.research .bio-photo-wrapper {
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  body.research .bio-photo-wrapper img {
    position: absolute;
    right: -100px;
    top: -20px;
    width: 576px; }

body.products .box h2 {
  padding: 0; }
  body.products .box h2 a {
    display: block;
    padding: 0.5em 20px; }
body.products .box p {
  padding: 10px 20px; }

body.product header {
  margin-bottom: 10px; }
  body.product header .grid {
    background: #03add3 url(../img/grid-pattern.png) repeat; }
  body.product header hgroup {
    margin-top: 1em;
    margin-bottom: 1em; }
    body.product header hgroup h1 {
      color: white;
      text-shadow: -1px -1px 2px #025b6e;
      margin: 0; }
    body.product header hgroup h2 {
      color: black;
      font-size: 0.75em;
      letter-spacing: 1px;
      margin: 0;
      text-transform: uppercase;
      text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.5); }
body.product p.time {
  background: url(../img/icon-sprite.png) -115px 50% no-repeat;
  border-top: 1px solid #404041;
  border-bottom: 1px solid #404041;
  font-size: 1.2em;
  padding: 0.2em 0 0.2em 40px;
  /*width: 75%;*/ }
body.product .button-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 0.75em; }
body.product section.features,
body.product section.release-notes {
  max-width: 40em; }
  body.product section.features figure,
  body.product section.release-notes figure {
    padding-top: 1em; }
    body.product section.features figure img,
    body.product section.release-notes figure img {
      margin-bottom: 1em;
      max-width: 100%;
      width: 100%; }
  body.product section.features figcaption,
  body.product section.release-notes figcaption {
    color: #888; }
  body.product section.features h2,
  body.product section.release-notes h2 {
    margin: 2em 0 0; }
body.product section.release-notes {
  max-width: 40em;
  padding-top: 30px; }

body.research section.features ul, body.research section.features ol,
body.research section.release-notes ul,
body.research section.release-notes ol,
body.research section.research-areas .sections li ul,
body.research section.research-areas .sections li ol,
body.product section.features ul,
body.product section.features ol,
body.product section.release-notes ul,
body.product section.release-notes ol,
body.product section.research-areas .sections li ul,
body.product section.research-areas .sections li ol {
  padding: 0;
  margin: 1em 0;
  list-style: none; }
  body.research section.features ul li, body.research section.features ol li,
  body.research section.release-notes ul li,
  body.research section.release-notes ol li,
  body.research section.research-areas .sections li ul li,
  body.research section.research-areas .sections li ol li,
  body.product section.features ul li,
  body.product section.features ol li,
  body.product section.release-notes ul li,
  body.product section.release-notes ol li,
  body.product section.research-areas .sections li ul li,
  body.product section.research-areas .sections li ol li {
    margin: .1em 0; }
    body.research section.features ul li:before, body.research section.features ol li:before,
    body.research section.release-notes ul li:before,
    body.research section.release-notes ol li:before,
    body.research section.research-areas .sections li ul li:before,
    body.research section.research-areas .sections li ol li:before,
    body.product section.features ul li:before,
    body.product section.features ol li:before,
    body.product section.release-notes ul li:before,
    body.product section.release-notes ol li:before,
    body.product section.research-areas .sections li ul li:before,
    body.product section.research-areas .sections li ol li:before {
      content: "\2022 ";
      font-size: 1.2em;
      padding-right: .2em;
      color: #a6a6a7; }
    body.research section.features ul li ul, body.research section.features ul li ol, body.research section.features ol li ul, body.research section.features ol li ol,
    body.research section.release-notes ul li ul,
    body.research section.release-notes ul li ol,
    body.research section.release-notes ol li ul,
    body.research section.release-notes ol li ol,
    body.research section.research-areas .sections li ul li ul,
    body.research section.research-areas .sections li ul li ol,
    body.research section.research-areas .sections li ol li ul,
    body.research section.research-areas .sections li ol li ol,
    body.product section.features ul li ul,
    body.product section.features ul li ol,
    body.product section.features ol li ul,
    body.product section.features ol li ol,
    body.product section.release-notes ul li ul,
    body.product section.release-notes ul li ol,
    body.product section.release-notes ol li ul,
    body.product section.release-notes ol li ol,
    body.product section.research-areas .sections li ul li ul,
    body.product section.research-areas .sections li ul li ol,
    body.product section.research-areas .sections li ol li ul,
    body.product section.research-areas .sections li ol li ol {
      padding-left: 1.2em;
      margin: .3em 0;
      font-size: .9em;
      color: #59595b; }
    body.research section.features ul li:last-child, body.research section.features ol li:last-child,
    body.research section.release-notes ul li:last-child,
    body.research section.release-notes ol li:last-child,
    body.research section.research-areas .sections li ul li:last-child,
    body.research section.research-areas .sections li ol li:last-child,
    body.product section.features ul li:last-child,
    body.product section.features ol li:last-child,
    body.product section.release-notes ul li:last-child,
    body.product section.release-notes ol li:last-child,
    body.product section.research-areas .sections li ul li:last-child,
    body.product section.research-areas .sections li ol li:last-child {
      border: none; }
body.research section.features ol,
body.research section.release-notes ol,
body.research section.research-areas .sections li ol,
body.product section.features ol,
body.product section.release-notes ol,
body.product section.research-areas .sections li ol {
  list-style: decimal;
  margin-left: 1.4em; }
  body.research section.features ol li:before,
  body.research section.release-notes ol li:before,
  body.research section.research-areas .sections li ol li:before,
  body.product section.features ol li:before,
  body.product section.release-notes ol li:before,
  body.product section.research-areas .sections li ol li:before {
    display: none; }
  body.research section.features ol li ol,
  body.research section.release-notes ol li ol,
  body.research section.research-areas .sections li ol li ol,
  body.product section.features ol li ol,
  body.product section.release-notes ol li ol,
  body.product section.research-areas .sections li ol li ol {
    margin-left: 1.4em; }

@media (min-width: 440px) {
  footer .about {
    width: 100%; }
    footer .about hgroup {
      float: right;
      margin: 0;
      width: 65%; }
  footer .contact dt {
    clear: left;
    float: left;
    margin: 0 1em 1em 0;
    min-width: 4em;
    display: block; }
  footer .contact dd {
    clear: right;
    float: left;
    display: block;
    margin: 0 0 1em 0; }
    .lt-ie8 footer .contact dd {
      float: none; }
  footer nav li {
    float: left;
    padding-right: 10px;
    width: 33.33333%; }
    footer nav li:nth-child(n) {
      padding-right: 5px;
      padding-left: 5px; }
    footer nav li:first-child {
      padding-left: 0; }
    footer nav li:last-child {
      padding-right: 0; }

  body.research .bio-photo-wrapper img {
    right: 0; } }
@media (max-width: 509px) {
  header .logo a {
    background-image: url(../img/tvl-logo-281.gif); } }
@media (min-width: 510px) {
  header.main .logo {
    float: left;
    max-width: 260px;
    width: 40%; }
    header.main .logo a {
      background-image: url(../img/tvl-logo-260.gif); }

  header.main .open-nav {
    display: none;
    visibility: hidden; }
  header.main nav {
    clear: none;
    display: block;
    float: right;
    margin-top: 30px;
    width: 55%; }
    header.main nav li {
      float: left;
      padding-right: 10px;
      width: 50%; }
      header.main nav li:nth-child(n) {
        padding-right: 5px; }
      header.main nav li:nth-child(2n) {
        padding-left: 5px;
        padding-right: 0; }

  footer a.to-top {
    display: none; } }
@media (min-width: 600px) {
  footer .about {
    width: 48%;
    margin-right: 2%; }
    footer .about hgroup {
      width: 100%;
      float: left; }
  footer .contact {
    float: right;
    margin-left: 2%;
    width: 48%; }

  body.home .grid {
    background: url(../img/wireframe-logo.svg), url(../img/grid-pattern.png);
    background-repeat: no-repeat, repeat;
    background-position: 120% -130px, -20% 0;
    background-size: 60%, auto; }

  section.main-content h1 {
    font-size: 2em; }
    .home section.main-content h1 {
      font-size: 2.2em; }
  section.main-content .intro {
    font-size: 1.3em; }
  section.main-content nav {
    font-size: 1em; }
  section.main-content .jump-to-release-notes {
    clear: right;
    float: right; }

  body.product p.time {
    float: left;
    margin: 10px 0;
    width: 60%; }
  body.product .button-wrapper {
    float: right;
    width: 35%; }
    .lt-ie8 body.product .button-wrapper {
      width: 300px; }

  section.bio {
    padding-bottom: 30px; }

  body.research .bio-card {
    min-height: 389px; }
    body.research .bio-card .inner-wrapper {
      padding: 20px 52% 20px 20px; }
    body.research .bio-card .bio-photo-wrapper {
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 50%; }
      body.research .bio-card .bio-photo-wrapper img {
        max-height: 398px;
        height: 100%;
        right: -10%;
        top: 0; } }
@media (min-width: 790px) {
  body.home .box {
    width: 48%;
    margin: 0 1% 20px; }
    body.home .box:first-child {
      width: 49%;
      margin: 0 0 20px;
      float: left; }
    body.home .box:last-of-type {
      width: 49%;
      margin: 0 0 20px;
      float: right; }
  body.home .button {
    float: right;
    width: 49%; }

  body.home .grid {
    background-repeat: no-repeat, repeat;
    background-position: 90% -130px, -20% 0;
    background-size: 50%, auto; }

  footer .about {
    margin-right: 2%;
    max-width: 19em;
    width: 40%; }
    footer .about .name {
      float: right;
      width: 65%; }
    footer .about.has-photo {
      max-width: 100%; }
  footer .contact {
    float: left;
    margin: 0;
    width: 37%; }
  footer nav {
    clear: none;
    float: right;
    width: 21%; }
    footer nav li {
      float: left;
      margin-bottom: 10px;
      width: 100%; }
      footer nav li:nth-child(n) {
        padding: 0; }

  body.research .bio-card .inner-wrapper {
    padding-right: 62%; }
  body.research .bio-card .bio-photo-wrapper {
    width: 60%; }
    body.research .bio-card .bio-photo-wrapper img {
      right: 0; } }
@media (min-width: 820px) {
  section.main-content .box-list .box {
    clear: none;
    float: left;
    margin: 0 1% 20px;
    min-height: 14em;
    padding: 0 0 4em;
    width: 31%; }
    section.main-content .box-list .box:nth-child(3n + 1) {
      clear: left; }
    section.main-content .box-list .box .button {
      margin: 0;
      right: 20px;
      bottom: 20px;
      left: 20px;
      position: absolute; } }
@media (min-width: 960px) {
  .inner-wrapper {
    width: 960px;
    padding: 0 15px; }

  header.main nav {
    margin-top: 40px;
    width: 34em; }
    header.main nav li {
      float: left;
      padding-right: 10px;
      width: 25%; }
      header.main nav li:nth-child(n) {
        padding-right: 5px;
        padding-left: 5px; }
      header.main nav li:first-child {
        padding-left: 0; }
      header.main nav li:last-child {
        padding-right: 0; }

  body.home .main-content h1 {
    font-size: 3.5em; }
  body.home .main-content .intro {
    font-size: 2em; }

  body.product header h1 {
    font-size: 3.2em; }

  body.home .grid {
    background-repeat: no-repeat, repeat;
    background-position: 80% -230px, -20% 0;
    background-size: 600px, auto; }

  footer .about {
    width: 48%;
    margin-right: 2%; }
  footer .name h1 {
    font-size: 1.5em; }
  footer .contact {
    width: 30%; }
  footer nav {
    border-left: 1px solid #404041;
    padding-left: 1em;
    width: 9em; }

  .bio-card {
    margin: 0 auto;
    width: 960px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  header .logo a {
    background-image: url(../img/tvl-logo-2x.gif); } }
