/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 **/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

main {
  display: block; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

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

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  vertical-align: top; }

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

input, select {
  vertical-align: middle; }

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

input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -moz-box-shadow: #0066ff 0 0 5px 0;
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1; }

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #444;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  font-weight: normal;
  font-size: 1em;
  outline: 0;
  overflow: visible;
  margin: 0;
  text-decoration: none;
  vertical-align: top;
  background: #444;
  background: rgba(68, 68, 68, 0.8);
  padding: 4px 10px;
  color: #386351;
  color: #fff !important;
  text-shadow: 0 0 2px #000;
  white-space: nowrap; }
  button i,
  a.button i,
  input[type="reset"] i,
  input[type="submit"] i,
  input[type="button"] i {
    color: #fff;
    margin: 0 -4px 0 0; }
  button::-moz-focus-inner,
  a.button::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0; }
  button.disabled,
  a.button.disabled,
  input[type="reset"].disabled,
  input[type="submit"].disabled,
  input[type="button"].disabled {
    color: #bbb !important;
    cursor: default;
    text-shadow: none; }
    button.disabled i,
    a.button.disabled i,
    input[type="reset"].disabled i,
    input[type="submit"].disabled i,
    input[type="button"].disabled i {
      color: #bbb; }

a.button.button-back {
  padding: 4px 10px 4px 6px; }
  a.button.button-back i {
    margin: 0; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666;
  outline: 0;
  margin: 0;
  padding: 0 5px;
  text-align: left;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1em;
  line-height: 20px;
  height: 24px;
  vertical-align: top; }
  html.font-medium textarea, html.font-medium
  select, html.font-medium
  input[type="date"], html.font-medium
  input[type="datetime"], html.font-medium
  input[type="datetime-local"], html.font-medium
  input[type="email"], html.font-medium
  input[type="month"], html.font-medium
  input[type="number"], html.font-medium
  input[type="password"], html.font-medium
  input[type="search"], html.font-medium
  input[type="tel"], html.font-medium
  input[type="text"], html.font-medium
  input[type="time"], html.font-medium
  input[type="url"], html.font-medium
  input[type="week"] {
    height: auto; }
  html.font-large textarea, html.font-large
  select, html.font-large
  input[type="date"], html.font-large
  input[type="datetime"], html.font-large
  input[type="datetime-local"], html.font-large
  input[type="email"], html.font-large
  input[type="month"], html.font-large
  input[type="number"], html.font-large
  input[type="password"], html.font-large
  input[type="search"], html.font-large
  input[type="tel"], html.font-large
  input[type="text"], html.font-large
  input[type="time"], html.font-large
  input[type="url"], html.font-large
  input[type="week"] {
    height: auto; }

select {
  line-height: 1em;
  padding: 4px 5px 3px 5px; }
  html.ie8 select {
    height: auto;
    padding-bottom: 3px; }
  html.ie10 select {
    padding-top: 5px; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666; }

textarea {
  height: auto; }

@font-face {
  font-family: "fontello-iom";
  src: url("../fonts/fontello.eot?57211666");
  src: url("../fonts/fontello.eot?57211666#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?57211666") format("woff"), url("../fonts/fontello.ttf?57211666") format("truetype"), url("../fonts/fontello.svg?57211666#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "fontello";
        src: url("../font/fontello.svg?57211666#fontello") format("svg");
    }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  -webkit-font-smoothing: antialiased;
  font-family: "fontello-iom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  overflow: visible;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

.icon-plus:before {
  content: "\e818"; }

.icon-minus:before {
  content: "\e819"; }

.icon-linkedin:before {
  content: "\e807"; }

.icon-twitter:before {
  content: "\e806"; }

.icon-youtube:before {
  content: "\e804"; }

.icon-email:before {
  content: "\e801"; }

.icon-facebook-1:before {
  content: "\e805"; }

.icon-minus-circled:before {
  content: "\e81f"; }

.icon-doc-text:before {
  content: "\e813"; }

.icon-doc:before {
  content: "\e812"; }

.icon-location:before {
  content: "\e81d"; }

.icon-print:before {
  content: "\e81e"; }

.icon-basket:before {
  content: "\e808"; }

.icon-left-open:before {
  content: "\e800"; }

.icon-right-open:before {
  content: "\e802"; }

.icon-gplus-squared:before {
  content: "\e820"; }

.icon-lightbulb:before {
  content: "\e80f"; }

.icon-doc-text-1:before {
  content: "\e815"; }

.icon-plus-squared:before {
  content: "\e80a"; }

.icon-circle-empty:before {
  content: "\e81b"; }

.icon-circle:before {
  content: "\e81a"; }

.icon-calendar-empty:before {
  content: "\e803"; }

.icon-minus-squared:before {
  content: "\e80b"; }

.icon-level-up:before {
  content: "\e810"; }

.icon-doc-inv:before {
  content: "\e816"; }

.icon-doc-text-inv:before {
  content: "\e817"; }

.icon-picture:before {
  content: "\e809"; }

.icon-videocam:before {
  content: "\e811"; }

.icon-user:before {
  content: "\e80d"; }

.icon-users:before {
  content: "\e80e"; }

.icon-doc-1:before {
  content: "\e814"; }

.icon-calendar:before {
  content: "\e81c"; }

.icon-home:before {
  content: "\e80c"; }

a {
  text-decoration: none; }
  a:link {
    color: #307b5b; }
    a:link:hover {
      text-decoration: underline; }
  a:visited {
    color: #307b5b; }
  a:focus {
    outline: thin dotted; }

abbr {
  border-bottom: 1px dotted; }

b {
  font-weight: bold; }

dd {
  margin-top: 0.5em; }
  dd ~ dd,
  dd + dt {
    margin-top: 0.5em; }

div.grid-container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: none; }
  div.grid-container:after {
    content: " ";
    display: block;
    clear: both; }
div.content-main {
  width: 600px;
  float: left;
  margin-left: 20px;
  margin-right: 20px; }
div.content-related {
  width: 280px;
  float: left;
  margin-left: 20px;
  margin-right: 20px; }

dl {
  margin-top: 1em; }

dt {
  font-weight: bold; }

em {
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 1em; }

#content1 h1, #content1 h2, #content1 h3, #content1 h4, #content1 h5, #content1 h6 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

h4, h5, h6 {
  font-weight: bold; }

html {
  background: #fff;
  color: #444;
  font-family: arial, sans-serif;
  line-height: 1.25;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 12px; }
  html.font-medium {
    font-size: 14px; }
  html.font-large {
    font-size: 18px; }

i {
  font-style: italic; }

main {
  padding: 30px 0 100px; }
  main.home {
    padding-top: 0; }

ol,
ul {
  list-style-type: decimal;
  margin-top: 1em;
  margin-left: 2em; }
  ol li,
  ul li {
    margin-top: 0.25em; }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin-top: 0; }
    ol ol li,
    ol ul li,
    ul ol li,
    ul ul li {
      margin-top: 0.25em; }

p {
  margin-top: 1em; }
  p.meeting-status {
    text-transform: uppercase;
    font-weight: bold; }
  p.all {
    padding-left: 10px; }

q:before {
  content: "\201C"; }
q:after {
  content: "\201D"; }

strong {
  font-weight: bold; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  margin-top: 1em; }

ul {
  list-style-type: square; }

.spacer {
  margin-top: 40px; }

div.accordion p.accordion-header a {
  cursor: pointer;
  padding-left: 2em;
  position: relative; }
  div.accordion p.accordion-header a i {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 16px; }
    html.font-medium div.accordion p.accordion-header a i {
      font-size: 19.2px; }
    html.font-large div.accordion p.accordion-header a i {
      font-size: 22.4px; }

section.actions {
  margin-top: 4em; }
  section.actions h1 {
    color: #a1b69a;
    font-weight: normal;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 18px;
    border-bottom: 4px solid #a1b69a;
    margin: 0;
    padding: 0 0 6px;
    width: 100%;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: 10px;
    margin-left: -10px;
    color: #666; }
    html.font-medium section.actions h1 {
      font-size: 21.6px; }
    html.font-large section.actions h1 {
      font-size: 25.2px; }

.back-to-top {
  bottom: 20px;
  left: 20px;
  opacity: 0;
  padding-top: 50px;
  position: fixed;
  transition: opacity 400ms, visibility 400ms 400s;
  visibility: hidden; }
  .back-to-top:focus {
    outline: 0; }
  .back-to-top.is-visible {
    opacity: 1;
    transition: opacity 400ms, visibility 400ms 0s;
    visibility: visible; }
  .back-to-top:before {
    background-color: #f3f3f3;
    background-image: url(../img/icon-back-to-top.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 3px;
    content: "";
    height: 40px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: 0;
    width: 40px; }

.callout {
  background-color: #f7f4f4;
  padding: 25px; }

.callout-link {
  display: inline-block;
  font-weight: 600;
  margin-top: 2em; }
  .callout-link:after {
    content: "\00bb";
    font-size: 120%;
    margin-left: 5px; }

.callout-title,
body.activity .callout-title {
  margin: 0 0 20px; }

article.content:after {
  content: "";
  display: table;
  clear: both; }
article.content div.glance {
  background: #ecf0eb;
  margin-top: 0.75em;
  padding: 10px; }
  article.content div.glance h2 {
    color: #f15d22;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    border-bottom: 1px dotted #a1b69a;
    margin: 0;
    padding: 0 0 0.5em; }
    html.font-medium article.content div.glance h2 {
      font-size: 14.4px; }
    html.font-large article.content div.glance h2 {
      font-size: 16.8px; }
  article.content div.glance ul {
    margin-top: 0.75em; }
article.content h1 {
  font-size: 20px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; }
  html.font-medium article.content h1 {
    font-size: 24px; }
  html.font-large article.content h1 {
    font-size: 28px; }
article.content h2 {
  font-size: 18px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; }
  html.font-medium article.content h2 {
    font-size: 21.6px; }
  html.font-large article.content h2 {
    font-size: 25.2px; }
  article.content h2 + p,
  article.content h2 + ul {
    margin-top: 0.25em; }
article.content iframe {
  margin-top: 1em; }
article.content img.cover {
  width: 100%;
  height: auto; }
  article.content img.cover.cover-border {
    border: 1px solid #d6d6d6; }
article.content p.note {
  border: 1px solid #d6d6d6;
  background-color: #ecf0eb;
  margin-left: -10px;
  padding: 10px; }
article.content p.page {
  text-align: center; }
article.content p.page-label {
  color: #c7d3c2;
  font-weight: normal;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 22px;
  border-bottom: 4px solid #c7d3c2;
  margin: 0;
  padding: 0 0 6px;
  width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 10px;
  margin-left: -10px;
  color: inherit;
  line-height: 25px;
  margin-top: -3px; }
  html.font-medium article.content p.page-label {
    font-size: 26.4px; }
  html.font-large article.content p.page-label {
    font-size: 30.8px; }
  html.font-medium article.content p.page-label {
    padding-bottom: 10px; }
  html.font-large article.content p.page-label {
    padding-bottom: 14px; }
article.content div.with-slideshow:after {
  content: "";
  display: table;
  clear: both; }
article.content div.with-slideshow div.slideshow-authors {
  float: left; }
article.content div.with-slideshow div.article-meta {
  float: left;
  width: 460px; }
article.content div.with-slideshow table.info th {
  width: 20%; }
article.content div.with-slideshow table.info td {
  width: 80%; }
article.content div.report-columns:after {
  content: "";
  display: table;
  clear: both; }
article.content div.report-columns div.report-column-image {
  float: left;
  width: 100px;
  padding-top: 23px; }
  article.content div.report-columns div.report-column-image + div.report-column-text {
    float: left;
    width: 485px;
    margin-left: 15px; }
article.content div.report-columns div.report-column-text h1 {
  border-bottom: 0;
  font-size: 18px;
  padding-left: 0; }
article.content p + .accordion,
article.content ul + .accordion {
  margin-top: 2em; }

article.content.subcontent:not(:first-child) {
  margin-top: 4em; }
  a:first-child:empty + article.content.subcontent:not(:first-child) {
    margin-top: 0; }
article.content.subcontent h1 {
  color: #a1b69a;
  font-weight: normal;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 18px;
  border-bottom: 4px solid #a1b69a;
  margin: 0;
  padding: 0 0 6px;
  width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 10px;
  margin-left: -10px;
  color: #666; }
  html.font-medium article.content.subcontent h1 {
    font-size: 21.6px; }
  html.font-large article.content.subcontent h1 {
    font-size: 25.2px; }

.cta-btn {
  background-color: #696969;
  border-radius: 4px;
  display: block;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0;
  padding: 1em;
  text-align: center; }

.cta-btn,
a.cta-btn {
  color: #FFF; }
  .cta-btn:hover,
  a.cta-btn:hover {
    opacity: 0.75;
    text-decoration: none; }

.cta-btn-sm {
  font-size: 15px;
  font-weight: 600;
  padding: .5em 1em; }

.cta-btn-inline {
  display: inline-block;
  margin-right: 1em; }

.cta-btn-gray {
  background-color: #aaa;
  text-shadow: 0 0 2px #000; }

.cta-btn-green {
  background-color: #427666; }

.cta-btn-orange {
  background-color: #f87816; }

.feat-video {
  background-color: #f7f4f4;
  margin-bottom: 25px;
  padding: 25px; }

a.feat-video-link {
  background-color: #b9b9b9;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 25px;
  padding: 0 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); }

.feat-video-thumb {
  float: left;
  margin-right: 25px; }

section.form-follow {
  margin-top: 4em; }
  section.form-follow div.form-follow-content {
    border: 1px dotted #ccc;
    margin-top: 10px;
    margin-left: -10px;
    padding: 0 0 1em 5px;
    background: #ecf0eb; }
  section.form-follow h1 {
    color: #a1b69a;
    font-weight: normal;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 18px;
    border-bottom: 4px solid #a1b69a;
    margin: 0;
    padding: 0 0 6px;
    width: 100%;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: 10px;
    margin-left: -10px;
    color: #666; }
    html.font-medium section.form-follow h1 {
      font-size: 21.6px; }
    html.font-large section.form-follow h1 {
      font-size: 25.2px; }
  section.form-follow div.fields:after {
    content: "";
    display: table;
    clear: both; }
  section.form-follow div.field {
    width: 190px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    padding-top: 10px; }
    section.form-follow div.field input {
      width: 100%; }
      section.form-follow div.field input.error {
        border-color: #f15d22; }
    section.form-follow div.field label {
      display: block;
      padding: 0 0 .5em; }
      section.form-follow div.field label.required:after {
        color: #f15d22;
        content: " *"; }
      section.form-follow div.field label.error {
        color: #f15d22;
        padding: 0.5em 0 0; }
  section.form-follow div.field:first-child {
    width: 188px; }
  section.form-follow div.submit {
    margin-top: 1em;
    padding-right: 10px;
    text-align: right; }

footer.site {
  background: #386351;
  color: #fff;
  font: normal 11px/1 arial, sans-serif;
  padding: 10px 0 45px; }
  footer.site div.grid-container {
    position: relative;
    padding: 0 20px; }
  footer.site a {
    color: #fff; }
    footer.site a + a:before {
      content: "";
      display: inline-block;
      border-right: 1px dotted #a1b69a;
      height: 9px;
      margin: 0 8px; }
  footer.site p + p {
    margin-top: 10px; }
  footer.site span.legal {
    margin-left: 10px; }
    footer.site span.legal:before {
      content: "";
      display: inline-block;
      border-right: 1px dotted #a1b69a;
      height: 9px;
      margin: 0 8px 0 0; }
  footer.site a.national-academies {
    width: 203px;
    height: 32px;
    background: url("../img/sprite.png") 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 20px;
    text-indent: -999em;
    overflow: hidden; }

.grid:after {
  content: "";
  display: table;
  clear: both; }
.grid .grid-col {
  float: left;
  margin-left: 2.25%; }
  .grid .grid-col:first-child {
    margin-left: 0; }
.grid-2col .grid-col {
  width: 48.875%; }

header.site div.stripe-green {
  background: #386351;
  font: normal 11px/1 arial, sans-serif;
  padding: 10px 0; }
  header.site div.stripe-green div.grid-container {
    padding-right: 176px; }
header.site div.stripe-white {
  background: #fff;
  padding: 30px 0 20px; }
header.site div.stripe-gray {
  background: #444;
  font: normal 12px/1 arial, sans-serif;
  padding: 15px 0; }
header.site div.stripe-lightgreen {
  background: #ecf0eb;
  font: normal 12px/1 arial, sans-serif;
  padding: 10px 0; }
header.site div.stripe-logo-wrap {
  background: #fff;
  padding: 30px 0 20px; }
header.site div.grid-container {
  position: relative;
  padding: 0 20px; }
header.site h1.logo {
  width: 520px;
  height: 38px;
  border: 0;
  margin: 0;
  padding: 0; }
  header.site h1.logo a,
  header.site h1.logo img {
    display: block; }
header.site nav.global {
  text-align: right; }
  header.site nav.global a {
    color: #fff;
    position: relative; }
    header.site nav.global a:after {
      content: "";
      display: inline-block;
      border-right: 1px dotted #a1b69a;
      height: 9px;
      margin: 0 10px; }
  header.site nav.global i.icon-home {
    font-size: 16px;
    position: absolute;
    right: 16px;
    top: -2px; }
    html.ie8 header.site nav.global i.icon-home {
      top: auto;
      bottom: -4px; }
    html.ie9 header.site nav.global i.icon-home {
      top: auto;
      bottom: -4px; }
    html.ie10 header.site nav.global i.icon-home {
      top: auto;
      bottom: -4px; }
header.site nav.social {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: 304px;
  font-size: 16px;
  white-space: nowrap; }
  header.site nav.social a {
    color: #fff; }
    header.site nav.social a:hover {
      text-decoration: none; }
    header.site nav.social a + a {
      margin-left: 5px; }
header.site nav.primary a {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s; }
  header.site nav.primary a:hover {
    color: #ccc;
    text-decoration: none; }
  header.site nav.primary a.selected {
    color: #f2642c; }
  header.site nav.primary a + a {
    margin-left: 40px; }
header.site div.topic {
  position: absolute;
  top: -5px;
  right: 226px;
  width: 185px; }
  header.site div.topic select {
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    height: 24px;
    font-size: 14px;
    padding: 2px 5px;
    text-overflow: ellipsis;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (-webkit-min-device-pixel-ratio: 0) {
      header.site div.topic select {
        -webkit-appearance: none;
        background-image: url("../img/bg-select.png");
        background-repeat: no-repeat;
        background-position: right center;
        padding: 2px 30px 2px 10px; } }
    html.ie10 header.site div.topic select {
      padding-top: 3px; }
header.site div.search {
  font-size: 0;
  position: absolute;
  top: -5px;
  right: 20px;
  width: 185px;
  text-align: right; }
  header.site div.search:before {
    content: "";
    display: inline-block;
    border-right: 1px dotted #c1c1c1;
    height: 19px;
    position: absolute;
    top: 3px;
    left: -11px; }
  header.site div.search input,
  header.site div.search button {
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    font-size: 14px; }
  header.site div.search input {
    width: 155px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5N0Q0N0E5OEQ3OEUxMUUyOUY2N0EyMTJDNTEyODgzMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5N0Q0N0E5OUQ3OEUxMUUyOUY2N0EyMTJDNTEyODgzMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk3RDQ3QTk2RDc4RTExRTI5RjY3QTIxMkM1MTI4ODMxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk3RDQ3QTk3RDc4RTExRTI5RjY3QTIxMkM1MTI4ODMxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uYGXcQAAAKtJREFUeNpi7OufwAAEBUCcBsSqDBBwG4hnAfEEBiTABFVYD8Rngdgeis9CxQqQFbNATdwCxLFI4seAeDFUbgKyySCrpzNggulIzoIrJhowQT2TiUUuEyqHohjkax+oG62gGMT20dTQ0ERXDPJAIxAbA/FBKDYGKhS4d/8+g7293X90N4M0aAExKxRrXb9xg9HCwpzh4MFDcA14PQhUyAhUCNdAMDSQNQAEGABbZTBZeuDPpwAAAABJRU5ErkJggg==) 6px 6px no-repeat;
    padding-left: 25px;
    height: 24px; }
  header.site div.search button {
    background: #f2642c;
    color: #fff;
    height: 24px;
    width: 24px;
    border: 0;
    padding: 0;
    margin: 0 0 0 5px; }
    header.site div.search button i {
      margin: 0; }
header.site nav.history {
  margin-right: 150px; }
  header.site nav.history h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle; }
  header.site nav.history a {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle; }
    header.site nav.history a:before {
      content: "";
      display: inline-block;
      border-left: 1px dotted #a1b69a;
      height: 9px;
      margin: 0 10px; }
header.site div.text-resizer {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 16px;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  header.site div.text-resizer h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #666;
    text-transform: uppercase;
    margin: 0 7px 0 0;
    padding: 0;
    display: inline-block;
    position: relative;
    top: -1px; }
  header.site div.text-resizer a.smaller,
  header.site div.text-resizer a.bigger {
    color: #444;
    cursor: pointer; }
    header.site div.text-resizer a.smaller i,
    header.site div.text-resizer a.bigger i {
      display: inline-block; }

header.site div.stripe-green {
  background: #000;
  font: normal 11px/1 arial, sans-serif;
  padding: 10px 0; }
  header.site div.stripe-green div.grid-container {
    padding-right: 176px; }
header.site div.stripe-banner {
  background: #427666;
  font-family: 'futura_medium', Futura, "Trebuchet MS", Arial, sans-serif;
  padding: 40px 0;
  text-transform: uppercase; }
  header.site div.stripe-banner .logo-na {
    background: url(../img/logo_na-iom.png) no-repeat;
    display: block;
    height: 73px;
    margin: 0;
    position: absolute;
    text-indent: -99999em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 336px; }
  header.site div.stripe-banner h1.logo {
    width: 50%;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    font-family: 'futura_medium', Futura, "Trebuchet MS", Arial, sans-serif;
    height: auto;
    margin-top: 15px; }
    header.site div.stripe-banner h1.logo a {
      color: #fff;
      font-size: 24px;
      font-weight: normal;
      line-height: 1;
      text-align: right; }
      header.site div.stripe-banner h1.logo a:hover {
        text-decoration: none; }
header.site div.stripe-white {
  background: #fff;
  padding: 30px 0 20px; }
header.site div.stripe-gray {
  background: #444;
  font: normal 12px/1 arial, sans-serif;
  padding: 15px 0; }
header.site div.stripe-lightgreen {
  background: #ecf0eb;
  font: normal 12px/1 arial, sans-serif;
  padding: 10px 0; }
header.site div.grid-container {
  position: relative;
  padding: 0 20px; }
header.site h1.logo {
  border: 0;
  margin: 0;
  padding: 0; }
  header.site h1.logo a,
  header.site h1.logo img {
    display: block; }
header.site nav.global {
  text-align: right; }
  header.site nav.global a {
    color: #fff;
    position: relative; }
    header.site nav.global a:after {
      content: "";
      display: inline-block;
      border-right: 1px dotted #a1b69a;
      height: 9px;
      margin: 0 10px; }
  header.site nav.global i.icon-home {
    font-size: 16px;
    position: absolute;
    right: 16px;
    top: -2px; }
    html.ie8 header.site nav.global i.icon-home {
      top: auto;
      bottom: -4px; }
    html.ie9 header.site nav.global i.icon-home {
      top: auto;
      bottom: -4px; }
    html.ie10 header.site nav.global i.icon-home {
      top: auto;
      bottom: -4px; }
header.site nav.social {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: 304px;
  font-size: 16px;
  white-space: nowrap; }
  header.site nav.social a {
    color: #fff; }
    header.site nav.social a:hover {
      text-decoration: none; }
    header.site nav.social a + a {
      margin-left: 5px; }
header.site nav.primary a {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s; }
  header.site nav.primary a:hover {
    color: #ccc;
    text-decoration: none; }
  header.site nav.primary a.selected {
    color: #f2642c; }
  header.site nav.primary a + a {
    margin-left: 40px; }
header.site div.topic {
  position: absolute;
  top: -5px;
  right: 226px;
  width: 185px; }
  header.site div.topic select {
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    height: 24px;
    font-size: 14px;
    padding: 2px 5px;
    text-overflow: ellipsis;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (-webkit-min-device-pixel-ratio: 0) {
      header.site div.topic select {
        -webkit-appearance: none;
        background-image: url("../img/bg-select.png");
        background-repeat: no-repeat;
        background-position: right center;
        padding: 2px 30px 2px 10px; } }
    html.ie10 header.site div.topic select {
      padding-top: 3px; }
header.site div.search {
  font-size: 0;
  position: absolute;
  top: -5px;
  right: 20px;
  width: 185px;
  text-align: right; }
  header.site div.search:before {
    content: "";
    display: inline-block;
    border-right: 1px dotted #c1c1c1;
    height: 19px;
    position: absolute;
    top: 3px;
    left: -11px; }
  header.site div.search input,
  header.site div.search button {
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    font-size: 14px; }
  header.site div.search input {
    width: 155px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5N0Q0N0E5OEQ3OEUxMUUyOUY2N0EyMTJDNTEyODgzMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5N0Q0N0E5OUQ3OEUxMUUyOUY2N0EyMTJDNTEyODgzMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk3RDQ3QTk2RDc4RTExRTI5RjY3QTIxMkM1MTI4ODMxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk3RDQ3QTk3RDc4RTExRTI5RjY3QTIxMkM1MTI4ODMxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uYGXcQAAAKtJREFUeNpi7OufwAAEBUCcBsSqDBBwG4hnAfEEBiTABFVYD8Rngdgeis9CxQqQFbNATdwCxLFI4seAeDFUbgKyySCrpzNggulIzoIrJhowQT2TiUUuEyqHohjkax+oG62gGMT20dTQ0ERXDPJAIxAbA/FBKDYGKhS4d/8+g7293X90N4M0aAExKxRrXb9xg9HCwpzh4MFDcA14PQhUyAhUCNdAMDSQNQAEGABbZTBZeuDPpwAAAABJRU5ErkJggg==) 6px 6px no-repeat;
    padding-left: 25px;
    height: 24px; }
  header.site div.search button {
    background: #f2642c;
    color: #fff;
    height: 24px;
    width: 24px;
    border: 0;
    padding: 0;
    margin: 0 0 0 5px; }
    header.site div.search button i {
      margin: 0; }
header.site nav.history {
  margin-right: 150px; }
  header.site nav.history h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle; }
  header.site nav.history a {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle; }
    header.site nav.history a:before {
      content: "";
      display: inline-block;
      border-left: 1px dotted #a1b69a;
      height: 9px;
      margin: 0 10px; }
header.site nav.companion {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 13px;
  line-height: 1.4; }
  header.site nav.companion div.wrapper {
    width: 75%; }
  header.site nav.companion a {
    color: #000;
    display: inline-block;
    margin: 3px 0; }
header.site div.text-resizer {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 16px;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  header.site div.text-resizer h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #666;
    text-transform: uppercase;
    margin: 0 7px 0 0;
    padding: 0;
    display: inline-block;
    position: relative;
    top: -1px; }
  header.site div.text-resizer a.smaller,
  header.site div.text-resizer a.bigger {
    color: #444;
    cursor: pointer; }
    header.site div.text-resizer a.smaller i,
    header.site div.text-resizer a.bigger i {
      display: inline-block; }

#main {
  min-height: 650px; }
  #main #boxB, #main #boxA {
    padding: 0 20px; }
  #main .pageType {
    padding: 0 20px;
    font-size: 12px;
    line-height: 18px;
    color: #E9831E;
    text-transform: uppercase; }
    #main .pageType + .box .block {
      width: 100%; }
      #main .pageType + .box .block h1 {
        margin-left: 0;
        padding-left: 0; }

body.about #main div.indexnav div.link.paginated,
body.media #main div.indexnav div.link.paginated,
body.report #main div.indexnav div.link.paginated {
  padding-top: 0;
  padding-bottom: 0; }
body.about #main .indexnav p.link,
body.media #main .indexnav p.link,
body.report #main .indexnav p.link {
  margin-top: 0;
  padding: 0; }
body.about div.wrapp h3.videotitle,
body.about .wrapc > h3,
body.about div#mtParametric h3,
body.media div.wrapp h3.videotitle,
body.media .wrapc > h3,
body.media div#mtParametric h3,
body.report div.wrapp h3.videotitle,
body.report .wrapc > h3,
body.report div#mtParametric h3 {
  background-image: none;
  border-bottom: 4px solid #a1b69a;
  color: #444;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 15px;
  line-height: 30px;
  width: auto;
  margin-top: 13px; }
body.about div#mtParametric h3 a,
body.about div#mtParametric h3 a:visited,
body.media div#mtParametric h3 a,
body.media div#mtParametric h3 a:visited,
body.report div#mtParametric h3 a,
body.report div#mtParametric h3 a:visited {
  color: #444; }
body.about #keywordsearchfrm #keywordsearch,
body.about #keywordsearchfrm #searchparam1,
body.media #keywordsearchfrm #keywordsearch,
body.media #keywordsearchfrm #searchparam1,
body.report #keywordsearchfrm #keywordsearch,
body.report #keywordsearchfrm #searchparam1 {
  border: 1px solid #ccc;
  left: 0;
  top: 0; }
body.about div#datesearchfrm,
body.media div#datesearchfrm,
body.report div#datesearchfrm {
  background-position: 0 0;
  padding: 0; }
body.about #keywordsearchfrm #filterbtn0,
body.about #keywordsearchfrm #filterbtn1,
body.about #datesearchfrm .filterbtn,
body.about .keywordsearchbtn,
body.media #keywordsearchfrm #filterbtn0,
body.media #keywordsearchfrm #filterbtn1,
body.media #datesearchfrm .filterbtn,
body.media .keywordsearchbtn,
body.report #keywordsearchfrm #filterbtn0,
body.report #keywordsearchfrm #filterbtn1,
body.report #datesearchfrm .filterbtn,
body.report .keywordsearchbtn {
  right: 0;
  top: 0;
  text-indent: 0;
  width: auto; }

body.about div#content1 {
  width: 240px; }
body.about #content2 > h1 {
  border-bottom: 4px solid #c7d3c2;
  color: #444;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 10px 6px; }
body.about #content2 h2 {
  font-size: 18px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; }
body.about #content2 .pad ul.index li a,
body.about #content2 div.paginated a,
body.about #content2 ul.tabs a {
  color: #307b5b; }
body.about div#viewbyfrm {
  top: 0;
  right: 0;
  left: inherit;
  width: 202px; }
body.about ul.index.tall {
  margin-bottom: 20px; }
  body.about ul.index.tall li {
    min-height: auto;
    overflow: hidden; }
    body.about ul.index.tall li > a {
      float: left; }
    body.about ul.index.tall li a {
      font-size: 15px;
      line-height: 1.3; }
  body.about ul.index.tall img {
    float: left;
    width: 60px; }
  body.about ul.index.tall div.block {
    height: auto;
    width: 100%; }
    body.about ul.index.tall div.block div {
      position: relative; }
body.about ul.index.alt2 li > a {
  float: left; }
body.about ul.index.alt2 div.block {
  width: 550px; }
  body.about ul.index.alt2 div.block div a {
    font-size: inherit; }

body.activity .pad > h1 {
  border-bottom: 4px solid #c7d3c2;
  color: #444;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  padding: 0 10px 6px; }
body.activity div#content2 {
  width: 270px; }
body.activity .boxwrapp {
  padding: 0 15px; }
body.activity div.boxwrapc {
  padding: 0;
  width: 100%; }
  body.activity div.boxwrapc h3 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 15px;
    margin-bottom: 10px; }
  body.activity div.boxwrapc div.link.paginated {
    padding-bottom: 25px !important; }
body.activity .box span.label,
body.activity .box span.label a {
  font-size: 12px; }
body.activity .slideshow {
  background-color: #f7f4f4; }
body.activity ul.horz li {
  width: 193px;
  height: auto !important;
  min-height: 160px; }
  body.activity ul.horz li a {
    font-size: inherit; }
body.activity ul.horz.hi li img {
  background-image: none;
  margin-left: 3px;
  padding: 0; }
body.activity ul.horz.hi li div.txt {
  width: 101%; }

body.drill .module h4.indented.email {
  width: 100%; }
body.drill .module h3.address {
  background-image: url(../img/icon_address.gif);
  background-repeat: no-repeat;
  padding-bottom: 8px;
  font-weight: 700;
  background-position: left 4px;
  padding: 3px 0 8px 25px;
  background-repeat: no-repeat;
  color: #e9831e;
  font-size: 14px; }
body.drill .module h3.contact {
  background-image: url(../img/icon_contact.gif);
  background-repeat: no-repeat;
  padding-bottom: 8px;
  font-weight: 700;
  line-height: 13px;
  background-position: left 4px;
  padding: 3px 0 8px 25px;
  background-repeat: no-repeat;
  color: #e9831e;
  font-size: 14px; }
body.drill .join div.block {
  width: 100%; }
body.drill .wrapc > h2 {
  background-image: none;
  border-bottom: 4px solid #a1b69a;
  color: #444;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 15px;
  line-height: 30px;
  width: auto;
  margin-top: 13px; }

body.media div#content1 {
  border-right: 0;
  margin-right: 0;
  padding: 0; }
  body.media div#content1 > h1 {
    border-bottom: 4px solid #c7d3c2;
    color: #444;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 22px;
    font-weight: normal;
    height: auto;
    line-height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 10px 6px; }
body.media div.box2 {
  width: 100%; }
  body.media div.box2 div#col2 h2.title {
    height: auto;
    padding-left: 0; }
body.media div#col1 {
  width: 240px; }
  body.media div#col1 div.wrapc {
    width: 100%; }
body.media div#col2 {
  width: 637px;
  float: right; }
body.media div.tabbed ul.tabs li.images {
  width: 100px; }
body.media div.tabbed div.tab {
  width: 910px; }
  body.media div.tabbed div.tab h2 {
    border-bottom: 4px solid #c7d3c2;
    color: #444;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 22px;
    font-weight: normal;
    height: auto;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px 6px; }
  body.media div.tabbed div.tab #mc_embed_signup h2 {
    border-bottom: 0;
    font-size: inherit; }
  body.media div.tabbed div.tab #mc_embed_signup .mc-field-group .asterisk {
    top: 21px; }
body.media ul.collapsible h3 {
  line-height: 28px !important; }
body.media span.subtitle {
  font-size: 15px;
  line-height: 1.3; }
body.media dl {
  line-height: 1.6; }
  body.media dl dd + dt {
    margin-top: 0; }

body.report h1 {
  border-bottom: 4px solid #c7d3c2;
  color: #444;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  margin-left: 10px;
  padding: 0 10px 6px; }
body.report .pad > h1 {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0; }
body.report div#content2 {
  width: 270px; }
body.report .module dl {
  line-height: 1.6; }
  body.report .module dl dd + dt {
    margin-top: 0; }
body.report #reportformatfrm {
  margin-top: 1em;
  padding-left: 2em;
  height: auto; }
  body.report #reportformatfrm #reportformat,
  body.report #reportformatfrm #reportformatlbl,
  body.report #reportformatfrm p {
    display: block;
    position: relative;
    top: inherit;
    left: inherit; }
  body.report #reportformatfrm #reportformat {
    margin-bottom: 5px;
    width: 100%; }
  body.report #reportformatfrm #reportformatlbl {
    margin-bottom: 5px; }
body.report #content2 #reportformatfrm p a,
body.report p#purchase-button2 a.button {
  display: inline-block;
  background: #444;
  background: rgba(68, 68, 68, 0.8);
  background-image: none;
  border: 1px solid #444;
  color: #fff !important;
  margin: 0;
  padding: 3px 10px;
  text-shadow: 0 0 2px #000;
  height: auto;
  width: auto; }
body.report p#purchase-button,
body.report p#purchase-button2 {
  margin: 0; }
body.report #content_0_right_0_liLogin h3 {
  margin-bottom: 1em; }

body.videoPage.detail div#content2 {
  width: 280px !important; }
  body.videoPage.detail div#content2 h2,
  body.videoPage.detail div#content2 .bs1 .wrapc > h3 {
    border-bottom: 4px solid #a1b69a;
    color: #444;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: auto;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px 6px; }
body.videoPage.detail #main div.link .pagination li {
  max-width: none;
  padding: 5px; }
  body.videoPage.detail #main div.link .pagination li.activeItem a {
    color: #307b5b;
    font-weight: bold; }
  body.videoPage.detail #main div.link .pagination li a {
    background-image: none;
    padding-right: 0; }
  body.videoPage.detail #main div.link .pagination li a.back,
  body.videoPage.detail #main div.link .pagination li a.forward {
    display: block;
    width: 22px;
    height: 22px;
    text-indent: -999px;
    overflow: hidden;
    float: left; }
  body.videoPage.detail #main div.link .pagination li a.back,
  body.videoPage.detail #main div.link .pagination li a.back.on {
    margin-right: 2px;
    background-image: url(../img/pagination_arrows.gif);
    background-position: -23px 0; }
  body.videoPage.detail #main div.link .pagination li a.forward,
  body.videoPage.detail #main div.link .pagination li a.forward.on {
    margin-left: 2px;
    background-image: url(../img/pagination_arrows.gif);
    background-position: 0px 0; }
  body.videoPage.detail #main div.link .pagination li a.back.off {
    background-position: -23px -23px !important;
    cursor: default; }
  body.videoPage.detail #main div.link .pagination li a.forward.off {
    background-position: 0 -23px !important;
    cursor: default; }
body.videoPage h1 {
  border-bottom: 4px solid #c7d3c2;
  color: #444;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  margin-left: 10px;
  padding: 0 10px 6px; }
body.videoPage .pad > h1 {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0; }
body.videoPage ul.index.alt2 div.block {
  width: 510px; }
body.videoPage div#webcast p {
  margin-top: inherit; }
body.videoPage div.moduleVideo {
  width: auto; }
body.videoPage ul.pagination li {
  background-image: none; }
  body.videoPage ul.pagination li a {
    background-image: none; }
body.videoPage #videoSearch {
  background-image: none;
  margin: 0;
  padding: 10px; }
  body.videoPage #videoSearch input[type="text"] {
    margin-right: 10px; }
  body.videoPage #videoSearch input[type="submit"] {
    width: auto;
    text-indent: 0; }

.module.contact dl dd ~ dd,
.module.contact dl dd + dt {
  margin-top: 0.5em; }
.module.contact dl dt {
  clear: left; }

div.module.videoSessionsList {
  padding: 10px; }
  div.module.videoSessionsList h2 {
    background-image: none;
    border-bottom: 4px solid #a1b69a;
    color: #444;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 15px;
    width: 100%; }
  div.module.videoSessionsList li {
    width: 100%; }

ul.gallery li.last {
  margin-right: 15px; }

div.bubble div.content h4 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  margin-top: 0;
  padding: 6px 10px; }

.textArea h1 {
  border-bottom: 4px solid #c7d3c2;
  color: #444;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  margin-left: 10px;
  padding: 0 10px 6px; }

div.wrapp.sponsors div.module {
  background-image: none; }

.profile #main #boxA .contentwrap1 .contentwrap2 #content1 .pageType {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1; }
.profile #main #boxA .contentwrap1 .contentwrap2 #content1 .memberwrap .participation {
  float: left;
  width: 708px; }

table.info {
  border: 0; }
  table.info th {
    width: 15%;
    padding: 5px;
    padding-left: 0;
    border: 0;
    font-weight: bold; }
  table.info td {
    width: 85%;
    padding: 5px;
    border: 0; }
    table.info td.hr {
      padding: 0; }

.infographics {
  margin-top: 30px;
  padding-left: 10px; }

.infographics-list,
.infographics-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.infographics-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -5%; }

.infographics-list-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  margin: 0 0 5%;
  padding-left: 5%;
  width: 33.333%; }

.infographics-list-item-img {
  height: auto;
  width: 100%; }

.infographics-list-item-title {
  font-weight: bold;
  margin-top: auto;
  padding-top: 1em;
  text-align: center; }

div.lightbox {
  position: relative; }

div.lightbox a span.magnify {
  background: url(../img/icon-enlarge.png) no-repeat 50% 50%;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333; }

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color: #666666; }

#TB_window a:link {
  color: #666666; }

#TB_window a:visited {
  color: #666666; }

#TB_window a:hover {
  color: #000; }

#TB_window a:active {
  color: #666666; }

#TB_window a:focus {
  color: #666666; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.TB_overlayMacFFBGHack {
  background: url(macFFBgHack.png) repeat; }

.TB_overlayBG {
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75; }

#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color: #000000;
  display: none;
  text-align: left;
  top: 50%;
  left: 50%; }

#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666; }

#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left; }

#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0;
  float: right; }

#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right; }

#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px;
  /*new*/ }

#TB_title {
  background-color: #fff;
  height: 27px; }

#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em; }

#TB_ajaxContent.TB_modal {
  padding: 15px; }

#TB_ajaxContent p {
  padding: 5px 0px 5px 0px; }

#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px;
  /* -height/2 0 0 -width/2 */ }

#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%; }

#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px; }

section.activity-news {
  margin-top: 2em; }

section.list:not(:first-child) {
  margin-top: 4em; }
section.list h1 {
  color: #a1b69a;
  font-weight: normal;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 18px;
  border-bottom: 4px solid #a1b69a;
  margin: 0;
  padding: 0 0 6px;
  width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 10px;
  margin-left: -10px;
  color: #666; }
  html.font-medium section.list h1 {
    font-size: 21.6px; }
  html.font-large section.list h1 {
    font-size: 25.2px; }
section.list h2 {
  font-size: 16px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; }
  html.font-medium section.list h2 {
    font-size: 19.2px; }
  html.font-large section.list h2 {
    font-size: 22.4px; }
section.list article {
  padding: 1em 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  section.list article + article {
    border-top: 1px dotted #ccc; }
  section.list article + h2 {
    margin-top: 2rem; }
section.list p.view-all {
  border-top: 1px dotted #ccc;
  margin: 0 !important;
  padding-top: 1em; }
section.list.list-meetings div.columns:after {
  content: "";
  display: table;
  clear: both; }
section.list.list-meetings div.column {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px; }
  section.list.list-meetings div.column > * {
    margin: 0; }
section.list.list-meetings article h1 {
  font-size: 14px;
  border: 0;
  margin: 0;
  padding: 0; }
  html.font-medium section.list.list-meetings article h1 {
    font-size: 16.8px; }
  html.font-large section.list.list-meetings article h1 {
    font-size: 19.6px; }
section.list.list-meetings article p {
  margin-top: 0.5em; }
  section.list.list-meetings article p.links {
    font-size: 12px; }
    html.font-medium section.list.list-meetings article p.links {
      font-size: 14.4px; }
    html.font-large section.list.list-meetings article p.links {
      font-size: 16.8px; }
    section.list.list-meetings article p.links i {
      color: #f2642c;
      margin-right: 2px; }
    section.list.list-meetings article p.links a {
      position: relative;
      font-weight: bold;
      text-transform: uppercase;
      color: #f2642c;
      -webkit-font-smoothing: antialiased; }
      section.list.list-meetings article p.links a + a {
        margin-left: 15px; }
        section.list.list-meetings article p.links a + a:before {
          content: "";
          display: block;
          position: absolute;
          border-left: 1px dotted #ccc;
          width: 0;
          height: 20px;
          top: -3px;
          left: -7px; }
section.list.list-videos article {
  min-height: 100px;
  padding-left: 110px;
  position: relative; }
  section.list.list-videos article img {
    position: absolute;
    top: 1em;
    left: 0; }
  section.list.list-videos article h1 {
    border: 0;
    font-size: 14px;
    margin: 0;
    padding: 0; }
    html.font-medium section.list.list-videos article h1 {
      font-size: 16.8px; }
    html.font-large section.list.list-videos article h1 {
      font-size: 19.6px; }
  section.list.list-videos article p {
    margin-top: 0.4em; }
    section.list.list-videos article p + p {
      margin-top: 0; }
section.list.list-report-releases div.columns:after, section.list.list-supplemental div.columns:after {
  content: "";
  display: table;
  clear: both; }
section.list.list-report-releases div.column, section.list.list-supplemental div.column {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px; }
  section.list.list-report-releases div.column > *, section.list.list-supplemental div.column > * {
    margin: 0; }
section.list.list-report-releases article, section.list.list-supplemental article {
  min-height: 58px;
  padding-right: 98px;
  position: relative; }
  section.list.list-report-releases article.no-image, section.list.list-supplemental article.no-image {
    padding-right: 0; }
  section.list.list-report-releases article img, section.list.list-supplemental article img {
    position: absolute;
    top: 1em;
    right: 0; }
    section.list.list-report-releases article img.cover-border, section.list.list-supplemental article img.cover-border {
      border: 1px solid #CCC; }
  section.list.list-report-releases article h1, section.list.list-supplemental article h1 {
    border: 0;
    font-size: 14px;
    margin: 0;
    padding: 0; }
    html.font-medium section.list.list-report-releases article h1, html.font-medium section.list.list-supplemental article h1 {
      font-size: 16.8px; }
    html.font-large section.list.list-report-releases article h1, html.font-large section.list.list-supplemental article h1 {
      font-size: 19.6px; }
  section.list.list-report-releases article p, section.list.list-supplemental article p {
    margin-top: 0.4em; }

.pagenav {
  background-color: #f3f3f3;
  font-size: 14px;
  list-style: none;
  margin: 0 0 20px 10px;
  padding: 14px 24px; }

.pagenav-item {
  display: inline; }
  .pagenav-item:not(:last-child):after {
    content: " |";
    margin: 0 6px; }
  .pagenav-item > a {
    font-weight: 600; }

div.pagination {
  text-align: center; }
  div.pagination a.button + a.page {
    margin-left: 10px; }
  div.pagination a.page + a.button {
    margin-left: 10px; }
  div.pagination a.page {
    display: inline-block;
    font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
    font-weight: bold;
    vertical-align: top;
    padding: 5px 0; }
    div.pagination a.page + a.page {
      position: relative;
      padding-left: 11px; }
      div.pagination a.page + a.page:before {
        content: "";
        display: inline-block;
        border-left: 1px dotted #ccc;
        height: 1em;
        position: absolute;
        top: 50%;
        left: 6px;
        margin-top: -0.5em; }

section.promo {
  font-size: 12px; }
  html.font-medium section.promo {
    font-size: 14.4px; }
  html.font-large section.promo {
    font-size: 16.8px; }
  section.promo + section.promo {
    margin-top: 4em; }
  section.promo section.list {
    margin-top: 0; }
  section.promo h1 {
    color: #f15d22;
    font-weight: normal;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 18px;
    border-bottom: 4px solid #f15d22;
    margin: 0;
    padding: 0 0 6px;
    width: 100%;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: 10px;
    margin-left: -10px; }
    html.font-medium section.promo h1 {
      font-size: 21.6px; }
    html.font-large section.promo h1 {
      font-size: 25.2px; }
    section.promo h1.alt {
      color: #444;
      border-color: #a1b69a; }
  section.promo * + h1 {
    margin-top: 1em; }
  section.promo h2 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 1em; }
    html.font-medium section.promo h2 {
      font-size: 14.4px; }
    html.font-large section.promo h2 {
      font-size: 16.8px; }
    section.promo h2 + p,
    section.promo h2 + ul {
      margin-top: 0.25em; }
  section.promo object,
  section.promo embed {
    margin-top: 1em; }
  section.promo table.details {
    margin-top: 0;
    border: 0; }
    section.promo table.details tr + tr {
      border-top: 1px dotted #a1b69a; }
    section.promo table.details th {
      text-align: left;
      border: 0;
      font-size: 14px;
      font-weight: normal;
      padding: 1em 1em 1em 0; }
      html.font-medium section.promo table.details th {
        font-size: 16.8px; }
      html.font-large section.promo table.details th {
        font-size: 19.6px; }
    section.promo table.details td {
      border: 0;
      font-size: 12px;
      padding: 1em 0; }
      html.font-medium section.promo table.details td {
        font-size: 14.4px; }
      html.font-large section.promo table.details td {
        font-size: 16.8px; }
  section.promo div.form {
    margin-top: 1em; }
    section.promo div.form input::-webkit-input-placeholder {
      color: #999; }
    section.promo div.form input:-moz-placeholder {
      color: #999; }
    section.promo div.form.form-shop {
      padding-left: 2em; }
      section.promo div.form.form-shop div.field {
        margin-top: 1em; }
        section.promo div.form.form-shop div.field + div.field {
          margin-top: .5em; }
      section.promo div.form.form-shop input,
      section.promo div.form.form-shop select {
        width: 100%;
        text-align: left; }
    section.promo div.form.form-email:after {
      content: "";
      display: table;
      clear: both; }
    section.promo div.form.form-email input {
      width: 158px; }
      html.font-medium section.promo div.form.form-email input {
        width: 100%; }
      html.font-large section.promo div.form.form-email input {
        width: 100%; }
    section.promo div.form.form-email a.button {
      float: right; }
      html.font-medium section.promo div.form.form-email a.button {
        margin-top: 5px; }
      html.font-large section.promo div.form.form-email a.button {
        margin-top: 5px; }
    section.promo div.form.form-video-search:after {
      content: "";
      display: table;
      clear: both; }
    section.promo div.form.form-video-search input[type="text"] {
      width: 191px;
      background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5N0Q0N0E5OEQ3OEUxMUUyOUY2N0EyMTJDNTEyODgzMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5N0Q0N0E5OUQ3OEUxMUUyOUY2N0EyMTJDNTEyODgzMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk3RDQ3QTk2RDc4RTExRTI5RjY3QTIxMkM1MTI4ODMxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk3RDQ3QTk3RDc4RTExRTI5RjY3QTIxMkM1MTI4ODMxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uYGXcQAAAKtJREFUeNpi7OufwAAEBUCcBsSqDBBwG4hnAfEEBiTABFVYD8Rngdgeis9CxQqQFbNATdwCxLFI4seAeDFUbgKyySCrpzNggulIzoIrJhowQT2TiUUuEyqHohjkax+oG62gGMT20dTQ0ERXDPJAIxAbA/FBKDYGKhS4d/8+g7293X90N4M0aAExKxRrXb9xg9HCwpzh4MFDcA14PQhUyAhUCNdAMDSQNQAEGABbZTBZeuDPpwAAAABJRU5ErkJggg==) 6px 6px no-repeat;
      padding-left: 25px; }
      html.font-medium section.promo div.form.form-video-search input[type="text"] {
        width: 100%; }
      html.font-large section.promo div.form.form-video-search input[type="text"] {
        width: 100%; }
    section.promo div.form.form-video-search a.button {
      float: right; }
      html.font-medium section.promo div.form.form-video-search a.button {
        margin-top: 5px; }
      html.font-large section.promo div.form.form-video-search a.button {
        margin-top: 5px; }
  section.promo p.more {
    border-top: 1px dotted #ccc;
    padding-top: 1em; }
  section.promo p.shop {
    padding-left: 2em;
    position: relative; }
    section.promo p.shop i {
      position: absolute;
      top: -3px;
      left: -2px;
      font-size: 16px; }
  section.promo p.connect:after {
    content: "";
    display: table;
    clear: both; }
  section.promo p.connect a {
    color: #888;
    font-size: 28px;
    float: left;
    margin: 0 7px 0 0;
    position: relative;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    section.promo p.connect a:hover {
      color: #555;
      text-decoration: none; }
    section.promo p.connect a + a:before {
      display: block;
      content: "";
      position: absolute;
      border-left: 1px dotted #ccc;
      width: 0;
      height: 36px;
      top: 0;
      left: -3px; }
    section.promo p.connect a + a i {
      display: block; }
  section.promo ul.members {
    list-style: none;
    margin-left: 0; }
    section.promo ul.members li {
      padding: 0 0 0 110px;
      position: relative;
      min-height: 60px; }
      section.promo ul.members li + li {
        margin-top: 20px; }
    section.promo ul.members img {
      position: absolute;
      top: 0;
      left: 0; }
    section.promo ul.members p {
      margin: 0; }

section.quote {
  border-top: 4px solid #a1b69a;
  margin-top: 4em;
  padding: 15px 0 0; }
  section.quote h1 {
    border-bottom: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 24px;
    color: #f2642c;
    line-height: inherit;
    margin: 0;
    padding: 0; }
    html.font-medium section.quote h1 {
      font-size: 28.8px; }
    html.font-large section.quote h1 {
      font-size: 33.6px; }
    section.quote h1 a {
      font-family: arial;
      font-size: 12px; }
      html.font-medium section.quote h1 a {
        font-size: 14.4px; }
      html.font-large section.quote h1 a {
        font-size: 16.8px; }

.resource-graphics {
  margin: 10px -5px 0;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: flex-start; }

.resource-graphic {
  display: flex;
  flex-flow: column wrap;
  margin: 5px;
  min-width: 125px; }

.resource-graphic-title {
  display: inline-block;
  margin-top: 15px; }

div.slideshow-authors {
  margin: 23px 20px 20px 0;
  position: relative;
  width: 120px;
  overflow: hidden; }
  div.slideshow-authors div.slide {
    width: 140px; }
    div.slideshow-authors div.slide img {
      display: block; }
    div.slideshow-authors div.slide p {
      margin: 0;
      padding: .5em 0;
      text-align: center;
      width: 120px; }
  div.slideshow-authors div.slideshow-nav-wrapper {
    border: 1px dotted #ccc;
    border-width: 1px 0;
    text-align: center;
    height: 31px;
    padding: 4px 0 3px; }
  div.slideshow-authors span.slideshow-display {
    display: inline-block;
    margin: 0 10px;
    font-size: 10px;
    line-height: 22px;
    vertical-align: top; }
    html.font-medium div.slideshow-authors span.slideshow-display {
      font-size: 12px; }
    html.font-large div.slideshow-authors span.slideshow-display {
      font-size: 14px; }
  div.slideshow-authors a.slideshow-next,
  div.slideshow-authors a.slideshow-prev {
    cursor: pointer;
    line-height: 22px; }

section.slideshow-events {
  position: relative;
  margin-top: 4em;
  padding: 0 34px;
  width: 100%; }
  section.slideshow-events .event-content {
    overflow: hidden; }
  section.slideshow-events .event-date {
    color: #000; }
  section.slideshow-events .event-img {
    float: left;
    margin-right: 20px; }
  section.slideshow-events .event-title {
    color: #307b5b;
    margin: 15px 0; }
  section.slideshow-events .slides {
    width: 100%; }
  section.slideshow-events .slide {
    width: 100%; }
    section.slideshow-events .slide:after {
      content: "";
      display: table;
      clear: both; }
    section.slideshow-events .slide > article {
      padding-left: 30px;
      padding-right: 30px;
      width: 100%; }
  section.slideshow-events a.slideshow-next,
  section.slideshow-events a.slideshow-prev {
    background-image: url("../img/pagination_arrows_jumbo.png");
    background-size: 72px 72px;
    border-radius: 4px;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    height: 34px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px; }
  section.slideshow-events a.slideshow-next {
    background-position: 0 0;
    right: 0; }
  section.slideshow-events a.slideshow-prev {
    background-position: 100% 0;
    left: 0; }

.slideshow-events-more {
  text-align: center; }
  .slideshow-events-more .cta-btn {
    margin-right: 0;
    margin-top: 20px; }

div.slideshow-featured {
  position: relative;
  height: 360px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 4em; }
  div.slideshow-featured div.slides {
    height: 360px;
    width: 1920px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    margin-left: -960px; }
  div.slideshow-featured figure {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    height: 360px;
    width: 1920px;
    z-index: 3; }
    div.slideshow-featured figure img {
      position: absolute;
      top: 0;
      left: 0; }
    div.slideshow-featured figure figcaption {
      background: #444;
      background: rgba(68, 68, 68, 0.8);
      position: absolute;
      bottom: 20px;
      left: 500px;
      width: 600px; }
      html.ie8 div.slideshow-featured figure figcaption {
        background: transparent;
        background: transparent url("../img/bg-slideshow-featured-ie8.png") repeat; }
      div.slideshow-featured figure figcaption h1 {
        border-bottom: 0;
        color: inherit;
        line-height: inherit;
        margin: 0;
        padding: 40px 10px 15px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
        font-weight: normal;
        font-size: 20px; }
        html.font-medium div.slideshow-featured figure figcaption h1 {
          font-size: 24px; }
        html.font-large div.slideshow-featured figure figcaption h1 {
          font-size: 28px; }
      div.slideshow-featured figure figcaption p {
        border-top: 1px dotted #fff;
        margin: 0;
        padding: 7px 10px; }
      div.slideshow-featured figure figcaption a {
        color: #fff; }
  div.slideshow-featured a.slideshow-next,
  div.slideshow-featured a.slideshow-prev {
    background: url("../img/sprite.png") 0 -32px no-repeat;
    width: 44px;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 4;
    margin-left: 373px;
    cursor: pointer; }
  div.slideshow-featured a.slideshow-next {
    background-position: -44px -32px;
    width: 43px;
    margin-left: 417px; }

section.slideshow-publications {
  position: relative;
  margin-top: 4em;
  padding: 0 34px;
  width: 100%; }
  section.slideshow-publications .pub-date {
    color: #000; }
  section.slideshow-publications .pub-img img {
    border: 1px solid #000000; }
  section.slideshow-publications .pub-title {
    color: #307b5b;
    margin: 15px 0; }
  section.slideshow-publications .slides {
    width: 100%; }
  section.slideshow-publications .slide {
    width: 100%; }
    section.slideshow-publications .slide:after {
      content: "";
      display: table;
      clear: both; }
    section.slideshow-publications .slide > article {
      float: left;
      padding-left: 30px;
      padding-right: 30px;
      width: 33.333%; }
  section.slideshow-publications a.slideshow-next,
  section.slideshow-publications a.slideshow-prev {
    background-image: url("../img/pagination_arrows_jumbo.png");
    background-size: 72px 72px;
    border-radius: 4px;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    height: 34px;
    position: absolute;
    top: 122px;
    width: 34px; }
  section.slideshow-publications a.slideshow-next {
    background-position: 0 0;
    right: 0; }
  section.slideshow-publications a.slideshow-prev {
    background-position: 100% 0;
    left: 0; }

.slideshow-publications-more {
  text-align: center; }
  .slideshow-publications-more .cta-btn {
    margin-right: 0;
    margin-top: 20px; }

section.slideshow-reports {
  position: relative;
  width: 100%;
  margin-top: 4em; }
  section.slideshow-reports h1 {
    color: #a1b69a;
    font-weight: normal;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 18px;
    border-bottom: 4px solid #a1b69a;
    margin: 0;
    padding: 0 0 6px;
    width: 100%;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: 10px;
    margin-left: -10px;
    color: #666; }
    html.font-medium section.slideshow-reports h1 {
      font-size: 21.6px; }
    html.font-large section.slideshow-reports h1 {
      font-size: 25.2px; }
  section.slideshow-reports div.slides {
    margin-top: 10px; }
  section.slideshow-reports div.slide {
    width: 600px; }
    section.slideshow-reports div.slide:after {
      content: "";
      display: table;
      clear: both; }
    section.slideshow-reports div.slide:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 201px;
      border: 1px dotted #ccc;
      border-width: 0 1px;
      height: 100%; }
    section.slideshow-reports div.slide:after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 201px;
      border: 1px dotted #ccc;
      border-width: 0 1px;
      height: 100%; }
  section.slideshow-reports article {
    width: 200px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    position: relative;
    z-index: 2; }
    section.slideshow-reports article h1 {
      font-size: 14px;
      border: 0;
      margin: 10px 0 0;
      padding: 0; }
      html.font-medium section.slideshow-reports article h1 {
        font-size: 16.8px; }
      html.font-large section.slideshow-reports article h1 {
        font-size: 19.6px; }
    section.slideshow-reports article p {
      margin-top: 0.5em; }
  section.slideshow-reports div.slideshow-nav-wrapper {
    border: 1px dotted #ccc;
    border-width: 1px 0;
    text-align: center;
    padding: 5px 0 4px; }
  section.slideshow-reports div.slideshow-nav {
    display: inline-block;
    margin: 0 10px; }
    html.ie8 section.slideshow-reports div.slideshow-nav {
      position: relative;
      top: 3px; }
    html.ie9 section.slideshow-reports div.slideshow-nav {
      position: relative;
      top: 3px; }
    html.ie10 section.slideshow-reports div.slideshow-nav {
      position: relative;
      top: 3px; }
    html.mozilla section.slideshow-reports div.slideshow-nav {
      position: relative;
      top: 3px; }
    section.slideshow-reports div.slideshow-nav a {
      color: #444;
      display: inline-block;
      width: 1em;
      position: relative;
      text-indent: -10em;
      overflow: hidden;
      text-decoration: none;
      opacity: 0.8; }
      section.slideshow-reports div.slideshow-nav a:before {
        text-indent: 0;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-font-smoothing: antialiased;
        font-family: "fontello-iom";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        content: "\e81b"; }
      section.slideshow-reports div.slideshow-nav a + a {
        margin-left: 5px; }
      section.slideshow-reports div.slideshow-nav a.selected {
        color: #f2642c; }
        section.slideshow-reports div.slideshow-nav a.selected:before {
          content: "\e81a"; }
      section.slideshow-reports div.slideshow-nav a:hover {
        opacity: 1; }
  section.slideshow-reports a.slideshow-next,
  section.slideshow-reports a.slideshow-prev {
    cursor: pointer;
    opacity: 0.8; }
    html.ie8 section.slideshow-reports a.slideshow-next, html.ie8
    section.slideshow-reports a.slideshow-prev {
      position: relative;
      top: -2px; }
    html.ie9 section.slideshow-reports a.slideshow-next, html.ie9
    section.slideshow-reports a.slideshow-prev {
      position: relative;
      top: -2px; }
    html.ie10 section.slideshow-reports a.slideshow-next, html.ie10
    section.slideshow-reports a.slideshow-prev {
      position: relative;
      top: -2px; }
    html.mozilla section.slideshow-reports a.slideshow-next, html.mozilla
    section.slideshow-reports a.slideshow-prev {
      position: relative;
      top: -2px; }
    section.slideshow-reports a.slideshow-next:hover,
    section.slideshow-reports a.slideshow-prev:hover {
      opacity: 1; }

div.share-vertical {
  padding: 10px;
  border: 1px dotted #ccc;
  position: fixed;
  top: 215px;
  width: 85px;
  left: 50%;
  margin-left: -575px;
  display: none; }
  div.share-vertical .button {
    height: auto;
    text-indent: 0; }
  div.share-vertical .stArrow {
    display: none; }
  div.share-vertical .stButton {
    margin-left: 0;
    margin-right: 0; }
  div.share-vertical .st_plusone_vcount {
    display: block;
    height: 21px;
    overflow: hidden;
    position: relative; }
    div.share-vertical .st_plusone_vcount > div {
      position: absolute;
      bottom: 0; }
  div.share-vertical ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    div.share-vertical ul li {
      background-image: none;
      margin: 0;
      padding: 0; }
      div.share-vertical ul li + li {
        margin-top: 10px; }
  div.share-vertical * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

div.share-horizontal {
  position: absolute;
  height: 35px;
  top: 211px;
  width: 350px;
  display: none;
  left: 50%;
  margin-left: -210px; }
  div.share-horizontal .button {
    height: auto;
    text-indent: 0; }
  div.share-horizontal .stButton {
    margin-left: 0;
    margin-right: 0; }
  div.share-horizontal .st_plusone_large div {
    bottom: -3px !important; }
  div.share-horizontal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right; }
    div.share-horizontal ul li {
      background-image: none;
      display: inline-block;
      margin: 0;
      padding: 0;
      vertical-align: top; }
      div.share-horizontal ul li + li {
        margin-left: 10px; }
  div.share-horizontal * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  div.share-horizontal a.button {
    margin-top: 3px; }

div.tabs {
  margin-top: 2px; }
  div.tabs div.tabs-nav {
    border-bottom: 4px solid #386351;
    font-size: 14px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; }
    html.font-medium div.tabs div.tabs-nav {
      font-size: 16.8px; }
    html.font-large div.tabs div.tabs-nav {
      font-size: 19.6px; }
    div.tabs div.tabs-nav a {
      background: #a1b69a;
      color: #fff;
      display: inline-block;
      padding: 5px 10px 4px;
      width: 50%;
      cursor: pointer; }
      div.tabs div.tabs-nav a + a {
        border-left: 2px solid #fff; }
      div.tabs div.tabs-nav a.selected {
        background: #386351; }
  div.tabs div.tabs-content > section {
    margin-top: 0; }
  div.tabs div.tabs-content.hidden {
    display: block !important;
    position: absolute;
    top: -5000px;
    left: 0; }

@media print {
  div.stripe-green,
  div.topic,
  div.search,
  a.national-academies,
  div.stripe-green,
  div.stripe-gray,
  div.stripe-lightgreen,
  div.slideshow-featured a.slideshow-prev,
  div.slideshow-featured a.slideshow-next {
    display: none; }

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

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

  nav a,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

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

  p,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    widows: 3; }

  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid; } }
.hidden {
  display: none !important; }
