@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Oswald);
* {
  margin: 0;
  padding: 0; }

.skip-to-content {
  position: absolute;
  left: -9999px; }

.skip-to-content:focus {
  left: auto;
  padding: 3px;
  background: white; }

body {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 10px;
  min-width: 960px;
  background-color: #eee;
  color: #000;
  background-image: url("/static/images/dc-building.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

#site-title,
#nav,
#nav-toggle span,
#content {
  width: 960px;
  margin: 0 auto; }

#announcements {
  list-style: none;
  padding: 0;
  margin: 0 -10px; }
  #announcements li {
    padding: 10px;
    background-color: #ccc;
    color: #555;
    font-weight: bold;
    font-size: 1.2em; }
    #announcements li > * {
      max-width: 960px;
      margin: 0 auto; }
    #announcements li p:last-child {
      margin-bottom: 0; }
    #announcements li small {
      font-weight: normal;
      font-style: italic; }
  #announcements li.warning {
    background-color: #fd0;
    color: #651; }
  #announcements li.critical {
    background-color: red;
    color: #fff;
    font-size: 1.5em; }

body > header {
  background-color: #fff;
  margin: 0 -10px;
  padding: 0 10px; }
  body > header #site-title {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-size: 32px;
    line-height: 1.2;
    padding: 12px 0;
    overflow: hidden; }
    body > header #site-title > a {
      float: left;
      text-decoration: none;
      color: inherit; }
      body > header #site-title > a span {
        font-size: 0.6em;
        display: block; }
    body > header #site-title #share {
      float: right;
      padding: 0;
      list-style: none;
      font-size: 0;
      line-height: 0; }
      body > header #site-title #share li {
        display: inline-block;
        vertical-align: middle; }
        body > header #site-title #share li a {
          display: block;
          float: left;
          font-size: 0;
          text-decoration: none;
          width: 40px;
          height: 40px;
          background-size: cover; }
        body > header #site-title #share li a.twitter {
          background-image: url("/static/images/twitter-black.png"); }
        body > header #site-title #share li a.facebook {
          background-image: url("/static/images/facebook-black.png"); }
        body > header #site-title #share li a.tumblr {
          background-image: url("/static/images/tumblr-black.png"); }
        body > header #site-title #share li a.search {
          background-image: url("/static/images/search-black.png"); }
      body > header #site-title #share #header-search form {
        display: inline-block;
        line-height: 40px; }
        body > header #site-title #share #header-search form input {
          vertical-align: middle;
          line-height: 20px;
          border: none;
          border-bottom: 3px solid #000;
          outline: none; }
  body > header #nav {
    overflow: hidden;
    font-size: 13px; }
    body > header #nav > li {
      display: block;
      width: 260px;
      float: left;
      border-top: 1px solid black;
      padding: 10px 0;
      margin-right: 15px;
      list-style: none; }
      body > header #nav > li a {
        text-decoration: none;
        color: #000; }
        body > header #nav > li a abbr {
          border: none;
          display: block; }
        body > header #nav > li a abbr:hover {
          position: relative; }
        body > header #nav > li a abbr:hover:after {
          content: attr(title);
          position: absolute;
          left: 0;
          padding-left: 10px;
          text-indent: -10px;
          background-color: white; }
      body > header #nav > li a:hover {
        color: #888; }
      body > header #nav > li > a {
        font-weight: bold;
        font-size: 1.3em;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px; }
      body > header #nav > li > ul {
        float: right; }
        body > header #nav > li > ul li {
          width: 150px;
          list-style: none; }
        body > header #nav > li > ul li.active {
          font-weight: bold; }
    body > header #nav > li.two-columns {
      width: 410px; }
      body > header #nav > li.two-columns > ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; }
    body > header #nav > li:last-child {
      margin-right: 0; }
  body > header #nav-toggle {
    margin: 0 -10px;
    background-color: #06c;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer; }
    body > header #nav-toggle span {
      display: block; }
    body > header #nav-toggle span:before {
      content: '−';
      font-weight: bold;
      font-size: 18px;
      padding-right: 3px; }
  body > header #nav.closed + #nav-toggle span:before {
    content: '+'; }

#content {
  padding: 30px 0;
  width: 960px; }
  #content > h1 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 40px;
    background-color: #06c;
    color: #fff;
    padding: 5px 12px;
    float: left;
    margin-bottom: 10px; }
  #content aside, #content article {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    clear: left; }
  #content article {
    width: 665px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px; }
  #content h2, #content h3 {
    margin-top: 30px; }
  #content article > h2:first-child, #content article > h3:first-child,
  #content aside > h2:first-child, #content aside > h3:first-child {
    margin-top: 0; }
  #content h1 {
    font-size: 28px; }
  #content h2 {
    font-size: 20px; }
  #content h3 {
    font-size: inherit; }
  #content h2.collapser {
    cursor: pointer; }
  #content h2.collapser:before {
    content: '−';
    float: left;
    line-height: 1.1;
    margin-right: 5px; }
  #content h2.collapser.closed:before {
    content: '+'; }
  #content aside {
    width: 240px;
    margin-left: 15px;
    float: right; }
  #content aside + article {
    margin-right: 230px; }
  #content a {
    color: #457;
    text-decoration: underline; }
  #content img.left {
    float: left;
    max-width: 30%;
    margin-right: 10px;
    margin-bottom: 10px; }
  #content p, #content ul, #content ol {
    margin-bottom: 10px; }
  #content p:last-child, #content ul:last-child, #content ol:last-child {
    margin-bottom: 0; }
  #content ul, #content ol {
    padding-left: 20px; }
  #content ul.results-list {
    list-style: none; }
    #content ul.results-list li {
      margin-bottom: 10px; }
      #content ul.results-list li a:first-child {
        font-weight: bold; }
  #content ul.results-list:first-child {
    padding-left: 0; }
  #content table.software-list {
    width: 100%;
    border-spacing: 0; }
    #content table.software-list td, #content table.software-list th {
      text-align: left;
      vertical-align: top;
      padding: 5px;
      border-bottom: 1px solid #aaa; }
    #content table.software-list th {
      font-weight: bold; }
  #content form .fields {
    padding: 0; }
  #content form .fields tr > td {
    padding-bottom: 10px;
    vertical-align: top; }
    #content form .fields tr > td > label {
      display: block;
      font-weight: bold;
      width: 190px;
      margin-right: 10px;
      text-align: right; }
      #content form .fields tr > td > label:not(.required):after {
        content: " (optional)";
        color: #666;
        font-weight: normal; }
    #content form .fields tr > td > ul {
      list-style: none;
      padding: 0; }
  #content form input[type=text], #content form input[type=email], #content form input[type=url], #content form input[type=number] {
    line-height: 20px;
    min-width: 200px; }
  #content form input[type=submit] {
    display: block;
    margin-top: 30px;
    min-width: none; }
  #content form .helptext {
    color: #666; }
  #content form .errorlist {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    color: #f00; }
    #content form .errorlist > li {
      display: inline; }
  #content aside input[type=search] {
    display: block;
    width: 100%;
    background: white;
    font-size: inherit; }
  #content #events {
    clear: both;
    overflow: hidden;
    padding: 0; }
    #content #events > li {
      list-style: none;
      float: left;
      width: 155px;
      padding: 5px;
      margin-right: 10px;
      margin-bottom: 10px;
      position: relative; }
      #content #events > li .date {
        display: block;
        margin-bottom: 5px; }
      #content #events > li img {
        display: block;
        width: 100%; }
  #content ul.thumbnail-list {
    list-style: none;
    padding: 0;
    overflow: hidden; }
    #content ul.thumbnail-list li {
      float: left;
      width: 240px;
      margin: 5px;
      position: relative; }
      #content ul.thumbnail-list li img {
        display: block;
        max-width: 100%; }
      #content ul.thumbnail-list li .live {
        display: block;
        margin-bottom: 5px;
        margin-top: -5px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: normal;
        text-align: center;
        background: #c00;
        color: white; }
      #content ul.thumbnail-list li a {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  #content > iframe {
    width: 960px;
    height: 540px; }
  #content .embed-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 74%;
    margin-bottom: 10px;
    overflow: hidden;
    box-sizing: border-box; }
    #content .embed-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #content > .live-feature {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 20px;
    padding: 15px 0;
    padding-right: 15px;
    margin-bottom: 10px; }
    #content > .live-feature > img {
      display: block;
      float: left;
      height: 50px;
      margin: -15px 0;
      margin-right: 10px; }

@media (max-width: 980px) {
  body {
    min-width: 0;
    padding: 0;
    background-image: none !important; }

  #site-title,
  #nav,
  #nav-toggle span,
  #content,
  #announcements li > * {
    width: auto; }

  #announcements {
    margin: 0; }

  body > header {
    margin: 0;
    padding: 0 10px; }
    body > header #nav > li {
      width: auto !important;
      float: none; }
      body > header #nav > li > ul {
        float: none;
        padding-left: 10px; }
        body > header #nav > li > ul li {
          width: auto;
          line-height: 1.5; }
    body > header #nav > li.two-columns > ul {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; }

  #nav-toggle {
    padding: 0 10px;
    margin: 0; }

  #content {
    padding-left: 10px;
    padding-right: 10px; }
    #content aside, #content article {
      background-color: white; }
    #content aside {
      float: none;
      width: auto;
      margin: 0;
      margin-bottom: 10px; }
    #content article {
      width: auto;
      margin: 0 !important; }
    #content > iframe {
      height: 200px;
      width: 100%; }
    #content form .fields {
      display: block; }
      #content form .fields tr {
        display: block;
        padding-bottom: 20px; }
        #content form .fields tr > td {
          display: block;
          padding-bottom: 0; }
    #content form .fields tr > td > label {
      width: auto;
      margin-right: 0;
      text-align: left; } }
@media (max-width: 540px) {
  #site-title {
    font-size: 24px; }

  #content > h1 {
    font-size: 24px;
    line-height: 40px; }

  #content > .embed-container {
    height: 0;
    padding-bottom: 56.25%; } }

/*# sourceMappingURL=style.css.map */
