@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {
  box-sizing: border-box; }

html {
  font-family: 'Lato', 'Helvetica', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@-ms-viewport {
  zoom: 1; }
@-o-viewport {
  zoom: 1; }
@viewport {
  zoom: 1; }
img {
  max-width: 100%; }

video {
  max-width: 100%; }

.hideme {
  display: none;
  visibility: hidden; }

.category {
  display: inline-block;
  color: #f9f9f9;
  background-color: #999;
  border: 2px solid #666;
  border-radius: 2px;
  font-size: 0.8em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.87);
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 0 0 3px;
  opacity: 0.7; }
  .category:hover {
    opacity: 1; }
  .category abbr {
    display: block;
    height: 100%;
    width: 100%;
    padding: 3px 5px;
    border-bottom: 0;
    text-decoration: none; }
    .category abbr:hover {
      cursor: default; }

.cat-O {
  background-color: #A33434;
  border-color: #902e2e; }

.cat-N {
  background-color: #CC3232;
  border-color: #b82d2d; }

.cat-B {
  background-color: #EC5D0D;
  border-color: #d4530c; }

.cat-CC {
  background-color: #345095;
  border-color: #2d4682; }

.cat-GF {
  background-color: #353175;
  border-color: #2d2963; }

.cat-NC {
  background-color: #33839D;
  border-color: #2d738a; }

.cat-F {
  background-color: #3D86A7;
  border-color: #367794; }

.cat-Ge {
  background-color: #2C9FCC;
  border-color: #278fb7; }

.cat-BC {
  background-color: #96508D;
  border-color: #85477d; }

.cat-Ga {
  background-color: #9EA94E;
  border-color: #8e9846; }

.cat-C {
  background-color: #E5AA23;
  border-color: #d59c19; }

.cat-W {
  background-color: #E17F02;
  border-color: #c87102; }

.cat-M {
  background-color: #C93A83;
  border-color: #b73276; }

.cat-X {
  background-color: #4A4A4A;
  border-color: #3d3d3d; }

.columns:after {
  content: '';
  clear: both;
  display: block; }

.col2 {
  width: 50%;
  float: left; }
  .col2:nth-of-type(odd) {
    padding-right: 20px; }
  .col2:nth-of-type(even) {
    padding-left: 20px; }
  @media only screen and (max-width: 650px) {
    .col2 {
      width: 100%; }
      .col2:nth-of-type(even), .col2:nth-of-type(odd) {
        padding: 0; } }

@media only screen and (max-width: 650px) {
  .smaller .col2 {
    width: 50%; } }
article {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 20px 40px;
  color: #2a2a2a;
  line-height: 1.4rem;
  background-color: #f9f9f9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; }
  @media only screen and (max-width: 650px) {
    article {
      width: 100%; } }
  @media only screen and (max-width: 650px) {
    article {
      padding: 20px; } }

.pageContents {
  width: 40%;
  max-width: 180px;
  float: right;
  margin: 0 0 1.4rem 1.4rem;
  padding: 5px;
  color: #555;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 2px 2px 1px #fff; }
  .pageContents h3 {
    padding-left: 1.3rem;
    font-size: 0.9rem;
    margin-bottom: 0; }

ul.index {
  margin: 0 0 0.35rem;
  padding: 0 0 0 20px;
  font-size: 0.8em;
  line-height: 1.2em;
  list-style: none; }
  ul.index li {
    line-height: 1.2em;
    margin-bottom: 0.3em; }
    ul.index li::before {
      content: '•';
      display: inline-block;
      width: 40px;
      margin-left: -45px;
      padding-right: 5px;
      text-align: right; }
    ul.index li.noBullet::before {
      content: '';
      counter-increment: none; }

.alphanav {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  text-align: center;
  list-style: none; }
  .alphanav .category {
    opacity: 1;
    font-size: 0.9em;
    border-width: 1px; }
    .alphanav .category abbr:hover {
      background-color: rgba(255, 255, 255, 0.3);
      cursor: pointer; }
  .alphanav li {
    display: inline-block;
    margin: 1px 0; }
    .alphanav li a {
      display: block;
      height: 100%;
      width: 100%;
      padding: 4px 5px 3px;
      color: #f9f9f9;
      line-height: 1em;
      background-color: #357983;
      border: 1px solid #3c7488;
      border-radius: 3px; }
      .alphanav li a:hover {
        background-color: #4c92ab;
        text-decoration: none; }
  @media only screen and (max-width: 650px) {
    .alphanav {
      font-size: 1.2em; }
      .alphanav .category {
        font-size: 1em;
        margin: 1px 0 1px 3px; } }

section {
  margin-bottom: 1.4rem; }

input,
textarea {
  width: 100%;
  margin-bottom: 0.7rem;
  padding: 10px;
  font-size: 1em;
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 5px; }

label {
  padding-left: 20px;
  font-size: 0.9em;
  text-transform: uppercase; }

.button {
  color: #f9f9f9;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  background-color: #357983;
  border: 0;
  box-shadow: inset 3px 3px 0 rgba(255, 255, 255, 0.3), inset -3px -3px 0 rgba(0, 0, 0, 0.2); }
  .button:hover {
    background-color: #3c7488; }
  .button:active {
    box-shadow: none; }

body {
  background-color: #2a2a2a;
  color: #fff; }

hr {
  margin: 1.4rem 0;
  border: 0;
  border-bottom: 1px dashed #555; }

blockquote {
  max-width: 500px;
  margin: 0 40px 0.7rem;
  font-style: italic; }
  blockquote p {
    margin-bottom: 0.35rem;
    line-height: 1.3em; }
  blockquote i {
    font-size: 0.9em;
    font-style: normal; }

.clearfix {
  clear: both; }

.msg {
  width: 80%;
  margin: 0.7rem auto;
  padding: 20px 40px;
  color: #f9f9f9;
  font-size: 1.1em;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #fff;
  border-radius: 5px; }
  @media only screen and (max-width: 650px) {
    .msg {
      padding: 20px; } }
  .msg.error {
    background-color: #c65451; }
  .msg.success {
    background-color: #76aa52; }
  .msg a {
    color: #fff;
    text-decoration: underline; }
    .msg a:hover {
      color: rgba(255, 255, 255, 0.8);
      -webkit-text-decoration-color: #fff;
              text-decoration-color: #fff; }

.nobtm {
  margin-bottom: 0; }

.xtratop {
  margin-top: 1.4rem; }

.txtRight {
  text-align: right; }

.smaller {
  font-size: 0.9em; }

.hilite {
  font-size: 1.2em; }

.imgleft {
  float: left;
  margin-right: 20px; }

.imgright {
  float: right;
  margin-left: 20px; }

.mobileOnly {
  display: none; }
  @media only screen and (max-width: 650px) {
    .mobileOnly {
      display: block; } }

.mobileHide {
  display: block; }
  @media only screen and (max-width: 650px) {
    .mobileHide {
      display: none; } }

a.note {
  color: #974a3d; }
  a.note:hover {
    color: #999; }

p.note,
span.note {
  font-size: 0.9em;
  color: #5d5d5d;
  line-height: 1.4em;
  text-indent: -0.7em;
  padding-left: 0.7em; }

header {
  position: relative;
  height: 102px;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  font-family: "Play", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  background-image: url("../images/head2.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  border-bottom: 1px solid #2a2a2a; }
  @media only screen and (max-width: 650px) {
    header {
      width: 100%; } }
  header .text {
    position: absolute;
    left: 40px;
    bottom: 20px;
    text-shadow: 1px 1px 5px #2a2a2a; }
    @media only screen and (max-width: 650px) {
      header .text {
        left: 20px;
        bottom: 13.3333333333px; } }
    header .text h1 {
      margin: 0;
      font-size: 2.5em;
      line-height: 0.8em; }
      header .text h1 a {
        color: #fff;
        text-decoration: none; }
        header .text h1 a:hover {
          color: #cccccc; }
    header .text p {
      margin: 0;
      color: #bfbfbf; }
      @media only screen and (max-width: 650px) {
        header .text p {
          color: #fff; } }

a {
  color: #357983;
  font-weight: bold;
  text-decoration: none; }
  a:hover {
    color: #3c7488;
    text-decoration: underline;
    -webkit-text-decoration-color: #357983;
            text-decoration-color: #357983; }

a img:not(.noborder) {
  border: solid 1px #2a2a2a;
  margin: 0 1px; }
  a img:not(.noborder):hover {
    border-color: #974a3d; }

.btntgl {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 20px;
  padding: 2px 5px;
  color: #f9f9f9;
  font-size: 0.7em;
  line-height: 1em;
  background-color: #476b71;
  border: 1px solid #506b74;
  border-radius: 3px; }
  .btntgl:hover {
    background-color: #648693; }

ul.models {
  margin: 0 0 2.1rem 31px;
  padding: 0;
  list-style: none; }
  ul.models li {
    line-height: 1.05rem;
    vertical-align: top; }
  ul.models img {
    height: 25px;
    width: 25px;
    margin: 0 6px 0.35rem -31px;
    vertical-align: middle;
    border-radius: 3px; }

.modelThumb,
a img.modelThumb {
  float: left;
  margin-right: 5px; }

.modeldata {
  line-height: 1.1em; }
  .modeldata + .modeldata {
    margin-top: 0.7rem; }
  @media only screen and (max-width: 650px) {
    .modeldata .col2 {
      margin-top: 0.7rem; } }
  .modeldata b {
    font-family: "Play", "Helvetica", "Arial", sans-serif;
    font-size: 0.9em;
    text-transform: uppercase; }
  .modeldata ul {
    margin: 0;
    margin-left: 1.1em;
    padding: 0;
    list-style: none; }
  .modeldata li {
    position: relative;
    margin-bottom: 0.3em;
    line-height: 1em; }
    .modeldata li:before {
      content: '→';
      position: absolute;
      left: -1.1rem;
      display: inline-block;
      font-size: 0.8em; }

nav {
  font-family: "Play", "Helvetica", "Arial", sans-serif;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  color: #555;
  font-size: 1.3em;
  background-color: #e6e6e6;
  text-shadow: 1px 1px 0 #eee; }
  @media only screen and (max-width: 650px) {
    nav {
      width: 100%; } }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  nav li {
    float: left;
    width: 33.3333%;
    line-height: 1.8em;
    text-align: center;
    border-bottom: 1px solid #888;
    border-top: 1px solid #fff; }
    nav li.small {
      width: 25%;
      background-color: #eee;
      font-size: 0.8em; }
    @media only screen and (max-width: 650px) {
      nav li {
        width: 100%;
        font-size: 0.8em; }
        nav li.small {
          width: 50%; } }
    nav li a {
      display: block;
      color: #974a3d;
      text-decoration: none; }
      nav li a:hover {
        color: #999;
        text-decoration: none;
        background-color: #ccc; }
      nav li a.active {
        color: #555; }

table {
  width: 100%;
  margin-top: 1.05rem;
  border: 1px solid #ccc; }
  table tr:nth-child(even) {
    background-color: #e6e6e6; }
  table thead {
    background-color: #cdcdcd; }
  table th {
    padding: 0 15px;
    font-family: "Play", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc; }
  table td {
    padding: 10px 15px;
    border: 0;
    vertical-align: top; }
    table td:last-of-type {
      font-size: 0.9rem;
      border-left: 1px solid #ccc; }

body {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 0.9rem; }
  @media only screen and (max-width: 650px) {
    body {
      font-size: 0.99rem; } }

h1, h2, h3,
p {
  margin: 0 0 0.7rem; }

h1, h2, h3 {
  font-family: "Play", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.2em; }

.notes {
  font-size: 0.8em;
  line-height: 1.4em; }
