@charset "UTF-8";
/*
  ===============================================================================
  PRINT STYLES
  ===============================================================================
*/
/*
  ==========================
  hide from print
  ==========================
*/
#accessibility-links,
#header-search,
#header-logo > a,
#primary-navigation,
#alt-title .h1,
#alt-title .sector-link-buttons,
#page-foot,
#breadcrumbs,
#secondary-nav,
.search-filters,
a.see-all,
.jump-link,
.back-to-top {
  display: none;
}

/*
  ==========================
  lightweight clearfix
  ==========================
*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*
  ==========================
  general
  ==========================
*/
* {
  background: transparent !important;
  color: #333333;
  text-shadow: none !important;
  box-sizing: border-box;
}

@page {
  margin: 1cm;
  @bottom-center {
    content: "Page " counter(page) " of " counter(pages); /* not supported yet, but might be in the lifecycle of the site */
  }
}
/*
  ==========================
  print logo
  ==========================
*/
/*
  ==========================
  typography
  ==========================
*/
body,
input,
textarea,
select {
  font-family: "Raleway", sans-serif;
  font-size: 11pt;
  line-height: 1.3;
}

/*
  ==========================
  headings
  ==========================
*/
h1.visuallyhidden {
  display: block;
}

h1,
h2,
h3,
h4 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  page-break-inside: avoid;
  page-break-after: avoid;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
}

h1 {
  font-size: 260%;
}

h2 {
  font-size: 200%;
}

h3 {
  font-size: 160%;
}

h4 {
  font-size: 130%;
}

/*
  ==========================
  paragraphs
  ==========================
*/
.intro {
  font-size: 130%;
}

p {
  orphans: 3;
  widows: 3;
  page-break-inside: avoid;
}

/*
  ==========================
  links
  ==========================
*/
a {
  text-decoration: underline;
}

/*
  ==========================
  images
  ==========================
*/
img {
  max-width: 100% !important;
  page-break-inside: avoid;
}

figure {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  page-break-inside: avoid;
}

figure img {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
}

figure figcaption {
  display: block;
  width: auto;
  margin: 0;
  padding: 0.6em;
  border: solid 2px #cccccc;
  font-size: 80%;
}

/*
  ==========================
  lists
  ==========================
*/
ul,
ol {
  page-break-inside: avoid;
}

/*
  ==========================
  tables
  ==========================
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th, table td {
  padding: 0.2em 0.8em;
  vertical-align: top;
}
table thead {
  display: table-header-group;
  border-top: solid 0.2em #cccccc;
  border-bottom: solid 0.2em #cccccc;
}
table thead th {
  line-height: 1.2;
  text-align: left;
  vertical-align: bottom;
}
table thead th:first-child {
  border-left: solid 0.2em #cccccc;
}
table thead th:last-child {
  border-right: solid 0.2em #cccccc;
}
table tbody {
  border-bottom: solid 0.2em #cccccc;
}
table tbody > tr:first-child > td, table tbody > tr:first-child > th {
  border-top: solid 0.2em #cccccc;
}
table tbody td, table tbody th {
  border-top: solid 0.1em #cccccc;
  text-align: left;
}
table tbody td:first-child, table tbody th:first-child {
  border-left: solid 0.2em #dddddd;
}
table tbody td:last-child, table tbody th:last-child {
  border-right: solid 0.2em #dddddd;
}
table tbody th {
  text-align: left;
}
table > thead + tbody:before {
  content: "";
  display: block;
  height: 0.3em;
  background-color: transparent;
  overflow: hidden;
}
table tr {
  page-break-inside: avoid;
}

/*
  ==========================
  forms
  ==========================
*/
/*
  ==========================
  article abstract layout
  ==========================
*/
/* article element */
/* --------------- */
.article-abstract {
  margin-top: -4px;
  padding: 0;
  border-top: solid 4px #cccccc;
  border-bottom: solid 4px #cccccc;
}
/* articles in rows */
/* ---------------- */
.article-abstract-rows {
  page-break-inside: avoid;
  /* two articles per row */
  /* three articles per row */
}
.article-abstract-rows > * {
  float: left;
}
.article-abstract-rows.of-two {
  margin-left: -18px;
  margin-right: -18px;
}
.article-abstract-rows.of-two > * {
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
}
.article-abstract-rows.of-two > *:nth-child(2n+1) {
  clear: left;
}
.article-abstract-rows.of-three {
  margin-left: -20px;
  margin-right: -20px;
}
.article-abstract-rows.of-three > * {
  width: 33.333%;
  padding-left: 20px;
  padding-right: 20px;
}
.article-abstract-rows.of-three > *:nth-child(3n+1) {
  clear: left;
}

* + .article-abstract-rows {
  margin-top: 32px;
}

/*
  ==========================
  resource abstract layout
  ==========================
*/
.resource-abstract {
  padding-bottom: 20px;
}
.resource-abstract .content ul {
  margin: 0 0 0 1.2em;
  padding: 0;
}
.resource-abstract .content ul li {
  margin: 0;
  padding: 0;
}
.resource-abstract .content ul li + li {
  margin-top: 4px;
}
/*
  ==========================
  masonry grid layout
  ==========================
*/
.grid,
.grid[style] {
  position: static;
  height: auto !important;
}
.grid > *,
.grid[style] > * {
  float: left;
  page-break-inside: avoid;
}
.grid.grid-two-cols,
.grid[style].grid-two-cols {
  margin-left: -18px;
  margin-right: -18px;
}
.grid.grid-two-cols .grid-item, .grid.grid-two-cols .grid-item[style],
.grid[style].grid-two-cols .grid-item,
.grid[style].grid-two-cols .grid-item[style] {
  position: static !important;
  width: 50% !important;
  padding-left: 18px;
  padding-right: 18px;
}
.grid.grid-two-cols .grid-item:nth-child(2n+1), .grid.grid-two-cols .grid-item[style]:nth-child(2n+1),
.grid[style].grid-two-cols .grid-item:nth-child(2n+1),
.grid[style].grid-two-cols .grid-item[style]:nth-child(2n+1) {
  clear: left;
}
.grid.grid-three-cols,
.grid[style].grid-three-cols {
  margin-left: -20px;
  margin-right: -20px;
}
.grid.grid-three-cols .grid-item, .grid.grid-three-cols .grid-item[style],
.grid[style].grid-three-cols .grid-item,
.grid[style].grid-three-cols .grid-item[style] {
  position: static !important;
  width: 33.33% !important;
  padding-left: 20px;
  padding-right: 20px;
}
.grid.grid-three-cols .grid-item:nth-child(3n+1), .grid.grid-three-cols .grid-item[style]:nth-child(3n+1),
.grid[style].grid-three-cols .grid-item:nth-child(3n+1),
.grid[style].grid-three-cols .grid-item[style]:nth-child(3n+1) {
  clear: left;
}

* + .grid {
  margin-top: 32px;
}

/*
  ===============================================================================
  LANDING PAGE OVERRIDES
  ===============================================================================
*/
/*
  ==========================
  column tiles
  ==========================
*/
.tiles {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.tiles .tile {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  position: relative;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tiles .tile a {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 20px;
  border: solid 4px #cccccc;
  border-radius: 5px;
  text-decoration: none;
}

/*
  ===============================================================================
  SEARCH PAGE OVERRIDES
  ===============================================================================
*/
/*
  ==========================
  search term
  ==========================
*/
#page-search-wrapper label:after {
  content: ": ";
}
#page-search-wrapper input {
  display: inline-block;
  border: none;
  font-weight: 600;
}
#page-search-wrapper button {
  display: none;
}

/*
  ==========================
  search results
  ==========================
*/
#site-search-results {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  border-top: solid 2px #cccccc;
  page-break-inside: auto;
  -moz-column-break-inside: auto;
       break-inside: auto;
}
#site-search-results > li {
  padding: 0 0 10px 0;
  border-bottom: solid 2px #cccccc;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}