/* Combined stylesheets
 * - normalize.css v8.0.1
 * - HTML5 Boilerplate v8.0.0
 * - Lasergraphics custom styles (unprefixed)
 */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

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

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

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

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

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

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

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

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************

  Lasergraphics styles and overides to html5boilerplate.css and normalize.css

 *****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************
 *****************************************************************************/
html {
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  overflow-x: hidden; /* fixes horizontal shifting problem on android browsers */
  font-family: sans-serif; /* Change the default font family in all browsers (opinionated). */
  line-height: 1.15; /* 1 */
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:focus {
  outline: none; /* Needed because Chrome styles outline */
}

h3 {
  margin-bottom: 0;
}

h3 + h4 {
  margin-top: 0;
}

p,
li {
  max-width: 40rem;
}

ul {
  padding-left: 1rem;
  margin-bottom: 0;
}

/* Selector order should be:
   :link
   :visited
   :focus
   :hover
   :active
*/   

a,
a:link {
  color: #0cf;
  text-decoration: underline;
}

a:visited {
  color: #0bf;
}

a:focus,
a:hover {
  color: #ff0;
}

a:active {
  color: #3c3;
}

@media only screen and (pointer: coarse) {
/* Assume touch screen device (e.g. mobile, tablet, etc.) and change all unembedded links to buttons */
  a,
  .product p {
    display: inline-block;
    padding: .5rem;
    color: #fff;
    background-color: #369;
  }

  .product p {
    height: 2rem;
  }

  a:link,
  a:visited,
  a:active {
    color: #fff;
  }

  a:active {
    background-color: #3c3;
  }

  .chronology tr td:first-child {
    vertical-align: middle;
  }
}

body {
  /* Don't set body background-color because FireFox styled scroll bar color to match */
  overflow-x: hidden; /* fixes horizontal shifting problem on android browsers */
}

body,
header,
main,
section,
aside,
footer {
  margin: 0;
  border: 0;
  padding: 0;
}

header {
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #555;
  width: 100%;
}

header > a:first-child {
  /* Link to LG home page */
  display: block;
  height: 3rem;
  padding: .4rem;
  text-decoration: none;
  background-color: transparent;
}

nav {
  position: absolute;
  top: 0;
  right: 0;
}

.modal-close,
nav label {
  /* Menu icon - &equiv; */
  display: block;
  background-color: #369;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.2rem;
  width: 2.2rem;
  margin: 0.5rem 0.5rem 0 auto;
}

nav label:before {
  content: '\25BC'; /* Unicode for Black Down-Pointing Traingle */
}

nav input:checked + label:before {
  content: '\25B2'; /* Unicode for Black Down-Pointing Traingle */
}

nav input:checked + label + ul {
  display: block;
  visibility: visible;
  opacity: 1;
  margin-top: 0.4rem;
  padding: 0;
  background-color: #555;
}

nav input:checked + label + ul li {
  display: block;
  visibility: visible;
  opacity: 1;
  padding: 0.4rem;
  padding-top: 0;
}

nav li > a {
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #369;
  padding: 0.5rem;
  white-space: nowrap;
  text-align: center;
}

nav input + label:active {
  color: #fff;
  background-color: #3c3;
}

input[type="reset"],
input[type="submit"] {
  display: inline-block;
  padding: 0.5rem;
  color: #fff;
  background-color: #369;
}

#page-title,
nav input,
nav ul,
nav li,
#menuitemselected {
  display: none;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

#sel-timezone {
  /* Only display GMT portion of option when selected */
  width: 6.5rem;
}

li > a,
p > a,
.product,
.NoLinkStyling {
  display: inline;
  white-space: normal;
  padding: 0;
  background-color: transparent;
  color: #fff;
}

.product {
  display: block; 
}

input[type="reset"]:focus,
input[type="submit"]:focus {
  color: #ff0;
}

li > a,
li > a:link,
li > a:visited,
p > a,
p > a:link,
p > a:visited,
nav a,
nav a:visited {
  color: #fff;
}

input[type="reset"]:active,
input[type="submit"]:active,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #fff;
  background-color: #369;
}

#pr li > a,
#pr li > a:link,
#pr li > a:visited,
#pr p > a,
#pr p > a:link,
#pr p > a:visited {
  color: #000;
  text-decoration: underline;
}

#pr p > a:focus,
#pr p > a:hover {
  color: #00f;
}

small {
  display: inline-block;
}

fieldset {
  margin: .2rem 0;
  border: 0;
  padding: .5rem;
  background-color: #333;
}

video {
  margin-top: 1rem;
  border: 1px solid white;
  width: 100%;
  max-width: 642px;
  height: auto;
}

video:hover {
  border-color: #ff0;
}

main {
  margin: 4rem .5rem 0 .5rem;
}

main > * {
  max-width: 40em;
  margin: 0 auto;
}

main div > ul {
  /* Spacing between primary ULs but not sub ULs */ 
  margin-bottom: .5rem;
}

main ul > li:first-of-type {
  list-style: none;
  margin-left: -1em;
  font-weight: bold;
}

main li > ul > li:first-of-type {
  /* Unbold heading of sub UL */
  list-style: disc outside none;
  font-weight: normal;
}

section,
aside,
footer {
  margin-top: 4rem;
}

main > section:first-of-type {
  margin-top: 0;
}    

:target {
  /* Shift element down to be below fixed header when linked via href #  */
  scroll-margin-top: 3rem;
}

section h2,
aside h2 {
  margin-bottom: 1rem;
  border-top: 1px solid #ffb700;
  color: #ffb700; 
}

section p,
section li {
  text-align: left;
}

footer {
  margin-bottom: 1rem;
  width: 100%;
}

footer div {
  text-align: center;
}

footer .legal {
  margin-top: 1rem;
}

input,
select,
option,
textarea {
  color: #000;
}

form {
  background-color: #666;
  margin: 0;
  border: 0;
  padding: .5rem;
}

form > h3 {
  /* Form title */
  margin: 0;
}

form label {
  display: block;
  white-space: nowrap;
  margin-right: .3rem;
}

form div label {
  /* Allow labels (for fields not within li elements)
     to be adjacent to it's corresponding input element */
  display: inline;
}

form ul {
  list-style-type: none;
  margin: 0;
  border: 0;
  padding: 0;
}

form li,
form ul > li:first-of-type,
form li > div {
  margin-left: 0;
  margin-top: .2rem;
  font-weight: normal;
}

form > div,
#product-interest div {
  margin-bottom: .2rem;
}

form span { white-space: nowrap; }

#Buttons { text-align: center; }

label[for^="ckb-"] {
  /* Ensure labels associated with checkbox input elements are adjacent */
  display: inline;
}

textarea {
  width: 100%;
}

figure {
  display: table;
  margin: 1rem;
  padding: 0;
  border: 0;
}

figcaption {
  font-size: .8rem;
  text-align: center;
  margin: 2px 0; 
}

table {
  margin-bottom: .5rem;
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid white;
}

table.noborders,
table.noborders th,
table.noborders td {
  border-style: none;
}

table caption {
  text-align: left;
  font-weight: bold;
}

table.rjlj,
table.rjlj th,
table.rjlj td {
 border: 0;
 margin: 0;
}

table.rjlj tr td:first-child {
  text-align: right;
  padding-right: .2rem;
  white-space: nowrap;
}

table.rjlj tr td:last-child {
  text-align: left;
}

.times { font-family: "Times New Roman", Times, serif; }

.subheader {
/*  padding-left: .5rem; */
  background-color: #666;
  margin-bottom: 1rem;
  text-align: center;
}

.subsection {
  margin-top: 3rem;
}

.kerning1 { letter-spacing: 1rem; }
.kerning2 { letter-spacing: 2rem; }
.kerning3 { letter-spacing: 3rem; }
.kerning4 { letter-spacing: 4rem; }

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #333;
  padding-top: 3rem;
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}

.modal-state:checked + .modal .modal-inner {
  top: 0;
}

.modal-inner {
  margin: .2rem;
  border: 2px solid white;
  padding: .8rem;
}

.modal-close:before {
  top: 0;
  content: '\2715';
}

.checkbox-list {
  margin: 0;
}

.chronology td {
  padding: 0 .5rem .5rem .5rem;
  vertical-align: top;
}

.chronology tr td:first-child {
  text-align: right;
  white-space: nowrap;
}

.hilite1 { color: #f00 }
.hilite2 { color: #f90 }
.hilite3 { color: #0ff }
.hilite4 { color: #ff0 }
.hilite5 { color: #fff }
.lolite1 { color: #999 }
.lolite2 { color: #ff0 }
.lolite3 { color: #666 }

a.enlargeable {
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: transparent;
}

a.enlargeable figcaption {
  color: #0cf;
  text-decoration: underline;
}

.magnify-icon {
  width: 5rem;
  font-size: 3rem;
  font-family: "Segoe UI Symbol";  /* required for bug in Firefox - can't change color of glyph */
  text-decoration: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 45%;
  transform: translateY(-45%);
}

.overlay {
  position: fixed;
  top: 4.3rem;
  bottom: 0; 
  left: 1rem;
/*  right: 0; */
  background: rgba(0, 0, 0, 0.7); 
  visibility: hidden;
  opacity: 0;
/*  height: 100vh; already specified for body element */
}

div.overlay {
  /* Explict div tag require to overide # default */
  width: calc(100vw - 3rem);
  height: calc(100vh - 150px);
}

.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.popup {
  position: relative;
  padding: 1rem;
  background-color: #000;
  outline: 1px solid #fff;
}

.popup .close {
  /* [X] Popup close button HTML Character &#9746; Ballot Box Checked */
  position: absolute;
  top: 0;
  right: 6px;
  font-size: 3rem;
  text-decoration: none;
  background-color: transparent;
}

.popcontent img {
  height: 100%;
}

.slogan {
  text-align: center;
  color: #ffb700;
  margin: 0;
}

h1.slogan {
  margin-top: 1rem;
}

.pre-section {
  border-top: 1px solid #ffb700;
  color: #ffb700;
  margin: 1rem;
}

.legal {
  font-size: 62%;
  color: #999;
}

.submission {
  display: flex;
  width: 100%;
}

.submission input[type="reset"],
.submission input[type="submit"] {
  align-self: flex-end;
  width: 5rem;
  margin-left: 1rem;
}

.colselected {
  background-color: #03a;
}

.FirstRow {
  max-width: 40rem;
}

.video-res-option {
  font-size: 70%;
  text-align: right;
  padding: 0;
  margin: 0;
}

#lglogo {
  height: 100%;
  max-width: 411px
}

#product .product {
  width: 100%;
}

#products a {
  margin-bottom: 1rem;
}

.product p {
  font-style: italic;
  text-decoration: underline;
  text-align: center;
  white-space: nowrap;
  position: relative;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30vw;
  margin: 0;
}

.item div {
  width: 100%;
  height: 100%;
  border: 1px solid blue;
}

main img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

h4#page-links {
  margin-top: 0;
  text-align: center;
  white-space: nowrap;
}

h4#page-links a {
  white-space: nowrap;
}

ul#page-links > li:first-of-type {
  list-style: unset;
  margin-left: unset;
  font-weight: unset;
}

ul#page-links a,
ul#page-links a:link {
  color: #0cf;
  text-decoration: underline;
}

ul#page-links a:visited {
  color: #0bf;
}

ul#page-links a:focus,
ul#page-links a:hover {
  color: #ff0;
}

#product-and-features div > ul > li:first-of-type {
  display: list-item;
  list-style-type: disc;
  margin-left: 0;
  font-weight: normal;
}

#product-and-features li {
  line-height: 1.5;
}

#product-and-features div > div {
  text-align: center;
  font-weight: bold;
}


/*
#product-summary ul:last-of-type li a,
#product-summary ul:last-of-type li a:link {
    color: #0cf;
}

*/

#features > div {
  max-width: 40rem;
}

#features h2 {
  margin-top: 5rem;
}

#specs div:last-of-type {
}
  
#specs div:last-of-type div {
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
}

#director #resolution p,
#scanstation #resolution p,
#archivist #resolution p {
  margin-top: 0;
  display: inline-block;
  text-align: center;
}

#director #resolution p {
  width: 33%;
}

#director #resolution p:nth-of-type(4),
#director #resolution p:nth-of-type(5),
#scanstation #resolution > p:nth-of-type(1),
#scanstation #resolution > p:nth-of-type(2) {
  width: 50%;
}

#director #resolution p:nth-of-type(6),
#director #resolution p:nth-of-type(7),
#ss-film-gauges p,
#scanstation #resolution > p:nth-of-type(3) {
  width: 100%;
}

#archivist #resolution p:nth-of-type(1) {
  width: 39%;
}

#archivist #resolution p:nth-of-type(2) {
  width: 42%;
}

#archivist #resolution p:nth-of-type(3) {
  width: 18%;
}

#ss-film-gauges {
  display: inline-block;
  max-width: 28%;
}

#ss-film-gauges p {
  text-align: center;
  margin-top: 0;
}

#ss-film-gauges p:nth-of-type(3) {
  margin-bottom: 0;
}

#ss-film-gauges + img {
  display: inline-block;
  max-width: 70%;
  float: right;
}

#area-scan-technology table,
#image-sensors table {
  margin: 0 auto;
  font-size: 0.7rem;
}

#area-scan-technology th,
#image-sensors th {
  vertical-align: top;
}

#area-scan-technology th:first-child,
#image-sensors th:first-child {
  text-align: left;
  vertical-align: top;
}

#area-scan-technology th:first-child p {
  text-align: left;
  white-space: normal;
  font-weight: normal;
  margin-top: 1rem;
}

#area-scan-technology img,
#image-sensors img {
  min-width: 8rem;
}

#area-scan-technology th p,
#image-sensors th p {
  margin: 0;
  white-space: nowrap;
  text-align: center;
}

#area-scan-technology table th,
#area-scan-technology table td,
#image-sensors table th,
#image-sensors table td {
  padding: .2rem;
}

#area-scan-technology tr td:first-child,
#image-sensors tr td:first-child {
  text-align: left;
}

#area-scan-technology tr td:nth-of-type(2) {
  background-color: red;
}

#area-scan-technology tr td:nth-of-type(3) {
  background-color: green;
}

#area-scan-technology td,
#image-sensors td {
  text-align: center;
  vertical-align: middle;
}

#resolution h2,
#hdr h2 {
  margin-bottom: 0;
} 

#resolution-aspect-ratio-comparison a {
  text-decoration: none;
}  

#resolution-aspect-ratio-comparison a div {
  border: 4px solid #fff;
  text-align: center;
  color: #fff;
} 

#resolution-aspect-ratio-comparison a p {
  text-decoration: underline;
}

#resolution-aspect-ratio-comparison a:hover div {
  color: #ff0;
  border-color: #ff0;
}

#resolution-aspect-ratio-comparison a:hover p {
  border-color: #ff0;
}

#objective-comparison figcaption { 
  margin-bottom: 1rem;
}

#director-vs-drygate,
#director-vs-wetgate {
  max-width: 441px;
  margin: 0 auto;
}

#print-vs-negative + small {
  width: 100%;
  text-align: center;
}

#directions div:first-of-type {
  margin-right: 1rem;
}

#directions table {
  margin: 0 auto 1rem;
}

#directions {
  text-align: center;
}

#directions ul,
#directions p {
  text-align: left;
}

#directions li a {
  color: #0cf;
}

#directions li a:visited {
  color: #0bf;
}

#thank-you p {
  text-align: center;
  color: #0f0;
}

#notice div {
  border: 2px solid #ffcc00;
  padding: 1rem;
}


#notice h2 {
  margin: 0;
  border: none;
  color: #ffcc00;
  text-align: center;
}

#notice a {
  display: block;
  text-align: center;
}

@media only screen and (pointer: fine) and (hover: hover), /* Only hover when not on touch screen */
       (-ms-high-contrast: none), (-ms-high-contrast: active) /* -ms tests added to enable hover for IE10+ */
{
  a:hover,
  li > a:hover,
  p > a:hover,
  nav label:hover,
  nav a:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .modal-close:hover {
    color: #ff0;
  }  

  nav label:hover,
  nav a:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #036;
  }

  a.enlargeable span.magnify-icon {
    visibility: hidden;
  }

  a.enlargeable:hover span.magnify-icon {
    visibility: visible;
  }
}  

#product-summary {
  font-size: 1.3rem;
  text-align: center;
  max-width: 100%;
}

#archivist #product-summary {
  text-align: left;
}

#feature-list ul,
#specs ul {
  margin-top: 0;
}

#film-registration-methods video:first-of-type {
  margin-bottom: 1rem;
}

#hdr .reveal {
  margin-bottom: 1rem;
}


#hdr figcaption:nth-of-type(2) {
  text-align: left;
}

#hdr-arri-a-2-flash p,
#hdr-arri-b-2-flash p {
  max-width: 100%;
  text-align: center;
  color: red;
}

#ssp-mock-table {
  position:absolute;
  width: 9rem;
  text-align: left;
  left: 0;
  top: 58%;
}

#tradeshows {
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

#pr {
  background-color: white;
  font-family: "Times New Roman", Times, serif;
  color: black;
  max-width: 99rem;
  margin: .5rem;
  padding: 1rem; 
}

#pr h2 {
  border: none;
  color: #000;
  margin-top: 0;
}

#pr > * {
  max-width: 35rem;
  margin: 0 auto 1rem auto;
}

#pr h2,
#pr h4,
#pr p:last-child {
  text-align: center;
}

#comparison table {
  font-size: .7rem;
  margin: 0 auto;
}

#comparison table th,
#comparison table td {
  padding: .2rem;
}

#comparison tr th:first-child,
#comparison tr td:first-child {
  text-align: left;
}

#comparison td {
  text-align: center;
  vertical-align: middle;
}

h4#page-links,
#comparison,
#films,
#customers,
#reel-world-use,
#lg-in-the-news {
  /* min-width required because of width calculating bug with flexbox in IE11 */
  min-width: 320px;
  width: 100%;
}

#reel-world-use figcaption {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

#reel-world-use video,
#reel-world-use img,
#reel-world-use p {
  margin-top: .5rem;
  margin-bottom: 0;
}

#films > a {
  display: block;
  margin-top: 1rem;
  text-align: center;
}

#films figcaption {
  margin-bottom: 1rem;
}

#about #lg-in-the-news {
  margin-top: 0;
}

#customers div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

#customers div > * {
  margin: 1.5rem;
}

#customers img {
  width: auto;
  max-width: 90%;
  max-height: 60px;
}

#lg-in-the-news div:last-child,
#films div:last-child {
  margin-top: 1rem;
  text-align: center;
}

#company {
  margin-bottom: 1rem;
}

#company-location {
  max-width: 16rem;
  text-align: center;
  margin: 0 auto;
}

#company-location table {
  margin: 0 auto;
}

#history p:nth-child(2),
#history p:nth-child(3),
#history p:nth-child(4),
#history p:nth-child(5) {
  max-width: 55rem;
}

#history figure {
  margin-top: 0;
}

#articles figure {
  display: block;
  width: 300px;
  padding: 10px;
  background-color: #555;
  margin: 0.5rem auto 0;
}

#articles img {
  margin: 0 auto;
}

#articles figcaption {
  font-size: medium;
  text-decoration: underline;
}

#articles p {
  margin-top: .5rem;
  font-size: 0.9rem;
}

#articles small {
  display: block;
  text-align: right;
  font-size: 70%;
}

#support-form,
#thank-you {
  max-width: 22rem;
  margin: 0 auto;
}

#contact-form {
  max-width: 45rem;
}

#support-form .telephone,
#contact-form .telephone {
  /* Must use ID because of specificity conflict later media queries */
  display: flex;
  margin-top: 0;
}

.telephone div label {
  display: block;
}

#txt-ext {
  width: 4rem;
}

label[for="num-ownlease"],
label[for="num-plantobuy"] {
  margin:0;
}

#num-ownlease,
#num-plantobuy {
  width: 2.5rem;
}

#form-received {
  padding-top:2rem;
  text-align: center;
}

#form-received h3 {
  color: #3CB371;
}

#other-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  /* min-width required because of width calculating bug with flexbox in IE11 */
  min-width: 320px;
  max-width: 100rem;
  margin: 1rem;
}

#other-info figure {
  margin: 1.5rem;
}

#other-info a {
  text-decoration: none;
  text-align: center;
  min-height: 160px;
  max-width: 24rem;
  margin: 1.5rem;
  padding: .5rem;
  border: 1px solid white;
  display: block;
}

#other-info img {
  margin-right: 1rem;
  float:left;
}

#other-info h2 {
  text-decoration: underline;
  text-align: left;
  margin: 0;
}

#other-info p {
  margin-top: .5rem;
  color: white;
  clear: right;
  text-align: left;
}

#scratch-reduction figure {
  margin: 1rem auto;
}

#reel-world-use h2 {
  margin-bottom: 0;
}

#reel-world-use figure {
  margin-left: 0;
  margin-right: 0;
}

#artwork section {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  justify-items: center;
  
}

#artwork {
  display: grid;
  grid-template-columns: minmax(0, 550px) minmax(min-content, max-content);
  grid-column-gap: 1rem;
}

#artwork > p {
  grid-column: 1 / span 3;
  grid-row: 1;
}

#artwork > div:first-of-type {
  grid-column: 1;
  grid-row: 2;
}

#artwork > div:nth-of-type(2) {
  grid-column: 1;
  grid-row: 3;
}

#artwork > div:nth-of-type(3) {
  grid-column: 2;
  grid-row: 2 / span 2;
}

#artwork > div:nth-of-type(4) {
  grid-column: 3;
  grid-row: 2 / span 2;
}
  
#artwork div {
/*
  display: inline-block;
  height: 700px;
  max-width: 275px;
*/
/*
  margin: 0 auto;
  border: 1px solid white;
  padding: .5rem;
  text-align: center;
*/
}

#artwork div p {
  text-align: center;
}

#artwork div p:first-of-type {
  font-size: 75%;
  white-space: nowrap;
}


/* ---------------------------------------------------------------------------- */
@media only screen and (min-width: 22rem) {
  header > a:first-child {
    height: 3.2rem;
  }
  
  main {
    margin-top: 4.2rem;
  }
}

/* ---------------------------------------------------------------------------- */
@media only screen and (min-width: 24rem) {  
}

/* ---------------------------------------------------------------------------- */
@media only screen and (min-width: 25rem) {
  #area-scan-technology table,
  #image-sensors table {
    font-size: 1rem;
  }
}

/* ---------------------------------------------------------------------------- */
@media only screen and (min-width: 27rem)  {
  header {
    display: flex;
    flex-wrap: nowrap; 
    align-items: center;
  }

  #page-title {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    opacity: 1;
    visibility: visible;
    width: calc(100% - 350px);
  }

  form li,
  form ul > li:first-of-type,
  form li div {
    display: flex;
    align-items: center;
  }

  form label[for^="ckb-"] {
    /* Overide form defaults */
    width: auto;
    margin-right: 1rem;
  }
    
  #support-form,
  #thank-you {
    max-width: 27rem;
  }

  #block1 li > label,
  #block1 li div:first-child > label,
  label[for="txt-serialno"] {
    width: 4.5rem;
    text-align: right;
  }

  #block2 li,
  #block2 li div {
    display: block;
  }


  #block2 li,
  #block2 li div {
    flex-flow: row nowrap;
  }

  #block2 li > label,
  #block2 li div:first-child > label {
    width: 11.5rem;
    text-align: right;
  }
}
  
/* ---------------------------------------------------------------------------- */
@media only screen and (min-width: 30rem)  {
  .float-left {
    float: left;
    margin-right: 1rem;
  }

  .float-right {
    float: right;
    margin-left: 1rem;
    margin-right: 0;
  }

  .product p {
    bottom: 10rem;
  }  

  #support-form .telephone,
  #contact-form .telephone {
    /* Must use ID because of specificity conflict in later media queries */
    display: flex;
  }

  .telephone div label {
    display: block;
  }

  .telephone div:last-child {
    margin-left: .2rem;
  }
}

/* ---------------------------------------------------------------------------- */
@media only screen and (min-width: 35rem)  {
  #directions {
    display: flex;
  }
  #comparison table {
    font-size: 1rem;
  }
}

/* ---------------------------------------------------------------------------- */
@media only screen and (min-width: 40rem) {
  header > a:first-child {
    height: 3.3rem;
  }

  #page-title {
    width: calc(100% - 365px);
  }

  #toplevel #page-title {
    /* Never show page title on top level pages (i.e. Products, Support, Contact, and About) when Menu Icon is disabled */
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  #toplevel nav label,
  #toplevel nav input {
    display: none;
    visibility: hidden;
    opacity: 0;
  }

  #toplevel nav {
    position: initial;
  }

  #toplevel nav ul,
  #toplevel nav input:checked + label + ul,
  #toplevel nav li,
  #toplevel nav input:checked + label + ul li,
  #toplevel #menuitemselected {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    white-space: nowrap;
  }

  #toplevel nav li {
    margin-right: .4rem;  
  }  

  #pr {
    max-width: 45rem;
    margin: 0 auto;
    padding-top: 4rem;
  }
 

  /* ---------------------------------------------------------------------------- */
  @media (pointer: fine) and (hover: hover), /* Only hover when not on touch screen */
         (-ms-high-contrast: none), (-ms-high-contrast: active) /* -ms tests added to enable hover for IE10+ */ {
    #toplevel nav a,
    #toplevel nav a:link {
      display: inline;
      color: #0cf;
      background-color: transparent;
      padding: 0;
    }

    #toplevel nav a:visited {
      color: #0bf;
    }  

    #toplevel nav a:focus,
    #toplevel nav a:active {
      background-color: transparent;
    }

    #toplevel nav a:hover {
      color: #ff0;
    }
  }    

  #toplevel {
    justify-content: space-between;
  }

  #toplevel label,
  #toplevel input {
    display: none;
    visibility: hidden;
    opacity: 0;
  }

  #toplevel nav {
    position: initial;
  }

  #toplevel nav ul,
  #toplevel nav li,
  #menuitemselected {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    white-space: nowrap;
  }

  @media only screen and (pointer: coarse) { /* Keep margins between buttons on toplevel navbar */
    #menuitemselected,
    #toplevel nav li {
      margin-right: .4rem;
    }      
  }
 
  main {
    margin-top: 4.3rem;
  }

  #film-registration-methods {
    max-width: 100%;
  }

  #film-registration-methods section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    justify-items: center;
  }

  #film-registration-methods h3:first-of-type {
    margin-top: 0;
  }

  .product { display: block; }

  #history h3 {
    margin-top: 0;
  }

  #pr {
    padding-top: 2rem;
  }

  #about-lg #company-location {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}


/* ---------------------------------------------------------------------------- */
@media only screen and (min-width: 43rem) {
  #articles,
  #films div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    /* space-between required because not all browsers support space-evenly yet */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    /* space-around required because not all browsers support space-evenly yet */
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    -o-justify-content: space-evenly;
    justify-content: space-evenly;
  }

  #articles figure {
    position: relative;
    margin: 0;
    height: 30rem;
  }


  #articles,
  #films div {
    column-gap: 0.5rem;
    row-gap: 1rem;
  }  
  
  #films figcaption {
    margin-bottom: 0;
  }
  
  #articles small {
    position: absolute;
    right: .5rem;
    bottom: .5rem;
  }

  #pr {
    padding-top: 3rem;
  }

  #support-form,
  #thank-you  {
    max-width: 40rem;
    margin: 0;
  }

  #contact-info,
  #tech-support {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0.5rem;
    place-content: center;
  }

  #notice {
    grid-column: 1;
    grid-row: 2;
    max-width: 27rem;
  }

  #company {
    grid-column: 1;
    grid-row: 1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  #contact-form {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  #support-form {
    grid-column: 2;
    grid-row: 1 / span 3;
  }
}

/* ---------------------------------------------------------------------------- */
@media only screen and (min-width: 48rem) {
 .product p {
    bottom: 10vw;
  }

  #pr {
    width: 45rem;
    margin: 0 auto;
    padding-top: 4rem;
  }

/* ---------------------------------------------------------------------------- */
  @media (pointer: fine) and (hover: hover), /* Only hover when not on touch screen */
         (-ms-high-contrast: none), (-ms-high-contrast: active) /* -ms tests added to enable hover for IE10+ */ {

    /* ---------------------------------------------------------------------------- */
    @media (hover: hover), /* Only hover when not on touch screen */
           (-ms-high-contrast: none), (-ms-high-contrast: active) /* -ms tests added to enable hover for IE10+ */ {
      a:hover,
      nav a:hover {
        color: #ff0;
        background-color: transparent;
      }
    }
    
    #products:hover a {
      opacity: 0.50;
    }

    #products a:hover {
      opacity: 1.0;
    }
  }

  #products {
  /* Content area calculated using Chrome browser on 1920x1080 display
     right scrollbar: 20px
     Chrome header height: 89px
     LG header: 66px
     margin from header: 0px
     windows taskbar: 32px
     max content width less right scrollbar: 1900px (1920-20) or 98vw
     max viewable content height: 959px (1080-(89+32)) or 97vh
     max image width (including embeded graphic margins): 475px (1900/4)
     max image height: 893px (1080-(89+66+32))
  */   
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    width: 100%; 
    column-gap: 2em;
/*    max-height: 893px; */
  }

  #products .product {
    flex-grow: 1;
  }
}

/* ---------------------------------------------------------------------------- */
@media only screen and (min-width: 50rem) {
  main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: initial;
    align-items: flex-start;
    /* Required for IE10-11 vh bug */
      flex: 1 0 auto;
    /******************************/
  }

  main > * {
    max-width: 84em;
  }

  nav label,
  nav input {
    display: none;
    visibility: hidden;
    opacity: 0;
  }

  nav {
    position: initial;
  }

  nav ul,
  nav input:checked + label + ul,
  nav li,
  nav input:checked + label + ul li,
  #menuitemselected {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    white-space: nowrap;
  }

  nav li {
    margin-right: .4rem;  
  }  

  /* ---------------------------------------------------------------------------- */
  @media (pointer: fine) and (hover: hover), /* Only hover when not on touch screen */
         (-ms-high-contrast: none), (-ms-high-contrast: active) /* -ms tests added to enable hover for IE10+ */ {
    nav a,
    nav a:link {
      display: inline;
      color: #0cf;
      background-color: transparent;
      padding: 0;
    }

    nav a:visited {
      color: #0bf;
    }  

    nav a:focus,
    nav a:active {
      background-color: transparent;
    }

    nav a:hover {
      color: #ff0;
    }
  }    

  nav {
    position: initial;
  }

  nav ul,
  nav li,
  #menuitemselected {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    white-space: nowrap;
  }

  @media only screen and (pointer: coarse) { /* Keep margins between buttons on toplevel navbar */
    #menuitemselected,
    #toplevel nav li {
      margin-right: .4rem;
    }      
  }

  #products {
  }

  #product-and-features {
    display: grid;
    grid-template-columns: minmax(0, 550px) minmax(min-content, max-content);
    grid-column-gap: 1rem;
  }

  #product-and-features #product-image {
    grid-column: 1;
    grid-row: 1 / span 5;
  }

  #product-summary {
    max-width: 50rem;
  }

  #product-and-features #product-name {
    grid-column: 2;
    grid-row: 1;
  }

  #product-and-features h1.slogan {
    grid-column: 2;
    grid-row: 2;
  }

  #product-and-features h3.slogan {
    grid-column: 2;
    grid-row: 3;
  }

  #product-and-features > div {
    grid-column: 2;
    grid-row: 4;
    margin-top: 0;
    max-width: 40rem;
  }

  #archive {
    max-width: 100%;
  }

  #features,
  #objective-comparison,                      
  #reel-world-use,
  #specs,
  #prnews {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 6vw;
  }

  #objective-comparison,                      
  #reel-world-use,
  #specs,
  #prnews {
    grid-column-gap: 2vw;
  }

  #prnews tr { vertical-align: top; }

  #specs div:last-of-type {
    grid-column: 1 /span 2;
    grid-row: 3;
  }
  
  #features + div,
  #reel-world-use + div,
  #specs + div {
    align-self: end;
  }
    
  #objective-comparison h2,                       
  #reel-world-use h2,
  #specs h2 {
    grid-column: 1 / span 2;
  }

  #objective-comparison > div:nth-of-type(2) p:first-of-type { 
    margin-top: 0;
  }

  #objective-comparison > div:nth-of-type(3), 
  #objective-comparison > div:last-of-type { 
    grid-column: 1 / span 2;
    justify-self: center;
  }

  .slogan {
    text-align: center;
  }

  #feature-list > ul,
  /* #specs > div */ {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }

  #menuitemselected {
    display: inline;
    visibility: visible;
    opacity: 1;
  }

/*  #tech-support, */
  #contact-info {
    margin-right: 1rem;
  }

  #pr h2 {
    width: 35rem;
  }

  #pr > * {
    width: 35rem;
  }
}

/* ---------------------------------------------------------------------------- */
@media only screen and (min-width: 63rem) {
  #comparison td {
    font-size: initial;
  }

  #page-title {
    font-size: 1.3rem;
  }
}


/* ---------------------------------------------------------------------------- */
@media only screen and (min-width: 70rem) {
 .chronology tr td:first-child {
    padding: 0 .5rem 0 0;
  }
}

/* ---------------------------------------------------------------------------- */
@media only screen and (min-width: 80rem) {
  #product-and-features {
    grid-column-gap: 4rem;
  }

  #films div,
  #customers div {
    flex: 1 0;
  }
}

/* ---------------------------------------------------------------------------- */
@media only screen and (min-width: 90rem) { 
  .FirstRow + section {
    margin-top: 4rem;
  }

 .product p {
    bottom: 9rem;
  }

  #film-registration-methods section {
    grid-template-columns: 40rem 40rem;
  }
}

/* ---------------------------------------------------------------------------- */
@media only screen and (min-width: 100rem) {
  #about {
    flex-flow: row nowrap;
    /* space-around required because not all browsers support space-evenly yet */
    justify-content: space-around;
    justify-content: space-evenly;
    justify-content: center;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  #about-lg {
    flex: 0 0 55rem;
  }

  #about #lg-in-the-news h2,
  #about #lg-in-the-news {
    width: 40.5rem;
    margin-top: 0;
  }

  #articles {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 120rem) {
  #about {
    max-width: 120rem;
  }
  
  #about #lg-in-the-news h2,
  #about #lg-in-the-news {
    width: 61rem;
  }
}

