/* normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

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

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
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;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/*
 * Base
 */
html {
  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 87.5%;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body {
  color: #545454;
  min-width: 320px;
}
body.offcanvas-left-visible, body.offcanvas-right-visible {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

html,
body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6,
p, pre, blockquote, ol, ul, dl, dd {
  margin: 0;
}

ol, ul {
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: #324fe1;
}

img {
  vertical-align: middle;
}

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

label {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

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

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

#js-mediaquery:after {
  content: 'full';
  display: none;
}
@media screen and (max-width: 800px) {
  #js-mediaquery:after {
    content: 'medium';
  }
}
@media screen and (max-width: 480px) {
  #js-mediaquery:after {
    content: 'small';
  }
}

/*
 * Text
 */
.common-article h1 {
  font-size: 200%;
  line-height: 1.29;
  font-weight: normal;
}

.accessibility-article h1 {
  font-size: 200%;
  line-height: 1.29;
  font-weight: normal;
}

.vision-article h1 {
  font-size: 200%;
  line-height: 1.29;
  font-weight: normal;
  margin: 0.8em 0 0.5em;
}

.sitemap-item .heading, .accessibility-article h2 {
  font-size: 142.86%;
  line-height: 1.2;
  font-weight: normal;
}

.common-article h3 {
  font-size: 114.29%;
  line-height: 1.5;
}

.accessibility-article h3 {
  font-size: 114.29%;
  line-height: 1.5;
}

.date-heading, .list .feed-item .heading, .accessibility-article h4 {
  font-size: 100%;
  line-height: 1.5;
}

.sitemap-item .body ul {
  font-size: 100%;
  line-height: 1.29;
}

.alert-heading, .feed-detail .article-body, .noscript-content p {
  font-size: 100%;
  line-height: 1.72;
}

.list .feed-item .author-name, .feed-detail .date-link, .breadcrumbs {
  font-size: 85.72%;
  line-height: 1.34;
}

.list .feed-item .author-name, .feed-detail .date-link {
  color: gray;
}

.alert-body {
  font-size: 85.72%;
  line-height: 1.75;
}

.alert-body {
  color: gray;
}

.copyright, .list .feed-item .category, .list .feed-item .date {
  font-size: 71.43%;
  line-height: 1.4;
}

.copyright, .list .feed-item .category, .list .feed-item .date {
  color: gray;
}

.primary-nav, .feed-nav-tabs {
  font-size: 100%;
  line-height: 1.29;
}

.slideshow-slides .title {
  font-size: 114.29%;
  line-height: 1.5;
  font-weight: bold;
}

/*
 * Nav
 */
.primary-nav a, .feed-nav-tabs a {
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
}

.primary-nav .label, .feed-nav-tabs .label {
  display: block;
  padding: 16px 50px;
  min-height: 18px;
  _height: 18px;
}

.primary-nav .icon, .feed-nav-tabs li.item-category .icon, .feed-nav-tabs li.item-date .icon {
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
}

/*
 * Media blocks
 */
.list .feed-item {
  *zoom: 1;
  position: relative;
}
.list .feed-item:before, .list .feed-item:after {
  content: " ";
  display: table;
}
.list .feed-item:after {
  clear: both;
}

/*
 * Buttons
 */
.toggle-nav, .feed-nav-tabs li.item-reload .button-reload, .feed-nav-catselector .category-submit, .feed-nav-search .search-submit, .feed-detail-container .close-button {
  background-color: transparent;
  border-width: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.toggle-nav:hover, .feed-nav-tabs li.item-reload .button-reload:hover, .feed-nav-catselector .category-submit:hover, .feed-nav-search .search-submit:hover, .feed-detail-container .close-button:hover, .toggle-nav:focus, .feed-nav-tabs li.item-reload .button-reload:focus, .feed-nav-catselector .category-submit:focus, .feed-nav-search .search-submit:focus, .feed-detail-container .close-button:focus, .toggle-nav:active, .feed-nav-tabs li.item-reload .button-reload:active, .feed-nav-catselector .category-submit:active, .feed-nav-search .search-submit:active, .feed-detail-container .close-button:active {
  text-decoration: none;
}
[aria-disabled="true"].toggle-nav, .feed-nav-tabs li.item-reload [aria-disabled="true"].button-reload, .feed-nav-catselector [aria-disabled="true"].category-submit, .feed-nav-search [aria-disabled="true"].search-submit, .feed-detail-container [aria-disabled="true"].close-button, [disabled].toggle-nav, .feed-nav-tabs li.item-reload [disabled].button-reload, .feed-nav-catselector [disabled].category-submit, .feed-nav-search [disabled].search-submit, .feed-detail-container [disabled].close-button {
  cursor: default;
}
.toggle-nav::-moz-focus-inner, .feed-nav-tabs li.item-reload .button-reload::-moz-focus-inner, .feed-nav-catselector .category-submit::-moz-focus-inner, .feed-nav-search .search-submit::-moz-focus-inner, .feed-detail-container .close-button::-moz-focus-inner {
  border-width: 0;
  padding: 0;
}

/*
 * Icons
 */
.primary-nav .icon, .slideshow-slides .title .icon, .feed-detail .permalink .icon-after, .sitemap-item .body a .icon, .feed-nav-tabs li.item-category .icon, .feed-nav-tabs li.item-date .icon, .feed-nav-catselector .feed-category-item.checked .icon, .yui3-calendarnav-prevmonth, .yui3-calendarnav-nextmonth, .feed-detail .permalink .icon-before, .slideshow-indicator a {
  display: inline-block;
  line-height: 0;
  vertical-align: top;
}

.primary-nav .icon, .slideshow-slides .title .icon, .feed-detail .permalink .icon-after, .sitemap-item .body a .icon, .feed-nav-tabs li.item-category .icon, .feed-nav-tabs li.item-date .icon, .feed-nav-catselector .feed-category-item.checked .icon, .yui3-calendarnav-prevmonth, .yui3-calendarnav-nextmonth, .feed-detail .permalink .icon-before, .slideshow-indicator a {
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .backgroundsize .primary-nav .icon, .primary-nav .backgroundsize .icon, .backgroundsize .slideshow-slides .title .icon, .slideshow-slides .title .backgroundsize .icon, .backgroundsize .feed-detail .permalink .icon-after, .feed-detail .permalink .backgroundsize .icon-after, .backgroundsize .sitemap-item .body a .icon, .sitemap-item .body a .backgroundsize .icon, .backgroundsize .feed-nav-tabs li.item-category .icon, .feed-nav-tabs li.item-category .backgroundsize .icon, .backgroundsize .feed-nav-tabs li.item-date .icon, .feed-nav-tabs li.item-date .backgroundsize .icon, .backgroundsize .feed-nav-catselector .feed-category-item.checked .icon, .feed-nav-catselector .feed-category-item.checked .backgroundsize .icon, .backgroundsize .yui3-calendarnav-prevmonth, .backgroundsize .yui3-calendarnav-nextmonth, .backgroundsize .feed-detail .permalink .icon-before, .feed-detail .permalink .backgroundsize .icon-before, .backgroundsize .slideshow-indicator a, .slideshow-indicator .backgroundsize a {
    background-image: url(../img/sprites@2x.png);
    background-size: 50px auto;
  }
}

.primary-nav .icon, .slideshow-slides .title .icon, .feed-detail .permalink .icon-after, .sitemap-item .body a .icon {
  background-position: 0 0;
  width: 16px;
  height: 16px;
}

.slideshow-slides a:hover .title .icon, .feed-detail .permalink:hover .icon-after, .sitemap-item .body a:hover .icon {
  background-position: 0 -20px;
  width: 16px;
  height: 16px;
}

.no-touch .primary-nav a:hover .icon {
  background-position: 0 -40px;
  width: 16px;
  height: 16px;
}

.feed-nav-tabs li.item-category .icon, .feed-nav-tabs li.item-date .icon {
  background-position: 0 -60px;
  width: 16px;
  height: 16px;
}

.feed-nav-tabs li.item-category a:hover .icon, .feed-nav-tabs li.item-date a:hover .icon {
  background-position: 0 -80px;
  width: 16px;
  height: 16px;
}

.feed-nav-tabs li.item-category a.active .icon, .feed-nav-tabs li.item-date a.active .icon {
  background-position: 0 -100px;
  width: 16px;
  height: 16px;
}

.feed-nav-catselector .feed-category-item.checked .icon {
  background-position: -20px 0;
  width: 24px;
  height: 24px;
}

.yui3-calendarnav-prevmonth {
  background-position: -110px 0;
  width: 50px;
  height: 50px;
}

.yui3-calendarnav-nextmonth {
  background-position: -110px -60px;
  width: 50px;
  height: 50px;
}

.feed-detail .permalink .icon-before {
  background-position: 0 -120px;
  width: 12px;
  height: 12px;
}

.slideshow-indicator a {
  background-position: 0 -160px;
  width: 16px;
  height: 16px;
}

.slideshow-indicator a.active {
  background-position: 0 -180px;
  width: 16px;
  height: 16px;
}

/*
 * Page wrapper
 */
.page-wrapper-outer {
  position: relative;
  overflow: hidden;
}
.no-js .page-wrapper-outer {
  display: none;
}

.page-wrapper-inner {
  -webkit-transition: left 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  position: relative;
  left: 0;
}
@media screen and (max-width: 800px) {
  .js .offcanvas-left-visible .page-wrapper-inner {
    left: 210px;
  }
}
.offcanvas-right-visible .page-wrapper-inner {
  left: -630px;
}
@media screen and (max-width: 630px) {
  .offcanvas-right-visible .page-wrapper-inner {
    left: -100%;
  }
}

/*
 * Page header
 */
.page-header {
  border-bottom: 1px solid #e6e6e6;
  width: 210px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
@media screen and (min-width: 801px) and (min-height: 644px) {
  .page-header {
    position: fixed;
  }
}
@media screen and (max-width: 800px) {
  .js .page-header {
    -webkit-transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: left, right;
    transition-property: left, right;
    background-color: white;
    border-bottom-color: #cccccc;
    width: auto;
    position: fixed;
    right: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 800px) {
  .js .offcanvas-left-visible .page-header {
    left: 210px;
    right: -210px;
  }
}
.offcanvas-right-visible .page-header {
  z-index: 3;
}

/* Site logo */
.site-logo {
  text-align: center;
  padding-top: 66px;
  padding-bottom: 56px;
}
.site-logo a {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .js .site-logo {
    padding: 0;
  }
  .js .site-logo img {
    width: auto;
    height: 50px;
  }
}

/* Toggle nav button */
.toggle-nav {
  display: none;
}
@media screen and (max-width: 800px) {
  .js .toggle-nav {
    border-right: 1px solid #e6e6e6;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
}

/*
 * Page sidebar
 */
.page-sidebar {
  background-color: white;
  border-right: 1px solid #cccccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 801px) and (min-height: 644px) {
  .page-sidebar {
    position: fixed;
    height: 100%;
  }
}
.offcanvas-right-visible .page-sidebar {
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .js .page-sidebar {
    overflow: auto;
    height: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 800px) {
  .js .offcanvas-left-visible .page-sidebar {
    position: fixed;
  }
}

.page-sidebar-inner {
  width: 210px;
}

/* Primary nav */
.primary-nav ul {
  padding-top: 192px;
}
.primary-nav li {
  border-bottom: 1px solid #e6e6e6;
}
.primary-nav li.has-small .label {
  padding-top: 8px;
  padding-bottom: 8px;
}
.primary-nav .label {
  padding-left: 20px;
}
.primary-nav .label small {
  display: block;
  font-size: 85.72%;
  line-height: 1.34;
}
.primary-nav a {
  color: #545454;
  _vertical-align: middle;
  _width: 100%;
}
.no-touch .primary-nav a:hover {
  background-color: #ff0033;
}
.no-touch .primary-nav a:hover .label {
  background-color: #f2f2f2;
}
@media screen and (max-width: 800px) {
  .js .primary-nav {
    position: relative;
    z-index: 0;
  }
  .js .primary-nav ul {
    padding-top: 50px;
  }
  .js .primary-nav li:first-child {
    border-top: 1px solid #e6e6e6;
  }
}

/* Copyright */
.copyright {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding: 0.7em 10px;
}
@media screen and (min-width: 801px) and (min-height: 644px) {
  .copyright {
    position: absolute;
    bottom: 52px;
  }
}

/* Social links */
.social-links {
  border-bottom: 1px solid #e6e6e6;
  line-height: 16px;
}
.social-links ul {
  *zoom: 1;
  padding: 8px 0;
}
.social-links ul:before, .social-links ul:after {
  content: " ";
  display: table;
}
.social-links ul:after {
  clear: both;
}
.social-links li {
  border-left: 1px solid #e6e6e6;
  float: left;
  padding-right: 1px;
}
.social-links li.first-child {
  border-left-color: white;
}
.social-links a {
  display: block;
  width: 68px;
  line-height: 16px;
  padding: 9px 0;
  text-align: center;
}
@media screen and (min-width: 801px) and (min-height: 644px) {
  .social-links {
    border-bottom-width: 0;
    position: absolute;
    bottom: 0;
  }
}

/*
 * Page main
 */
.page-main {
  border-left: 1px solid #cccccc;
  background-color: #f2f2f2;
  margin-left: 210px;
  padding: 0 30px 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .js .page-main {
    border-left-width: 0;
    margin-left: 0;
    padding: 50px 10px;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .js .offcanvas-left-visible .page-main {
    -webkit-box-shadow: -1px 0 #cccccc, -1px 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 0 #cccccc, -1px 0 3px rgba(0, 0, 0, 0.15);
    height: 100%;
    overflow: hidden;
  }
}

/* Info header */
.info-header {
  background-color: white;
  margin: 0 -30px;
}
@media screen and (max-width: 800px) {
  .js .info-header {
    margin: 0 -10px;
  }
}
.js .info-header {
  display: none;
}

/* Feed container */
.feed-container {
  width: 100%;
  position: relative;
}

.info-alert, .info-ie6 {
  border-top: 1px dotted #cccccc;
  padding: 15px 60px 20px;
  margin-top: -1px;
}

.alert-heading {
  margin-bottom: 5px;
}

.info-ie6 {
  background-color: white;
  margin-left: -30px;
  margin-right: -30px;
}

/*
 * Slideshow
 */
.info-slideshow {
  position: relative;
}

.slideshow-slides {
  position: relative;
  height: 300px;
  padding-bottom: 80px;
  overflow: hidden;
}
.slideshow-slides .slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slideshow-slides .image-wrapper {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  overflow: hidden;
  position: relative;
  height: 300px;
}
.slideshow-slides .image-wrapper img {
  position: absolute;
}
.slideshow-slides .title {
  position: absolute;
  margin: 16px 80px 0 20px;
  padding-left: 20px;
}
.slideshow-slides .title .icon {
  float: left;
  margin-top: 0.25em;
  margin-left: -20px;
}
.slideshow-slides a {
  text-decoration: none;
  color: #545454;
}
.slideshow-slides a:hover {
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .slideshow-slides,
  .slideshow-slides .image-wrapper {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .slideshow-slides,
  .slideshow-slides .image-wrapper {
    height: 180px;
  }
  .slideshow-slides .title {
    margin-right: 0;
  }
}

.slideshow-indicator {
  position: absolute;
  right: 20px;
  bottom: 44px;
}
.slideshow-indicator a {
  margin-left: 4px;
  float: left;
}
@media screen and (max-width: 480px) {
  .slideshow-indicator {
    bottom: 24px;
  }
}

/*
 * Feed nav
 */
.feed-nav-container {
  height: 50px;
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .js .feed-nav-container {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.feed-nav {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.feed-nav.sticky {
  width: auto;
  position: fixed;
  top: 0;
  left: 211px;
}
@media screen and (max-width: 800px) {
  .js .feed-nav.sticky {
    -webkit-transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: left, right;
    transition-property: left, right;
    top: 50px;
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .js .offcanvas-left-visible .feed-nav.sticky {
    left: 210px;
    right: -210px;
  }
}
.offcanvas-right-visible .feed-nav.sticky {
  -webkit-transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  left: -630px;
  right: 630px;
}
@media screen and (max-width: 630px) {
  .offcanvas-right-visible .feed-nav.sticky {
    left: -100%;
    right: 100%;
  }
}

/* Feed nav tabs */
.feed-nav-tabs {
  *zoom: 1;
  background-color: #545454;
}
.feed-nav-tabs:before, .feed-nav-tabs:after {
  content: " ";
  display: table;
}
.feed-nav-tabs:after {
  clear: both;
}
.feed-nav-tabs,
.feed-nav-tabs a {
  color: #d9d9d9;
}
.feed-nav-tabs .label {
  padding-left: 20px;
}
.feed-nav-tabs a:hover {
  background-color: gray;
  color: white;
}
.feed-nav-tabs a.active {
  background-color: #3b3b3b;
  color: white;
}
.feed-nav-tabs li {
  float: left;
  border: solid #6e6e6e;
  border-width: 0 1px 0 0;
  white-space: nowrap;
}
.feed-nav-tabs li.item-search, .feed-nav-tabs li.item-reload {
  border-width: 0 0 0 1px;
  float: right;
}
.feed-nav-tabs li.item-search a {
  height: 16px;
  padding: 17px 0;
  width: 50px;
  text-align: center;
}
.feed-nav-tabs li.item-reload .button-reload {
  *height: 50px;
}
@media screen and (max-width: 800px) {
  .js .feed-nav-tabs .label {
    padding-right: 20px;
  }
  .js .feed-nav-tabs .item-category .icon,
  .js .feed-nav-tabs .item-date .icon {
    display: none;
  }
}

/* Feed nav panel */
.feed-nav-panel-container {
  background-color: #3b3b3b;
  color: white;
  padding: 5px;
  *zoom: 1;
}
.js .feed-nav-panel-container {
  display: none;
}

.js .feed-nav-panel {
  display: none;
}

/* Feed nav: Category selector */
.feed-nav-catselector .feed-category-item,
.feed-nav-catselector .category-submit {
  background-color: #545454;
  color: #d9d9d9;
  line-height: 26px;
  margin: 5px;
  padding: 12px;
  width: 244px;
}
.feed-nav-catselector .feed-category-item {
  display: inline-block;
  padding-left: 46px;
  position: relative;
  width: 210px;
}
.feed-nav-catselector .feed-category-item .control-wrapper,
.feed-nav-catselector .feed-category-item .icon {
  height: 24px;
  left: 12px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  width: 24px;
}
.feed-nav-catselector .feed-category-item .icon {
  background-color: #3b3b3b;
  border: 1px solid gray;
}
.feed-nav-catselector .feed-category-item.checked {
  background-color: gray;
  color: white;
}
.feed-nav-catselector .category-submit {
  background-color: gray;
  color: white;
}
.feed-nav-catselector .category-submit:hover {
  background-color: white;
  color: #545454;
}
@media screen and (max-width: 480px) {
  .feed-nav-catselector .feed-category-item,
  .feed-nav-catselector .category-submit {
    padding: 8px 6px;
    width: 134px;
  }
  .feed-nav-catselector .feed-category-item {
    padding-left: 40px;
    margin-right: 0;
    width: 100px;
  }
  .feed-nav-catselector .feed-category-item .control-wrapper,
  .feed-nav-catselector .feed-category-item .icon {
    left: 8px;
    top: 8px;
  }
}

/* Feed nav: Search */
.feed-nav-search .control-wrapper {
  display: block;
  margin: 15px;
  position: relative;
  height: 40px;
  padding-right: 105px;
}
.feed-nav-search .search-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #545454;
  border-width: 0;
  color: white;
  font-size: 20px;
  line-height: 24px;
  height: 40px;
  margin: 0;
  padding: 8px 10px;
  display: block;
  width: 100%;
  *width: 80%;
  *height: 24px;
}
.feed-nav-search .search-submit {
  background-color: gray;
  color: white;
  line-height: 40px;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}
.feed-nav-search .search-submit:hover, .feed-nav-search .search-submit:active {
  background-color: white;
  color: #545454;
}
.feed-nav-search .search-submit .letter {
  margin: 0 0.34em;
}

/* Feed nav: empty result */
.feed-nav-result {
  background-color: #3b3b3b;
  color: white;
  padding: 5px 10px;
  display: none;
}

/*
 * YUI calendar
 */
.yui3-calendar-content {
  background-color: #545454;
  color: white;
  margin: 5px;
}

.yui3-calendar-header {
  height: 35px;
  padding: 15px 50px 0;
  position: relative;
  text-align: center;
}

.yui3-calendarnav-prevmonth,
.yui3-calendarnav-nextmonth {
  border: 0 solid #6e6e6e;
  position: absolute;
  top: 0;
}
.yui3-calendarnav-prevmonth span,
.yui3-calendarnav-nextmonth span {
  display: none;
}

.yui3-calendarnav-prevmonth {
  border-right-width: 1px;
  left: 0;
}

.yui3-calendarnav-nextmonth {
  border-left-width: 1px;
  right: 0;
}

.yui3-calendar-grid {
  border-style: hidden;
}
.yui3-calendar-grid th, .yui3-calendar-grid td {
  text-align: center;
}
.yui3-calendar-grid thead {
  background-color: #999999;
}
.yui3-calendar-grid thead th, .yui3-calendar-grid thead td {
  font-weight: normal;
  padding: 0.43em 0;
}
.yui3-calendar-grid tbody th, .yui3-calendar-grid tbody td {
  border: 1px solid #6e6e6e;
  padding: 0.75em 0;
}
.yui3-calendar-grid tbody .saturday {
  color: #29a9cc;
}
.yui3-calendar-grid tbody .sunday {
  color: #ff4d71;
}
.yui3-calendar-grid tbody .yui3-calendar-prevmonth-day,
.yui3-calendar-grid tbody .yui3-calendar-nextmonth-day {
  color: gray;
}
.yui3-calendar-grid tbody .yui3-calendar-day-selected {
  background-color: #b92341;
}

/*
 * Feed item
 */
.date-heading {
  -webkit-box-shadow: 0 1px white inset;
  box-shadow: 0 1px white inset;
  border-top: 1px solid #e6e6e6;
  color: gray;
  margin: 48px auto 12px;
  text-align: center;
}
.date-heading .label {
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  display: inline-block;
  line-height: 33px;
  padding: 0 1.5em;
  position: relative;
  top: -17px;
  white-space: nowrap;
}
.no-borderradius .date-heading .label {
  background: url(../img/bg-pill.png) no-repeat 50% 50%;
  border-width: 0;
  line-height: 35px;
  padding: 0;
  width: 115px;
}

.feed-loading {
  padding: 40px 0;
  text-align: center;
}

.col.list {
  margin: auto;
  max-width: 680px;
}

.feed-item {
  background-color: white;
  border: 1px solid #e6e6e6;
}
.feed-item a {
  text-decoration: none;
}
.list .feed-item {
  margin: 10px 0;
  padding-left: 160px;
}
.list .feed-item.no-image {
  padding-left: 0;
}
.list .feed-item .category {
  display: inline-block;
}
.list .feed-item .feed-detail-link {
  display: block;
  min-height: 65px;
  padding: 14px 25px 10px;
  _height: 65px;
}
.list .feed-item .thumb-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 160px;
  text-align: center;
  overflow: hidden;
  _height: 120px;
}
.list .feed-item .thumb {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.list .feed-item .heading {
  color: #545454;
  word-wrap: break-word;
}
.list .feed-item .meta {
  border-top: 1px solid #e6e6e6;
}
.list .feed-item .meta a {
  color: gray;
}
.list .feed-item .author-image {
  border-right: 1px solid #e6e6e6;
  margin-right: 10px;
  height: 30px;
}
.list .feed-item .source {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  .js .list .feed-item {
    padding-left: 120px;
  }
  .js .list .feed-item.no-image {
    padding-left: 0;
  }
  .js .list .feed-item .category,
  .js .list .feed-item .author-image,
  .js .list .feed-item .source {
    display: none;
  }
  .js .list .feed-item .feed-item-link {
    display: block;
    min-height: 0;
    padding: 5px 10px 0;
    _height: auto;
  }
  .js .list .feed-item .thumb-wrapper {
    width: 120px;
  }
  .js .list .feed-item .meta {
    border-top-width: 0;
    padding-left: 10px;
  }
  .js .list .feed-item .author-name {
    font-size: 71.43%;
    line-height: 1.4;
  }
}

/*
 * Feed detail
 */
.feed-detail-container {
  -webkit-transition: right 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAABAQMAAAB0cI00AAAAA1BMVEX///+nxBvIAAAAFUlEQVR4Xq3AgQAAAACAoP2pl6i0AQBRAAGd3qqEAAAAAElFTkSuQmCC) 110px 0 repeat-y #6e6e6e;
  *background-image: url(../img/bg-white-640x1.png);
  position: fixed;
  top: 0;
  bottom: 0;
  right: -630px;
  width: 630px;
  overflow: auto;
}
.feed-detail-container .close-button {
  background-color: white;
  border: solid #e6e6e6;
  border-width: 0px 0px 1px 1px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 630px) {
  .feed-detail-container {
    background-image: none;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .js .feed-detail-container {
    top: 50px;
  }
}
.offcanvas-right-visible .feed-detail-container {
  right: 0;
}

.feed-detail {
  padding-left: 110px;
  *padding-right: 20px;
}
.feed-detail .image {
  width: 100%;
}
.feed-detail .content-wrapper {
  background-color: white;
  padding: 30px 40px;
  position: relative;
}
.feed-detail .article-header a {
  text-decoration: none;
}
.feed-detail .author-link {
  color: #545454;
}
.feed-detail .author-image {
  border: 1px solid #e6e6e6;
  float: left;
  margin-right: 14px;
}
.feed-detail .author-name {
  display: block;
  padding-top: 0.5em;
}
.feed-detail .date-link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.feed-detail .source {
  position: absolute;
  top: 0;
  right: 0;
}
.feed-detail.no-image .source {
  position: static;
  margin-right: 0.5em;
}
.feed-detail .article-body {
  margin-top: 1.75em;
  margin-bottom: 1.75em;
  word-wrap: break-word;
}
.feed-detail .permalink {
  border: 1px solid #e6e6e6;
  color: #545454;
  display: block;
  min-height: 20px;
  padding: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  _height: 20px;
}
.feed-detail .permalink .icon-before {
  margin-right: 0.5em;
  vertical-align: middle;
}
.feed-detail .permalink .icon-after {
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 17px;
}
.feed-detail .permalink:hover {
  background-color: #f2f2f2;
}
.feed-detail .social-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  padding: 10px 0;
  text-align: center;
}
.feed-detail .social-buttons-item {
  margin: 5px;
}
@media screen and (max-width: 630px) {
  .feed-detail {
    padding-left: 0;
  }
  .feed-detail .social-buttons {
    position: static;
    width: auto;
  }
  .feed-detail .social-buttons-item {
    display: inline-block;
    *display: inline;
  }
}

/*
 * Breadcrumbs
 */
.breadcrumbs {
  background-color: #545454;
  padding: 17px 20px 0;
  height: 33px;
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 800px) {
  .js .breadcrumbs {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.breadcrumbs,
.breadcrumbs a {
  color: white;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs em {
  font-style: normal;
}

/*
 * Site map
 */
.sitemap-container {
  *zoom: 1;
  margin: auto;
  max-width: 680px;
  _width: 680px;
}
.sitemap-container:before, .sitemap-container:after {
  content: " ";
  display: table;
}
.sitemap-container:after {
  clear: both;
}
.sitemap-container .column {
  width: 50%;
  float: left;
}
.sitemap-container.cols-1 .column {
  width: auto;
  float: none;
}

.sitemap-item {
  background-color: white;
  border: 1px solid #e6e6e6;
  margin: 10px;
}
.sitemap-item .heading {
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 20px;
}
.sitemap-item .body {
  padding: 5px 20px 18px;
}
.sitemap-item .body li {
  margin-top: 1em;
  padding-left: 21px;
}
.sitemap-item .body a .icon {
  float: left;
  margin-left: -21px;
  vertical-align: middle;
}
.accessibility-article {
  background-color: white;
  border: 1px solid #e6e6e6;
  margin: 30px auto;
  padding: 20px;
  max-width: 640px;
  _width: 640px;
}
.vision-article {
  text-align: center;
  background-color: white;
  border: 1px solid #e6e6e6;
  margin: 30px auto;
  padding: 20px;
  max-width: 640px;
  _width: 640px;
}
.common-article {
  background-color: white;
  border: 1px solid #e6e6e6;
  margin: 30px auto;
  padding: 20px;
  max-width: 640px;
  _width: 640px;
}
.common-article h1 {
  margin: 1em 0;
}
.accessibility-article h1 {
  margin: 1em 0;
}
.vision-article h1 {
  margin: 1em 0;
}
.common-article h1 {
  margin: 1em 0;
}
.common-article h2 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.5em;
  margin: 2em 0 0.5em;
}
.accessibility-article h2 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.5em;
  margin: 2em 0 0.5em;
}
.common-article h3 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.5em;
  margin: 1.5em 0 0.5em;
}
.accessibility-article h3 {
  margin: 1.5em 0 0.5em;
}
.common-article p, .common-article ul {
  margin: 0.5em 0 1.5em;
}
.accessibility-article p, .accessibility-article ul {
  margin: 0.5em 0 1.5em;
}
.vision-article p {
  font-size: 90%;
  line-height: 1.65;
  margin: 1.5em 0 2.5em;
}
.common-article ul {
  padding-left: 2em;
}
.accessibility-article ul {
  padding-left: 2em;
}
.accessibility-article ul li {
  list-style-type: disc;
}
.common-article ul li {
  list-style-type: disc;
  line-height: 1.65;
}

.permalinkthum {
  text-align: center;
  margin: 15px 0 20px;
}
footer {
  margin: 5px auto;
  padding: 5px;
  max-width: 640px;
  _width: 640px;
  line-height: 1.65;
  font-size: 80%;
  text-align: center;
}
footer p {
  font-size: 120%;
  line-height: 1.2;
  margin: 1.0em 0 1.5em;
}

/*
 * noscript
 */
.noscript-content {
  background-color: #f2f2f2;
  height: 100%;
  text-align: center;
  padding-top: 200px;
}
.noscript-content h1 {
  margin-bottom: 2.5em;
}
.noscript-content p {
  margin-top: 0.5em;
}
.noscript-content strong {
  font-size: 114.29%;
}
