#autocomplete {
	border:1px solid;
	overflow:hidden;
	position:absolute;
	z-index:100;
}
#autocomplete ul {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
#autocomplete li {
	background:#fff;
	color:#000;
	cursor:default;
	white-space:pre;
}
html.js input.form-autocomplete {
	background-image:url(/misc/throbber.gif);
	background-position:100% 2px;
	background-repeat:no-repeat;
}
html.js input.throbbing {
	background-position:100% -18px;
}
html.js fieldset.collapsed {
	border-bottom-width:0;
	border-left-width:0;
	border-right-width:0;
	height:1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
	display:none;
}
fieldset.collapsible {
	position:relative;
}
fieldset.collapsible .fieldset-legend {
	display:block;
}
.form-textarea-wrapper textarea {
	display:block;
	margin:0;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.resizable-textarea .grippie {
	background:#eee url(/misc/grippie.png) no-repeat center 2px;
	border:1px solid #ddd;
	border-top-width:0;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
body.drag {
	cursor:move;
}
.draggable a.tabledrag-handle {
	cursor:move;
	float:left;
	height:1.7em;
	margin:-0.4em 0 -0.4em -0.5em;
	padding:0.42em 1.5em 0.42em 0.5em;
	text-decoration:none;
}
a.tabledrag-handle:hover {
	text-decoration:none;
}
a.tabledrag-handle .handle {
	background:url(/misc/draggable.png) no-repeat 0 0;
	height:13px;
	margin-top:4px;
	width:13px;
}
a.tabledrag-handle-hover .handle {
	background-position:0 -20px;
}
div.indentation {
	float:left;
	height:1.7em;
	margin:-0.4em 0.2em -0.4em -0.4em;
	padding:0.42em 0 0.42em 0.6em;
	width:20px;
}
div.tree-child {
	background:url(/misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
	background:url(/misc/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
	background:url(/misc/tree.png) no-repeat -11px center;
}
.tabledrag-toggle-weight-wrapper {
	text-align:right;
}
table.sticky-header {
	background-color:#fff;
	margin-top:0;
}
.progress .bar {
	background-color:#fff;
	border:1px solid;
}
.progress .filled {
	background-color:#000;
	height:1.5em;
	width:5px;
}
.progress .percentage {
	float:right;
}
.progress-disabled {
	float:left;
}
.ajax-progress {
	float:left;
}
.ajax-progress .throbber {
	background:transparent url(/misc/throbber.gif) no-repeat 0px -18px;
	float:left;
	height:15px;
	margin:2px;
	width:15px;
}
tr .ajax-progress .throbber {
	margin:0 2px;
}
.ajax-progress-bar {
	width:16em;
}
.container-inline div, .container-inline label {
	display:inline;
}
.container-inline .fieldset-wrapper {
	display:block;
}
.nowrap {
	white-space:nowrap;
}
html.js .js-hide {
	display:none;
}
.element-hidden {
	display:none;
}
.element-invisible {
	position:absolute !important;
	clip:rect(1px 1px 1px 1px);
	clip:rect(1px,1px,1px,1px);
}
.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
	position:static !important;
	clip:auto;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clearfix {
	height:1%;
}
*:first-child + html .clearfix {
	min-height:1%;
}
fieldset {
	margin-bottom:1em;
	padding:0.5em;
}
form {
	margin:0;
	padding:0;
}
hr {
	border:1px solid gray;
	height:1px;
}
img {
	border:0;
}
th.active img {
	display:inline;
}
td.active {
	background-color:#ddd;
}
.more-link {
	text-align:right;
}
.more-help-link {
	text-align:right;
}
.more-help-link a {
	background:url(/misc/help.png) 0 50% no-repeat;
	padding:1px 0 1px 20px;
}
#autocomplete li.selected {
	background:#0072b9;
	color:#fff;
}
html.js fieldset.collapsible .fieldset-legend {
	background:url(/misc/menu-expanded.png) 5px 65% no-repeat;
	padding-left:15px;
}
html.js fieldset.collapsed .fieldset-legend {
	background-image:url(/misc/menu-collapsed.png);
	background-position:5px 50%;
}
.fieldset-legend span.summary {
	color:#999;
	font-size:0.9em;
	margin-left:0.5em;
}
tr.drag {
	background-color:#fffff0;
}
tr.drag-previous {
	background-color:#ffd;
}
.tabledrag-toggle-weight {
	font-size:0.9em;
}
body div.tabledrag-changed-warning {
	margin-bottom:0.5em;
}
tr.selected td {
	background:#ffc;
}
td.checkbox, th.checkbox {
	text-align:center;
}
.progress {
	font-weight:bold;
}
.progress .bar {
	background:#ccc;
	border-color:#666;
	margin:0 0.2em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.progress .filled {
	background:#0072b9 url(/misc/progress.gif);
}
.search-form {
	margin-bottom:1em;
}
.search-form input {
	margin-top:0;
	margin-bottom:0;
}
.search-results {
	list-style:none;
}
.search-results p {
	margin-top:0;
}
.search-results .title {
	font-size:1.2em;
}
.search-results li {
	margin-bottom:1em;
}
.search-results .search-snippet-info {
	padding-left:1em;
}
.search-results .search-info {
	font-size:0.85em;
}
.search-advanced .criterion {
	float:left;
	margin-right:2em;
}
.search-advanced .action {
	float:left;
	clear:left;
}
div.vertical-tabs {
	margin:1em 0 1em 15em;
	border:1px solid #ccc;
	position:relative;
}
.vertical-tabs ul.vertical-tabs-list {
	width:15em;
	list-style:none;
	list-style-image:none;
	border-top:1px solid #ccc;
	padding:0;
	position:relative;
	margin:-1px 0 -1px -15em;
	float:left;
}
.vertical-tabs fieldset.vertical-tabs-pane {
	margin:0 !important;
	border:0;
}
fieldset.vertical-tabs-pane legend {
	display:none;
}
fieldset.vertical-tabs-pane fieldset legend {
	display:block;
}
.vertical-tabs ul.vertical-tabs-list li {
	background:#eee;
	border:1px solid #ccc;
	border-top:0;
	padding:0;
	margin:0;
	min-width:0;
}
.vertical-tabs ul.vertical-tabs-list li a {
	display:block;
	text-decoration:none;
	padding:0.5em 0.6em;
}
.vertical-tabs ul.vertical-tabs-list li a:focus strong, .vertical-tabs ul.vertical-tabs-list li a:active strong, .vertical-tabs ul.vertical-tabs-list li a:hover strong {
	text-decoration:underline;
}
.vertical-tabs ul.vertical-tabs-list li a:hover {
	outline:1px dotted;
}
.vertical-tabs ul.vertical-tabs-list li.selected {
	background-color:#fff;
	border-right-width:0;
}
.vertical-tabs ul.vertical-tabs-list .selected strong {
	color:#000;
}
.vertical-tabs ul.vertical-tabs-list .summary {
	display:block;
}
.vertical-tabs ul.vertical-tabs ul.vertical-tabs-list .summary {
	line-height:normal;
	margin-bottom:0;
}
.vertical-tabs .form-type-textfield input {
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
* html .vertical-tabs .form-type-textfield, * html .vertical-tabs .form-textarea-wrapper {
	width:95%;
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
body {
	margin:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display:block;
}
audio, canvas, progress, video {
	display:inline-block;
	vertical-align:baseline;
}
audio:not([controls]) {
	display:none;
	height:0;
}
[hidden], template {
display:none;
}
a {
	background:transparent;
}
a:active, a:hover {
	outline:0;
}
abbr[title] {
	border-bottom:1px dotted;
}
b, strong {
	font-weight:bold;
}
dfn {
	font-style:italic;
}
h1 {
	font-size:2em;
	margin:0.67em 0;
}
mark {
	background:#ff0;
	color:#000;
}
small {
	font-size:80%;
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.25em;
}
img {
	border:0;
}
svg:not(:root) {
	overflow:hidden;
}
figure {
	margin:1em 40px;
}
hr {
	box-sizing:content-box;
	height:0;
}
pre {
	overflow:auto;
}
code, kbd, pre, samp {
	font-family:monospace, monospace;
	font-size:1em;
}
button, input, optgroup, select, textarea {
	color:inherit;
	font:inherit;
	margin:0;
}
button {
	overflow:visible;
}
button, select {
	text-transform:none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}
button[disabled], html input[disabled] {
	cursor:default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
input {
	line-height:normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing:border-box;
	padding:0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto;
}
input[type="search"] {
	-webkit-appearance:textfield;
	box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em;
}
legend {
	border:0;
	padding:0;
}
textarea {
	overflow:auto;
}
optgroup {
	font-weight:bold;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td, th {
	padding:0;
}
* html {
	font-size:112.5%;
}
html {
	font-size:18px;
	line-height:1.55555em;
	direction:ltr;
}
body {
	color:#444;
	font-family:"Freight Text W03", "Freight Text W01", Garamond, serif;
	position:relative;
}
div, section, header, footer, aside, figure, figcaption, article, nav {
	box-sizing:border-box;
}
h1, h2, h3, h4, h5, h6, .gf-title {
	margin:0;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
	font-weight:400;
	font-size:2em;
	line-height:1.16667em;
}

@media (min-width:37.5em) {
h1 {
	font-size:2.66667em;
	line-height:1.125em;
}
}
.no-mediaqueries h1 {
	font-size:2.66667em;
	line-height:1.125em;
}
h2 {
	font-weight:400;
	font-size:1.66667em;
	line-height:1.2em;
}
@media (min-width:37.5em) {
h2 {
	font-size:1.66667em;
	line-height:1.2em;
}
}
.no-mediaqueries h2 {
	font-size:1.66667em;
	line-height:1.2em;
}
h3 {
	font-weight:400;
	font-size:1.33333em;
	line-height:1.25em;
}
@media (min-width:37.5em) {
h3 {
	font-size:1.66667em;
	line-height:1.2em;
}
}
.no-mediaqueries h3 {
	font-size:1.66667em;
	line-height:1.2em;
}
h4 {
	font-size:1.22222em;
	line-height:1.36364em;
	font-weight:400;
}
h5 {
	font-size:1em;
	line-height:1.33333em;
	font-weight:700;
}
h6 {
	font-size:0.88889em;
	line-height:1.5em;
	font-weight:700;
}
a {
	color:#0b81c3;
	text-decoration:none;
}
a:hover {
	color:#086193;
}
a:hover, a:focus {
	text-decoration:underline;
}
a, button {
	transition-property:color, background-color;
	transition-duration:.4s;
}
p {
	margin:0 0 28px;
	margin:0 0 1.55556rem;
}
p + p, table + p, h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, blockquote + p, ul + p, ol + p {
	margin-top:28px;
	margin-top:1.55556rem;
}
p:last-child {
	margin-bottom:0;
}
p:empty {
	display:none;
	margin:0 !important;
}
span {
	unicode-bidi:embed;
}
blockquote {
	margin:1.55556em 6.66667% 1.55556em 6.66667%;
	color:#666666;
	position:relative;
	padding-left:36px;
}
blockquote:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:.25em;
	bottom:.125em;
	width:12px;
	background-color:#f5f5f5;
	margin:0;
}
address {
	font-style:normal;
}
img {
	width:auto;
	max-width:100%;
	height:auto;
}
picture {
	display:block;
}
figure {
	margin:0;
}
figure img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
dl {
	margin-bottom:1em;
}
dt {
	font-weight:bold;
}
dd {
	margin-left:30px;
}
form {
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
}
input {
	font-weight:300;
	border-radius:0;
}
input[type="text"], input[type="password"], input[type="number"], input[type="email"] {
	font-size:0.77778em;
	line-height:1.28571em;
	font-weight:300;
	padding:0.64286em 10px;
	border:1px solid #e5e5e5;
	box-sizing:border-box;
}
select {
	width:100%;
	border-radius:0;
	background:white;
	height:36px;
	height:2rem;
	border:#e5e5e5;
	font-weight:300;
	font-size:0.88889em;
	line-height:1.5em;
}
table {
	border:1px solid #e5e5e5;
	border-collapse:separate;
*border-collapse:collapsed;
	border-left:0;
	max-width:100%;
	width:100%;
	margin-bottom:28px;
	margin-bottom:1.55556rem;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#3b3b3b;
	font-size:0.77778em;
	line-height:1.28571em;
}
@media (min-width:64em) {
table {
	font-size:1em;
	line-height:1.33333em;
}
}
.no-mediaqueries table {
	font-size:1em;
	line-height:1.33333em;
}
table th, table td {
	border-left:1px solid #e5e5e5;
}
table caption + thead tr:first-child th, table caption + tbody tr:first-child th, table caption + tbody tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + tbody tr:first-child th, table colgroup + tbody tr:first-child td, table thead:first-child tr:first-child th, table tbody:first-child tr:first-child th, table tbody:first-child tr:first-child td {
	border-top:0;
}
p + table, table + table, h1 + table, h2 + table, h3 + table, h4 + table, h5 + table, h6 + table, blockquote + table, ul + table, ol + table {
	margin-top:41px;
	margin-top:2.33333rem;
}
table p, table ul, table ol {
	margin-bottom:18px;
	margin-bottom:1rem;
}
table p:last-child, table ul:last-child, table ol:last-child {
	margin-bottom:0;
}
table ol, table ul {
	padding-left:1.5em;
}
table p + p {
	margin-top:18px;
	margin-top:1rem;
}
thead {
	border-top:12px #e5e5e5 solid;
	border-top:0.66667rem #e5e5e5 solid;
	text-align:left;
}
thead th, thead td {
	vertical-align:bottom;
	padding:30px 12px;
	padding:1.66667rem 0.66667rem;
}
@media (min-width:77.5em) {
thead th, thead td {
	padding:1.66667rem 1.33333rem;
}
}
.no-mediaqueries thead th, .no-mediaqueries thead td {
	padding:30px 23px;
	padding:1.66667rem 1.33333rem;
}
th {
	font-weight:700;
	text-align:left;
}
th, td {
	padding:18px 12px;
	padding:1rem 0.66667rem;
	vertical-align:top;
	border-top:1px solid #e5e5e5;
}
@media (min-width:77.5em) {
th, td {
	padding:1rem 1.33333rem;
}
}
.no-mediaqueries th, .no-mediaqueries td {
	padding:18px 23px;
	padding:1rem 1.33333rem;
}
caption + thead tr:first-child th, caption + thead tr:first-child td, colgroup + thead tr:first-child th, colgroup + thead tr:first-child td, thead:first-child tr:first-child th, thead:first-child tr:first-child td {
	border-top:0;
}
tbody + tbody {
	border-top:2px solid #e5e5e5;
}
tbody th, tbody td {
	border-top:1px solid #e5e5e5;
}
tr.odd {
	background-color:#f5f5f5;
}
tr.even {
	background-color:#ffffff;
}
.is-inverse {
	color:#ffffff;
}
.is-inverse a {
	color:#3bb6fc;
}
.is-inverse a:hover {
	color:#5fcdfb;
}
[aria-hidden="true"] {
visibility:hidden;
}
:focus {
	outline:1px dashed rgba(229,229,229,0.4);
}
pre {
	color:#666666;
	font-family:Menlo, Consolas, Monaco, monospace;
	font-size:14px;
	line-height:1.5em;
	-moz-tab-size:2;
	tab-size:2;
	white-space:pre;
	word-break:normal;
	background:#f5f5f5;
	margin-bottom:59px;
	margin-bottom:3.33333rem;
	position:relative;
}
pre[rel] {
	padding-top:30px;
}
pre[rel]:before {
	background:#1186c7;
	content:attr(rel);
	color:white;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	padding:5px 0;
	text-indent:15px;
}
pre code {
	display:block;
	overflow:auto;
	max-height:400px;
	padding:25px;
}
pre[aria-expanded="false"] {
	display:none;
	visibility:hidden;
}
code {
	color:#666666;
	font-family:Menlo, Consolas, Monaco, monospace;
	white-space:pre;
}
hr {
	box-sizing:content-box;
	height:0;
	border:none;
	border-top:1px solid #e5e5e5;
	margin:30px 0;
	margin:1.66667rem 0;
}
@media (min-width:48em) {
hr {
	margin:3.33333rem 0;
}
}
.no-mediaqueries hr {
	margin:59px 0;
	margin:3.33333rem 0;
}
.element-invisible {
	height:1px;
	width:1px;
	overflow:hidden;
}
.element-invisible:focus {
	height:auto;
	width:auto;
}
.basic-content, .basic-below-content {
	margin-bottom:95px;
	margin-bottom:5.33333rem;
}
.basic-content .pane + .pane, .basic-below-content .pane + .pane {
	margin-top:59px;
	margin-top:3.33333rem;
}
.home-content, .home-supplement {
	padding-bottom:59px;
	padding-bottom:3.33333rem;
	position:relative;
	z-index:1;
}
@media (min-width:48em) {
.home-content .heading--ruled {
	margin-bottom:1.16667rem;
}
}
.no-mediaqueries .home-content .heading--ruled {
	margin-bottom:21px;
	margin-bottom:1.16667rem;
}
.landing-page-header {
	margin-bottom:30px;
	margin-bottom:1.66667rem;
	position:relative;
	z-index:2;
}
.landing-page-header .dropdown--local {
	display:inline-block;
	z-index:2;
	margin-bottom:36px;
	margin-bottom:2rem;
	font-size:0.77778em;
	line-height:1.28571em;
}
@media (min-width:48em) {
.landing-page-header .dropdown--local {
	float:right;
	margin-bottom:0;
}
}
.no-mediaqueries .landing-page-header .dropdown--local {
	float:right;
	margin-bottom:0;
}
@media (min-width:64em) {
.landing-page-header .dropdown--local {
	font-size:1em;
	line-height:1.33333em;
}
}
.no-mediaqueries .landing-page-header .dropdown--local {
	font-size:1em;
	line-height:1.33333em;
}
.landing-page-header .title--large {
	z-index:1;
}
.landing-page-summary {
	position:relative;
	z-index:1;
	background-repeat:no-repeat;
	background-position:center right;
	background-size:auto 100%;
}
.landing-page-summary .summary {
	margin-top:48px;
	margin-top:2.66667rem;
	margin-bottom:48px;
	margin-bottom:2.66667rem;
}
.landing-page-summary .worldserve-map {
	width:100%;
	height:100%;
	min-height:200px;
}
.landing-page-summary .worldserve-map:after {
	content:"";
	display:block;
	height:100%;
	width:25px;
	position:absolute;
	top:0;
	left:0;
	right:auto;
	z-index:5;
	background-image:linear-gradient(to right, rgba(8,18,23,0.7) 0px, rgba(37,97,123,0.15) 1px, rgba(37,97,123,0) 100%);
	pointer-events:none;
}
.landing-page-summary .l-primary {
	padding-left:25px;
	padding-right:25px;
}
@media (min-width:48em) {
.landing-page-summary {
	min-height:22rem;
}
.landing-page-summary .l-primary {
	width:45.65217%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	padding-right:0;
	padding-left:25px;
}
.page--country .landing-page-summary .l-primary {
	width:56.52174%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
.landing-page-summary .l-secondary {
	width:50%;
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:auto;
}
.page--country .landing-page-summary .l-secondary {
	width:34.78261%;
}
}
.no-mediaqueries .landing-page-summary {
	min-height:396px;
	min-height:22rem;
}
.no-mediaqueries .landing-page-summary .l-primary {
	width:45.65217%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	padding-right:0;
	padding-left:25px;
}
.page--country .no-mediaqueries .landing-page-summary .l-primary {
	width:56.52174%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
.no-mediaqueries .landing-page-summary .l-secondary {
	width:50%;
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:auto;
}
.page--country .no-mediaqueries .landing-page-summary .l-secondary {
	width:34.78261%;
}
@media (min-width:1200px) {
.landing-page-summary .l-secondary {
	width:50%;
}
.page--country .landing-page-summary .l-secondary {
	width:50%;
	padding-left:182.6087px;
	padding-right:0;
}
}
@media (min-width:77.5em) {
.landing-page-summary .l-primary {
	padding-left:0;
}
}
.no-mediaqueries .landing-page-summary .l-primary {
	padding-left:0;
}
.landing-page-summary .l-secondary:first-child {
	width:100%;
	position:static;
	padding:0;
}
@media (min-width:48em) {
.landing-page-summary .l-secondary:first-child {
	height:400px;
}
}
.no-mediaqueries .landing-page-summary .l-secondary:first-child {
	height:400px;
}
.landing-page-main {
	padding-top:95px;
	padding-top:5.33333rem;
	padding-bottom:108px;
	padding-bottom:6rem;
	position:relative;
	z-index:1;
}
.landing-page-supplement.section--supplement {
	padding-bottom:72px;
	padding-bottom:4rem;
}
.page--country .landing-page-summary .l-primary, .page--region .landing-page-summary .l-primary {
	padding-top:59px;
	padding-top:3.33333rem;
	padding-bottom:59px;
	padding-bottom:3.33333rem;
}
.page--country .landing-page-summary .l-primary .copyright, .page--region .landing-page-summary .l-primary .copyright {
	margin-top:23px;
	margin-top:1.33333rem;
}
@media (max-width:47.9375em) {
.page--country .landing-page-summary .l-secondary, .page--region .landing-page-summary .l-secondary {
	display:none;
}
}
.country-image {
	position:relative;
	height:100%;
	width:100%;
	overflow:hidden;
}
.country-image-inner {
	position:absolute;
	height:200%;
	width:200%;
	left:-50%;
	top:-50%;
}
.country-image-inner > img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.page--topic .landing-page-summary, .page--subtopic .landing-page-summary {
	background-color:#f4f4f4;
	color:#444;
	min-height:0;
	position:relative;
}
.page--topic .landing-page-summary .summary p:last-of-type:after, .page--subtopic .landing-page-summary .summary p:last-of-type:after {
	background-color:#1186c7;
}
.page--topic .landing-page-summary .l--constrained, .page--topic .landing-page-summary .l--constrained--padded, .page--subtopic .landing-page-summary .l--constrained, .page--subtopic .landing-page-summary .l--constrained--padded {
	padding-bottom:35px;
	padding-top:35px;
}
.page--topic .landing-page-summary .l-primary, .page--subtopic .landing-page-summary .l-primary {
	width:100%;
	padding-right:25px;
	position:relative;
	z-index:10;
}
.page--topic .landing-page-summary .l-secondary, .page--subtopic .landing-page-summary .l-secondary {
	display:none;
	visibility:hidden;
}
.page--topic .landing-page-summary .summary, .page--subtopic .landing-page-summary .summary {
	margin:0;
}
.page--topic .landing-page-summary .copyright, .page--subtopic .landing-page-summary .copyright {
	padding-top:23px;
	padding-top:1.33333rem;
	color:#9a9a9a;
}
@media (min-width:37.5em) {
.page--topic .landing-page-summary .l-primary, .page--subtopic .landing-page-summary .l-primary {
	padding-left:35px;
	padding-right:35px;
}
}
.no-mediaqueries .page--topic .landing-page-summary .l-primary, .no-mediaqueries .page--subtopic .landing-page-summary .l-primary {
	padding-left:35px;
	padding-right:35px;
}
@media (min-width:77.5em) {
.page--topic .landing-page-summary .l--constrained, .page--topic .landing-page-summary .l--constrained--padded, .page--subtopic .landing-page-summary .l--constrained, .page--subtopic .landing-page-summary .l--constrained--padded {
	padding-bottom:3.33333rem;
	padding-top:3.33333rem;
}
.page--topic .landing-page-summary .l-primary, .page--subtopic .landing-page-summary .l-primary {
	padding:0;
}
}
.no-mediaqueries .page--topic .landing-page-summary .l--constrained, .no-mediaqueries .page--topic .landing-page-summary .l--constrained--padded, .no-mediaqueries .page--subtopic .landing-page-summary .l--constrained, .no-mediaqueries .page--subtopic .landing-page-summary .l--constrained--padded {
	padding-bottom:59px;
	padding-bottom:3.33333rem;
	padding-top:59px;
	padding-top:3.33333rem;
}
.no-mediaqueries .page--topic .landing-page-summary .l-primary, .no-mediaqueries .page--subtopic .landing-page-summary .l-primary {
	padding:0;
}
@media (min-width:77.5em) {
.page--topic .landing-page-summary .l-primary, .page--subtopic .landing-page-summary .l-primary {
	width:auto;
	margin-right:500px;
}
.page--topic .landing-page-summary .l-secondary, .page--subtopic .landing-page-summary .l-secondary {
	display:block;
	visibility:visible;
	position:static;
	width:100%;
	clear:both;
}
.page--topic .landing-page-summary .topic-image, .page--subtopic .landing-page-summary .topic-image {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:100%;
	width:100%;
	overflow:hidden;
}
.page--topic .landing-page-summary .topic-image img, .page--subtopic .landing-page-summary .topic-image img {
	height:auto;
	min-height:100%;
	max-height:2000px;
	width:auto;
	min-width:100%;
	max-width:2000px;
	margin:0;
	position:absolute;
	right:0;
}
.page--topic .landing-page-summary .copyright, .page--subtopic .landing-page-summary .copyright {
	position:relative;
	z-index:20;
}
}
.no-mediaqueries .page--topic .landing-page-summary .l-primary, .no-mediaqueries .page--subtopic .landing-page-summary .l-primary {
	width:auto;
	margin-right:500px;
}
.no-mediaqueries .page--topic .landing-page-summary .l-secondary, .no-mediaqueries .page--subtopic .landing-page-summary .l-secondary {
	display:block;
	visibility:visible;
	position:static;
	width:100%;
	clear:both;
}
.no-mediaqueries .page--topic .landing-page-summary .topic-image, .no-mediaqueries .page--subtopic .landing-page-summary .topic-image {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:100%;
	width:100%;
	overflow:hidden;
}
.no-mediaqueries .page--topic .landing-page-summary .topic-image img, .no-mediaqueries .page--subtopic .landing-page-summary .topic-image img {
	height:auto;
	min-height:100%;
	max-height:2000px;
	width:auto;
	min-width:100%;
	max-width:2000px;
	margin:0;
	position:absolute;
	right:0;
}
.no-mediaqueries .page--topic .landing-page-summary .copyright, .no-mediaqueries .page--subtopic .landing-page-summary .copyright {
	position:relative;
	z-index:20;
}
@media (min-width:64em) {
.listing-lead {
	margin-top:-3.33333rem;
}
.listing-lead .listing-wrapper {
	background:#f5f5f5;
	padding:35px;
}
}
.no-mediaqueries .listing-lead {
	margin-top:-59px;
	margin-top:-3.33333rem;
}
.no-mediaqueries .listing-lead .listing-wrapper {
	background:#f5f5f5;
	padding:35px;
}
.listing-content {
	margin-bottom:120px;
	margin-bottom:6.66667rem;
}
@media (min-width:64em) {
.listing-content {
	margin-bottom:10rem;
}
}
.no-mediaqueries .listing-content {
	margin-bottom:180px;
	margin-bottom:10rem;
}
.listing-content.l--sidebar-after .listing-lead-primary {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:36px;
	margin-bottom:2rem;
}
body.admin-menu {
	margin-top:28px !important;
}
.page {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.l--constrained, .l--constrained--padded {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.l--constrained--wide {
	max-width:77.77778em;
	margin-left:auto;
	margin-right:auto;
}
.l--constrained--padded {
	padding-left:25px;
	padding-right:25px;
}
@media (min-width:37.5em) {
.l--constrained--padded {
	padding-left:35px;
	padding-right:35px;
}
}
.no-mediaqueries .l--constrained--padded {
	padding-left:35px;
	padding-right:35px;
}
@media (min-width:77.5em) {
.l--constrained--padded {
	padding-left:0;
	padding-right:0;
}
}
.no-mediaqueries .l--constrained--padded {
	padding-left:0;
	padding-right:0;
}
.l--text-constrained {
	max-width:37.55556em;
	margin-left:auto;
	margin-right:auto;
}
.l-primary > .panel-pane + .panel-pane, .l-primary > .pane + .pane {
	margin-top:66px;
	margin-top:3.66667rem;
}
.l-secondary > .panel-pane + .panel-pane, .l-secondary > .pane + .pane {
	margin-top:66px;
	margin-top:3.66667rem;
}
#footer {
	padding:23px 0;
	padding:1.33333rem 0;
}
#main {
	z-index:1;
	background-color:#ffffff;
	padding-top:66px;
	padding-top:3.66667rem;
	position:relative;
}
.is-mobile + #main {
	padding-top:95px;
	padding-top:5.33333rem;
}
.node-type-homepage .is-mobile + #main {
	padding-top:48px;
	padding-top:2.66667rem;
}
#above-content {
	padding-top:12px;
	padding-top:0.66667rem;
}
#messages {
	margin-bottom:18px;
	margin-bottom:1rem;
	padding:23px 15px 5px;
	padding:1.33333rem 15px 0.33333rem;
	padding:0;
}
.section--featured {
	padding-top:36px;
	padding-top:2rem;
	padding-bottom:36px;
	padding-bottom:2rem;
	background-color:#202020;
}
.section--hero {
	background-color:#007dc3;
}
.section--summary {
	background-color:#007dc3;
}
.section--supplement {
	background-color:#f5f5f5;
	padding-top:48px;
	padding-top:2.66667rem;
	padding-bottom:48px;
	padding-bottom:2.66667rem;
}
.section--footer {
	padding-top:36px;
	padding-top:2rem;
	padding-bottom:120px;
	padding-bottom:6.66667rem;
}
.search-content {
	margin-bottom:120px;
	margin-bottom:6.66667rem;
}
@media (min-width:64em) {
.search-content {
	margin-bottom:10rem;
}
}
.no-mediaqueries .search-content {
	margin-bottom:180px;
	margin-bottom:10rem;
}
.search-hero + .search-content, .search-featured + .search-content {
	margin-top:48px;
	margin-top:2.66667rem;
}
.l--sidebar-after--even > .l-primary, .l--sidebar-after--even > .l-secondary, .l--sidebar-after > .l-primary, .l--sidebar-after > .l-secondary {
	margin-bottom:59px;
	margin-bottom:3.33333rem;
}
.l--sidebar-after--even > .l-primary:last-child, .l--sidebar-after--even > .l-secondary:last-child, .l--sidebar-after > .l-primary:last-child, .l--sidebar-after > .l-secondary:last-child {
	margin-bottom:0;
}
@media (min-width:53.75em) {
.l--sidebar-after--even > .l-primary {
	width:47.82609%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-bottom:0;
}
.l--sidebar-after--even > .l-secondary {
	width:47.82609%;
	float:left;
	margin-left:52.17391%;
	margin-right:-100%;
	margin-bottom:0;
}
.l--sidebar-after--even > .l-primary:only-child, .l--sidebar-after--even > .l-secondary:only-child {
	width:100%;
	float:none;
	margin:0;
}
}
@media (min-width:64em) {
.l--sidebar-after--even > .l-primary, .l--sidebar-after > .l-primary {
	width:60.86957%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-bottom:0;
}
.l--sidebar-after--even > .l-secondary, .l--sidebar-after > .l-secondary {
	width:30.43478%;
	float:left;
	margin-left:69.56522%;
	margin-right:-100%;
	margin-bottom:0;
}
.l--sidebar-after--even > .l-primary:only-child, .l--sidebar-after--even > .l-secondary:only-child, .l--sidebar-after > .l-primary:only-child, .l--sidebar-after > .l-secondary:only-child {
	width:100%;
	float:none;
	margin:0;
}
}
.no-mediaqueries .l--sidebar-after--even > .l-primary, .no-mediaqueries .l--sidebar-after > .l-primary {
	width:60.86957%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-bottom:0;
}
.no-mediaqueries .l--sidebar-after--even > .l-secondary, .no-mediaqueries .l--sidebar-after > .l-secondary {
	width:30.43478%;
	float:left;
	margin-left:69.56522%;
	margin-right:-100%;
	margin-bottom:0;
}
.no-mediaqueries .l--sidebar-after--even > .l-primary:only-child, .no-mediaqueries .l--sidebar-after--even > .l-secondary:only-child, .no-mediaqueries .l--sidebar-after > .l-primary:only-child, .no-mediaqueries .l--sidebar-after > .l-secondary:only-child {
	width:100%;
	float:none;
	margin:0;
}
.l--sidebar-before > .l-primary, .l--sidebar-before > .l-secondary {
	margin-bottom:59px;
	margin-bottom:3.33333rem;
}
.l--sidebar-before > .l-primary:last-child, .l--sidebar-before > .l-secondary:last-child {
	margin-bottom:0;
}
@media (min-width:64em) {
.l--sidebar-before > .l-primary {
	width:60.86957%;
	float:left;
	margin-left:39.13043%;
	margin-right:-100%;
	margin-bottom:0;
}
.l--sidebar-before > .l-secondary {
	width:30.43478%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-bottom:0;
}
.l--sidebar-before > .l-primary:only-child, .l--sidebar-before > .l-secondary:only-child {
	width:100%;
	float:none;
	margin:0;
}
}
.no-mediaqueries .l--sidebar-before > .l-primary {
	width:60.86957%;
	float:left;
	margin-left:39.13043%;
	margin-right:-100%;
	margin-bottom:0;
}
.no-mediaqueries .l--sidebar-before > .l-secondary {
	width:30.43478%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-bottom:0;
}
.no-mediaqueries .l--sidebar-before > .l-primary:only-child, .no-mediaqueries .l--sidebar-before > .l-secondary:only-child {
	width:100%;
	float:none;
	margin:0;
}
@media (min-width:48em) {
.l--split > .l-primary {
	width:47.82609%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
.l--split > .l-secondary {
	width:50%;
	float:left;
	margin-left:50%;
	margin-right:-100%;
}
}
.no-mediaqueries .l--split > .l-primary {
	width:47.82609%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
.no-mediaqueries .l--split > .l-secondary {
	width:50%;
	float:left;
	margin-left:50%;
	margin-right:-100%;
}
.boxer-lock {
	overflow:hidden !important;
}
#boxer-overlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:100;
	background:#000000;
	opacity:0;
	transition:opacity 0.25s linear;
}
.boxer-open #boxer-overlay {
	opacity:0.75;
}
#boxer {
	width:200px;
	height:200px;
	position:absolute;
	right:0;
	left:0;
	z-index:1000;
	background:#ffffff;
	border-radius:3px;
	opacity:0;
	margin:0 auto;
	padding:10px;
}
#boxer, #boxer * {
	-webkit-user-select:none !important;
	-moz-user-select:none !important;
	-ms-user-select:none !important;
	user-select:none !important;
}
#boxer, #boxer *, #boxer *:before, #boxer *:after {
	box-sizing:border-box;
}
#boxer.fixed {
	position:fixed;
	top:0;
	bottom:0;
	margin:auto;
}
#boxer.inline {
	padding:30px;
}
#boxer.animating {
	transition:height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}
#boxer.animating .boxer-container {
	transition:opacity 0.25s linear 0.25s;
}
.boxer-open #boxer {
	opacity:1;
}
#boxer.loading .boxer-container, #boxer.force-loading .boxer-container {
	opacity:0;
	transition:opacity 0.25s linear;
}
#boxer .boxer-close {
	width:30px;
	height:30px;
	position:absolute;
	top:-7.5px;
	right:-7.5px;
	z-index:105;
	background:#ffffff;
	border-radius:100%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	padding:0;
	text-indent:200%;
	white-space:nowrap;
}
#boxer .boxer-close:before {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	color:#333333;
	content:"\00d7";
	display:block;
	font-size:22px;
	font-weight:700;
	line-height:30px;
	margin:auto;
	text-align:center;
	text-indent:0;
	transition:color 0.15s linear;
}
.no-opacity #boxer .boxer-close {
	text-indent:-999px;
}
#boxer .boxer-loading {
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:105;
	display:block;
	margin:auto;
	opacity:0;
	transition:opacity 0.25s linear;
}
#boxer .boxer-loading:before, #boxer .boxer-loading:after {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:110%;
	content:'';
	display:block;
}
#boxer .boxer-loading:before {
	border:5px solid rgba(51,51,51,0.25);
}
#boxer .boxer-loading:after {
	-webkit-animation:boxer-loading-spin 0.75s linear infinite;
	animation:boxer-loading-spin 0.75s linear infinite;
	border:5px solid transparent;
	border-top-color:#333333;
}
#boxer.loading .boxer-loading, #boxer.force-loading .boxer-loading {
	opacity:1;
}
@-webkit-keyframes boxer-loading-spin {
from {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
}
}
@keyframes boxer-loading-spin {
from {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
}
}
#boxer .boxer-container {
	width:100%;
	height:100%;
	position:relative;
	z-index:103;
	background:#ffffff;
	overflow:auto;
}
#boxer .boxer-content {
	width:100%;
	background:#ffffff;
	opacity:1;
	overflow:hidden;
	padding:20px;
	height:100%;
}
.boxer-content-inner {
	height:100%;
}
#boxer.inline .boxer-content, #boxer.iframe .boxer-content {
	width:auto;
}
#boxer .boxer-image {
	float:left;
}
#boxer .boxer-video {
	width:100%;
	height:100%;
}
#boxer .boxer-iframe {
	width:100%;
	height:100%;
	border:none;
	float:left;
	overflow:auto;
}
#boxer .boxer-meta {
	clear:both;
}
#boxer .boxer-control {
	width:40px;
	height:40px;
	position:absolute;
	top:0;
	background:#ffffff;
	border-radius:100%;
	box-shadow:0 0 5px rgba(0,0,0,0.25);
	cursor:pointer;
	display:block;
	margin-right:auto;
	margin-left:auto;
	opacity:1;
	overflow:hidden;
	text-indent:200%;
	transition:opacity 0.15s linear;
	white-space:nowrap;
}
#boxer .boxer-control:before {
	width:0;
	height:0;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	content:'';
	margin:auto;
}
#boxer .boxer-control.previous {
	left:20px;
}
#boxer .boxer-control.previous:before {
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-right:10.4px solid #333333;
	margin-left:14px;
}
#boxer .boxer-control.next {
	right:20px;
}
#boxer .boxer-control.next:before {
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:10.4px solid #333333;
	margin-right:14px;
}
#boxer .boxer-control.disabled {
	opacity:0;
}
.no-opacity #boxer .boxer-control {
	text-indent:-999px;
}
.no-touch #boxer .boxer-control {
	opacity:0;
}
.no-touch #boxer:hover .boxer-control {
	opacity:1;
}
.no-touch #boxer:hover .boxer-control.disabled {
	opacity:0;
	cursor:default !important;
}
#boxer .boxer-meta {
	padding:10px 0 0 0;
}
#boxer .boxer-position {
	color:#999999;
	font-size:12px;
	margin:0;
	padding:15px 15px 0 15px;
}
#boxer .boxer-caption p {
	color:#666666;
	font-size:14px;
	margin:0;
	padding:15px;
}
#boxer .boxer-caption.gallery p {
	padding-top:0;
}
#boxer .boxer-error {
	width:250px;
}
#boxer .boxer-error p {
	color:#990000;
	font-size:14px;
	margin:0;
	padding:25px;
	text-align:center;
	text-transform:uppercase;
}
#boxer.mobile {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:#111111;
	border-radius:0;
	padding:0;
}
#boxer.mobile .boxer-close, #boxer.mobile .boxer-close:hover {
	height:40px;
	width:40px;
	top:0;
	right:0;
	background:#111111;
	border-radius:0;
}
#boxer.mobile .boxer-close:before, #boxer.mobile .boxer-close:hover:before {
	color:#cccccc;
	font-size:28px;
	font-weight:700;
	line-height:40px;
}
#boxer.mobile .boxer-loading:before {
	border-color:rgba(153,153,153,0.25);
}
#boxer.mobile .boxer-loading:after {
	border-top-color:#999999;
}
#boxer.mobile .boxer-container {
	background:#111111;
}
#boxer.mobile .boxer-content {
	background-color:#111111;
}
#boxer.mobile .boxer-control {
	width:50px;
	height:100%;
	background:#111111;
	border-radius:0;
	box-shadow:none;
	opacity:1;
}
#boxer.mobile .boxer-control.previous {
	left:0;
}
#boxer.mobile .boxer-control.previous:before {
	border-right-color:#eeeeee;
	margin-left:19px;
}
#boxer.mobile .boxer-control.next {
	right:0;
}
#boxer.mobile .boxer-control.next:before {
	border-left-color:#eeeeee;
	margin-right:19px;
}
.no-touch #boxer.mobile .boxer-control, .no-touch #boxer.mobile:hover .boxer-control {
	opacity:1;
}
.no-touch #boxer.mobile .boxer-control.disabled, .no-touch #boxer.mobile:hover .boxer-control.disabled {
	opacity:0;
	cursor:default !important;
}
#boxer.mobile .boxer-meta {
	width:100%;
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	background-color:#111111;
	padding:15px 65px;
}
#boxer.mobile .boxer-position {
	color:#999999;
	font-size:12px;
	margin:0;
	padding:0 15px 0 0;
}
#boxer.mobile .boxer-caption p {
	color:#eeeeee;
	font-size:14px;
	margin:0;
	padding:0;
}
#boxer.mobile .boxer-image {
	transition:none !important;
	-webkit-transform:translate(0, 0);
	transform:translate(0, 0);
}
#boxer.mobile.animated .boxer-image {
	transition:-webkit-transform 0.25s ease-out !important;
	transition:transform 0.25s ease-out !important;
}
#boxer.mobile.inline .boxer-content, #boxer.mobile.iframe .boxer-content {
	overflow-x:hidden;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
}
.roller {
	width:100%;
}
.roller * {
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.roller, .roller .roller-viewport {
	position:relative;
	overflow:hidden;
}
.boxer .roller {
	margin:-20px;
}
.roller .roller-canister {
	margin:0;
	overflow:hidden;
	position:relative;
	transition:-webkit-transform 0.4s ease;
	transition:transform 0.4s ease;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.roller .roller-item {
	float:left;
	margin:0;
}
.roller-item {
	max-height:100vh;
	max-width:100%;
	overflow-y:auto;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	height:100%;
}
.roller .roller-canister, .roller .roller-item {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.roller .roller-controls, .roller .roller-pagination {
	display:none;
	margin:0;
	padding:0;
	width:100%;
}
.roller .roller-controls.visible, .roller .roller-pagination.visible {
	display:block;
}
.roller .roller-control {
	cursor:default;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	background-color:#ffffff;
	background-size:36px;
	background-position:center;
	border-radius:50%;
	height:42px;
	width:42px;
	overflow:hidden;
	text-indent:50px;
	white-space:nowrap;
	opacity:.1;
}
.roller .roller-control.enabled {
	opacity:.6;
}
.roller .roller-control.enabled:hover {
	opacity:.8;
}
.roller .roller-control.previous {
	left:10px;
}
.roller .roller-control.next {
	right:10px;
}
.roller .roller-page, .roller .roller-control.enabled {
	cursor:pointer;
}
.roller .roller-caption {
	display:none;
}
.roller .roller-caption.active {
	display:block;
}
.roller.single .roller-item {
	display:none;
}
.roller.single .roller-item.active {
	display:block;
}
[hidden] {
display:none;
}
.visually-hidden {
	position:absolute;
	clip:rect(0,0,0,0);
}
div.awesomplete {
	display:inline-block;
	position:relative;
}
div.awesomplete > input {
	display:block;
}
div.awesomplete > ul {
	position:absolute;
	left:0;
	z-index:1;
	min-width:100%;
	box-sizing:border-box;
	list-style:none;
	padding:0;
	margin:.2em 0 0;
	background:rgba(255,255,255,0.9);
	background:linear-gradient(to bottom right, white, rgba(255,255,255,0.8));
	border:1px solid rgba(0,0,0,0.3);
	box-shadow:.05em .2em .6em rgba(0,0,0,0.2);
	text-shadow:none;
}
div.awesomplete > ul[hidden], div.awesomplete > ul:empty {
	display:none;
}
@supports ((-webkit-transform:scale(0)) or (transform:scale(0))) {
div.awesomplete > ul {
transition:.3s cubic-bezier(.4, .2, .5, 1.4);
-webkit-transform-origin:1.43em -.43em;
transform-origin:1.43em -.43em;
}
div.awesomplete > ul[hidden], div.awesomplete > ul:empty {
opacity:0;
-webkit-transform:scale(0);
transform:scale(0);
display:block;
transition-timing-function:ease;
}
}
div.awesomplete > ul:before {
	content:"";
	position:absolute;
	top:-.43em;
	left:1em;
	width:0;
	height:0;
	padding:.4em;
	background:white;
	border:inherit;
	border-right:0;
	border-bottom:0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
div.awesomplete > ul > li {
	position:relative;
	padding:.2em .5em;
	cursor:pointer;
	font-size:.825em;
	line-height:1.5em;
	color:#444;
}
div.awesomplete > ul > li:hover {
	background:#b8d3e0;
	color:black;
}
div.awesomplete > ul > li[aria-selected="true"] {
	background:#3d6d8f;
	color:white;
}
div.awesomplete mark {
	background:#3bb6fc;
}
div.awesomplete li:hover mark {
	background:#3bb6fc;
}
div.awesomplete li[aria-selected="true"] mark {
	background:#0b81c3;
	color:inherit;
}
.address {
	font-size:0.88889em;
	line-height:1.125em;
}
.address > .name-block {
	font-size:1.125em;
	line-height:1.33333em;
	font-weight:700;
}
.article-utilities {
	background-color:#f5f5f5;
	padding:0 12px;
}
@media (min-width:48em) {
.article-utilities {
	padding:0 20px;
}
}
.no-mediaqueries .article-utilities {
	padding:0 20px;
}
.article-utilities .article-translations {
	text-align:left;
	vertical-align:middle;
	line-height:24px;
	margin-top:9px;
	margin-top:0.5rem;
	margin-bottom:9px;
	margin-bottom:0.5rem;
}
.article-utilities .article-print, .article-utilities .article-share, .article-utilities .header-downloads {
	text-align:left;
	display:inline-block;
	margin-top:0;
	margin-bottom:18px;
	margin-bottom:1rem;
	vertical-align:middle;
}
.article-utilities .article-share {
	line-height:24px;
	height:36px;
	height:2rem;
	margin-top:5px;
	margin-top:0.33333rem;
	margin-bottom:23px;
	margin-bottom:1.33333rem;
}
.article-utilities .article-share-toggle {
	display:none;
}
.article-utilities .sharethis-buttons {
	position:static;
	box-shadow:none;
	background-color:transparent;
	-webkit-transform:none;
	transform:none;
	visibility:visible;
	opacity:1;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
.article-utilities .sharethis-buttons:after {
	content:none;
}
.article-utilities .sharethis-wrapper {
	width:auto;
}
.article-utilities .link--purchase {
	line-height:24px;
	margin-top:12px;
	margin-top:0.66667rem;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
}
@media (min-width:48em) {
.article-utilities {
	text-align:right;
}
.article-utilities .article-translations {
	float:left;
	text-align:left;
}
.article-utilities .article-share {
	margin-bottom:0.33333rem;
}
.article-utilities .article-print, .article-utilities .header-downloads {
	margin-top:0.33333rem;
	margin-bottom:0.33333rem;
}
}
.no-mediaqueries .article-utilities {
	text-align:right;
}
.no-mediaqueries .article-utilities .article-translations {
	float:left;
	text-align:left;
}
.no-mediaqueries .article-utilities .article-share {
	margin-bottom:5px;
	margin-bottom:0.33333rem;
}
.no-mediaqueries .article-utilities .article-print, .no-mediaqueries .article-utilities .header-downloads {
	margin-top:5px;
	margin-top:0.33333rem;
	margin-bottom:5px;
	margin-bottom:0.33333rem;
}
.lead, .article-lead > p {
	font-size:1em;
	line-height:1.5em;
}
@media (min-width:48em) {
.lead, .article-lead > p {
	font-size:1.55556em;
	line-height:1.39286em;
}
}
.no-mediaqueries .lead, .no-mediaqueries .article-lead > p {
	font-size:1.55556em;
	line-height:1.39286em;
}
html[lang="en"] .lead:first-child:first-letter, html[lang="de"] .lead:first-child:first-letter, html[lang="fr"] .lead:first-child:first-letter, html[lang="en"] .article-lead > p:first-child:first-letter, html[lang="de"] .article-lead > p:first-child:first-letter, html[lang="fr"] .article-lead > p:first-child:first-letter {
	float:left;
	font-size:3em;
	line-height:.5em;
	padding-top:.1875em;
	padding-right:.125em;
	padding-left:0;
}
.article-header-image-caption {
	padding:12px 0;
	padding:0.66667rem 0;
}
.article-author > .byline--expanded {
	margin-bottom:23px;
	margin-bottom:1.33333rem;
}
@media (min-width:37.5em) {
.article-author > .byline--expanded {
	float:left;
	width:46.15385%;
	margin-right:7.69231%;
	margin-left:0;
}
.article-author > .byline--expanded:nth-child(2n) {
	margin-right:0;
}
.article-author > .byline--expanded:nth-child(2n+1) {
	clear:left;
}
}
.no-mediaqueries .article-author > .byline--expanded {
	float:left;
	width:46.15385%;
	margin-right:7.69231%;
	margin-left:0;
}
.no-mediaqueries .article-author > .byline--expanded:nth-child(2n) {
	margin-right:0;
}
.no-mediaqueries .article-author > .byline--expanded:nth-child(2n+1) {
	clear:left;
}
.article-location {
	font-size:0.66667em;
	line-height:1.5em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:.03em;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
}
.is-inverse .article-location {
	color:#e5e5e5;
}
.article-location .tags-list {
	font-size:1em;
	line-height:inherit;
}
.article-footer:empty {
	display:none;
}
.article--full {
	padding-bottom:72px;
	padding-bottom:4rem;
}
@media (min-width:48em) {
.article--full {
	padding-bottom:7.33333rem;
}
}
.no-mediaqueries .article--full {
	padding-bottom:131px;
	padding-bottom:7.33333rem;
}
.article--full > .article-header {
	margin-bottom:36px;
	margin-bottom:2rem;
}
@media (min-width:48em) {
.article--full > .article-header {
	margin-bottom:4rem;
}
}
.no-mediaqueries .article--full > .article-header {
	margin-bottom:72px;
	margin-bottom:4rem;
}
.article--full .subtitle {
	font-weight:300;
}
.article--full .article-utilities {
	margin-top:36px;
	margin-top:2rem;
}
.article--full .article-lead {
	margin-left:auto;
	margin-right:auto;
	max-width:990px;
}
.node-type-news .article--full .article-related {
	margin-left:auto;
	margin-right:auto;
	max-width:676px;
}
.article--full .article-media .embed-actions {
	margin-top:23px;
	margin-top:1.33333rem;
}
.article--full .article-body {
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-top:1.66667rem;
	border-top:1px #e5e5e5 solid;
}
@media (min-width:48em) {
.article--full .article-body {
	padding-top:2.66667rem;
}
}
.no-mediaqueries .article--full .article-body {
	padding-top:48px;
	padding-top:2.66667rem;
}
.article--full .article-author {
	border-top:1px #e5e5e5 solid;
	padding-top:14px;
	padding-top:0.83333rem;
	padding-bottom:18px;
	padding-bottom:1rem;
}
.article--full .article-author + .article-related, .article--full .article-lead + .article-related {
	border-top:1px #e5e5e5 solid;
	padding-top:14px;
	padding-top:0.83333rem;
	padding-bottom:18px;
	padding-bottom:1rem;
}
.article--full .article-lead + .article-author, .article--full .article-lead + .article-content, .article--full .article-lead + .article-related {
	margin-top:30px;
	margin-top:1.66667rem;
}
@media (min-width:48em) {
.article--full .article-lead + .article-author, .article--full .article-lead + .article-content, .article--full .article-lead + .article-related {
	margin-top:2.66667rem;
}
}
.no-mediaqueries .article--full .article-lead + .article-author, .no-mediaqueries .article--full .article-lead + .article-content, .no-mediaqueries .article--full .article-lead + .article-related {
	margin-top:48px;
	margin-top:2.66667rem;
}
.article--full .article-body + .article-tags {
	margin-top:36px;
	margin-top:2rem;
}
@media (min-width:48em) {
.article--full .article-body + .article-tags {
	margin-top:4rem;
}
}
.no-mediaqueries .article--full .article-body + .article-tags {
	margin-top:72px;
	margin-top:4rem;
}
.article--full .article-media + .article-content {
	margin-top:36px;
	margin-top:2rem;
}
@media (min-width:48em) {
.article--full .article-media + .article-content {
	margin-top:4rem;
}
}
.no-mediaqueries .article--full .article-media + .article-content {
	margin-top:72px;
	margin-top:4rem;
}
.article--full .article-tags + .article-related {
	margin-top:72px;
	margin-top:4rem;
}
@media (min-width:48em) {
.article--full .article-tags + .article-related {
	margin-top:7.33333rem;
}
}
.no-mediaqueries .article--full .article-tags + .article-related {
	margin-top:131px;
	margin-top:7.33333rem;
}
.article--full .article-related .heading--ruled--small {
	margin-bottom:23px;
	margin-bottom:1.33333rem;
}
.article--full .article-body + .article-related, .article--full .article-related + .article-related {
	margin-top:36px;
	margin-top:2rem;
}
@media (min-width:48em) {
.article--full .article-body + .article-related, .article--full .article-related + .article-related {
	margin-top:4rem;
}
}
.no-mediaqueries .article--full .article-body + .article-related, .no-mediaqueries .article--full .article-related + .article-related {
	margin-top:72px;
	margin-top:4rem;
}
.article--full.multimedia .article-body {
	border-top:0;
	padding-top:0;
}
.article--full.multimedia .article-media + .article-media, .article--full.multimedia .article-media + .article-tags, .article--full.multimedia .article-media + .article-related, .article--full.multimedia .article-media + .article-section, .article--full.multimedia .article-tags + .article-media, .article--full.multimedia .article-tags + .article-tags, .article--full.multimedia .article-tags + .article-related, .article--full.multimedia .article-tags + .article-section, .article--full.multimedia .article-related + .article-media, .article--full.multimedia .article-related + .article-tags, .article--full.multimedia .article-related + .article-related, .article--full.multimedia .article-related + .article-section, .article--full.multimedia .article-section + .article-media, .article--full.multimedia .article-section + .article-tags, .article--full.multimedia .article-section + .article-related, .article--full.multimedia .article-section + .article-section, .article--full.multimedia .article-body + .article-media, .article--full.multimedia .article-body + .article-tags, .article--full.multimedia .article-body + .article-related, .article--full.multimedia .article-body + .article-section {
	margin-top:36px;
	margin-top:2rem;
}
@media (min-width:48em) {
.article--full.multimedia .article-media + .article-media, .article--full.multimedia .article-media + .article-tags, .article--full.multimedia .article-media + .article-related, .article--full.multimedia .article-media + .article-section, .article--full.multimedia .article-tags + .article-media, .article--full.multimedia .article-tags + .article-tags, .article--full.multimedia .article-tags + .article-related, .article--full.multimedia .article-tags + .article-section, .article--full.multimedia .article-related + .article-media, .article--full.multimedia .article-related + .article-tags, .article--full.multimedia .article-related + .article-related, .article--full.multimedia .article-related + .article-section, .article--full.multimedia .article-section + .article-media, .article--full.multimedia .article-section + .article-tags, .article--full.multimedia .article-section + .article-related, .article--full.multimedia .article-section + .article-section, .article--full.multimedia .article-body + .article-media, .article--full.multimedia .article-body + .article-tags, .article--full.multimedia .article-body + .article-related, .article--full.multimedia .article-body + .article-section {
	margin-top:4rem;
}
}
.no-mediaqueries .article--full.multimedia .article-media + .article-media, .no-mediaqueries .article--full.multimedia .article-media + .article-tags, .no-mediaqueries .article--full.multimedia .article-media + .article-related, .no-mediaqueries .article--full.multimedia .article-media + .article-section, .no-mediaqueries .article--full.multimedia .article-tags + .article-media, .no-mediaqueries .article--full.multimedia .article-tags + .article-tags, .no-mediaqueries .article--full.multimedia .article-tags + .article-related, .no-mediaqueries .article--full.multimedia .article-tags + .article-section, .no-mediaqueries .article--full.multimedia .article-related + .article-media, .no-mediaqueries .article--full.multimedia .article-related + .article-tags, .no-mediaqueries .article--full.multimedia .article-related + .article-related, .no-mediaqueries .article--full.multimedia .article-related + .article-section, .no-mediaqueries .article--full.multimedia .article-section + .article-media, .no-mediaqueries .article--full.multimedia .article-section + .article-tags, .no-mediaqueries .article--full.multimedia .article-section + .article-related, .no-mediaqueries .article--full.multimedia .article-section + .article-section, .no-mediaqueries .article--full.multimedia .article-body + .article-media, .no-mediaqueries .article--full.multimedia .article-body + .article-tags, .no-mediaqueries .article--full.multimedia .article-body + .article-related, .no-mediaqueries .article--full.multimedia .article-body + .article-section {
	margin-top:72px;
	margin-top:4rem;
}
.node-type-report .panel-tabs, .node-type-news .panel-tabs {
	margin-bottom:72px;
	margin-bottom:4rem;
	margin-left:auto;
	margin-right:auto;
	padding-left:25px;
	padding-right:25px;
}
@media (min-width:37.5em) {
.node-type-report .panel-tabs, .node-type-news .panel-tabs {
	padding-left:35px;
	padding-right:35px;
}
}
.no-mediaqueries .node-type-report .panel-tabs, .no-mediaqueries .node-type-news .panel-tabs {
	padding-left:35px;
	padding-right:35px;
}
@media (min-width:48em) {
.node-type-report .panel-tabs, .node-type-news .panel-tabs {
	padding-left:0;
	padding-right:0;
	margin-bottom:8rem;
	max-width:37.55556em;
}
}
.no-mediaqueries .node-type-report .panel-tabs, .no-mediaqueries .node-type-news .panel-tabs {
	padding-left:0;
	padding-right:0;
	margin-bottom:144px;
	margin-bottom:8rem;
	max-width:37.55556em;
}
.article-image {
	position:relative;
}
.article-image a {
	display:block;
}
.article-image img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.article-image .icon--type {
	position:absolute;
	bottom:0;
	right:0;
	left:auto;
}
.article-body {
	font-size:0.88889em;
	line-height:1.5em;
}
@media (min-width:48em) {
.article-body {
	font-size:1em;
	line-height:1.5em;
}
}
.no-mediaqueries .article-body {
	font-size:1em;
	line-height:1.5em;
}
.article-body section + section {
	margin-top:216px;
	margin-top:12rem;
}
.article-body h1 > a, .article-body h1 > a:hover, .article-body h2 > a, .article-body h2 > a:hover {
	color:inherit;
	text-decoration:none;
}
.article-body h1 {
	font-size:1.66667em;
	line-height:1.2em;
	margin-top:0;
	margin-bottom:59px;
	margin-bottom:3.33333rem;
	padding-top:18px;
	padding-top:1rem;
	border-top:2px solid #f5f5f5;
	position:relative;
}
.article-body h1:before {
	content:"";
	display:block;
	height:9px;
	width:36.84211%;
	position:absolute;
	top:0;
	background-color:#f5f5f5;
}
.article-body h2:not([class]) {
	font-size:1.66667em;
	line-height:1em;
	margin-top:48px;
	margin-top:2.66667rem;
	margin-bottom:18px;
	margin-bottom:1rem;
}
.article-body h2:not([class]):first-child {
	margin-top:0;
}
.article-body h3 {
	font-size:1.33333em;
	line-height:1.25em;
	margin-top:48px;
	margin-top:2.66667rem;
	margin-bottom:18px;
	margin-bottom:1rem;
}
.article-body li + li {
	margin-top:18px;
	margin-top:1rem;
}
.article-body blockquote + blockquote {
	margin-top:36px;
	margin-top:2rem;
}
.article-body .figure--image {
	margin:0 auto 72px;
	margin:0 auto 4rem;
	max-width:23.22222em;
}
@media (min-width:45em) {
.article-body .figure--image {
	float:right;
	margin-right:0;
	margin-left:7.69231%;
	max-width:61.53846%;
}
}
@media (min-width:62em) {
.article-body .figure--image {
	margin-right:-15.38462%;
	margin-left:7.69231%;
}
}
@media (min-width:72em) {
.article-body .figure--image {
	margin-right:-23.07692%;
	margin-left:7.69231%;
}
}
.article-body .figure--video {
	margin:0 auto 72px;
	margin:0 auto 4rem;
}
@media (min-width:62em) {
.article-body .figure--video {
	margin-left:-15.38462%;
	margin-right:-15.38462%;
}
}
@media (min-width:72em) {
.article-body .figure--video {
	margin-left:-23.07692%;
	margin-right:-23.07692%;
}
}
.article--featured .article-teaser {
	margin-top:18px;
	margin-top:1rem;
	font-size:1em;
	line-height:1.33333em;
}
.article--featured .article-footer {
	margin-top:12px;
	margin-top:0.66667rem;
}
.article--featured .author-name, .article--featured .article-source {
	font-size:0.77778em;
	line-height:1.28571em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.article--featured .article-name {
	font-weight:700;
}
.article--featured .article-authors--byline + .article-source {
	margin-top:12px;
	margin-top:0.66667rem;
}
.article--featured .article-source {
	font-weight:300;
}
.article--featured .article-source a {
	color:inherit;
}
.article--featured > .article-image {
	margin-bottom:23px;
	margin-bottom:1.33333rem;
}
.article--featured > .article-image img {
	margin-left:0;
	margin-right:0;
}
.article--featured > .article-content {
	max-width:37em;
}
.article--featured .article-view-count {
	margin-top:18px;
	margin-top:1rem;
}
.article--featured[data-eq-state="medium"] > .article-image {
	margin-bottom:0;
	width:28.57143%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
.article--featured[data-eq-state="medium"] > .article-image + .article-content {
	width:64.28571%;
	float:left;
	margin-left:35.71429%;
	margin-right:-100%;
}
.article--featured[data-eq-state="large"] > .article-image {
	margin-bottom:0;
	width:30.43478%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
.article--featured[data-eq-state="large"] > .article-image + .article-content {
	width:66.52174%;
	float:left;
	margin-left:33.47826%;
	margin-right:-100%;
}
.article--featured[data-eq-state="large"] .title {
	font-size:1.66667em;
	line-height:1.2em;
}
.article--featured[data-eq-state="large"] .article-teaser {
	margin-top:12px;
	margin-top:0.66667rem;
}
.article--teaser .article-teaser {
	margin-top:18px;
	margin-top:1rem;
	font-size:1em;
	line-height:1.33333em;
}
.article--teaser .article-footer {
	margin-top:12px;
	margin-top:0.66667rem;
}
.article--teaser .author-name, .article--teaser .article-source {
	font-size:0.77778em;
	line-height:1.28571em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.article--teaser .article-name {
	font-weight:700;
}
.article--teaser .article-authors--byline + .article-source {
	margin-top:12px;
	margin-top:0.66667rem;
}
.article--teaser .article-source {
	font-weight:300;
}
.article--teaser .article-source a {
	color:inherit;
}
.article--teaser .article-image {
	float:left;
	width:70px;
	margin-right:18px;
	margin-right:1rem;
	margin-top:3px;
	margin-top:0.16667rem;
}
.article--teaser .article-image img {
	display:block;
	margin:0 auto;
}
@media (min-width:23.125em) {
.article--teaser .article-image {
	width:100px;
	margin-bottom:0;
	margin-right:-100%;
}
.article--teaser .article-image + .article-content {
	float:left;
	margin-left:120px;
}
}
.summary {
	margin-top:41px;
	margin-top:2.33333rem;
	margin-bottom:48px;
	margin-bottom:2.66667rem;
}
@media (min-width:48em) {
.summary {
	margin-top:4.66667rem;
	margin-bottom:5.33333rem;
}
}
.no-mediaqueries .summary {
	margin-top:84px;
	margin-top:4.66667rem;
	margin-bottom:95px;
	margin-bottom:5.33333rem;
}
.summary p {
	font-size:1.11111em;
	line-height:1.5em;
}
.summary p:last-of-type:after {
	content:"";
	display:inline-block;
	height:.7em;
	width:.7em;
	background-color:#1186c7;
	margin-left:.25em;
	margin-right:0;
}
.is-inverse .summary p:last-of-type:after {
	background-color:#ffffff;
}
.field--field-shared-author + .field--field-shared-author {
	margin-top:12px;
	margin-top:0.66667rem;
}
.article-view-count {
	font-size:1em;
	line-height:1.33333em;
	font-style:italic;
	color:#666666;
}
.button--print {
	font-size:0.66667em;
	line-height:2em;
	border:1px solid #d6d6d6;
	background-color:#f5f5f5;
	color:#3b3b3b;
	padding-bottom:1px;
	padding-bottom:0.11111rem;
	padding-top:1px;
	padding-top:0.11111rem;
	position:relative;
	vertical-align:middle;
	z-index:1;
	padding-left:14px;
	padding-left:0.83333rem;
	padding-right:36px;
	padding-right:2rem;
}
.button--print:hover {
	color:#3b3b3b;
	background-color:#e5e5e5;
}
.button--print:focus {
	background-color:#f5f5f5;
	color:#3b3b3b;
	outline:1px dashed #1186c7;
	z-index:2;
}
.header .button--print {
	background-color:#ffffff;
}
.header .button--print:hover, .header .button--print:focus {
	background-color:#f5f5f5;
}
.node-type-report .button--print {
	font-family:"FF Meta W02", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.button--print:after {
	content:"";
	height:18px;
	height:1rem;
	width:18px;
	width:1rem;
	background-position:center;
	background-size:100%;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:14px;
	right:0.83333rem;
}
.article-accessible {
	margin-top:18px;
	margin-top:1rem;
}
@media (min-width:48em) {
.article--extended .article-image {
	width:210px;
	margin-bottom:0;
	margin-right:-100%;
}
.article--extended .article-image + .article-content {
	float:left;
	margin-left:240px;
}
}
.no-mediaqueries .article--extended .article-image {
	width:210px;
	margin-bottom:0;
	margin-right:-100%;
}
.no-mediaqueries .article--extended .article-image + .article-content {
	float:left;
	margin-left:240px;
}
.billboard {
	position:relative;
	z-index:1;
	background-color:#007dc3;
}
.billboard[data-eq-state="large"] {
	min-height:330px;
}
.billboard[data-eq-state="large"] > .billboard-image {
	width:50%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	left:0;
	position:absolute;
	height:100%;
	position:absolute;
	overflow:hidden;
}
.billboard[data-eq-state="large"] .billboard-image-inner {
	position:absolute;
	height:200%;
	width:200%;
	left:-50%;
	top:-50%;
}
.billboard[data-eq-state="large"] .billboard-image-inner > img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	min-height:50%;
	min-width:50%;
}
.billboard[data-eq-state="large"] > .billboard-content {
	width:50%;
	float:right;
	margin-right:0;
	margin-left:-100%;
}
@media (min-width:77.5em) {
.billboard[data-eq-state="large"] > .billboard-content {
	padding-left:85px;
	padding-right:0;
	margin-left:50%;
	float:left;
	width:600px;
}
}
.no-mediaqueries .billboard[data-eq-state="large"] > .billboard-content {
	padding-left:85px;
	padding-right:0;
	margin-left:50%;
	float:left;
	width:600px;
}
.billboard--simple > .billboard-content {
	padding:0;
}
.billboard-related {
	margin-top:27px;
	margin-top:1.5rem;
	padding-top:14px;
	padding-top:0.83333rem;
	border-top:1px solid rgba(255,255,255,0.2);
}
.billboard.breaking {
	background-color:#b93000;
}
.billboard.breaking .featured-label {
	color:#b93000;
}
.billboard-title {
	font-size:1.33333em;
	line-height:1em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
}
.billboard-title > a, .billboard-title > a:hover {
	color:#ffffff;
}
.billboard-subtitle {
	font-size:0.88889em;
	line-height:1.3125em;
	margin-top:18px;
	margin-top:1rem;
}
.billboard-content {
	padding:59px 35px;
	padding:3.33333rem 35px;
}
.billboard-content p {
	font-size:1.11111em;
	line-height:1.35em;
}
.billboard-content p + p {
	margin-top:18px;
	margin-top:1rem;
}
.billboard-content > .dateline--small {
	margin-bottom:18px;
	margin-bottom:1rem;
	color:#ffffff;
	color:rgba(255,255,255,0.75);
}
.billboard-content .date, .billboard-content .date--small {
	color:#3b3b3b;
}
.billboard-content[data-eq-state="medium"] .billboard-title {
	font-size:2em;
	line-height:1.16667em;
}
.billboard-content[data-eq-state="medium"] .billboard-subtitle, .billboard-content[data-eq-state="medium"] .billboard-description {
	margin-top:12px;
	margin-top:0.66667rem;
}
.billboard-content a, .billboard-content a:hover, .billboard-content a:focus {
	color:#ffffff;
}
.billboard--detached > .billboard-content {
	padding-left:25px;
	padding-right:25px;
}
@media (min-width:37.5em) {
.billboard--detached > .billboard-content {
	padding-left:50px;
	padding-right:50px;
}
}
.no-mediaqueries .billboard--detached > .billboard-content {
	padding-left:50px;
	padding-right:50px;
}
@media (min-width:48em) {
.billboard--detached > .billboard-image {
	width:50%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	position:absolute;
	height:100%;
	position:absolute;
	overflow:hidden;
}
.billboard--detached .billboard-image-inner {
	position:absolute;
	height:200%;
	width:200%;
	left:-50%;
	top:-50%;
}
.billboard--detached .billboard-image-inner > img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	min-height:50%;
	min-width:50%;
}
.billboard--detached > .billboard-content {
	width:50%;
	float:right;
	margin-right:0;
	margin-left:-100%;
}
}
.no-mediaqueries .billboard--detached > .billboard-image {
	width:50%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	position:absolute;
	height:100%;
	position:absolute;
	overflow:hidden;
}
.no-mediaqueries .billboard--detached .billboard-image-inner {
	position:absolute;
	height:200%;
	width:200%;
	left:-50%;
	top:-50%;
}
.no-mediaqueries .billboard--detached .billboard-image-inner > img {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	min-height:50%;
	min-width:50%;
}
.no-mediaqueries .billboard--detached > .billboard-content {
	width:50%;
	float:right;
	margin-right:0;
	margin-left:-100%;
}
.featured-label {
	padding:3px 1em;
	padding:0.16667rem 1em;
	background-color:#ffffff;
	font-size:0.85714em;
	line-height:1.75em;
	color:#007dc3;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	margin-right:.5em;
}
.brief--teaser {
	padding-left:32px;
	padding-right:32px;
	padding-bottom:36px;
	padding-bottom:2rem;
	color:#f5f5f5;
	background-color:#000000;
}
.brief--teaser:hover {
	color:#ffffff;
}
.brief--teaser > .brief-image {
	margin-bottom:30px;
	margin-bottom:1.66667rem;
	margin-left:-32px;
	margin-right:-32px;
}
.brief--teaser > .brief-header {
	padding-bottom:5px;
	padding-bottom:0.33333rem;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
	border-bottom:1px solid #4b4b4b;
}
.brief--teaser > .brief-header .title {
	font-size:1.33333em;
	line-height:1.25em;
	font-weight:300;
	display:inline;
	margin-right:.25em;
}
.brief--teaser > .brief-header .title > a {
	color:#ffffff;
}
.brief--teaser > .brief-header .date, .brief--teaser > .brief-header .date--small {
	font-size:0.77778em;
	line-height:1.28571em;
	display:inline-block;
	font-weight:300;
}
.brief--teaser > .brief-content {
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.brief--teaser .brief-summary {
	font-size:0.77778em;
	line-height:1.5em;
	font-family:"Freight Text W03", "Freight Text W01", Garamond, serif;
}
.brief--teaser[data-eq-state="large"] {
	padding:0;
}
.brief--teaser[data-eq-state="large"] > .brief-image {
	margin-bottom:0;
	width:42.85714%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
.brief--teaser[data-eq-state="large"] > .brief-header, .brief--teaser[data-eq-state="large"] > .brief-content {
	width:42.85714%;
	float:right;
	margin-right:7.14286%;
	margin-left:-100%;
}
.brief--teaser[data-eq-state="large"] > .brief-header {
	clear:right;
	margin-top:23px;
	margin-top:1.33333rem;
}
.brief--teaser[data-eq-state="large"] > .brief-content {
	clear:right;
	margin-bottom:23px;
	margin-bottom:1.33333rem;
}
.byline {
	font-size:0.77778em;
	line-height:1.28571em;
}
.byline .name {
	font-size:1em;
	line-height:1.28571em;
}
.byline .name > a {
	color:inherit;
}
.byline--expanded + .byline--expanded, h2 + .byline--expanded {
	margin-top:30px;
	margin-top:1.66667rem;
}
.byline--expanded.has-image {
	padding-left:25%;
}
.byline--expanded .name {
	font-size:1em;
	line-height:1.16667em;
}
.byline--expanded .name > a {
	color:inherit;
}
.byline--expanded > .byline-image {
	float:left;
	margin-left:-33.33333%;
	width:18.75%;
	padding-top:3px;
	padding-top:0.16667rem;
}
.byline--expanded .position {
	display:block;
	font-size:0.77778em;
	line-height:1.28571em;
	font-weight:300;
}
.byline--expanded .link--twitter {
	display:block;
	margin-top:5px;
	margin-top:0.33333rem;
}
@media (min-width:30em) {
.byline--expanded.has-image {
	padding-left:104px;
}
.byline--expanded > .byline-image {
	margin-left:-104px;
	width:74px;
}
}
.byline--simple + .byline--simple, h2 + .byline--simple {
	margin-top:30px;
	margin-top:1.66667rem;
}
.byline--simple.has-image {
	padding-left:65px;
}
.byline--simple .name {
	font-size:0.77778em;
	line-height:1.28571em;
}
.byline--simple .name > a {
	color:inherit;
}
.byline--simple > .byline-image {
	float:left;
	margin-left:-65px;
	width:50px;
}
.byline--simple .position {
	display:block;
	font-size:0.77778em;
	line-height:1.28571em;
	font-weight:300;
}
.field--field-shared-featured-researcher + .field--field-shared-featured-researcher {
	margin-top:30px;
	margin-top:1.66667rem;
}
.heading--ruled--small + .field--field-shared-featured-researcher {
	margin-top:30px;
	margin-top:1.66667rem;
}
.byline--inline .link--twitter {
	display:inline-block;
}
.byline--inline .link--twitter:before {
	background-size:100% 100%;
	content:" ";
	display:inline-block;
	vertical-align:middle;
	height:18px;
	width:18px;
}
.campaign--teaser .campaign-image {
	margin-bottom:23px;
	margin-bottom:1.33333rem;
}
.campaign--teaser .campaign-image img {
	display:block;
	margin:0 auto;
}
.campaign--teaser .campaign-summary {
	font-size:0.88889em;
	line-height:1.5em;
	margin-bottom:30px;
	margin-bottom:1.66667rem;
	max-width:40em;
}
@media (min-width:48em) {
.campaign--teaser .campaign-summary {
	font-size:1em;
	line-height:1.33333em;
	margin-bottom:1.66667rem;
}
}
.no-mediaqueries .campaign--teaser .campaign-summary {
	font-size:1em;
	line-height:1.33333em;
	margin-bottom:30px;
	margin-bottom:1.66667rem;
}
@media (min-width:37.5em) {
.campaign--teaser .campaign-image {
	width:25%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-top:0.33333rem;
	margin-bottom:0;
}
.campaign--teaser .campaign-image + .campaign-content {
	width:66.66667%;
	float:left;
	margin-left:33.33333%;
	margin-right:-100%;
}
}
.no-mediaqueries .campaign--teaser .campaign-image {
	width:25%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-top:5px;
	margin-top:0.33333rem;
	margin-bottom:0;
}
.no-mediaqueries .campaign--teaser .campaign-image + .campaign-content {
	width:66.66667%;
	float:left;
	margin-left:33.33333%;
	margin-right:-100%;
}
@media (min-width:48em) {
.campaign--teaser .campaign-image {
	width:19.04762%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-top:0.33333rem;
}
.campaign--teaser .campaign-image + .campaign-content {
	width:76.19048%;
	float:left;
	margin-left:23.80952%;
	margin-right:-100%;
}
}
.no-mediaqueries .campaign--teaser .campaign-image {
	width:19.04762%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-top:5px;
	margin-top:0.33333rem;
}
.no-mediaqueries .campaign--teaser .campaign-image + .campaign-content {
	width:76.19048%;
	float:left;
	margin-left:23.80952%;
	margin-right:-100%;
}
#block-panthercdn-panthercdn-cdn-flush {
	position:fixed;
	bottom:20px;
	left:20px;
}
.chapter--featured > .chapter-image {
	margin-bottom:23px;
	margin-bottom:1.33333rem;
}
.chapter--featured .title {
	font-size:1em;
	line-height:1.16667em;
	color:#0b81c3;
}
.chapter--featured .chapter-summary {
	font-size:0.88889em;
	line-height:1.3125em;
	font-family:"Freight Text W03", "Freight Text W01", Garamond, serif;
	margin-top:5px;
	margin-top:0.33333rem;
}
.committee--teaser .article-teaser {
	margin-top:18px;
	margin-top:1rem;
	font-size:1em;
	line-height:1.33333em;
}
.committee--teaser .article-footer {
	margin-top:12px;
	margin-top:0.66667rem;
}
.committee--teaser .author-name, .committee--teaser .article-source {
	font-size:0.77778em;
	line-height:1.28571em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.committee--teaser .article-name {
	font-weight:700;
}
.committee--teaser .article-authors--byline + .article-source {
	margin-top:12px;
	margin-top:0.66667rem;
}
.committee--teaser .article-source {
	font-weight:300;
}
.committee--teaser .article-source a {
	color:inherit;
}
.committee--teaser .committee-image {
	margin-bottom:23px;
	margin-bottom:1.33333rem;
}
.committee--teaser .committee-image img {
	display:block;
}
.committee--teaser .committee-description {
	margin-top:18px;
	margin-top:1rem;
}
@media (min-width:37.5em) {
.committee--teaser .committee-image {
	width:16.66667%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-top:0.33333rem;
}
.committee--teaser .committee-image + .committee-content {
	width:75%;
	float:left;
	margin-left:25%;
	margin-right:-100%;
}
}
.no-mediaqueries .committee--teaser .committee-image {
	width:16.66667%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-top:5px;
	margin-top:0.33333rem;
}
.no-mediaqueries .committee--teaser .committee-image + .committee-content {
	width:75%;
	float:left;
	margin-left:25%;
	margin-right:-100%;
}
@media (min-width:37.5em) {
.committee--teaser .committee-image {
	width:15.71429%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-top:0.33333rem;
}
.committee--teaser .committee-image + .committee-content {
	width:72.85714%;
	float:left;
	margin-left:20%;
	margin-right:-100%;
}
}
.no-mediaqueries .committee--teaser .committee-image {
	width:15.71429%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-top:5px;
	margin-top:0.33333rem;
}
.no-mediaqueries .committee--teaser .committee-image + .committee-content {
	width:72.85714%;
	float:left;
	margin-left:20%;
	margin-right:-100%;
}
.committee--full .committee-description {
	margin-bottom:59px;
	margin-bottom:3.33333rem;
}
.node-community.node-teaser figure {
	position:relative;
}
.node-community.node-teaser figure:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#444;
	opacity:0;
	transition:all .1s ease-in;
	z-index:10;
}
.node-community.node-teaser a:hover figure:before {
	opacity:.5;
}
.node-community.node-teaser .content {
	border-top:1px solid #e5e5e5;
	min-height:36px;
	min-height:2rem;
	padding-top:18px;
	padding-top:1rem;
}
.node-community.node-teaser h3 span {
	color:#4b4b4b;
	display:inline-block;
	position:relative;
}
.node-community.node-teaser h3 span:before {
	content:"";
	position:absolute;
	bottom:100%;
	left:0;
	width:100%;
	height:6px;
	background:#e5e5e5;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
}
.community-description, .community-billboard {
	margin-bottom:59px;
	margin-bottom:3.33333rem;
}
.community-description {
	max-width:45em;
}
@media (min-width:48em) {
.community-description {
	font-size:1.33333em;
	line-height:1.375em;
}
}
.no-mediaqueries .community-description {
	font-size:1.33333em;
	line-height:1.375em;
}
.correction {
	max-width:42.25em;
	font-size:0.88889em;
	line-height:1.5em;
}
.title + .correction {
	margin-top:12px;
	margin-top:0.66667rem;
}
.date, .date--small {
	font-size:0.88889em;
	line-height:1.5em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:700;
	text-transform:uppercase;
}
.date--small {
	font-size:0.66667em;
	line-height:1.5em;
}
.date--large {
	font-size:1em;
	line-height:1.33333em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:700;
}
.date--large .date-display-end {
	display:block;
}
.dateline, .dateline--small {
	font-size:0.77778em;
	line-height:1.28571em;
}
@media (min-width:48em) {
.dateline, .dateline--small {
	font-size:1em;
	line-height:1em;
}
}
.no-mediaqueries .dateline, .no-mediaqueries .dateline--small {
	font-size:1em;
	line-height:1em;
}
.dateline .date, .dateline--small .date, .dateline .date--small, .dateline--small .date--small {
	font-size:0.88889em;
	line-height:1.125em;
}
.dateline .date + .type, .dateline--small .date + .type, .dateline .date--small + .type, .dateline--small .date--small + .type {
	margin-left:.5em;
}
.dateline .date + .type:before, .dateline--small .date + .type:before, .dateline .date--small + .type:before, .dateline--small .date--small + .type:before {
	content:"|";
	margin-right:.7em;
	color:#565555;
}
.is-inverse .dateline, .is-inverse .dateline--small {
	color:#b5b5b5;
}
.dateline .field--field-news-type, .dateline--small .field--field-news-type {
	display:inline;
}
.dateline--small {
	font-size:0.77778em;
	line-height:1.28571em;
}
.dateline--small .date, .dateline--small .date--small {
	font-size:0.85714em;
	line-height:1.5em;
}
.dateline--small .date + .type, .dateline--small .date--small + .type {
	margin-left:0;
}
.dateline--small .date + .type:before, .dateline--small .date--small + .type:before {
	margin-left:.333em;
	margin-right:.5em;
}
.type {
	color:#666666;
}
.is-inverse .type {
	color:inherit;
}
.donations {
	color:#ffffff;
	background-color:#f96c1f;
	padding-top:1px;
	padding-top:0.11111rem;
	padding-bottom:1px;
	padding-bottom:0.11111rem;
}
.donate .nav-label {
	font-size:0.77778em;
	line-height:1.28571em;
}
.donate .nav--donate {
	display:inline-block;
}
.donate .donation-subheading {
	font-size:1.33333em;
	line-height:1.25em;
	padding-bottom:12px;
	padding-bottom:0.66667rem;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
	border-bottom:1px solid #fba779;
}
.donate-toggle {
	display:inline-block;
	border:0;
	font-weight:700;
	color:#ffffff;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.77778em;
	line-height:1.71429em;
	color:#ffffff;
	background-color:#f96c1f;
	padding:12px 20px;
	padding:0.66667rem 20px;
	text-shadow:1px 1px 1px #b93000;
	letter-spacing:.05em;
	min-height:24px;
}
.donate-toggle:hover {
	text-decoration:none;
}
.donate-toggle:hover {
	color:#ffffff;
	background-color:#d94e0f;
}
.donate-link {
	border:1px solid rgba(255,255,255,0.6);
	color:#ffffff;
	padding:5px 8px;
	padding:0.33333rem 8px;
	font-size:0.77778em;
	line-height:1.5em;
	font-weight:400;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right:.5em;
	vertical-align:middle;
}
.donate-link:hover {
	border-color:#ffffff;
	background-color:#fa5113;
	text-decoration:none;
	color:#ffffff;
}
#block-hrw-donation-blocks-hrw-donation-blocks-header {
	float:left;
}
#block-hrw-donation-blocks-hrw-donation-blocks-footer {
	line-height:1em;
	padding:12px 25px;
	padding:0.66667rem 25px;
}
#donate-content {
	background-color:#f96c1f;
	color:#ffffff;
	position:absolute;
	top:100%;
	z-index:2;
	right:0;
	left:0;
	margin:auto;
	padding:20px;
	box-shadow:0 10px 10px rgba(0,0,0,0.3);
}
#donate-content[aria-expanded="false"] {
	display:none;
}
#donate-content .donation-subheading {
	margin-right:0;
}
.donation-options {
	display:inline-block;
	vertical-align:middle;
	margin-bottom:23px;
	margin-bottom:1.33333rem;
}
.donation-logos > a {
	display:inline-block;
}
.donation-logos > a > img {
	max-height:54px;
	max-height:3rem;
}
@media (min-width:77.5em) {
.donation-logos {
	position:absolute;
	right:50px;
	bottom:0.66667rem;
}
}
.donation-heading {
	font-size:1.22222em;
	line-height:1.36364em;
	font-weight:300;
	padding-bottom:12px;
	padding-bottom:0.66667rem;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
	border-bottom:1px solid #fba779;
}
@media (min-width:48em) {
.donation-heading {
	font-size:1.66667em;
	line-height:1.2em;
}
}
.no-mediaqueries .donation-heading {
	font-size:1.66667em;
	line-height:1.2em;
}
.donation-subheading {
	font-size:1em;
	line-height:1.33333em;
	font-weight:300;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
	display:inline-block;
	vertical-align:middle;
	margin-right:1em;
}
.donation-subheading > strong {
	font-weight:400;
}
.pane-hrw-donation-blocks-hrw-donation-blocks-home {
	color:#ffffff;
	background-color:#f96c1f;
	padding:30px 4.34783% 18px;
	padding:1.66667rem 4.34783% 1rem;
	position:relative;
}
.pane-hrw-donation-blocks-hrw-donation-blocks-home .donation-subheading, .pane-hrw-donation-blocks-hrw-donation-blocks-home .donation-options {
	margin-bottom:12px;
	margin-bottom:0.66667rem;
}
.pane-hrw-donation-blocks-hrw-donation-blocks-home .donation-logos {
	margin-top:12px;
	margin-top:0.66667rem;
}
@media (min-width:58.125em) {
.pane-hrw-donation-blocks-hrw-donation-blocks-home .donation-heading {
	font-size:2em;
	line-height:1.33333em;
	padding-bottom:0.83333rem;
	margin-bottom:0.66667rem;
}
.pane-hrw-donation-blocks-hrw-donation-blocks-home .donation-subheading {
	font-size:1.66667em;
	line-height:1.2em;
	margin-bottom:1rem;
}
.pane-hrw-donation-blocks-hrw-donation-blocks-home .donation-options {
	position:relative;
	margin-top:-0.33333rem;
}
.pane-hrw-donation-blocks-hrw-donation-blocks-home .donation-logos {
	margin-top:1.33333rem;
}
}
.header-downloads {
	position:relative;
}
.download-toggle {
	font-size:0.66667em;
	line-height:2em;
	border:1px solid #d6d6d6;
	background-color:#f5f5f5;
	color:#3b3b3b;
	padding-bottom:1px;
	padding-bottom:0.11111rem;
	padding-top:1px;
	padding-top:0.11111rem;
	position:relative;
	vertical-align:middle;
	z-index:1;
	padding-left:14px;
	padding-left:0.83333rem;
	padding-right:36px;
	padding-right:2rem;
}
.download-toggle:hover {
	color:#3b3b3b;
	background-color:#e5e5e5;
}
.download-toggle:focus {
	background-color:#f5f5f5;
	color:#3b3b3b;
	outline:1px dashed #1186c7;
	z-index:2;
}
.header .download-toggle {
	background-color:#ffffff;
}
.header .download-toggle:hover, .header .download-toggle:focus {
	background-color:#f5f5f5;
}
.node-type-report .download-toggle {
	font-family:"FF Meta W02", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.download-toggle:after {
	content:"";
	height:18px;
	height:1rem;
	width:18px;
	width:1rem;
	background-position:center;
	background-size:100%;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:14px;
	right:0.83333rem;
}
.header-downloads:hover .download-toggle {
	color:#3b3b3b;
	background-color:#e5e5e5;
}
.header-downloads-panel {
	position:absolute;
	top:100%;
	left:50%;
	width:300px;
	margin-left:-150px;
	padding:18px;
	padding:1rem;
	background-color:#f5f5f5;
	box-shadow:0 0 5px rgba(75,75,75,0.4);
	opacity:0;
	-webkit-transform:scale(0);
	transform:scale(0);
	transition:all .15s ease-out;
	z-index:2;
}
.no-csstransforms .header-downloads-panel, .headroom--unpinned .header-downloads-panel {
	display:none;
}
.header-downloads-panel[aria-expanded="true"], .header-downloads:hover .header-downloads-panel {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.no-csstransforms .header-downloads-panel[aria-expanded="true"], .no-csstransforms .header-downloads:hover .header-downloads-panel {
	display:block;
}
.file {
	padding-left:24px;
	display:block;
	line-height:0.83333em;
}
.file > img {
	vertical-align:middle;
	float:left;
	margin-left:-24px;
}
.file > a {
	font-size:0.66667em;
	line-height:1.25em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#3b3b3b;
}
.file > a:hover, .file > a:focus {
	color:#007dc3;
}
.dropdown {
	position:relative;
}
.dropdown-link, .dropdown-label > a, .dropdown-children > li > a {
	display:block;
	padding-left:24px;
	padding-right:24px;
	background-color:#e5e5e5;
	color:#202020;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
}
.dropdown-link:hover, .dropdown-link:focus, .dropdown-label > a:hover, .dropdown-label > a:focus, .dropdown-children > li > a:hover, .dropdown-children > li > a:focus {
	transition:none;
	background-color:#d0d0d0;
	color:#202020;
	text-decoration:none;
}
.dropdown-label > a:hover, .dropdown-label > a:focus, .dropdown-children > li > a:hover, .dropdown-children > li > a:focus {
	background:#1186c7;
	color:#ffffff;
}
.dropdown-link {
	font-weight:400;
	padding-top:12px;
	padding-top:0.66667rem;
	padding-bottom:12px;
	padding-bottom:0.66667rem;
	font-size:1em;
	line-height:1.16667em;
}
.dropdown-link:after {
	content:"";
	display:inline-block;
	height:24px;
	width:24px;
	position:relative;
	left:12px;
	vertical-align:middle;
}
.dropdown-label {
	font-size:1em;
	line-height:1.33333em;
}
.dropdown-label > a {
	padding-top:12px;
	padding-top:0.66667rem;
	padding-bottom:12px;
	padding-bottom:0.66667rem;
}
.dropdown-children {
	background-color:#e5e5e5;
	margin:0;
	padding:0 0 12px;
	padding:0 0 0.66667rem;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
}
.dropdown-children > li {
	list-style-type:none;
	display:block;
}
.dropdown-children > li > a {
	padding-top:7px;
	padding-top:0.41667rem;
	padding-bottom:7px;
	padding-bottom:0.41667rem;
	font-size:0.77778em;
	line-height:1.28571em;
}
.dropdown-children > li > a.dropdown-parent-link {
	font-size:1em;
	line-height:1.16667em;
	padding-top:12px;
	padding-top:0.66667rem;
	padding-bottom:12px;
	padding-bottom:0.66667rem;
	background-color:#cecece;
}
.dropdown-children > li > a.active {
	background-color:#656565;
	color:#ffffff;
}
.dropdown-container {
	position:absolute;
	top:100%;
	width:100%;
	-webkit-transform-origin:center top;
	transform-origin:center top;
	border-top:1px solid #ffffff;
	z-index:-1;
	overflow:hidden;
	transition:max-height .25s cubic-bezier(0, .87, .89, 1);
}
.dropdown-container .dropdown-wrapper {
	transition:all .25s cubic-bezier(0, .87, .89, 1);
}
.dropdown-container[aria-expanded="false"] {
	max-height:0;
}
.dropdown-container[aria-expanded="false"] .dropdown-wrapper {
	-webkit-transform:translateY(-100%);
	transform:translateY(-100%);
}
.no-csstransforms .dropdown-container[aria-expanded="false"] .dropdown-wrapper {
	display:none;
}
.dropdown-container[aria-expanded="true"] {
	max-height:99em;
}
.dropdown-container[aria-expanded="true"] .dropdown-wrapper {
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
.no-csstransforms .dropdown-container[aria-expanded="true"] .dropdown-wrapper {
	display:block;
}
.event-details {
	border:1px solid #e5e5e5;
	border-bottom-color:#cecece;
	border-color:#cecece;
	margin-bottom:30px;
	margin-bottom:1.66667rem;
}
.event-details .date--small {
	display:block;
}
.event-details .title {
	margin-bottom:0;
	margin-top:5px;
	margin-top:0.33333rem;
}
.event-details .event-header {
	padding:23px 30px;
	padding:1.33333rem 1.66667rem;
}
.event-details .content {
	background-color:#f5f5f5;
	padding:23px 30px;
	padding:1.33333rem 1.66667rem;
	border-top:1px dotted #e5e5e5;
}
.event-details .event-url {
	margin-top:18px;
	margin-top:1rem;
}
.event-url a {
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:700;
}
.event-resources {
	margin-top:30px;
	margin-top:1.66667rem;
}
.figure--image {
	background-color:#000000;
}
.figure--image > img {
	margin-left:auto;
	margin-right:auto;
}
.figure--image > figcaption {
	padding:18px 20px;
	padding:1rem 20px;
	color:#9d9d9d;
	font-size:0.88889em;
	line-height:1.3125em;
}
.figure--image > figcaption > p {
	margin-bottom:5px;
	margin-bottom:0.33333rem;
}
.figure--image .figure-share {
	font-size:1.375em;
	line-height:1.22727em;
	float:right;
}
.footer {
	color:#ffffff;
	background-color:#202020;
	font-weight:300;
}
.footer-inner {
	position:relative;
	padding-top:72px;
	padding-top:4rem;
	padding-bottom:144px;
	padding-bottom:8rem;
	padding-left:25px;
	padding-right:25px;
}
.footer-inner > .footer-logo {
	width:100px;
}
@media (min-width:44em) {
.footer-inner {
	padding-right:230px;
}
.footer-inner > .footer-logo {
	position:absolute;
	left:auto;
	right:20px;
	width:180px;
}
.footer-inner > .footer-logo + .l--footer-split {
	padding-top:1rem;
}
}
@media (min-width:77.5em) {
.footer-inner {
	padding-left:0;
	padding-right:210px;
}
.footer-inner > .footer-logo {
	right:0;
	left:auto;
}
}
.no-mediaqueries .footer-inner {
	padding-left:0;
	padding-right:210px;
}
.no-mediaqueries .footer-inner > .footer-logo {
	right:0;
	left:auto;
}
.footer-logo {
	margin-bottom:48px;
	margin-bottom:2.66667rem;
	max-width:180px;
	margin-left:auto;
	margin-right:auto;
}
.footer-logo > img {
	display:block;
	margin:auto;
}
.footer-heading {
	font-size:1.33333em;
	line-height:1.25em;
	margin-bottom:5px;
	margin-bottom:0.33333rem;
	font-weight:300;
	letter-spacing:.03em;
}
.l--footer-split > .l-primary, .l--footer-split > .l-secondary {
	margin-bottom:12px;
	margin-bottom:0.66667rem;
	padding-bottom:12px;
	padding-bottom:0.66667rem;
	border-bottom:1px solid #4b4b4b;
}
@media (min-width:60em) {
.l--footer-split {
	border-bottom:1px solid #4b4b4b;
	margin-bottom:0.16667rem;
}
.l--footer-split > .l-primary, .l--footer-split > .l-secondary {
	margin-bottom:0;
	padding-bottom:0.5rem;
	border-bottom:0;
}
.l--footer-split > .l-primary {
	width:66.66667%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
.l--footer-split > .l-secondary {
	width:33.33333%;
	float:left;
	margin-left:66.66667%;
	margin-right:-100%;
	text-align:right;
}
}
.copyright, .footer-address {
	font-size:0.77778em;
	line-height:1.5em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#666666;
}
.is-inverse .copyright, .is-inverse .footer-address {
	color:#ffffff;
}
.footer .copyright {
	padding-top:5px;
	padding-top:0.33333rem;
}
.footer-address {
	padding-top:12px;
	padding-top:0.66667rem;
}
.footer-address abbr {
	border:0;
}
#block-social-links-social-links {
*zoom:1;
	line-height:1.33333em;
}
#block-social-links-social-links:before, #block-social-links-social-links:after {
	content:" ";
	display:table;
}
#block-social-links-social-links:after {
	clear:both;
}
#block-social-links-social-links .footer-heading, #block-social-links-social-links .block-content {
	display:inline-block;
	vertical-align:middle;
	margin-bottom:0;
}
#block-social-links-social-links .footer-heading {
	margin-right:1em;
	margin-left:0;
}
#block-social-links-social-links .nav--social {
	margin-top:3px;
	margin-top:0.16667rem;
}
@media (min-width:30em) {
#block-social-links-social-links .footer-heading {
	float:left;
}
#block-social-links-social-links .block-content {
	float:right;
}
}
.no-mediaqueries #block-social-links-social-links .footer-heading {
	float:left;
}
.no-mediaqueries #block-social-links-social-links .block-content {
	float:right;
}
@media (min-width:60em) {
#block-social-links-social-links .footer-heading {
	margin-right:0;
	margin-left:0;
}
#block-social-links-social-links .footer-heading, #block-social-links-social-links .block-content {
	display:block;
	float:none;
}
#block-social-links-social-links .nav--social {
	margin-top:0.33333rem;
}
}
.footnotes {
	overflow:hidden;
}
.footnotes p {
	font-size:0.77778em;
	line-height:1.28571em;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
}
.js .footnotes {
	display:none;
}
#footnote {
	position:absolute;
	max-width:100%;
	width:20em;
	color:#444;
	padding:34px;
	padding:1.88889rem;
	background-color:#ffffff;
	box-shadow:0 0 30px rgba(0,0,0,0.6);
	font-size:0.77778em;
	line-height:1.5em;
	z-index:2;
	transition:opacity .4s;
}
#footnote[aria-hidden="false"] {
	opacity:1;
}
#footnote[aria-hidden="true"] {
	opacity:0;
}
#footnote[data-align="center"]:after, #footnote[data-align="left"]:after, #footnote[data-align="right"]:after {
	content:"";
	display:block;
	position:absolute;
	top:100%;
	height:0;
	width:0;
	border-top:#ffffff solid 12px;
	-webkit-transform:scaleX(2);
	transform:scaleX(2);
}
#footnote[data-align="center"]:after, #footnote[data-align="left"]:after {
	border-right:transparent solid 12px;
}
#footnote[data-align="center"]:after {
	left:50%;
}
#footnote[data-align="left"]:after {
	left:0;
	-webkit-transform-origin:top left;
	transform-origin:top left;
}
#footnote[data-align="right"]:after {
	border-left:transparent solid 12px;
	right:0;
	-webkit-transform-origin:top right;
	transform-origin:top right;
}
.footnote-inner {
	overflow:hidden;
}
.footnote-inner > a:first-child {
	display:none;
}
a[name^="_ftnref"] {
	display:inline-block;
	font-size:0.66667em;
	line-height:1.5em;
	position:relative;
	bottom:.5em;
	vertical-align:middle;
}
input[type="submit"], button {
	display:inline-block;
	border:0;
	font-weight:700;
	color:#ffffff;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:5px 13px;
	padding:0.33333rem 13px;
	font-size:1em;
	line-height:1.33333em;
	background-color:#f96c1f;
}
input[type="submit"]:hover, button:hover {
	text-decoration:none;
}
input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus {
	color:#ffffff;
	background-color:#f85619;
}
.form-label {
	font-size:1em;
	line-height:1.33333em;
	margin:0;
}
.form-label + form {
	margin-top:12px;
	margin-top:0.66667rem;
}
.form-item, .form-actions {
	margin:23px 0;
	margin:1.33333rem 0;
}
.form-item-facets {
	margin:0;
}
.form-item-description {
	font-size:0.77778em;
	line-height:1.28571em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fieldset-legend {
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
}
.fieldset-description {
	font-size:0.88889em;
	line-height:1.5em;
	margin-bottom:23px;
	margin-bottom:1.33333rem;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html.js input.form-autocomplete {
	background-position:100% 6px;
}
html.js input.form-autocomplete.throbbing {
	background-position:100% -14px;
}
.form-type-checkboxes .form-type-checkbox, .form-type-radios .form-type-radio {
	margin:5px 0;
	margin:0.33333rem 0;
}
input.error, textarea.error, select.error {
	border:2px solid red;
}
.machine-name-label {
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
}
.machine-name-value {
	font-family:Menlo, Consolas, Monaco, monospace;
	margin:0 .5em;
}
.form-required, .marker {
	color:#b93000;
	font-weight:bold;
}
.vertical-tab-button {
	position:relative;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#active-vertical-tab {
	top:0;
}
.views-exposed-form {
	background-color:#e5e5e5;
	padding:18px 25px;
	padding:1rem 25px;
	margin-bottom:36px;
	margin-bottom:2rem;
	position:relative;
}
.views-exposed-form input[type="text"], .views-exposed-form input[type="email"] {
	width:100%;
}
@media (min-width:64em) {
.views-exposed-form {
	padding-left:40px;
	padding-right:40px;
	margin-bottom:4rem;
}
}
.no-mediaqueries .views-exposed-form {
	padding-left:40px;
	padding-right:40px;
	margin-bottom:72px;
	margin-bottom:4rem;
}
.views-exposed-widget + .views-exposed-widget, .form-group-label + .views-exposed-widget {
	margin-top:12px;
	margin-top:0.66667rem;
}
.views-exposed-widget .form-item {
	margin:0;
}
.views-exposed-widget.views-reset-button {
	margin-top:0;
}
.form-group {
	margin-top:12px;
	margin-top:0.66667rem;
	padding-top:12px;
	padding-top:0.66667rem;
	border-top:1px solid #ded7d1;
}
.form-group > .views-exposed-widget {
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-right:6px;
}
.form-group > .views-exposed-widget:last-child {
	margin-right:0;
}
@media (min-width:48em) {
.form-group > .form-group-label {
	display:inline-block;
	width:95px;
}
.form-group > .views-exposed-widget {
	margin-top:0;
	width:150px;
}
.form-group > .views-exposed-widget#edit-date-wrapper {
	width:85px;
}
.form-group .form-sublabel {
	display:none;
}
}
.no-mediaqueries .form-group > .form-group-label {
	display:inline-block;
	width:95px;
}
.no-mediaqueries .form-group > .views-exposed-widget {
	margin-top:0;
	width:150px;
}
.no-mediaqueries .form-group > .views-exposed-widget#edit-date-wrapper {
	width:85px;
}
.no-mediaqueries .form-group .form-sublabel {
	display:none;
}
@media (min-width:78.125em) {
.form-group {
	display:inline-block;
	margin-left:20px;
	margin-right:6px;
	margin-top:0;
	padding-bottom:0.66667rem;
	padding-left:20px;
	border-top:0;
	border-left:1px solid #ded7d1;
}
.form-group > .form-group-label {
	width:auto;
	margin-right:12px;
}
}
.form-heading {
	font-size:1.22222em;
	line-height:1.36364em;
	font-weight:300;
}
@media (min-width:48em) {
.form-heading {
	font-size:1.66667em;
	line-height:1.2em;
}
}
.no-mediaqueries .form-heading {
	font-size:1.66667em;
	line-height:1.2em;
}
@media (min-width:78.125em) {
.form-heading {
	display:inline-block;
	vertical-align:middle;
}
}
.form-group-label {
	font-size:0.77778em;
	line-height:1.28571em;
	font-weight:700;
	margin-bottom:0;
}
@media (min-width:48em) {
.form-group-label {
	font-size:1em;
	line-height:2em;
}
}
.no-mediaqueries .form-group-label {
	font-size:1em;
	line-height:2em;
}
.form-sublabel {
	font-size:0.77778em;
	line-height:2.57143em;
}
.views-submit-button, .views-reset-button {
	display:inline-block;
}
.views-reset-button {
	position:absolute;
	top:100%;
	right:0;
}
.views-reset-button input[type="submit"] {
	padding-left:1.5em;
	padding-right:0;
	background-color:transparent;
	background-position:left center;
	color:#007dc3;
	font-weight:300;
	font-size:0.77778em;
	line-height:2.57143em;
	transition:all .15s linear;
	opacity:.5;
}
.views-reset-button input[type="submit"]:hover {
	opacity:1;
}
.views-submit-button {
	margin-top:23px;
	margin-top:1.33333rem;
}
@media (min-width:78.125em) {
.views-submit-button {
	margin-top:0;
}
}
.views-submit-button input[type="submit"] {
	font-size:0.77778em;
	line-height:1.28571em;
	background-color:#007dc3;
	border:1px solid #007dc3;
	padding:9px 25px 9px;
	padding:0.5rem 25px 0.5rem;
	transition:all .15s;
}
.views-submit-button input[type="submit"]:hover, .views-submit-button input[type="submit"]:focus {
	background-color:#444;
	border-color:#444;
}
.chosen-container {
	font-size:0.77778em;
	line-height:1.28571em;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	padding-top:9px;
	padding-top:0.5rem;
	padding-bottom:9px;
	padding-bottom:0.5rem;
	height:36px;
	margin:0;
}
.chosen-container-multi .chosen-choices li.search-choice, .chosen-container-active .chosen-choices, .chosen-container-multi .chosen-choices {
	border-radius:0;
	background-image:none;
	box-shadow:none;
	border-color:#e5e5e5;
}
.chosen-container-active .chosen-choices, .chosen-container-multi .chosen-choices {
	padding:0 10px;
}
.chosen-container-multi .chosen-choices li.search-choice {
	font-size:1em;
	line-height:1.28571em;
	margin:5px 6px 0 0;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top:0;
	bottom:0;
	margin:auto;
	opacity:.6;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover, .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus {
	opacity:1;
}
.chosen-container .chosen-drop {
	box-shadow:0 1px 2px rgba(0,0,0,0.15);
	border-color:#e5e5e5;
	border-radius:0;
}
.chosen-container .chosen-results li.highlighted {
	background-image:none;
	background-color:#1186c7;
}
.chosen-container-single .chosen-single {
	border-radius:0;
	background-image:none;
	min-width:6em;
	background-color:#ffffff;
	border-color:#e5e5e5;
	box-shadow:none;
	height:36px;
	padding-top:6px;
}
.chosen-container-single .chosen-single div b {
	height:18px;
	position:relative;
	top:6px;
}
.chosen-container-single.chosen-container-active .chosen-single {
	border-color:#e5e5e5;
	background-image:none;
}
.views-form--people .views-submit-button {
	float:left;
	margin-right:18px;
	margin-right:1rem;
	margin-top:18px;
	margin-top:1rem;
}
.views-form--people .views-reset-button {
	float:left;
	position:static;
	top:auto;
	right:auto;
	margin-top:18px;
	margin-top:1rem;
}
.views-form--people .views-reset-button input {
	padding-top:0;
	padding-bottom:0;
}
@media (min-width:64em) {
.views-form--people {
	margin-bottom:1.66667rem;
}
.views-form--people .views-widget-filter-field_shared_region_country_target_id, .views-form--people .views-widget-filter-field_shared_topic_target_id {
	float:left;
	margin-right:1rem;
	margin-top:0;
	width:30%;
}
.views-form--people .views-widget-filter-field_shared_region_country_target_id label, .views-form--people .views-widget-filter-field_shared_topic_target_id label {
	display:block;
	font-size:1em;
	line-height:1.66667em;
}
.views-form--people .views-submit-button {
	float:left;
	margin-top:1.66667rem;
}
.views-form--people .views-reset-button {
	margin-top:1.66667rem;
}
}
.no-mediaqueries .views-form--people {
	margin-bottom:30px;
	margin-bottom:1.66667rem;
}
.no-mediaqueries .views-form--people .views-widget-filter-field_shared_region_country_target_id, .no-mediaqueries .views-form--people .views-widget-filter-field_shared_topic_target_id {
	float:left;
	margin-right:18px;
	margin-right:1rem;
	margin-top:0;
	width:30%;
}
.no-mediaqueries .views-form--people .views-widget-filter-field_shared_region_country_target_id label, .no-mediaqueries .views-form--people .views-widget-filter-field_shared_topic_target_id label {
	display:block;
	font-size:1em;
	line-height:1.66667em;
}
.no-mediaqueries .views-form--people .views-submit-button {
	float:left;
	margin-top:30px;
	margin-top:1.66667rem;
}
.no-mediaqueries .views-form--people .views-reset-button {
	margin-top:30px;
	margin-top:1.66667rem;
}
@media (min-width:77.5em) {
.views-form--people .views-widget-filter-field_shared_region_country_target_id, .views-form--people .views-widget-filter-field_shared_topic_target_id {
	width:40%;
}
}
.no-mediaqueries .views-form--people .views-widget-filter-field_shared_region_country_target_id, .no-mediaqueries .views-form--people .views-widget-filter-field_shared_topic_target_id {
	width:40%;
}
.view-people-lists .listNav a._ {
	display:none;
	visibility:hidden;
}
.header {
	min-height:156px;
	position:relative;
	z-index:3;
}
.not-front .header {
	min-height:100px;
}
.header.is-mobile {
	z-index:1000;
	min-height:60px;
}
.header.is-mobile.headroom {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
.header-utility {
	position:relative;
	z-index:2;
	min-height:48px;
	min-height:2.66667rem;
	color:#ffffff;
	background-color:#202020;
}
.header-utility-inner, .header-nav {
	position:relative;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
}
@media (min-width:44em) {
.header-utility-inner, .header-nav {
	padding-left:194px;
}
.not-front .header-utility-inner, .not-front .header-nav {
	padding-left:120px;
}
}
.header-languages {
	float:left;
	display:inline-block;
}
.header-utilities {
	float:right;
	vertical-align:middle;
}
.header-utilities > * {
	text-align:left;
}
.header-utilities > .nav--utility, .header-utilities > .search-form, .header-utilities > .donate-toggle {
	float:left;
}
.header-utilities > .search-form {
	margin:9px 14px 0;
}
.header-nav {
	padding-top:23px;
	padding-top:1.33333rem;
	z-index:1;
}
.not-front .header-nav {
	padding-top:5px;
}
.header-logo {
	display:block;
	width:156px;
}
@media (min-width:44em) {
.header-logo {
	position:absolute;
	left:0;
}
.not-front .header-logo {
	width:100px;
}
}
#logo {
	display:block;
}
#logo > img {
	display:block;
	margin:auto;
}
#header-mobile {
	min-height:0;
	z-index:3;
}
#header-mobile > .header-utility {
	padding-left:60px;
	padding-right:0;
	box-shadow:4px 0 20px rgba(0,0,0,0.3);
	background-color:#202020;
	color:#ffffff;
}
#header-mobile .header-logo {
	position:absolute;
	width:60px;
	left:0;
}
#header-mobile #logo {
	box-shadow:0 0 3px rgba(0,0,0,0.5);
}
#header-mobile #block-hrw-donation-blocks-hrw-donation-blocks-header {
	float:right;
}
#header-mobile .header-languages {
	width:100%;
}
#main-header-toggle {
	display:block;
	position:relative;
	float:left;
	padding:0;
	margin:0;
	width:50px;
	height:48px;
	height:2.66667rem;
	white-space:nowrap;
	text-indent:60px;
	background-color:transparent;
	background-position:center;
	opacity:.7;
}
#main-header-toggle:hover {
	opacity:1;
}
#main-header-toggle:after {
	content:'';
	display:block;
	position:absolute;
	top:10px;
	bottom:10px;
	width:1px;
	margin:auto;
	right:0;
	background-color:#444;
}
#main-header-controls {
	position:relative;
	z-index:2;
	max-width:100%;
}
#main-header-controls .article-share {
	line-height:24px;
	height:36px;
	height:2rem;
	margin-top:5px;
	margin-top:0.33333rem;
	float:right;
	margin-right:6px;
}
#main-header-controls .article-share-toggle {
	display:none;
}
#main-header-controls .sharethis-buttons {
	position:static;
	box-shadow:none;
	background-color:transparent;
	-webkit-transform:none;
	transform:none;
	visibility:visible;
	opacity:1;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
#main-header-controls .sharethis-buttons:after {
	content:none;
}
#main-header-panel {
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	right:0;
	padding-top:48px;
	width:100%;
	background-color:#ffffff;
	overflow-x:hidden;
	overflow-y:auto;
}
.admin-menu #main-header-panel {
	padding-top:48px;
}
#main-header-utility {
	padding-left:25px;
	padding-right:25px;
	padding-top:23px;
	padding-top:1.33333rem;
	padding-bottom:0;
	background-color:#f5f5f5;
	background-color:#3b3b3b;
	max-width:100%;
}
#main-header-utility > .search-form {
	float:none;
	display:block;
	width:auto;
	margin-right:0;
}
#main-header-utility > .search-form .form-item {
	width:100%;
	max-width:none;
}
#main-header-utility > .search-form .form-item > input {
	width:100%;
}
#main-header-utility > .header-languages {
	float:none;
	display:block;
}
.header--slim {
	min-height:0;
	z-index:3;
	position:relative;
}
.header--slim.headroom {
	position:fixed !important;
	top:0;
	left:0;
	right:auto;
	transition:-webkit-transform 200ms linear;
	transition:transform 200ms linear;
	width:100%;
}
.admin-menu .header--slim.headroom {
	top:28px;
}
.header--slim.headroom--pinned {
	-webkit-transform:translateY(0%);
	transform:translateY(0%);
}
.header--slim.headroom--unpinned {
	-webkit-transform:translateY(-100%);
	transform:translateY(-100%);
}
@media (min-width:48em) {
.header--slim.headroom {
	-webkit-transform:none;
	transform:none;
	transition:none;
}
}
.no-mediaqueries .header--slim.headroom {
	-webkit-transform:none;
	transform:none;
	transition:none;
}
.header--slim > .header-utility {
	box-shadow:4px 0 20px rgba(0,0,0,0.3);
	background-color:#ffffff;
}
.header--slim .header-utility-inner {
	padding-left:60px;
	padding-right:0;
}
.header--slim .header-logo {
	position:absolute;
	width:60px;
	left:0;
	right:auto;
}
.header--slim .header-utilities {
	background:#ffffff;
	padding-left:24px;
	padding-right:0;
}
.header--slim .header-downloads, .header--slim .article-share, .header--slim .article-print {
	float:left;
	margin-top:9px;
}
.header--slim .header-downloads button, .header--slim .article-share button, .header--slim .article-print button {
	float:left;
}
.header--slim .header-downloads, .header--slim .article-print {
	margin-left:0;
	margin-right:-.4em;
}
@media (min-width:44em) {
.header--slim > .header-downloads, .header--slim > .article-share {
	margin-top:0.44443rem;
	margin-bottom:0;
}
}
.header-title {
	position:absolute;
	margin-left:120px;
	margin-right:120px;
	left:0;
	right:0;
	color:#444;
	font-size:0.77778em;
	line-height:1.28571em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top:14px;
	margin-top:0.83333rem;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
@media (min-width:48em) {
.header-title {
	display:inline-block;
	max-width:25%;
}
}
.no-mediaqueries .header-title {
	display:inline-block;
	max-width:25%;
}
@media (min-width:64em) {
.header-title {
	max-width:38%;
}
}
.no-mediaqueries .header-title {
	max-width:38%;
}
@media (min-width:77.5em) {
.header-title {
	max-width:50%;
}
}
.no-mediaqueries .header-title {
	max-width:50%;
}
.header--sticky {
	opacity:0;
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
}
.header--sticky.is-mobile {
	display:none !important;
}
.header--sticky .header-title {
	margin-left:80px;
}
.mobile-nav-wrapper {
	width:100%;
	max-height:100%;
	border-top:1px solid #e5e5e5;
	background-color:#ffffff;
	margin-bottom:64px;
}
.mobile-nav {
	margin:0;
	padding:0;
	background-color:#ffffff;
	position:relative;
}
.mobile-nav > li[aria-selected="true"] {
	background-color:#0b81c3;
}
.mobile-nav > li[aria-selected="true"] > a, .mobile-nav > li[aria-selected="true"] > a:hover, .mobile-nav > li[aria-selected="true"] > a:focus, .mobile-nav > li[aria-selected="true"] > span, .mobile-nav > li[aria-selected="true"] > span:hover, .mobile-nav > li[aria-selected="true"] > span:focus {
	transition:none;
	color:#ffffff;
}
.mobile-nav > li[aria-selected="true"] > a:after, .mobile-nav > li[aria-selected="true"] > span:after {
	content:none;
}
.is-mobile .mobile-nav > li {
	display:block;
}
.mobile-nav-item {
	position:relative;
}
.mobile-nav-item[aria-expanded="false"] > .mobile-subnav {
	display:none;
}
.mobile-nav-item[aria-expanded="true"] ~ .mobile-nav-item {
display:none;
}
.mobile-nav-item:hover {
	z-index:10;
}
.mobile-nav-item:first-child > .mobile-nav-link {
	border-top:none;
	margin-top:0;
}
.mobile-nav-item:first-child > .mobile-nav-toggle {
	top:0;
}
.mobile-nav-link {
	display:block;
	font-size:1em;
	line-height:1.33333em;
	padding:12px 25px;
	padding:0.66667rem 25px;
	border-bottom:solid #f5f5f5 1px;
	border-top:solid #f5f5f5 1px;
	margin-top:-1px;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#0b81c3;
	font-weight:300;
	letter-spacing:.025em;
	position:relative;
}
.mobile-nav-link:hover, .mobile-nav-link:focus {
	background-color:#f5f5f5;
	border-bottom-color:#cecece;
	border-top-color:#cecece;
	color:#015381;
	text-decoration:none;
	z-index:10;
}
.mobile-nav-link.active {
	color:#444;
}
.mobile-nav-link--disabled {
	cursor:pointer;
}
.mobile-nav-link--disabled + .mobile-nav-toggle {
	border-left:0;
}
.mobile-subnav > .mobile-nav > .mobile-nav-item > .mobile-nav-link {
	font-size:0.88889em;
	line-height:1.5em;
	font-weight:400;
}
.mobile-subnav > .mobile-nav > .mobile-nav-item > .mobile-subnav {
	border-top:1px solid #cecece;
}
.mobile-subnav > .mobile-nav > .mobile-nav-item > .mobile-subnav > .mobile-nav {
	background:#fafafa;
}
.mobile-subnav > .mobile-nav > .mobile-nav-item > .mobile-subnav > .mobile-nav .mobile-nav-link {
	border-bottom-color:#e5e5e5;
	border-top-color:#e5e5e5;
}
.mobile-nav-toggle {
	position:absolute;
	top:1px;
	background-color:transparent;
	width:48px;
	height:48px;
	overflow:hidden;
	white-space:nowrap;
	text-indent:40px;
	background-position:center;
	margin:auto;
	right:0;
	border-left:1px solid #e5e5e5;
	z-index:20;
}
.mobile-nav-toggle:hover, .mobile-nav-toggle:focus {
	background-color:transparent;
	background-color:#f5f5f5;
}
.mobile-nav-toggle[aria-expanded="true"] {
	background-size:24px;
}
.mobile-subnav {
	border-top:3px solid #1186c7;
}
.mobile-subnav .mobile-nav-item {
	opacity:0;
}
.page-title {
	margin-bottom:23px;
	margin-bottom:1.33333rem;
}
.page-title--ruled {
	font-size:2.33333em;
	line-height:1.14286em;
	margin-bottom:48px;
	margin-bottom:2.66667rem;
	padding-bottom:23px;
	padding-bottom:1.33333rem;
	border-bottom:1px solid #e5e5e5;
}
.article-title {
	margin:0 0 5px;
	margin:0 0 0.33333rem;
	font-size:1.33333em;
	line-height:0.75em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
}
.title , .gf-title {
	font-size:1em;
	line-height:1.33333em;
}
.dateline--small + .title {
	margin-top:5px;
	margin-top:0.33333rem;
}
@media (min-width:48em) {
.title, .gf-title {
	font-size:1.2em;
	line-height:1.25em;
}
.dateline--small + .title {
	margin-top:0.33333rem;
}
}
.no-mediaqueries .title {
	font-size:1.33333em;
	line-height:1.25em;
}
.dateline--small + .no-mediaqueries .title {
	margin-top:5px;
	margin-top:0.33333rem;
}
.title--tiny {
	font-size:1em;
	line-height:1.33333em;
}
.dateline--small + .title--tiny {
	margin-top:5px;
	margin-top:0.33333rem;
}
.is-inverse .title--tiny {
	font-weight:300;
}
.title--small {
	font-size:1.66667em;
	line-height:1.2em;
}
.title--large {
	font-weight:400;
	font-size:2.66667em;
	line-height:1.125em;
}
.title--huge {
	font-weight:400;
	font-size:1.5em;
	line-height:1.11111em;
}
.dateline + .title--huge, .dateline--small + .title--huge {
	margin-top:12px;
	margin-top:0.66667rem;
}
@media (min-width:30em) {
.title--huge {
	font-size:2em;
	line-height:1.16667em;
}
}
.no-mediaqueries .title--huge {
	font-size:2em;
	line-height:1.16667em;
}
@media (min-width:48em) {
.title--huge {
	font-size:2.66667em;
	line-height:1.25em;
}
.dateline + .title--huge, .dateline--small + .title--huge {
	margin-top:1rem;
}
}
.no-mediaqueries .title--huge {
	font-size:2.66667em;
	line-height:1.25em;
}
.dateline + .no-mediaqueries .title--huge, .dateline--small + .no-mediaqueries .title--huge {
	margin-top:18px;
	margin-top:1rem;
}
.title--ruled {
	font-size:1.22222em;
	line-height:1.36364em;
}
.title--ruled:after {
	margin:12px 0 18px;
	margin:0.66667rem 0 1rem;
	content:"";
	display:block;
	height:3px;
	width:156px;
	background-color:#b93000;
}
@media (min-width:48em) {
.title--ruled {
	font-size:1.66667em;
	line-height:1.2em;
}
}
.no-mediaqueries .title--ruled {
	font-size:1.66667em;
	line-height:1.2em;
}
.title--quoted {
	font-size:1em;
	line-height:1.33333em;
}
.title--quoted > a:hover:before, .title--quoted > a:hover:after {
	text-decoration:none;
}
.date--small + .title--quoted {
	margin-top:5px;
	margin-top:0.33333rem;
}
.title--quoted--large {
	font-size:1.33333em;
	line-height:1.25em;
}
@media (min-width:48em) {
.title--quoted--large {
	font-size:2em;
	line-height:1.16667em;
}
}
.no-mediaqueries .title--quoted--large {
	font-size:2em;
	line-height:1.16667em;
}
.title--quoted--large > a:hover:before, .title--quoted--large > a:hover:after {
	text-decoration:none;
}
.date--small + .title--quoted--large {
	margin-top:5px;
	margin-top:0.33333rem;
}
.subtitle {
	margin:0;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.88889em;
	line-height:1.5em;
}
.title--huge + .subtitle {
	margin-top:9px;
	margin-top:0.5rem;
}
@media (min-width:48em) {
.subtitle {
	font-size:1.33333em;
	line-height:1.25em;
}
.title--huge + .subtitle {
	margin-top:0.33333rem;
}
}
.no-mediaqueries .subtitle {
	font-size:1.33333em;
	line-height:1.25em;
}
.title--huge + .no-mediaqueries .subtitle {
	margin-top:5px;
	margin-top:0.33333rem;
}
.subtitle--small {
	margin:0;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.77778em;
	line-height:1.28571em;
}
.title--small + .subtitle--small {
	margin-top:9px;
	margin-top:0.5rem;
}
@media (min-width:48em) {
.subtitle--small {
	font-size:0.88889em;
	line-height:1.3125em;
}
}
.no-mediaqueries .subtitle--small {
	font-size:0.88889em;
	line-height:1.3125em;
}
.subtitle--tiny {
	margin:0;
	font-size:0.77778em;
	line-height:1.28571em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
}
.title--small + .subtitle--tiny, .title--quoted + .subtitle--tiny {
	margin-top:5px;
	margin-top:0.33333rem;
}
.heading, .heading--ruled {
	font-size:1.33333em;
	line-height:1.25em;
	padding-bottom:5px;
	padding-bottom:0.33333rem;
	margin-bottom:5px;
	margin-bottom:0.33333rem;
	margin-bottom:0;
	font-weight:300;
}
@media (min-width:48em) {
.heading, .heading--ruled {
	font-size:1.66667em;
	line-height:1.2em;
	padding-bottom:0.66667rem;
}
}
.no-mediaqueries .heading, .no-mediaqueries .heading--ruled {
	font-size:1.66667em;
	line-height:1.2em;
	padding-bottom:12px;
	padding-bottom:0.66667rem;
}
.heading--ruled {
	margin-bottom:23px;
	margin-bottom:1.33333rem;
}
@media (min-width:48em) {
.heading--ruled {
	margin-bottom:2rem;
}
}
.no-mediaqueries .heading--ruled {
	margin-bottom:36px;
	margin-bottom:2rem;
}
.heading--small, .heading--ruled--small {
	font-size:0.77778em;
	line-height:1.28571em;
	padding-bottom:12px;
	padding-bottom:0.66667rem;
	font-weight:400;
	text-transform:uppercase;
}
* + .heading--small, * + .heading--ruled--small {
	margin-top:23px;
	margin-top:1.33333rem;
}
.heading--small > a, .heading--ruled--small > a {
	color:inherit;
}
@media (min-width:48em) {
.heading--small, .heading--ruled--small {
	font-size:0.88889em;
	line-height:1.5em;
}
* + .heading--small, * + .heading--ruled--small {
	margin-top:2.66667rem;
}
}
.no-mediaqueries .heading--small, .no-mediaqueries .heading--ruled--small {
	font-size:0.88889em;
	line-height:1.5em;
}
* + .no-mediaqueries .heading--small, * + .no-mediaqueries .heading--ruled--small {
	margin-top:48px;
	margin-top:2.66667rem;
}
.l-secondary .heading--small, .l-secondary .heading--ruled--small {
	padding-top:18px;
	padding-top:1rem;
}
@media (min-width:48em) {
.l-secondary .heading--small, .l-secondary .heading--ruled--small {
	padding-top:0.66667rem;
}
}
.no-mediaqueries .l-secondary .heading--small, .no-mediaqueries .l-secondary .heading--ruled--small {
	padding-top:12px;
	padding-top:0.66667rem;
}
.heading--ruled--small {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:30px;
	margin-bottom:1.66667rem;
}
.group--heading {
	font-size:0.77778em;
	line-height:1.28571em;
	padding-bottom:12px;
	padding-bottom:0.66667rem;
	font-weight:400;
	text-transform:uppercase;
}
.group--heading > a {
	color:inherit;
}
@media (min-width:48em) {
.group--heading {
	font-size:0.88889em;
	line-height:1.5em;
	padding-bottom:0.66667rem;
}
}
.no-mediaqueries .group--heading {
	font-size:0.88889em;
	line-height:1.5em;
	padding-bottom:12px;
	padding-bottom:0.66667rem;
}
.heading--twitter:after {
	content:"";
	display:inline-block;
	height:18px;
	width:18px;
	position:relative;
	bottom:-2px;
	background-position:50%;
	margin-left:.75em;
}
.subheading {
	font-weight:600;
	margin:0;
}
.hero.node-video .hero-image {
	height:0;
	position:relative;
	padding-top:56.33%;
}
.hero.node-video .hero-image:after {
	content:"";
	display:block;
	height:50px;
	width:50px;
	position:absolute;
	right:0;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	background-size:50px;
	background-position:center;
	z-index:1;
	cursor:pointer;
}
.hero.node-video .hero-image > a {
	position:absolute;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
}
.hero.node-video .hero-image > a img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
	max-width:50%;
	width:auto;
}
@media (37.5em, 'no-query' '.no-mediaqueries'-.0625em:max-width) {
.hero.node-video .hero-image {
height:1px;
padding-top:56.33%;
}
.hero.node-video .hero-image a {
height:100%;
position:absolute;
top:0;
}
.hero.node-video .hero-image a > img {
max-width:none;
max-height:100%;
width:auto;
}
}
@media (min-width:37.5em) {
.hero.node-video .hero-image:after {
	height:88px;
	width:88px;
	right:36px;
	background-size:88px;
}
}
.no-mediaqueries .hero.node-video .hero-image:after {
	height:88px;
	width:88px;
	right:36px;
	background-size:88px;
}
.hero-image {
	position:relative;
	z-index:1;
	overflow:hidden;
}
.hero-image img {
	display:block;
}
.hero-image .icon--type {
	position:absolute;
	bottom:0;
	right:0;
	height:30px;
	width:30px;
}
.hero-content {
	padding-top:48px;
	padding-top:2.66667rem;
	padding-bottom:48px;
	padding-bottom:2.66667rem;
	position:relative;
	z-index:2;
}
.hero-content .dateline--small {
	color:#003857;
}
@media (min-width:64em) {
.hero-content > .l-secondary {
	padding-left:40px;
}
.hero-content > .l-secondary:before {
	content:"";
	position:absolute;
	width:1px;
	top:2.66667rem;
	bottom:2.66667rem;
	margin:auto auto auto -10px;
	background-color:#80bee1;
	left:69.56522%;
}
}
.no-mediaqueries .hero-content > .l-secondary {
	padding-left:40px;
}
.no-mediaqueries .hero-content > .l-secondary:before {
	content:"";
	position:absolute;
	width:1px;
	top:48px;
	top:2.66667rem;
	bottom:48px;
	bottom:2.66667rem;
	margin:auto auto auto -10px;
	background-color:#80bee1;
	left:69.56522%;
}
@media (min-width:77.5em) {
.hero-content > .l-secondary:before {
	margin-left:0;
}
}
.no-mediaqueries .hero-content > .l-secondary:before {
	margin-left:0;
}
.hero-title {
	font-size:1.33333em;
	line-height:1em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
}
.hero-title > a, .hero-title > a:hover {
	color:inherit;
}
.dateline--small + .hero-title {
	margin-top:5px;
	margin-top:0.33333rem;
}
@media (min-width:48em) {
.hero-title {
	font-size:1.66667em;
	line-height:1.2em;
}
.dateline--small + .hero-title {
	margin-top:0.33333rem;
}
}
.no-mediaqueries .hero-title {
	font-size:1.66667em;
	line-height:1.2em;
}
.dateline--small + .no-mediaqueries .hero-title {
	margin-top:5px;
	margin-top:0.33333rem;
}
.hero-teaser {
	font-size:0.88889em;
	line-height:1.5em;
	margin-top:12px;
	margin-top:0.66667rem;
}
@media (min-width:37.5em) {
.hero-teaser {
	font-size:1.22222em;
	line-height:1.36364em;
}
}
.no-mediaqueries .hero-teaser {
	font-size:1.22222em;
	line-height:1.36364em;
}
.hero-action-title {
	font-size:1em;
	line-height:1.33333em;
	font-weight:300;
}
@media (min-width:48em) {
.hero-action-title {
	font-size:1.33333em;
	line-height:1.25em;
}
}
.no-mediaqueries .hero-action-title {
	font-size:1.33333em;
	line-height:1.25em;
}
.hero-action-link {
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#ffffff !important;
	max-width:226px;
	border:1px solid #80bee1;
	display:block;
	font-size:1em;
	line-height:1em;
	padding:18px 25px 18px 116px;
	padding:1rem 25px 1rem 116px;
	box-sizing:border-box;
	margin-top:18px;
	margin-top:1rem;
	background-color:#007dc3;
	background-position:20px center;
	background-size:60px auto;
	position:relative;
}
.hero-action-link:hover, .hero-action-link:focus {
	background-color:#015381;
	text-decoration:none;
}
.hero-action-link:before {
	content:"";
	position:absolute;
	width:1px;
	top:9px;
	bottom:9px;
	margin:auto;
	background-color:#80bee1;
	left:100px;
}
.hero-video {
	position:absolute;
	transition:all .4s;
	height:100%;
	width:100%;
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0);
	top:0;
	cursor:pointer;
	background-color:#202020;
	background-color:rgba(32,32,32,0);
	z-index:2;
}
.no-csstransforms .hero-video {
	top:100%;
}
.hero-video .player {
	padding-top:56.33%;
}
@media (min-width:37.5em) {
.hero-video > .embedded-video {
	max-width:100%;
	margin:auto;
}
}
.no-mediaqueries .hero-video > .embedded-video {
	max-width:100%;
	margin:auto;
}
[aria-expanded="true"] .hero-video {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	background-color:rgba(32,32,32,0.9);
}
.no-csstransforms [aria-expanded="true"] .hero-video {
	top:0;
}
.image-frame > img, .image-frame > a > img {
	box-sizing:border-box;
	box-shadow:rgba(68,68,68,0.6) 0 1px 3px;
	padding:4px;
	background-color:#ffffff;
}
.image-left {
	float:left;
	margin:0 30px 5px 0;
	margin:0 30px 0.33333rem 0;
}
.image-right {
	float:right;
	margin:0 0 5px 30px;
	margin:0 0 0.33333rem 30px;
}
.image-copyright {
	color:#7f7f7f;
	font-size:0.77778em;
	line-height:1.28571em;
}
.image-copyright > p {
	display:inline;
}
@media (min-width:48em) {
.image-copyright {
	font-size:0.88889em;
	line-height:1.3125em;
}
}
.no-mediaqueries .image-copyright {
	font-size:0.88889em;
	line-height:1.3125em;
}
.pane-impact-panel-pane-1 {
	max-width:40.55556em;
}
.view-impact .billboard[data-eq-state="large"] > .billboard-image {
	width:50%;
	float:right;
	margin-right:0;
	margin-left:-100%;
	right:0;
	left:auto;
}
.view-impact .billboard[data-eq-state="large"] > .billboard-content {
	width:50%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
@media (min-width:77.5em) {
.view-impact .billboard[data-eq-state="large"] > .billboard-content {
	padding-right:85px;
	padding-left:0;
	margin-right:50%;
	margin-left:0;
	float:right;
	width:600px;
}
}
.no-mediaqueries .view-impact .billboard[data-eq-state="large"] > .billboard-content {
	padding-right:85px;
	padding-left:0;
	margin-right:50%;
	margin-left:0;
	float:right;
	width:600px;
}
.internship--teaser .title {
	margin-bottom:12px;
	margin-bottom:0.66667rem;
}
.internship--teaser .internship-details {
	margin-top:12px;
	margin-top:0.66667rem;
}
.internship-timing {
	margin-top:36px;
	margin-top:2rem;
}
.internship-overview {
	margin-top:59px;
	margin-top:3.33333rem;
}
.link--button {
	display:inline-block;
	border:0;
	font-weight:700;
	color:#ffffff;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:5px 13px;
	padding:0.33333rem 13px;
	font-size:1em;
	line-height:1.33333em;
	background-color:#f96c1f;
}
.link--button:hover {
	text-decoration:none;
}
.link--button:hover, .link--button:focus {
	color:#ffffff;
	background-color:#f85619;
}
.button--secondary {
	background-color:#1186c7;
}
.button--secondary:hover, .button--secondary:focus {
	color:#ffffff;
	background-color:#0e6ebc;
}
.link--block {
	display:block;
	color:#444;
}
.link--block:hover, .link--block:focus {
	color:#202020;
	text-decoration:none;
}
.link--inline-block {
	position:relative;
	display:inline-block;
	color:#444;
}
.link--inline-block:hover, .link--inline-block:focus {
	color:#202020;
	text-decoration:none;
}
.link--inline-block .icon--type {
	position:absolute;
	bottom:0;
	right:0;
	left:auto;
}
.link--inline-block .icon-label {
	position:absolute;
	bottom:0;
	right:30px;
	left:auto;
}
.link--action {
	padding:9px 15px;
	padding:0.5rem 15px;
	display:inline-block;
	color:#ffffff;
	background-color:#b93000;
	font-size:0.77778em;
	line-height:1.28571em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
}
.link--action:hover, .link--action:focus {
	color:#ffffff;
	background-color:#f96c1f;
	text-decoration:none;
}
@media (min-width:48em) {
.link--action {
	padding:0.66667rem 15px;
	font-size:1em;
	line-height:1.33333em;
}
}
.no-mediaqueries .link--action {
	padding:12px 15px;
	padding:0.66667rem 15px;
	font-size:1em;
	line-height:1.33333em;
}
.link--more {
	font-weight:bold;
}
.link--button--more {
	display:inline-block;
	border:0;
	font-weight:700;
	color:#ffffff;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:14px 2em;
	padding:0.83333rem 2em;
	font-size:1em;
	line-height:1.16667em;
	letter-spacing:.05em;
	font-weight:300;
	background-color:#1186c7;
	position:relative;
	display:block;
}
.link--button--more:hover {
	text-decoration:none;
}
.link--button--more:hover, .link--button--more:focus {
	color:#ffffff;
	background-color:#0e6ebc;
}
.link--button--more:after {
	position:absolute;
	content:"";
	display:inline-block;
	height:2em;
	width:2em;
	background-position:center;
	background-size:100%;
	opacity:.8;
	bottom:0;
	top:0;
	margin-left:0;
	margin-top:auto;
	margin-bottom:auto;
}
.link--button--more:hover, .link--button--more:focus {
	text-decoration:none;
}
.link--button--more:hover:after, .link--button--more:focus:after {
	transition:-webkit-transform .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition:transform .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
	opacity:1;
}
.view-content + .link--button--more {
	margin-top:23px;
	margin-top:1.33333rem;
}
.link--arrow, .link--arrow--small {
	vertical-align:middle;
	transition:-webkit-transform .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition:transform .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display:block;
	position:relative;
	line-height:1.2em;
	padding-right:1.2em;
	padding-left:0;
}
.link--arrow:after, .link--arrow--small:after {
	transition:background .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position:absolute;
	content:"";
	display:inline-block;
	height:1.2em;
	width:1.2em;
	background-position:left 0 top 50%;
	background-size:contain;
	opacity:.8;
	bottom:0;
	margin-left:0;
	-webkit-transform:translateY(-10%);
	transform:translateY(-10%);
}
.link--arrow:hover, .link--arrow--small:hover, .link--arrow:focus, .link--arrow--small:focus {
	text-decoration:none;
}
.link--arrow:hover:after, .link--arrow--small:hover:after, .link--arrow:focus:after, .link--arrow--small:focus:after {
	background-position:left 6px top 50%;
	opacity:1;
}
.link--arrow:hover, .link--arrow--small:hover, .link--arrow:focus, .link--arrow--small:focus {
	text-decoration:none;
}
.link--arrow--small {
	font-size:0.77778em;
	line-height:1.5em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a.link--all, .link--all a {
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:400;
	padding-right:1.2em;
	padding-left:0;
	position:relative;
}
a.link--all:after, .link--all a:after {
	transition:background .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position:absolute;
	content:"";
	display:inline-block;
	height:1.2em;
	width:1.2em;
	background-position:left 0 top 50%;
	background-size:contain;
	opacity:.8;
	bottom:0;
	margin-left:0;
	-webkit-transform:translateY(-10%);
	transform:translateY(-10%);
}
a.link--all:hover, a.link--all:focus, .link--all a:hover, .link--all a:focus {
	text-decoration:none;
}
a.link--all:hover:after, a.link--all:focus:after, .link--all a:hover:after, .link--all a:focus:after {
	background-position:left 6px top 50%;
	opacity:1;
}
a.link--all:after, .link--all a:after {
	top:0;
	margin:auto;
}
h2 > a.link--all, h2 > .link--all a {
	float:right;
	position:relative;
	top:.25em;
}
.heading > a.link--all, .heading--ruled > a.link--all, .heading > .link--all a, .heading--ruled > .link--all a {
	top:.5em;
}
.link--external {
	font-size:0.88889em;
	line-height:1.3125em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#3b3b3b;
	padding-left:30px;
	display:block;
	position:relative;
}
.link--external:before {
	position:absolute;
	content:"";
	display:inline-block;
	height:21px;
	width:21px;
	left:0;
	background-position:center;
	background-size:16px;
	background-repeat:no-repeat;
}
.link--external:after {
	position:absolute;
	content:"";
	display:inline-block;
	height:1.2em;
	width:1.2em;
	background-position:center;
	background-size:contain;
	opacity:.8;
	bottom:0;
	margin-left:0;
}
.link--external:hover, .link--external:focus {
	color:#3b3b3b;
	text-decoration:none;
}
.link--external:hover:after, .link--external:focus:after {
	transition:-webkit-transform .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition:transform .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
	opacity:1;
}
.link--file {
	font-size:0.88889em;
	line-height:1.3125em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#3b3b3b;
	padding-left:30px;
	display:block;
	position:relative;
}
.link--file:before {
	position:absolute;
	content:"";
	display:inline-block;
	height:21px;
	width:21px;
	left:0;
	background-position:center;
	background-size:16px;
	background-repeat:no-repeat;
}
.link--file:after {
	position:absolute;
	content:"";
	display:inline-block;
	height:1.2em;
	width:1.2em;
	background-position:center;
	background-size:contain;
	opacity:.8;
	bottom:0;
	margin-left:0;
}
.link--file:hover, .link--file:focus {
	color:#3b3b3b;
	text-decoration:none;
}
.link--file:hover:after, .link--file:focus:after {
	transition:-webkit-transform .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition:transform .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
	opacity:1;
}
.link--file[href$=".pdf"]:before {
	background-image:url(/sites/all/themes/hrw/img/icons/application-pdf.png);
}
.link--file[href$=".doc"]:before, .link--file[href$=".docx"]:before {
	background-image:url(/sites/all/themes/hrw/img/icons/x-office-document.png);
}
.link--file[href$=".ppt"]:before, .link--file[href$=".pptx"]:before {
	background-image:url(/sites/all/themes/hrw/img/icons/x-office-presentation.png);
}
.link--file[href$=".xls"]:before, .link--file[href$=".xlsx"]:before {
	background-image:url(/sites/all/themes/hrw/img/icons/x-office-spreadsheet.png);
}
.link--purchase {
	font-size:0.66667em;
	line-height:2em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#3b3b3b;
	padding-right:30px;
	display:inline-block;
	position:relative;
	vertical-align:middle;
}
.link--purchase:after {
	position:absolute;
	content:"";
	display:inline-block;
	height:24px;
	width:24px;
	background-position:center;
	opacity:.8;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.link--purchase:hover, .link--purchase:focus {
	color:#141414;
}
.link--purchase:hover:after, .link--purchase:focus:after {
	opacity:1;
}
.link--top {
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:400;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	position:relative;
}
.link--top:hover, .link--top:focus {
	text-decoration:none;
}
.link--top:hover:after, .link--top:focus:after {
	-webkit-transform:translateY(-12.5%);
	transform:translateY(-12.5%);
	opacity:1;
}
.link--top:after {
	transition:-webkit-transform .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition:transform .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position:absolute;
	content:"";
	display:inline-block;
	height:2em;
	width:2em;
	background-position:center;
	background-size:100%;
	opacity:.8;
	bottom:0;
	top:0;
	margin-left:0;
	margin-top:auto;
	margin-bottom:auto;
}
.link--social, .link--twitter {
	display:block;
	color:#3bb6fc;
	font-size:0.77778em;
	line-height:1.28571em;
	font-weight:700;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.link--social:before, .link--twitter:before {
	background-size:100% 100%;
	content:" ";
	display:inline-block;
	vertical-align:middle;
	height:18px;
	width:18px;
	margin-right:6px;
}
.link--social:hover, .link--twitter:hover, .link--social:focus, .link--twitter:focus {
	color:#1186c7;
}
.article-list {
	padding:0;
	border-bottom:1px solid #e5e5e5;
}
.article-item {
	border-top-width:0.05556em;
	border-top-style:solid;
	padding-top:0.61111em;
	padding-bottom:12px;
	padding-bottom:0.66667rem;
	display:block;
	border-color:#e5e5e5;
}
.list--no-bullets {
	margin:0;
	padding:0;
}
.list--no-bullets > li {
	list-style:none;
	margin:0;
}
.list--inline {
	margin:0;
	padding:0;
}
.list--inline > li {
	list-style:none;
	margin:0;
}
.list--inline > li {
	display:inline-block;
	margin-bottom:0;
}
.list--resources {
	margin:0;
	padding:0;
}
.list--resources > li {
	list-style:none;
	margin:0;
}
.list--resources > li + li {
	margin-top:23px;
	margin-top:1.33333rem;
}
.list--content {
	margin:0;
	padding:0;
}
.list--content > li {
	list-style:none;
	margin:0;
}
.list--content > li + li {
	margin-top:59px;
	margin-top:3.33333rem;
}
.list--content--tight {
	margin:0;
	padding:0;
}
.list--content--tight > li {
	list-style:none;
	margin:0;
}
.list--content--tight > li + li {
	margin-top:30px;
	margin-top:1.66667rem;
}
.list--numbered {
	margin:0;
	padding:0;
	counter-reset:section;
}
.list--numbered > li {
	display:block;
	padding-left:50px;
	list-style-type:none;
	position:relative;
}
.list--numbered > li:before {
	position:absolute;
	left:0;
	display:block;
	content:counter(section);
	counter-increment:section;
	background-color:#1186c7;
	color:#ffffff;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size:1em;
	line-height:1.66667em;
	height:30px;
	width:30px;
	text-align:center;
	border-radius:50%;
}
.list--numbered > li + li {
	margin-top:36px;
	margin-top:2rem;
}
.list--ruled {
	margin:0;
	padding:0;
}
.list--ruled > li {
	list-style:none;
	margin:0;
}
.list--ruled > li + li, .gf-result {
	margin-top:21px;
	margin-top:1.16667rem;
	padding-top:21px;
	padding-top:1.16667rem;
	border-top:1px solid #e5e5e5;
}
.list--ruled--loose {
	margin:0;
	padding:0;
}
.list--ruled--loose > li {
	list-style:none;
	margin:0;
}
.list--ruled--loose > li {
	margin-bottom:36px;
	margin-bottom:2rem;
	padding-bottom:36px;
	padding-bottom:2rem;
	border-bottom:1px solid #e5e5e5;
}
.list--ruled--loose > li:last-child {
	margin-bottom:0;
}
.list--ruled--inner > li:last-child {
	padding-bottom:0;
	border-bottom:0;
}
.list--ruled--before > li:first-child {
	border-top:1px solid #e5e5e5;
	padding-top:21px;
	padding-top:1.16667rem;
}
.list--ruled--before.list--ruled--loose > li:first-child {
	padding-top:36px;
	padding-top:2rem;
}
.list--related {
	margin:0;
	padding:0;
}
.list--related > li {
	list-style:none;
	margin:0;
}
.list--related > li > a {
	font-size:0.77778em;
	line-height:1.28571em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list--related > li + li {
	margin-top:14px;
	margin-top:0.83333rem;
}
.list--external {
	margin:0;
	padding:0;
}
.list--external > li {
	list-style:none;
	margin:0;
}
.list--external > li {
	margin-top:14px;
	margin-top:0.83333rem;
}
.list--external > li > a {
	font-size:1em;
	line-height:1.33333em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list--2up {
	margin:0;
	padding:0;
*zoom:1;
}
.list--2up > li {
	list-style:none;
	margin:0;
}
.list--2up:before, .list--2up:after {
	content:" ";
	display:table;
}
.list--2up:after {
	clear:both;
}
.list--2up > li {
	margin-bottom:48px;
	margin-bottom:2.66667rem;
}
.list--2up > li:first-child {
	margin-top:0;
}
@media (min-width:48em) {
.list--2up {
	margin-bottom:-4rem;
}
.list--2up > li {
	float:left;
	width:46.42857%;
	margin-right:7.14286%;
	margin-top:4rem;
}
.list--2up > li:nth-child(-n+2) {
	margin-top:0;
}
.list--2up > li:nth-child(2n) {
	margin-right:0;
}
.list--2up > li:nth-child(2n+1) {
	clear:both;
}
}
.no-mediaqueries .list--2up {
	margin-bottom:-72px;
	margin-bottom:-4rem;
}
.no-mediaqueries .list--2up > li {
	float:left;
	width:46.42857%;
	margin-right:7.14286%;
	margin-top:72px;
	margin-top:4rem;
}
.no-mediaqueries .list--2up > li:nth-child(-n+2) {
	margin-top:0;
}
.no-mediaqueries .list--2up > li:nth-child(2n) {
	margin-right:0;
}
.no-mediaqueries .list--2up > li:nth-child(2n+1) {
	clear:both;
}
.list--3up {
	margin:0;
	padding:0;
*zoom:1;
}
.list--3up > li {
	list-style:none;
	margin:0;
}
.list--3up:before, .list--3up:after {
	content:" ";
	display:table;
}
.list--3up:after {
	clear:both;
}
.list--3up > li {
	margin-top:72px;
	margin-top:4rem;
}
.list--3up > li:first-child {
	margin-top:0;
}
@media (min-width:48em) {
.list--3up > li {
	float:left;
	width:46.42857%;
	margin-right:7.14286%;
	margin-top:4rem;
}
.list--3up > li:nth-child(-n+2) {
	margin-top:0;
}
.list--3up > li:nth-child(2n) {
	margin-right:0;
}
.list--3up > li:nth-child(2n+1) {
	clear:both;
}
}
.no-mediaqueries .list--3up > li {
	float:left;
	width:46.42857%;
	margin-right:7.14286%;
	margin-top:72px;
	margin-top:4rem;
}
.no-mediaqueries .list--3up > li:nth-child(-n+2) {
	margin-top:0;
}
.no-mediaqueries .list--3up > li:nth-child(2n) {
	margin-right:0;
}
.no-mediaqueries .list--3up > li:nth-child(2n+1) {
	clear:both;
}
@media (min-width:64em) {
.list--3up > li {
	width:30.43478%;
	margin-right:4.34783%;
}
.list--3up > li:nth-child(-n+3) {
	margin-top:0;
}
.list--3up > li:nth-child(2n) {
	margin-right:4.34783%;
}
.list--3up > li:nth-child(2n+1) {
	clear:none;
}
.list--3up > li:nth-child(3n) {
	margin-right:0;
}
.list--3up > li:nth-child(3n+1) {
	clear:both;
}
}
.no-mediaqueries .list--3up > li {
	width:30.43478%;
	margin-right:4.34783%;
}
.no-mediaqueries .list--3up > li:nth-child(-n+3) {
	margin-top:0;
}
.no-mediaqueries .list--3up > li:nth-child(2n) {
	margin-right:4.34783%;
}
.no-mediaqueries .list--3up > li:nth-child(2n+1) {
	clear:none;
}
.no-mediaqueries .list--3up > li:nth-child(3n) {
	margin-right:0;
}
.no-mediaqueries .list--3up > li:nth-child(3n+1) {
	clear:both;
}
.list--reports {
	margin:0;
	padding:0;
*zoom:1;
	margin-top:36px;
	margin-top:2rem;
}
.list--reports > li {
	list-style:none;
	margin:0;
}
.list--reports:before, .list--reports:after {
	content:" ";
	display:table;
}
.list--reports:after {
	clear:both;
}
.list--reports > li {
	margin-top:36px;
	margin-top:2rem;
}
.list--reports > li:first-child {
	margin-top:0;
}
@media (min-width:48em) {
.l--sidebar-after > .l-primary .list--reports > li {
	float:left;
	width:46.42857%;
	margin-right:7.14286%;
}
.l--sidebar-after > .l-primary .list--reports > li:nth-child(-n+2) {
	margin-top:0;
}
.l--sidebar-after > .l-primary .list--reports > li:nth-child(2n) {
	margin-right:0;
}
.l--sidebar-after > .l-primary .list--reports > li:nth-child(2n+1) {
	clear:both;
}
}
.no-mediaqueries .l--sidebar-after > .l-primary .list--reports > li {
	float:left;
	width:46.42857%;
	margin-right:7.14286%;
}
.no-mediaqueries .l--sidebar-after > .l-primary .list--reports > li:nth-child(-n+2) {
	margin-top:0;
}
.no-mediaqueries .l--sidebar-after > .l-primary .list--reports > li:nth-child(2n) {
	margin-right:0;
}
.no-mediaqueries .l--sidebar-after > .l-primary .list--reports > li:nth-child(2n+1) {
	clear:both;
}
.list--dropdown {
	margin:0;
	padding:0;
}
.list--dropdown > li {
	list-style:none;
	margin:0;
}
.list--dropdown > li + li {
	margin-top:12px;
	margin-top:0.66667rem;
	padding-top:12px;
	padding-top:0.66667rem;
	border-top:1px solid #e5e5e5;
}
.list--dropdown a {
	font-weight:700;
}
.heading--small + .list--dropdown, .heading--ruled--small + .list--dropdown {
	margin-top:12px;
	margin-top:0.66667rem;
}
.list--columns {
	margin:0;
	padding:0;
}
.list--columns > li {
	list-style:none;
	margin:0;
}
@media (min-width:37.5em) {
.list--columns {
	-webkit-columns:200px 3;
	-moz-columns:200px 3;
	columns:200px 3;
	columns-gap:10%;
}
}
.no-mediaqueries .list--columns {
	-webkit-columns:200px 3;
	-moz-columns:200px 3;
	columns:200px 3;
	columns-gap:10%;
}
.list--columns > li {
	font-size:0.88889em;
	line-height:1.5em;
	-webkit-column-break-inside:avoid;
	page-break-inside:avoid;
	break-inside:avoid;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:3px 0;
	padding:0.16667rem 0;
}
.list--columns > li .link--arrow:after, .list--columns > li .link--arrow--small:after {
	-webkit-transform:none;
	transform:none;
}
.list--terms {
	border-top:1px solid #e5e5e5;
*zoom:1;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
	padding-top:12px;
	padding-top:0.66667rem;
}
.list--terms:before, .list--terms:after {
	content:" ";
	display:table;
}
.list--terms:after {
	clear:both;
}
.list--terms:last-child {
	margin-bottom:59px;
	margin-bottom:3.33333rem;
}
.list--terms > .heading, .list--terms > .heading--ruled {
	font-size:1.33333em;
	line-height:1.25em;
	padding-bottom:0;
	margin-bottom:0;
}
.list--terms > .item-list {
	margin-top:12px;
	margin-top:0.66667rem;
}
@media (min-width:64em) {
.list--terms {
	margin-bottom:1rem;
	padding-top:1rem;
}
.list--terms:last-child {
	margin-bottom:3.33333rem;
}
.list--terms > .heading, .list--terms > .heading--ruled {
	float:left;
	width:20%;
}
.list--terms > .item-list {
	float:right;
	margin-top:0.08333rem;
	width:75%;
}
}
.no-mediaqueries .list--terms {
	margin-bottom:18px;
	margin-bottom:1rem;
	padding-top:18px;
	padding-top:1rem;
}
.no-mediaqueries .list--terms:last-child {
	margin-bottom:59px;
	margin-bottom:3.33333rem;
}
.no-mediaqueries .list--terms > .heading, .no-mediaqueries .list--terms > .heading--ruled {
	float:left;
	width:20%;
}
.no-mediaqueries .list--terms > .item-list {
	float:right;
	margin-top:1px;
	margin-top:0.08333rem;
	width:75%;
}
.list--grid {
	margin:0;
	padding:0;
*zoom:1;
	margin-top:18px;
	margin-top:1rem;
}
.list--grid > li {
	list-style:none;
	margin:0;
}
.list--grid:before, .list--grid:after {
	content:" ";
	display:table;
}
.list--grid:after {
	clear:both;
}
.list--grid > li {
	margin-bottom:30px;
	margin-bottom:1.66667rem;
}
@media (min-width:22.5em) {
.list--grid > li {
	float:left;
	margin-bottom:1.66667rem;
}
}
@media (min-width:22.5em) and (max-width:37.4375em) {
.list--grid {
	margin-left:-2.17391%;
	margin-right:-2.17391%;
}
.list--grid > li {
	width:45.83333%;
	margin-left:2.08333%;
	margin-right:2.08333%;
}
.list--grid.not-filtered > li:nth-child(2n+1) {
	clear:left;
}
}
no-query' ' .list--grid {
margin-left:-2.17391%;
margin-right:-2.17391%;
}
no-query' ' .list--grid > li {
width:45.83333%;
margin-left:2.08333%;
margin-right:2.08333%;
}
no-query' ' .list--grid.not-filtered > li:nth-child(2n+1) {
clear:left;
}
@media (min-width:37.5em) and (max-width:47.9375em) {
.list--grid {
	margin-left:-2.17391%;
	margin-right:-2.17391%;
}
.list--grid > li {
	width:29.16667%;
	margin-left:2.08333%;
	margin-right:2.08333%;
}
.list--grid.not-filtered > li:nth-child(3n+1) {
	clear:left;
}
}
.no-mediaqueries .list--grid {
	margin-left:-2.17391%;
	margin-right:-2.17391%;
}
.no-mediaqueries .list--grid > li {
	width:29.16667%;
	margin-left:2.08333%;
	margin-right:2.08333%;
}
.no-mediaqueries .list--grid.not-filtered > li:nth-child(3n+1) {
	clear:left;
}
@media (min-width:48em) and (max-width:63.9375em) {
.list--grid {
	margin-left:-2.17391%;
	margin-right:-2.17391%;
}
.list--grid > li {
	width:20.83333%;
	margin-left:2.08333%;
	margin-right:2.08333%;
}
.list--grid.not-filtered > li:nth-child(4n+1) {
	clear:left;
}
}
.no-mediaqueries .list--grid {
	margin-left:-2.17391%;
	margin-right:-2.17391%;
}
.no-mediaqueries .list--grid > li {
	width:20.83333%;
	margin-left:2.08333%;
	margin-right:2.08333%;
}
.no-mediaqueries .list--grid.not-filtered > li:nth-child(4n+1) {
	clear:left;
}
@media (min-width:64em) {
.list--grid {
	margin-left:-1.08696%;
	margin-right:-1.08696%;
}
.list--grid > li {
	margin-left:1.06383%;
	margin-right:1.06383%;
	width:17.87234%;
}
.list--grid.not-filtered > li:nth-child(5n+1) {
	clear:left;
}
.l--sidebar-after .list--grid {
	margin-left:-2.17391%;
	margin-right:-2.17391%;
}
.l--sidebar-after .list--grid > li {
	width:29.16667%;
	margin-left:2.08333%;
	margin-right:2.08333%;
}
.l--sidebar-after .list--grid.not-filtered > li:nth-child(5n+1) {
	clear:none;
}
.l--sidebar-after .list--grid.not-filtered > li:nth-child(3n+1) {
	clear:left;
}
}
.no-mediaqueries .list--grid {
	margin-left:-1.08696%;
	margin-right:-1.08696%;
}
.no-mediaqueries .list--grid > li {
	margin-left:1.06383%;
	margin-right:1.06383%;
	width:17.87234%;
}
.no-mediaqueries .list--grid.not-filtered > li:nth-child(5n+1) {
	clear:left;
}
.l--sidebar-after .no-mediaqueries .list--grid {
	margin-left:-2.17391%;
	margin-right:-2.17391%;
}
.l--sidebar-after .no-mediaqueries .list--grid > li {
	width:29.16667%;
	margin-left:2.08333%;
	margin-right:2.08333%;
}
.l--sidebar-after .no-mediaqueries .list--grid.not-filtered > li:nth-child(5n+1) {
	clear:none;
}
.l--sidebar-after .no-mediaqueries .list--grid.not-filtered > li:nth-child(3n+1) {
	clear:left;
}
.list--table-of-contents > li > a {
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list--table-of-contents > li + li {
	margin-top:5px;
	margin-top:0.33333rem;
}
.list--media {
	margin:0;
	padding:0;
	line-height:1em;
}
.list--media > li {
	list-style:none;
	margin:0;
}
.list--media > li {
	display:inline-block;
	margin-bottom:0;
}
.list--media > li div {
	white-space:nowrap;
	text-indent:40px;
	overflow:hidden;
	height:18px;
	width:30px;
	position:relative;
}
.list--media > li div:before {
	content:"";
	display:block;
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-size:18px;
	background-position:left center;
	opacity:.8;
}
.country-map-label {
	left:-50px;
	top:-.5em;
	display:block;
	color:#3b3b3b;
	width:100px;
	text-align:center;
	line-height:1em;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}
.country-map-label--current {
	font-size:12px;
}
.leaflet-pane .leaflet-label {
	border-radius:0;
	border-width:1px;
	text-transform:uppercase;
	color:#3b3b3b;
}
.leaflet-pane .leaflet-label:before {
	left:-7px;
}
.icon--type {
	background-color:rgba(32,32,32,0.7);
	height:30px;
	width:30px;
	background-size:18px;
	background-position:center;
}
.icon-label {
	display:inline-block;
	background-color:rgba(32,32,32,0.7);
	height:30px;
	color:#ffffff;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left:12px;
	padding-right:12px;
	font-size:0.66667em;
	line-height:2.75em;
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:.05em;
}
.embed.node {
	margin-bottom:36px;
	margin-bottom:2rem;
	clear:both;
}
.embed.node a {
	max-width:100%;
}
.embed:last-child > .embed.node {
	margin-bottom:0;
}
@media (min-width:48em) {
.embed.node.align-left {
	float:left;
	width:43.33333%;
	margin-right:6.66667%;
	margin-top:0.33333rem;
	clear:left;
}
}
.no-mediaqueries .embed.node.align-left {
	float:left;
	width:43.33333%;
	margin-right:6.66667%;
	margin-top:5px;
	margin-top:0.33333rem;
	clear:left;
}
@media (min-width:64em) {
.embed.node.align-left {
	width:63.33333%;
	margin-left:-20%;
}
}
.no-mediaqueries .embed.node.align-left {
	width:63.33333%;
	margin-left:-20%;
}
@media (min-width:48em) {
.embed.node.align-right {
	float:right;
	width:43.33333%;
	margin-left:6.66667%;
	margin-top:0.33333rem;
	clear:right;
}
}
.no-mediaqueries .embed.node.align-right {
	float:right;
	width:43.33333%;
	margin-left:6.66667%;
	margin-top:5px;
	margin-top:0.33333rem;
	clear:right;
}
@media (min-width:64em) {
.embed.node.align-right {
	width:63.33333%;
	margin-right:-20%;
}
}
.no-mediaqueries .embed.node.align-right {
	width:63.33333%;
	margin-right:-20%;
}
figure.embed {
	text-align:center;
}
figure.embed figcaption, figure.embed .embedded-video, figure.embed .juxtapose {
	text-align:left;
}
figure.embed .embed-media {
	position:relative;
	display:inline-block;
	max-width:100%;
}
.embed + .embed + p, .embed + .embed + ul, .embed + .embed + ol, .embed + .embed + blockquote, .embed + .embed + h1, .embed + .embed + h2, .embed + .embed + h3, .embed + .embed + h4, .embed + .embed + h5, .embed + .embed + h6, .embed + .embed + table {
	clear:both;
}
.embed-actions {
	float:right;
	margin-left:30px;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
}
.embed-actions .link--modal, .embed-actions .link--jump {
	box-sizing:border-box;
	border:1px solid #d6d6d6;
	background-color:transparent;
	background-position:center;
	color:#3b3b3b;
	padding:0;
	position:relative;
	z-index:1;
	opacity:.7;
	height:30px;
	width:30px;
	text-indent:40px;
	overflow:hidden;
	white-space:nowrap;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.61111em;
	line-height:2.72727em;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:middle;
	margin-right:-1px;
}
.embed-actions .link--modal:hover, .embed-actions .link--jump:hover {
	opacity:1;
	background-color:transparent;
}
.embed-actions .link--modal:focus, .embed-actions .link--jump:focus {
	outline:1px dashed #1186c7;
	z-index:2;
}
.embed-actions .link--modal--labeled {
	background-position:right center;
	color:#3b3b3b;
	padding-right:30px;
	padding-left:10px;
	width:auto;
	text-indent:0;
}
.embed-actions .article-share {
	display:inline-block;
	vertical-align:middle;
}
.embed-actions .article-share:hover .article-share-toggle {
	background-color:transparent;
}
.embed-actions .article-share-toggle {
	box-sizing:border-box;
	border:1px solid #d6d6d6;
	background-color:transparent;
	background-position:center;
	color:#3b3b3b;
	padding:0;
	position:relative;
	z-index:1;
	opacity:.7;
	height:30px;
	width:30px;
	text-indent:40px;
	overflow:hidden;
	white-space:nowrap;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.61111em;
	line-height:2.72727em;
	text-transform:uppercase;
}
.embed-actions .article-share-toggle:hover {
	opacity:1;
	background-color:transparent;
}
.embed-actions .article-share-toggle:focus {
	outline:1px dashed #1186c7;
	z-index:2;
}
.embed-actions .article-share-toggle:after {
	content:none;
}
.figure-info, .caption {
	font-size:0.88889em;
	line-height:1.3125em;
	margin-top:18px;
	margin-top:1rem;
	color:#7f7f7f;
	position:relative;
}
.figure-info p, .caption p {
	display:inline;
}
@media (min-width:48em) {
.embed.node-audio {
	float:left;
	width:53.33333%;
	margin-right:6.66667%;
	margin-top:0.33333rem;
}
}
.no-mediaqueries .embed.node-audio {
	float:left;
	width:53.33333%;
	margin-right:6.66667%;
	margin-top:5px;
	margin-top:0.33333rem;
}
@media (min-width:64em) {
.embed.node-audio {
	margin-left:-20%;
}
}
.no-mediaqueries .embed.node-audio {
	margin-left:-20%;
}
@media (min-width:48em) {
.embed.node-quote {
	float:left;
	width:53.33333%;
	margin-right:6.66667%;
	margin-top:0.33333rem;
}
}
.no-mediaqueries .embed.node-quote {
	float:left;
	width:53.33333%;
	margin-right:6.66667%;
	margin-top:5px;
	margin-top:0.33333rem;
}
@media (min-width:64em) {
.embed.node-quote {
	margin-left:-20%;
}
}
.no-mediaqueries .embed.node-quote {
	margin-left:-20%;
}
.article--full.node-quote .embed.node-quote {
	margin-left:auto;
	margin-right:auto;
	float:none;
}
@media (min-width:48em) {
.embed.node-report {
	float:right;
	width:43.33333%;
	margin-left:6.66667%;
	margin-top:0.33333rem;
	clear:right;
}
}
.no-mediaqueries .embed.node-report {
	float:right;
	width:43.33333%;
	margin-left:6.66667%;
	margin-top:5px;
	margin-top:0.33333rem;
	clear:right;
}
@media (min-width:64em) {
.embed.node-report {
	width:63.33333%;
	margin-right:-20%;
}
}
.no-mediaqueries .embed.node-report {
	width:63.33333%;
	margin-right:-20%;
}
@media (min-width:48em) {
.embed.node-report.align-left {
	float:left;
	width:43.33333%;
	margin-right:6.66667%;
	margin-left:0;
	margin-top:0.33333rem;
	clear:left;
}
}
.no-mediaqueries .embed.node-report.align-left {
	float:left;
	width:43.33333%;
	margin-right:6.66667%;
	margin-left:0;
	margin-top:5px;
	margin-top:0.33333rem;
	clear:left;
}
@media (min-width:64em) {
.embed.node-report.align-left {
	width:63.33333%;
	margin-left:-20%;
}
}
.no-mediaqueries .embed.node-report.align-left {
	width:63.33333%;
	margin-left:-20%;
}
.node-photo-essay.article--full .article-media {
	text-align:center;
}
.node-photo-essay.article--full .article-media > .embed-media {
	display:inline-block;
	text-align:left;
}
.node-photo-essay.article--full .embed-actions {
	margin-bottom:0;
}
.embed.node-supporting-resources {
	margin-top:5px;
	margin-top:0.33333rem;
	margin-bottom:72px;
	margin-bottom:4rem;
}
.embed.node-supporting-resources, .embed.node-supporting-resources.align-left {
	float:left;
}
@media (min-width:48em) {
.embed.node-supporting-resources, .embed.node-supporting-resources.align-left {
	margin-right:6.66667%;
	width:46.66667%;
}
}
.no-mediaqueries .embed.node-supporting-resources, .no-mediaqueries .embed.node-supporting-resources.align-left {
	margin-right:6.66667%;
	width:46.66667%;
}
@media (min-width:64em) {
.embed.node-supporting-resources, .embed.node-supporting-resources.align-left {
	margin-left:-20%;
}
}
.no-mediaqueries .embed.node-supporting-resources, .no-mediaqueries .embed.node-supporting-resources.align-left {
	margin-left:-20%;
}
.embed.node-supporting-resources.align-right {
	float:right;
}
@media (min-width:48em) {
.embed.node-supporting-resources.align-right {
	width:46.66667%;
}
}
.no-mediaqueries .embed.node-supporting-resources.align-right {
	width:46.66667%;
}
.article--full.node-supporting-resources .embed.node-supporting-resources {
	margin-left:auto;
	margin-right:auto;
	float:none;
}
.node-satellite-imagery .figure-info {
	margin-top:36px;
	margin-top:2rem;
}
.node-satellite-imagery .jx-credit {
	margin-top:5px;
	margin-top:0.33333rem;
}
.embed.node-satellite-imagery {
	margin-top:72px;
	margin-top:4rem;
}
@media (min-width:64em) {
.embed.node-satellite-imagery {
	margin-left:-20%;
	margin-right:-20%;
}
}
.no-mediaqueries .embed.node-satellite-imagery {
	margin-left:-20%;
	margin-right:-20%;
}
.image-set + .image-set {
	margin-top:95px;
	margin-top:5.33333rem;
}
.embed.node-video {
	margin-top:72px;
	margin-top:4rem;
}
@media (min-width:64em) {
.embed.node-video {
	margin-left:-20%;
	margin-right:-20%;
}
.embed.node-video.align-left {
	margin-top:0.33333rem;
	margin-left:-20%;
	margin-right:6.66667%;
}
.embed.node-video.align-right {
	margin-top:0.33333rem;
	margin-left:6.66667%;
	margin-right:-20%;
}
}
.no-mediaqueries .embed.node-video {
	margin-left:-20%;
	margin-right:-20%;
}
.no-mediaqueries .embed.node-video.align-left {
	margin-top:5px;
	margin-top:0.33333rem;
	margin-left:-20%;
	margin-right:6.66667%;
}
.no-mediaqueries .embed.node-video.align-right {
	margin-top:5px;
	margin-top:0.33333rem;
	margin-left:6.66667%;
	margin-right:-20%;
}
.modal iframe {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
}
.modal figure {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.modal figure img {
	height:auto;
	width:auto;
	max-height:100%;
}
.modal .figure-info {
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-top:1.66667rem;
	max-width:37em;
	color:#cecece;
	text-align:left;
}
.modal .figure-title {
	color:#e5e5e5;
	font-weight:700;
	display:inline;
	font-size:inherit;
	font-family:inherit;
	margin-right:.5em;
}
.video-embed {
	padding-bottom:58.59375%;
	height:0;
	position:relative;
	margin-bottom:30px;
	margin-bottom:1.66667rem;
}
.video-embed iframe {
	position:absolute;
	left:0;
	top:0;
	height:100% !important;
	width:100% !important;
}
.messages {
	font-size:0.88889em;
	line-height:1.5em;
	border-radius:6px;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
	padding:18px 30px 18px;
	padding:1rem 30px 1rem;
	color:#ffffff;
	color:#3b3b3b;
	position:relative;
}
.messages:before {
	content:"";
	height:42px;
	width:42px;
	position:absolute;
	left:0;
	top:0;
	background-position:50% 50%;
	background-size:24px 24px;
	border-radius:50%;
	margin-left:-15px;
	margin-top:-7.5px;
}
@media (min-width:37.5em) {
.messages {
	overflow:hidden;
	padding-left:78px;
}
.messages:before {
	height:100%;
	width:60px;
	background-position:50% 15px;
	background-size:30px 30px;
	border-radius:0;
	margin-left:0;
	margin-top:0;
	border-right-style:solid;
	border-right-width:3px;
	box-sizing:border-box;
}
}
.no-mediaqueries .messages {
	overflow:hidden;
	padding-left:78px;
}
.no-mediaqueries .messages:before {
	height:100%;
	width:60px;
	background-position:50% 15px;
	background-size:30px 30px;
	border-radius:0;
	margin-left:0;
	margin-top:0;
	border-right-style:solid;
	border-right-width:3px;
	box-sizing:border-box;
}
.messages ul {
	margin:0;
	padding-left:18px;
	padding-left:1rem;
}
.messages a {
	color:#202020;
	font-weight:bold;
	text-decoration:underline;
}
.messages.status {
	background-color:#f5f9e9;
}
.messages.status:before {
	background-color:#9cc524;
}
@media (min-width:37.5em) {
.messages.status:before {
	border-right-color:#6ba812;
}
}
.no-mediaqueries .messages.status:before {
	border-right-color:#6ba812;
}
.messages.warning {
	background-color:#fef7e8;
}
.messages.warning:before {
	background-color:#fcb521;
}
@media (min-width:37.5em) {
.messages.warning:before {
	border-right-color:#fb9011;
}
}
.no-mediaqueries .messages.warning:before {
	border-right-color:#fb9011;
}
.messages.error {
	background-color:#f8eae5;
}
.messages.error:before {
	background-color:#b93000;
}
@media (min-width:37.5em) {
.messages.error:before {
	border-right-color:#961800;
}
}
.no-mediaqueries .messages.error:before {
	border-right-color:#961800;
}
.krumo-element, .krumo-footnote, .krumo-call, .krumo-preview {
	color:#000000;
}
.meta {
	font-size:0.88889em;
	line-height:1.5em;
}
.name {
	font-weight:700;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#4b4b4b;
}
.is-inverse .name {
	color:#ffffff;
}
.position, .location {
	font-weight:400;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#666666;
}
.is-inverse .position, .is-inverse .location {
	color:#ffffff;
}
.department {
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style:italic;
	color:#4b4b4b;
}
.nav, .nav--inline, .nav--language, .language-switcher-locale-url, .nav--icons, .nav--primary, .nav--utility, .nav--footer {
	margin:0;
	list-style:none;
	padding-left:0;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.node-type-report .nav, .node-type-report .nav--inline, .node-type-report .nav--language, .node-type-report .language-switcher-locale-url, .node-type-report .nav--icons, .node-type-report .nav--primary, .node-type-report .nav--utility, .node-type-report .nav--footer {
	font-family:"FF Meta W02", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav--inline > li, .nav--language > li, .language-switcher-locale-url > li, .nav--icons > li, .nav--primary > li, .nav--utility > li, .nav--footer > li {
	display:inline-block;
}
.nav--inline > li > a, .nav--language > li > a, .language-switcher-locale-url > li > a, .nav--icons > li > a, .nav--primary > li > a, .nav--utility > li > a, .nav--footer > li > a {
	display:inline-block;
}
.nav--tabs, .nav--pills {
*zoom:1;
}
.nav--tabs:before, .nav--tabs:after, .nav--pills:before, .nav--pills:after {
	content:" ";
	display:table;
}
.nav--tabs:after, .nav--pills:after {
	clear:both;
}
.nav--tabs > li, .nav--pills > li {
	float:left;
}
.nav--tabs > li > a, .nav--pills > li > a {
	display:block;
	padding-right:12px;
	padding-left:12px;
	margin-right:4px;
}
.nav--tabs {
	border-bottom:1px solid #ddd;
}
.nav--tabs > li {
	font-size:0.77778em;
	line-height:1.28571em;
	margin-bottom:-1px;
}
.nav--tabs > li > a {
	border:1px solid #e5e5e5;
	background-color:#f5f5f5;
	color:#4b4b4b;
	text-transform:uppercase;
	padding:6px 12px;
	position:relative;
}
@media (min-width:48em) {
.nav--tabs > li > a {
	padding:12px 24px;
}
}
.no-mediaqueries .nav--tabs > li > a {
	padding:12px 24px;
}
.nav--tabs > li > a:after {
	transition:all .25s linear;
	content:"";
	position:absolute;
	left:-1px;
	right:-1px;
	top:-1px;
	background:rgba(17,134,199,0);
	height:3px;
}
.nav--tabs > li > a:hover {
	border-color:#cecece #cecece #ffffff;
	background-color:#ffffff;
	transition:none;
}
.nav--tabs > li > a:hover:after {
	transition:none;
	background:#1186c7;
}
.nav--tabs > .active > a, .nav--tabs > .active > a:hover {
	color:#3b3b3b;
	background-color:#e5e5e5;
	background-color:#ffffff;
	background-image:none;
	border:1px solid #ddd;
	border-bottom-color:transparent;
	color:#1186c7;
	cursor:default;
	margin-bottom:-1px;
}
.nav--tabs > .active > a:after, .nav--tabs > .active > a:hover:after {
	content:"";
	position:absolute;
	left:-1px;
	right:-1px;
	top:-1px;
	background:#1186c7;
	height:3px;
}
.nav--tabs.nav-stacked {
	border-bottom:none;
}
.nav--tabs.nav-stacked > li {
	margin-bottom:0;
}
.nav--tabs.nav-stacked > li > a {
	border-radius:4px 0 0 4px;
	box-shadow:#ffffff 1px 1px 1px 0 inset, rgba(68,68,68,0.2) -1px 0 0 0 inset;
	border-right-color:#f5f5f5;
	margin-left:-2px;
}
.nav--tabs.nav-stacked > li > a:hover {
	border-color:#666666 #ffffff #666666 #666666;
}
.nav--tabs.nav-stacked > .active > a, .nav--tabs.nav-stacked > .active > a:hover {
	box-shadow:#ffffff 1px 1px 1px 0 inset;
	margin-right:-1px;
	border-right-color:transparent;
	border-bottom-color:#ddd;
}
.nav-stacked > li {
	float:none;
}
.nav-stacked > li > a {
	display:block;
	padding:5px 12px;
	padding:0.33333rem 12px;
	margin-right:0;
}
.nav-stacked > li > a.active {
	font-weight:bold;
}
.nav-stacked.nav-buttons {
	border-radius:3px;
	border:1px solid #666666;
}
.nav-stacked.nav-buttons > li {
	border-bottom:1px solid #666666;
}
.nav-stacked.nav-buttons > li.last {
	border-bottom:none;
}
.nav-stacked.nav-buttons > li > a {
	font-size:0.66667em;
	line-height:1.5em;
	padding:3px 15px;
	padding:0.16667rem 15px;
	color:#0b81c3;
}
.nav-stacked.nav-buttons > li > a:hover {
	background-color:white;
}
.nav-stacked.nav-buttons > li > a:active, .nav-stacked.nav-buttons > li > a.active {
	background-color:#0b81c3;
	color:#ffffff;
}
.nav--inline.nav-buttons, .nav-buttons.nav--language, .nav-buttons.language-switcher-locale-url, .nav-buttons.nav--icons, .nav-buttons.nav--primary, .nav-buttons.nav--utility, .nav-buttons.nav--footer {
*zoom:1;
	background-image:linear-gradient(to bottom, #666666 #444);
	display:none;
	margin:0;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	border-right:#4b4b4b 1px solid;
	border-left:#666666 1px solid;
}
.nav--inline.nav-buttons:before, .nav-buttons.nav--language:before, .nav-buttons.language-switcher-locale-url:before, .nav-buttons.nav--icons:before, .nav-buttons.nav--primary:before, .nav-buttons.nav--utility:before, .nav-buttons.nav--footer:before, .nav--inline.nav-buttons:after, .nav-buttons.nav--language:after, .nav-buttons.language-switcher-locale-url:after, .nav-buttons.nav--icons:after, .nav-buttons.nav--primary:after, .nav-buttons.nav--utility:after, .nav-buttons.nav--footer:after {
	content:" ";
	display:table;
}
.nav--inline.nav-buttons:after, .nav-buttons.nav--language:after, .nav-buttons.language-switcher-locale-url:after, .nav-buttons.nav--icons:after, .nav-buttons.nav--primary:after, .nav-buttons.nav--utility:after, .nav-buttons.nav--footer:after {
	clear:both;
}
@media (min-width:48em) {
.nav--inline.nav-buttons, .nav-buttons.nav--language, .nav-buttons.language-switcher-locale-url, .nav-buttons.nav--icons, .nav-buttons.nav--primary, .nav-buttons.nav--utility, .nav-buttons.nav--footer {
	display:block;
}
}
.no-mediaqueries .nav--inline.nav-buttons, .no-mediaqueries .nav-buttons.nav--language, .no-mediaqueries .nav-buttons.language-switcher-locale-url, .no-mediaqueries .nav-buttons.nav--icons, .no-mediaqueries .nav-buttons.nav--primary, .no-mediaqueries .nav-buttons.nav--utility, .no-mediaqueries .nav-buttons.nav--footer {
	display:block;
}
.nav--inline.nav-buttons > li, .nav-buttons.nav--language > li, .nav-buttons.language-switcher-locale-url > li, .nav-buttons.nav--icons > li, .nav-buttons.nav--primary > li, .nav-buttons.nav--utility > li, .nav-buttons.nav--footer > li {
	float:left;
	margin-right:0;
}
.nav--inline.nav-buttons > li > a, .nav-buttons.nav--language > li > a, .nav-buttons.language-switcher-locale-url > li > a, .nav-buttons.nav--icons > li > a, .nav-buttons.nav--primary > li > a, .nav-buttons.nav--utility > li > a, .nav-buttons.nav--footer > li > a {
	text-shadow:1px 1px rgba(51,51,51,0.6);
	height:20px;
	border-right:#f5f5f5 1px solid;
	border-left:#e5e5e5 1px solid;
	padding:14px 18px;
	margin:0;
	color:#ffffff;
	font-weight:bold;
}
@media (min-width:64em) {
.nav--inline.nav-buttons > li > a, .nav-buttons.nav--language > li > a, .nav-buttons.language-switcher-locale-url > li > a, .nav-buttons.nav--icons > li > a, .nav-buttons.nav--primary > li > a, .nav-buttons.nav--utility > li > a, .nav-buttons.nav--footer > li > a {
	padding:14px 24px;
}
}
.no-mediaqueries .nav--inline.nav-buttons > li > a, .no-mediaqueries .nav-buttons.nav--language > li > a, .no-mediaqueries .nav-buttons.language-switcher-locale-url > li > a, .no-mediaqueries .nav-buttons.nav--icons > li > a, .no-mediaqueries .nav-buttons.nav--primary > li > a, .no-mediaqueries .nav-buttons.nav--utility > li > a, .no-mediaqueries .nav-buttons.nav--footer > li > a {
	padding:14px 24px;
}
.nav--inline.nav-buttons > li > a:hover, .nav-buttons.nav--language > li > a:hover, .nav-buttons.language-switcher-locale-url > li > a:hover, .nav-buttons.nav--icons > li > a:hover, .nav-buttons.nav--primary > li > a:hover, .nav-buttons.nav--utility > li > a:hover, .nav-buttons.nav--footer > li > a:hover {
	background-image:linear-gradient(to bottom, #f5f5f5 #e5e5e5);
}
.nav--inline.nav-buttons > li > a:active, .nav-buttons.nav--language > li > a:active, .nav-buttons.language-switcher-locale-url > li > a:active, .nav-buttons.nav--icons > li > a:active, .nav-buttons.nav--primary > li > a:active, .nav-buttons.nav--utility > li > a:active, .nav-buttons.nav--footer > li > a:active, .nav--inline.nav-buttons > li > a.active, .nav-buttons.nav--language > li > a.active, .nav-buttons.language-switcher-locale-url > li > a.active, .nav-buttons.nav--icons > li > a.active, .nav-buttons.nav--primary > li > a.active, .nav-buttons.nav--utility > li > a.active, .nav-buttons.nav--footer > li > a.active, .nav--inline.nav-buttons > li > a.active-trail, .nav-buttons.nav--language > li > a.active-trail, .nav-buttons.language-switcher-locale-url > li > a.active-trail, .nav-buttons.nav--icons > li > a.active-trail, .nav-buttons.nav--primary > li > a.active-trail, .nav-buttons.nav--utility > li > a.active-trail, .nav-buttons.nav--footer > li > a.active-trail {
	background-image:linear-gradient(to top, #666666 #4b4b4b);
	border-right:#444 1px solid;
	border-left:#444 1px solid;
}
#tabs {
	margin-bottom:30px;
	margin-bottom:1.66667rem;
}
@media (min-width:48em) {
#tabs {
	margin-bottom:3.33333rem;
}
}
.no-mediaqueries #tabs {
	margin-bottom:59px;
	margin-bottom:3.33333rem;
}
.nav-label {
	display:inline-block;
	margin:0 15px 0 0;
	font-size:0.66667em;
	line-height:2em;
	padding-top:5px 0;
	padding-top:0.33333rem 0;
}
.is-inverse .nav-label {
	color:#acacac;
	color:rgba(255,255,255,0.67);
}
.nav--language, .language-switcher-locale-url {
	margin:0 -3px;
	margin:0 -0.16667rem;
	display:inline-block;
	line-height:1.33333em;
}
.nav--language > li, .language-switcher-locale-url > li {
	font-size:0.66667em;
	line-height:2em;
	font-weight:400;
	margin-right:.5em;
}
.nav--language > li > a, .language-switcher-locale-url > li > a {
	padding:3px .25em;
	padding:0.16667rem .25em;
}
.is-mobile .nav--language > li > a, .is-mobile .language-switcher-locale-url > li > a {
	padding:3px .125em;
	padding:0.16667rem .125em;
}
.nav--language > li > a.active, .language-switcher-locale-url > li > a.active {
	color:#444;
}
.is-inverse .nav--language > li > a.active, .is-inverse .language-switcher-locale-url > li > a.active {
	color:#717171;
	color:rgba(255,255,255,0.44);
}
.is-mobile .language-switcher-locale-url {
	margin-top:5px;
	margin-top:0.33333rem;
	margin-bottom:5px;
	margin-bottom:0.33333rem;
}
.header-languages .language-switcher-locale-url {
	margin-top:9px;
	margin-top:0.5rem;
}
.header-languages .language-switcher-locale-url > li > a {
	color:#cecece;
}
.header-languages .language-switcher-locale-url > li > a:hover, .header-languages .language-switcher-locale-url > li > a:focus {
	color:#ffffff;
}
.header-languages .language-switcher-locale-url > li > a.active {
	color:#808080;
}
.header-languages .language-switcher-locale-url > li > .more-link {
	position:relative;
}
.header-languages .language-switcher-locale-url > li > .more-link:after {
	transition:opacity .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position:absolute;
	content:"";
	display:inline-block;
	height:1.5em;
	width:1.5em;
	background-position:center;
	background-size:100%;
	opacity:.8;
	top:6px;
	margin-left:0;
	margin-top:auto;
	margin-bottom:auto;
}
.is-mobile .header-languages .language-switcher-locale-url > li > .more-link:after {
	top:6px;
}
.header-languages .language-switcher-locale-url > li > .more-link:hover:after, .header-languages .language-switcher-locale-url > li > .more-link:focus:after {
	opacity:1;
}
.nav--icons {
	margin:0;
	display:inline-block;
	line-height:1.33333em;
}
.nav--icons > li > a {
	font-size:0.66667em;
	line-height:2em;
	height:24px;
	width:24px;
	overflow:hidden;
	text-indent:42px;
	display:block;
}
.nav--icons > li .nav-link--youtube {
	width:40px;
}
.js .nav.is-fallback, .js .is-fallback.nav--inline, .js .is-fallback.nav--language, .js .is-fallback.language-switcher-locale-url, .js .is-fallback.nav--icons, .js .is-fallback.nav--primary, .js .is-fallback.nav--utility, .js .is-fallback.nav--footer {
	display:none;
}
.nav--primary {
	margin-bottom:18px;
	margin-bottom:1rem;
}
.nav--primary:before {
	content:"";
	height:1px;
	background-color:#e5e5e5;
	position:absolute;
	top:100%;
	display:block;
	left:16px;
	right:0;
	margin:auto;
	margin-top:5px;
	z-index:-1;
}
.nav--primary > li {
	padding:0 16px;
	margin-right:-5px;
}
.nav--primary > li > a, .nav--primary > li > span {
	display:inline-block;
	position:relative;
	padding:12px 0;
	padding:0.66667rem 0;
	font-weight:300;
	letter-spacing:.025em;
	font-size:0.88889em;
	line-height:1.5em;
}
.not-front .nav--primary > li > a, .not-front .nav--primary > li > span {
	padding:9px 0;
	padding:0.5rem 0;
}
@media (min-width:77.5em) {
.nav--primary > li > a, .nav--primary > li > span {
	font-size:1.11111em;
	line-height:1.2em;
	padding:0.66667rem 0.33333rem;
}
.not-front .nav--primary > li > a, .not-front .nav--primary > li > span {
	padding:0.5rem 0.16667rem;
}
}
.no-mediaqueries .nav--primary > li > a, .no-mediaqueries .nav--primary > li > span {
	font-size:1.11111em;
	line-height:1.2em;
	padding:12px 5px;
	padding:0.66667rem 0.33333rem;
}
.not-front .no-mediaqueries .nav--primary > li > a, .not-front .no-mediaqueries .nav--primary > li > span {
	padding:9px 3px;
	padding:0.5rem 0.16667rem;
}
.nav--primary > li > a:after, .nav--primary > li > span:after {
	content:"";
	display:block;
	width:1px;
	background-color:#e5e5e5;
	position:absolute;
	top:12px;
	bottom:12px;
	left:-16px;
}
.not-front .nav--primary > li > a:after, .not-front .nav--primary > li > span:after {
	bottom:9px;
	top:9px;
}
.nav--primary > li > a, .nav--primary > li > span {
	color:#0b81c3;
}
.nav--primary > li > a:hover, .nav--primary > li > a:focus, .nav--primary > li > span:hover, .nav--primary > li > span:focus {
	color:#015381;
	text-decoration:none;
}
.nav--primary > li > a.active, .nav--primary > li > span.active {
	color:#444;
}
.nav--primary > li:first-child > a:after, .nav--primary > li:first-child > span:after {
	content:none;
}
.nav--primary > li.nav-item--dropdown {
	position:relative;
}
.nav--primary > li.nav-item--dropdown .nav-item-container {
	min-width:400px;
}
.nav--primary > li.nav-item--dropdown:nth-last-child(1) .nav-item-container, .nav--primary > li.nav-item--dropdown:nth-last-child(2) .nav-item-container {
	left:auto;
	right:0;
}
@media (min-width:88.125em) {
.nav--primary > li.nav-item--dropdown:nth-last-child(1) .nav-item-container, .nav--primary > li.nav-item--dropdown:nth-last-child(2) .nav-item-container {
	left:0;
	right:auto;
}
}
no-query' '.no-mediaqueries .nav--primary > li.nav-item--dropdown:nth-last-child(1) .nav-item-container, no-query' '.no-mediaqueries .nav--primary > li.nav-item--dropdown:nth-last-child(2) .nav-item-container {
left:0;
right:auto;
}
.nav--primary > li[aria-selected="true"], .nav--primary > li:hover {
	background-color:#0b81c3;
}
.nav--primary > li[aria-selected="true"] > a, .nav--primary > li[aria-selected="true"] > a:hover, .nav--primary > li[aria-selected="true"] > a:focus, .nav--primary > li[aria-selected="true"] > span, .nav--primary > li[aria-selected="true"] > span:hover, .nav--primary > li[aria-selected="true"] > span:focus, .nav--primary > li:hover > a, .nav--primary > li:hover > a:hover, .nav--primary > li:hover > a:focus, .nav--primary > li:hover > span, .nav--primary > li:hover > span:hover, .nav--primary > li:hover > span:focus {
	transition:none;
	color:#ffffff;
}
.nav--primary > li[aria-selected="true"] > a:after, .nav--primary > li[aria-selected="true"] > span:after, .nav--primary > li:hover > a:after, .nav--primary > li:hover > span:after {
	content:none;
}
.is-mobile .nav--primary > li {
	display:block;
}
.is-mobile .nav--primary > li > a, .is-mobile .nav--primary > li > span {
	font-size:1em;
	line-height:1.33333em;
	padding:12px 25px;
	padding:0.66667rem 25px;
	border-bottom:solid #f5f5f5 1px;
	width:100%;
}
.nav-toggle {
	background-color:transparent;
	height:36px;
	width:24px;
	overflow:hidden;
	white-space:nowrap;
	text-indent:40px;
	background-position:center;
	margin-left:-3px;
	margin-right:-3px;
}
.nav-toggle:hover, .nav-toggle:focus {
	background-color:transparent;
}
#nav {
	position:relative;
	z-index:2;
	margin-left:-16px;
}
.nav-item-container {
	border-top:5px solid #0b81c3;
	border-top:0.33333rem solid #0b81c3;
	background-color:#ffffff;
	box-shadow:0 0 54px rgba(0,0,0,0.2);
	position:absolute;
	width:100%;
	left:0;
	z-index:-1;
}
.nav-item-container[aria-hidden="true"] {
	display:none;
}
li:hover > .nav-item-container, .nav-item-container[aria-hidden="false"] {
	display:block;
	visibility:visible;
}
.nav-item-utilities {
	background-color:#0b81c3;
	color:#ffffff;
	padding:5px 25px 12px;
	padding:0.33333rem 25px 0.66667rem;
	display:none;
}
.nav-item-utilities > .trending {
	display:none;
}
.nav-item-utilities > .nav-item-search {
	display:none;
	float:right;
}
.nav-item-search {
	position:relative;
	padding-right:30px;
	height:30px;
}
.nav-item-search-input::-webkit-input-placeholder {
color:#ffffff;
}
.nav-item-search-input::-moz-placeholder {
color:#ffffff;
}
.nav-item-search-input:-moz-placeholder {
color:#ffffff;
}
.nav-item-search-input:-ms-input-placeholder {
color:#ffffff;
}
.nav-item-search-input[type="text"] {
	color:#ffffff;
	background-color:#5fcdfb;
	border-color:#5fcdfb;
	font-size:0.77778em;
	line-height:1.28571em;
	padding:5px 12px;
	padding:0.33333rem 12px;
	height:30px;
	box-sizing:border-box;
	display:block;
}
.nav-item-search-submit[type="submit"] {
	box-sizing:border-box;
	display:block;
	position:absolute;
	background-color:#16a4f3;
	overflow:hidden;
	padding:0 0 0 30px;
	width:0;
	margin:auto;
	right:0;
	top:0;
	bottom:0;
	white-space:nowrap;
	text-indent:40px;
}
.nav-item-search-submit[type="submit"]:hover, .nav-item-search-submit[type="submit"]:focus {
	background-color:#000000;
}
.nav-item-subnav {
	position:relative;
}
.nav-item-subnav > .nav-tabs {
	width:33.33333%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
.nav-item-subnav > .nav-panels {
	width:66.66667%;
	float:left;
	margin-left:33.33333%;
	margin-right:-100%;
}
.nav-tabs:after {
	content:"";
	display:block;
	width:1px;
	height:100%;
	position:absolute;
	left:33.33333%;
	top:0;
	background-color:#e5e5e5;
}
.nav-tabs > li > a {
	position:relative;
	display:block;
	padding:18px 25px;
	padding:1rem 25px;
	font-size:1.22222em;
	line-height:1.09091em;
	color:#015381;
	font-weight:300;
	letter-spacing:.025em;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color:#0b81c3;
	text-decoration:none;
	background-color:#f5f5f5;
}
.nav-tabs > li > a.active {
	color:#444;
}
.nav-tab[aria-selected="true"] {
	background-color:#e5e5e5 !important;
	color:#3b3b3b;
}
.nav-tab[aria-selected="true"]:after {
	content:"";
	display:block;
	height:0;
	width:0;
	position:absolute;
	left:100%;
	border-left:12px solid #e5e5e5;
	border-bottom:12px solid transparent;
	border-top:12px solid transparent;
	top:0;
	bottom:0;
	margin:auto;
}
.nav-panels {
	padding:18px 50px 48px;
	padding:1rem 50px 2.66667rem;
}
.nav-panel[aria-hidden="true"] {
	display:none;
}
.nav-panel[aria-hidden="false"] {
	display:block;
}
.nav-panel-title {
	font-size:1.22222em;
	line-height:1.36364em;
	padding-bottom:18px;
	padding-bottom:1rem;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:18px;
	margin-bottom:1rem;
}
.nav-panel-title > a {
	color:#0b81c3;
	font-weight:300;
	letter-spacing:.025em;
	line-height:1.36364em;
}
.nav-panel-title > a:hover, .nav-panel-title > a:focus {
	color:#015381;
	text-decoration:none;
}
.nav-panel-title > a.active {
	color:#444;
}
.nav-panel-list {
	-webkit-columns:170px;
	-moz-columns:170px;
	columns:170px;
	columns-gap:25px;
}
.nav-panel-list > li > a {
	display:block;
	font-size:0.77778em;
	line-height:1.71429em;
}
.nav-panel-list > li > a:after {
	bottom:.125em;
}
@media (min-width:37.5em) {
.nav--secondary {
	-webkit-columns:2;
	-moz-columns:2;
	columns:2;
	-webkit-column-gap:0;
	-moz-column-gap:0;
	column-gap:0;
	display:block;
	padding:0.66667rem;
}
}
.no-mediaqueries .nav--secondary {
	-webkit-columns:2;
	-moz-columns:2;
	columns:2;
	-webkit-column-gap:0;
	-moz-column-gap:0;
	column-gap:0;
	display:block;
	padding:12px;
	padding:0.66667rem;
}
.nav--secondary > li {
	font-size:0.88889em;
	line-height:1.5em;
	-webkit-column-break-inside:avoid;
	page-break-inside:avoid;
	break-inside:avoid;
	display:block;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav--secondary > li > a {
	display:block;
	padding:3px 12px;
	padding:0.16667rem 12px;
}
.nav--secondary > li > a:hover {
	background-color:#f5f5f5;
	transition:none;
}
.nav--utility > li > a {
	color:#f5f5f5;
	padding:12px 1em;
	padding:0.66667rem 1em;
	font-size:0.66667em;
	line-height:2em;
	font-weight:700;
	margin-right:.5em;
}
.nav--utility > li > a:hover, .nav--utility > li > a:focus {
	color:#ffffff;
	background-color:#3b3b3b;
	text-decoration:none;
}
.nav--footer > li > a {
	color:#ffffff;
	padding:3px 4px;
	padding:0.16667rem 4px;
	font-size:0.77778em;
	line-height:1.28571em;
	font-weight:300;
	margin-right:.5em;
}
.nav--footer > li > a:hover {
	border-color:#ffffff;
}
.nav--footer > li:after {
	content:"|";
	font-size:0.77778em;
	line-height:1.28571em;
	color:#666666;
}
.nav--footer > li:last-child:after {
	content:none;
}
.nav--multimedia {
	margin:0;
	padding:0;
}
.nav--multimedia > li {
	list-style:none;
	margin:0;
}
.nav--multimedia > li + li {
	margin-top:0;
	padding-top:0;
	border-top:1px solid #f5f5f5;
}
.nav--multimedia > li > a {
	display:block;
	padding:9px 0 9px 40px;
	padding:0.5rem 0 0.5rem 40px;
	font-size:0.77778em;
	line-height:1.71429em;
	font-weight:700;
	position:relative;
}
.nav--multimedia > li > a:before, .nav--multimedia > li > a:after {
	background-position:left center;
	background-size:20px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	height:40px;
	width:40px;
}
.nav--multimedia > li > a:before {
	content:"";
}
.nav--multimedia > li > a:focus {
	outline:1px dashed #1186c7;
}
@media (min-width:48em) {
.nav--multimedia > li + li {
	border-color:rgba(245,245,245,0.5);
}
}
.no-mediaqueries .nav--multimedia > li + li {
	border-color:rgba(245,245,245,0.5);
}
.nav--subnavigation a {
	color:#ffffff;
	display:block;
	padding:3px 18px;
	padding:0.16667rem 1rem;
}
.nav--subnavigation a:hover {
	color:#c0e8fe;
}
.nav--subnavigation a.active-trail {
	color:#c0e8fe;
}
.nav--subnavigation > li {
	font-size:1.22222em;
	line-height:1.36364em;
	font-weight:300;
}
.nav--subnavigation > li > .nav--subnavigation {
	border:none;
	margin-bottom:5px;
	margin-bottom:0.33333rem;
	padding:0;
}
.nav--subnavigation > li > .nav--subnavigation > li {
	font-size:0.63636em;
	line-height:1.71429em;
	font-weight:400;
}
.nav--subnavigation > li > .nav--subnavigation a {
	color:#9adafe;
	padding:0 30px;
	padding:0 1.66667rem;
	position:relative;
}
.nav--subnavigation > li > .nav--subnavigation a:hover {
	color:#ffffff;
}
.nav--subnavigation > li > .nav--subnavigation a:before {
	color:#81d1fe;
	content:'\2013';
	position:absolute;
	left:18px;
	left:1rem;
}
.listNav {
	margin-bottom:30px;
	margin-bottom:1.66667rem;
}
.listNav .ln-letters {
	text-align:center;
}
.listNav .ln-letters a {
	font-size:1em;
	line-height:1.33333em;
	border:none;
	display:inline-block;
	float:none;
	padding:3px 5px 5px;
	padding:0.16667rem 0.33333rem 0.33333rem;
	color:#4b4b4b;
	position:relative;
	overflow:hidden;
	text-decoration:none;
}
.listNav .ln-letters a:before {
	content:"";
	position:absolute;
	height:3px;
	height:0.16667rem;
	width:100%;
	top:100%;
	left:0;
	background:#1186c7;
	transition:all .15s;
}
.listNav .ln-letters a:hover, .listNav .ln-letters a.ln-selected {
	background:none;
	color:#1186c7;
}
.listNav .ln-letters a:hover:before, .listNav .ln-letters a.ln-selected:before {
	margin-top:-3px;
	margin-top:-0.16667rem;
}
.listNav .ln-letters a.ln-disabled {
	color:#cecece;
}
.listNav .ln-letters a.ln-disabled:before {
	content:none;
}
.org-logo {
	margin-bottom:30px;
	margin-bottom:1.66667rem;
}
@media (min-width:37.5em) {
.org-logo {
	width:21.73913%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
}
.no-mediaqueries .org-logo {
	width:21.73913%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
@media (min-width:64em) {
.l--sidebar-after .org-logo {
	width:21.42857%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
}
.no-mediaqueries .l--sidebar-after .org-logo {
	width:21.42857%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
@media (min-width:37.5em) {
.org-description {
	width:73.91304%;
	float:left;
	margin-left:26.08696%;
	margin-right:-100%;
}
}
.no-mediaqueries .org-description {
	width:73.91304%;
	float:left;
	margin-left:26.08696%;
	margin-right:-100%;
}
@media (min-width:64em) {
.l--sidebar-after .org-description {
	width:71.42857%;
	float:left;
	margin-left:28.57143%;
	margin-right:-100%;
}
}
.no-mediaqueries .l--sidebar-after .org-description {
	width:71.42857%;
	float:left;
	margin-left:28.57143%;
	margin-right:-100%;
}
.org-teaser {
	margin-top:18px;
	margin-top:1rem;
}
.org-teaser p {
	margin-top:0;
}
.node-organization.node-full {
	margin-bottom:59px;
	margin-bottom:3.33333rem;
}
.pager {
	padding-left:0;
	margin:23px auto;
	margin:1.33333rem auto;
	text-align:center;
	list-style:none;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
}
.pager .ajax-progress-throbber {
	position:absolute;
	height:100%;
	width:100%;
}
.pager .ajax-progress-throbber > .throbber {
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
}
.cssanimations .pager .ajax-progress-throbber > .throbber {
	background-color:#1186c7;
	background-image:none;
	height:18px;
	width:18px;
	overflow:hidden;
	text-indent:30px;
	white-space:no-wrap;
	-webkit-animation-name:show, spin;
	animation-name:show, spin;
	-webkit-animation-delay:0;
	animation-delay:0;
	-webkit-animation-duration:.5s, 1s;
	animation-duration:.5s, 1s;
	-webkit-animation-timing-function:ease-in, cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation-timing-function:ease-in, cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-animation-iteration-count:1, infinite;
	animation-iteration-count:1, infinite;
}
@-webkit-keyframes show {
from {
opacity:0;
}
to {
	opacity:1;
}
}
@keyframes show {
from {
opacity:0;
}
to {
	opacity:1;
}
}
@-webkit-keyframes spin {
0 {
-webkit-transform:rotate(0);
transform:rotate(0);
}
50% {
-webkit-transform:rotate(0);
transform:rotate(0);
}
100% {
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
}
}
@keyframes spin {
0 {
-webkit-transform:rotate(0);
transform:rotate(0);
}
50% {
-webkit-transform:rotate(0);
transform:rotate(0);
}
100% {
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
}
}
.pager-item, .pager-first, .pager-previous, .pager-next, .pager-last, .pager-ellipsis, .pager-current {
	display:inline-block;
	position:relative;
}
.pager-item > a, .pager-first > a, .pager-previous > a, .pager-next > a, .pager-last > a, .pager-current > span {
	display:block;
	font-size:0.77778em;
	line-height:1.28571em;
	margin:5px 2px;
	margin:0.33333rem 2px;
	padding:9px 14px;
	padding:0.5rem 14px;
}
.pager-item > a[disabled="disabled"], .pager-first > a[disabled="disabled"], .pager-previous > a[disabled="disabled"], .pager-next > a[disabled="disabled"], .pager-last > a[disabled="disabled"], .pager-current > span[disabled="disabled"] {
	opacity:.2;
}
.pager-item > a {
	color:#007dc3;
}
.pager-item > a:hover, .pager-item > a:focus {
	color:#444;
}
.pager-first > a, .pager-previous > a, .pager-next > a, .pager-last > a {
	color:#666666;
	background-color:#ffffff;
	border:1px solid #e5e5e5;
}
.pager-first > a:hover, .pager-first > a:focus, .pager-previous > a:hover, .pager-previous > a:focus, .pager-next > a:hover, .pager-next > a:focus, .pager-last > a:hover, .pager-last > a:focus {
	background-color:#e5e5e5;
}
.pager-current > span {
	color:#444;
}
.pager-load-more {
	text-transform:uppercase;
	letter-spacing:.02em;
}
.pager-load-more > li {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.pager-load-more > li > a {
	margin-left:auto;
	margin-right:auto;
	max-width:293px;
}
.password-strength, div.password-confirm {
	font-size:0.88889em;
	line-height:1.5em;
	margin-top:18px;
	margin-top:1rem;
	width:17em;
	float:right;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.password-strength-title {
	display:inline;
}
.password-strength-text {
	float:right;
	font-weight:bold;
}
.password-indicator {
	height:3px;
	height:0.16667rem;
	background-color:#e5e5e5;
}
.password-indicator > .indicator {
	height:100%;
	width:0;
	background-color:#4b4b4b;
}
input.password-confirm, input.password-field {
	width:16em;
}
div.password-confirm {
	float:right;
	visibility:hidden;
	width:17em;
}
.password-suggestions {
	font-size:0.77778em;
	line-height:1.28571em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.confirm-parent, .password-parent {
	clear:left;
	margin:0;
	width:36.3em;
}
.profile-header {
	position:relative;
}
.profile-header > .profile-image {
	margin-bottom:23px;
	margin-bottom:1.33333rem;
}
@media (min-width:37.5em) {
.profile-header > .profile-image {
	float:left;
	width:28.57143%;
	margin-right:1.66667rem;
}
}
.no-mediaqueries .profile-header > .profile-image {
	float:left;
	width:28.57143%;
	margin-right:30px;
	margin-right:1.66667rem;
}
.profile-header > .profile-image img {
	margin:0;
}
.profile-header > .profile-header-content {
	margin-bottom:18px;
	margin-bottom:1rem;
}
@media (min-width:37.5em) {
.profile-header > .profile-header-content {
	margin-bottom:1rem;
}
}
.no-mediaqueries .profile-header > .profile-header-content {
	margin-bottom:18px;
	margin-bottom:1rem;
}
.profile-video-panel-tabs > .pane + .pane {
	margin-top:66px;
	margin-top:3.66667rem;
}
.profile-video-panel-tabs.is-tabbed > .pane + .pane {
	margin-top:0;
}
.node-profile.node-teaser {
	width:100%;
}
.node-profile.node-teaser figure {
	background-color:#e5e5e5;
	background-size:110% 110%;
	background-position:50% 0;
	height:0;
	padding-bottom:100%;
	position:relative;
}
.node-profile.node-teaser figure > a, .node-profile.node-teaser figure > span {
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	transition:all .1s ease-in;
}
.node-profile.node-teaser figure > a:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#444;
	opacity:0;
	transition:all .1s ease-in;
	z-index:10;
}
.node-profile.node-teaser figure > a:hover:before {
	opacity:.5;
}
.node-profile.node-teaser figure img {
	transition:all .3s ease-in;
	background:#ffffff;
	display:block;
	margin:auto;
	position:relative;
}
.node-profile.node-teaser figure img.is-loading {
	opacity:0;
}
.node-profile.node-teaser .profile--content {
	border-top:1px solid #e5e5e5;
	min-height:72px;
	min-height:4rem;
	padding-top:18px;
	padding-top:1rem;
}
.node-profile.node-teaser .name {
	font-size:0.88889em;
	line-height:1.125em;
}
.node-profile.node-teaser .name > a, .node-profile.node-teaser .name > span {
	color:#4b4b4b;
	display:inline-block;
	position:relative;
}
.node-profile.node-teaser .name > a:before, .node-profile.node-teaser .name > span:before {
	content:"";
	position:absolute;
	bottom:100%;
	left:0;
	width:100%;
	height:6px;
	background:#e5e5e5;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
}
.node-profile.node-teaser.has-image .profile--content {
	border-top:none;
	padding-top:12px;
	padding-top:0.66667rem;
	min-height:144px;
	min-height:8rem;
}
.node-profile.node-teaser.has-image .name > a:before, .node-profile.node-teaser.has-image .name > span:before {
	margin-bottom:5px;
	margin-bottom:0.33333rem;
}
.node-profile.node-teaser.has-position .profile--content {
	padding-bottom:30px;
	padding-bottom:1.66667rem;
}
.node-profile.node-teaser .meta {
	font-size:0.77778em;
	line-height:1.28571em;
}
.node-profile.node-teaser .meta + .byline--inline {
	margin-top:5px;
	margin-top:0.33333rem;
}
.node-profile.node-teaser .byline--inline {
	font-size:0.77778em;
	line-height:1.5em;
	display:block;
}
.node-profile.node-teaser .byline--inline .link--twitter {
	display:block;
	font-size:1em;
	line-height:1.5em;
}
.quote {
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.quote-content {
	quotes:'\201c' '\201d';
	border-left:0;
	margin:0;
	padding-left:40px;
	color:#444;
	font-family:inherit;
	font-size:1em;
	line-height:1.16667em;
	font-weight:bold;
	text-align:left;
	position:relative;
}
.quote-content:before {
	content:open-quote;
	height:auto;
	width:auto;
	height:24px;
	width:24px;
	font-size:3.3333em;
	background-color:transparent;
	color:#e5e5e5;
	position:absolute;
	top:5px;
	top:0.33333rem;
	left:0;
	color:rgba(229,229,229,0);
}
.quote-content:after {
	content:close-quote;
}
@media (min-width:48em) {
.quote-content {
	font-size:1.33333em;
	line-height:1.5em;
	padding-left:64px;
}
.quote-content:before {
	height:40px;
	width:40px;
}
}
.no-mediaqueries .quote-content {
	font-size:1.33333em;
	line-height:1.5em;
	padding-left:64px;
}
.no-mediaqueries .quote-content:before {
	height:40px;
	width:40px;
}
.quote-credit {
	margin-top:23px;
	margin-top:1.33333rem;
	padding-left:40px;
}
@media (min-width:48em) {
.quote-credit {
	padding-left:64px;
}
}
.no-mediaqueries .quote-credit {
	padding-left:64px;
}
.quote-name {
	font-size:0.88889em;
	line-height:1.3125em;
	font-weight:700;
	margin-bottom:0;
	font-family:inherit;
}
.quote-title {
	font-size:0.77778em;
	line-height:1.28571em;
	margin-bottom:0;
	font-family:inherit;
}
.quote-name + .quote-title {
	margin-top:0;
}
.quote--large .quote-label {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
	padding-bottom:12px;
	padding-bottom:0.66667rem;
}
.quote--large .quote-content {
	padding-left:0;
	quotes:'\201c' '\201d';
	border-left:0;
	margin:0 0 18px;
	margin:0 0 1rem;
	color:#4b4b4b;
	font-family:inherit;
	font-size:1.22222em;
	line-height:0.95455em;
	text-align:left;
	position:relative;
	font-weight:normal;
}
@media (min-width:48em) {
.quote--large .quote-content {
	font-size:1.33333em;
	line-height:1.25em;
}
}
.no-mediaqueries .quote--large .quote-content {
	font-size:1.33333em;
	line-height:1.25em;
}
.quote--large .quote-content p {
	margin-bottom:18px;
	margin-bottom:1rem;
}
.quote--large .quote-content:before {
	background:none;
	content:open-quote;
	position:absolute;
	right:100%;
	left:auto;
	bottom:auto;
	top:0;
	height:auto;
	width:auto;
	background-color:transparent;
	font-size:1em;
	color:inherit;
}
.quote--large .quote-content :last-child:after {
	content:close-quote;
}
.quote--large .quote-links {
	margin:0;
	padding:0;
}
.quote--large .quote-links > li {
	list-style:none;
	margin:0;
}
.quote--large .quote-links > li {
	margin-top:23px;
	margin-top:1.33333rem;
}
.node-type-report h1 {
	font-family:"FF Meta W02", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:700;
}
.node-type-report h2 {
	font-size:1.33333em;
	line-height:1.25em;
	font-family:"FF Meta W02", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:700;
}
.node-type-report h3 {
	font-family:"FF Meta W02", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:700;
}
.node-type-report h4, .node-type-report h5, .node-type-report h6, .node-type-report form, .node-type-report input[type="submit"], .node-type-report button, .node-type-report table, .node-type-report .copyright, .node-type-report .donate-toggle, .node-type-report .footer-address .jx-credit, .node-type-report .language-switcher-locale-url, .node-type-report .link--top, .node-type-report .link--external, .node-type-report .link--file, .node-type-report .list--dropdown a, .node-type-report .subtitle, .node-type-report .tags-list > li > a, .node-type-report .tabs-nav, .node-type-report .toc-list > li > a, .node-type-report .quote, .node-type-report .shareline-link {
	font-family:"FF Meta W02", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.node-type-report .date, .node-type-report .date--small, .node-type-report .date--small, .node-type-report .dateline, .node-type-report .dateline--small {
	font-family:"FF Meta W02", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
}
.node-type-report .header-title {
	font-family:"FF Meta W02", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:700;
}
.report-body {
	padding-left:25px;
	padding-right:25px;
	font-size:0.88889em;
	line-height:1.5em;
}
@media (min-width:37.5em) {
.report-body {
	padding-left:35px;
	padding-right:35px;
}
}
.no-mediaqueries .report-body {
	padding-left:35px;
	padding-right:35px;
}
@media (min-width:48em) {
.report-body {
	font-size:1em;
	line-height:1.5em;
}
}
.no-mediaqueries .report-body {
	font-size:1em;
	line-height:1.5em;
}
@media (min-width:46.75em) {
.report-body {
	padding-left:0;
	padding-right:0;
}
}
.report-body section {
	clear:both;
}
.report-body p + section, .report-body section + section, .report-body .report-corrections {
	margin-top:216px;
	margin-top:12rem;
}
.report-body h1 > a, .report-body h1 > a:hover, .report-body h2 > a, .report-body h2 > a:hover {
	color:inherit;
	text-decoration:none;
}
.report-body h1 {
	font-size:1.66667em;
	line-height:1.2em;
	margin-top:0;
	margin-bottom:59px;
	margin-bottom:3.33333rem;
	padding-top:72px;
	padding-top:4rem;
	border-top:2px solid #f5f5f5;
	position:relative;
}
.report-body h1 > a {
	position:absolute;
	top:-90px;
}
.report-body h1:before {
	content:"";
	display:block;
	height:9px;
	width:36.84211%;
	position:absolute;
	top:0;
	left:0;
	background-color:#f5f5f5;
}
@media (min-width:64em) {
.report-body h1 {
	margin-right:-20%;
	margin-left:-20%;
	padding-left:20%;
	padding-right:20%;
}
}
.no-mediaqueries .report-body h1 {
	margin-right:-20%;
	margin-left:-20%;
	padding-left:20%;
	padding-right:20%;
}
.report-body h2 {
	font-size:1.33333em;
	line-height:1.25em;
	margin-top:48px;
	margin-top:2.66667rem;
	margin-bottom:18px;
	margin-bottom:1rem;
}
.report-body h3 {
	font-size:1em;
	line-height:1.33333em;
	margin-top:48px;
	margin-top:2.66667rem;
	margin-bottom:18px;
	margin-bottom:1rem;
}
.report-body li + li {
	margin-top:18px;
	margin-top:1rem;
}
.report-body .list--3up > li {
	margin-top:0;
}
.report-body blockquote + blockquote {
	margin-top:36px;
	margin-top:2rem;
}
.report-body .report-details {
	margin-bottom:59px;
	margin-bottom:3.33333rem;
}
.report-body .sharelines {
	margin-bottom:30px;
	margin-bottom:1.66667rem;
}
.report-body .sharelines + .report-detail, .report-body .report-detail + .report-detail {
	border-top:1px solid #e5e5e5;
	padding-top:5px;
	padding-top:0.33333rem;
	margin-top:5px;
	margin-top:0.33333rem;
}
@media (min-width:48em) {
.report-body #block-hrw-reports-hrw-reports-related-news {
	float:right;
	width:53.33333%;
	padding-left:6.66667%;
	border-left:3px solid #f5f5f5;
	margin-left:6.66667%;
	margin-top:0.33333rem;
}
}
.no-mediaqueries .report-body #block-hrw-reports-hrw-reports-related-news {
	float:right;
	width:53.33333%;
	padding-left:6.66667%;
	border-left:3px solid #f5f5f5;
	margin-left:6.66667%;
	margin-top:5px;
	margin-top:0.33333rem;
}
@media (min-width:64em) {
.report-body #block-hrw-reports-hrw-reports-related-news {
	margin-right:-20%;
}
}
.no-mediaqueries .report-body #block-hrw-reports-hrw-reports-related-news {
	margin-right:-20%;
}
.report-body + .report-tags {
	margin-top:36px;
	margin-top:2rem;
}
@media (min-width:48em) {
.report-body + .report-tags {
	margin-top:4rem;
}
}
.no-mediaqueries .report-body + .report-tags {
	margin-top:72px;
	margin-top:4rem;
}
#block-hrw-reports-hrw-reports-related-news {
	margin-bottom:48px;
	margin-bottom:2.66667rem;
}
#block-hrw-reports-hrw-reports-related-news > .block-content {
	margin:0;
	padding:0;
}
#block-hrw-reports-hrw-reports-related-news > .block-content > li {
	list-style:none;
	margin:0;
}
#block-hrw-reports-hrw-reports-related-news > .block-content > article + article {
	margin-top:21px;
	margin-top:1.16667rem;
	padding-top:21px;
	padding-top:1.16667rem;
	border-top:1px solid #f5f5f5;
}
.report-related-content {
	margin-top:95px;
	margin-top:5.33333rem;
	margin-bottom:144px;
	margin-bottom:8rem;
	padding-top:48px;
	padding-top:2.66667rem;
	padding-bottom:48px;
	padding-bottom:2.66667rem;
	border-top:2px solid #f5f5f5;
	position:relative;
}
.report-related-content:after, .report-related-content:before {
	content:"";
	left:0;
	right:0;
	display:block;
	position:absolute;
	margin-right:auto;
	margin-left:auto;
}
.report-related-content:before {
	bottom:0;
	height:2px;
	width:208px;
	background-color:#f5f5f5;
}
.report-related-content:after {
	bottom:-22px;
	height:44px;
	width:75px;
	background-color:white;
	background-position:center;
}
.report-related-content .report-related-content-title {
	font-size:1.66667em;
	line-height:1.2em;
	margin-top:0;
	margin-bottom:30px;
	margin-bottom:1.66667rem;
}
@media (min-width:64em) {
.report-related-content {
	margin-right:-20%;
	margin-left:-20%;
}
}
.no-mediaqueries .report-related-content {
	margin-right:-20%;
	margin-left:-20%;
}
.node-report .article-share--report {
	display:none;
}
.report--teaser .report-image {
	float:left;
	width:70px;
	margin-right:18px;
	margin-right:1rem;
	margin-top:3px;
	margin-top:0.16667rem;
	margin-bottom:18px;
	margin-bottom:1rem;
}
.report--teaser .report-image img {
	display:block;
	margin:0 auto;
}
.report--teaser .list--media {
	margin-top:18px;
	margin-top:1rem;
}
.report--teaser .title {
	font-size:1em;
	line-height:1.16667em;
	margin-top:3px;
	margin-top:0.16667rem;
	margin-bottom:5px;
	margin-bottom:0.33333rem;
}
.report--teaser .subtitle--tiny {
	font-size:0.88889em;
	line-height:1.3125em;
	color:#666666;
	font-family:"Freight Text W03", "Freight Text W01", Garamond, serif;
	margin-top:0;
}
@media (min-width:23.125em) {
.report--teaser .report-image {
	width:100px;
	margin-bottom:0;
	margin-right:-100%;
}
.report--teaser .report-image + .report-content {
	float:left;
	margin-left:120px;
}
}
@media (min-width:40em) {
.report--teaser.report--extended .report-image {
	width:180px;
}
.report--teaser.report--extended .report-image + .report-content {
	margin-left:205px;
}
}
.subtitle--tiny + .report-teaser {
	margin-top:12px;
	margin-top:0.66667rem;
}
.report-header {
	position:relative;
	padding-top:36px;
	padding-top:2rem;
	margin-bottom:36px;
	margin-bottom:2rem;
}
@media (min-width:960px) {
.report-header {
	margin-bottom:4rem;
}
.report-header .report-header-content {
	float:left;
}
.report-header .nav--language a, .report-header .language-switcher-locale-url a {
	color:#ffffff;
}
.report-header .nav--language a.active, .report-header .language-switcher-locale-url a.active {
	color:#aaa;
}
}
.report-header .dateline, .report-header .dateline--small {
	color:#ffffff;
}
@media (min-width:960px) {
.report-header {
	color:#ffffff;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
	background-color:#015381;
	padding-bottom:35px;
	padding-top:35px;
}
.report-header .title--huge, .report-header .subtitle, .report-header .dateline, .report-header .dateline--small {
	text-shadow:0 0 3px rgba(0,0,0,0.7);
}
.report-header .nav--multimedia > li > a {
	color:#ffffff;
}
.report-header .nav--multimedia > li > a:before {
	content:none;
}
.report-header .nav--multimedia > li > a:after {
	content:"";
}
.report-header .report-header-content {
	max-width:78.26087%;
}
.report-header .report-utilities {
	float:right;
	position:relative;
}
.report-header .report-utilities li {
	position:relative;
}
.report-header .report-utilities li > a {
	padding-right:1.66667rem;
}
.report-header .report-hero {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.report-header .report-hero:after {
	position:absolute;
	display:block;
	content:"";
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:0;
	background-image:linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.9));
}
.report-header .report-hero-inner {
	overflow:hidden;
	height:100%;
}
.report-header .report-img, .report-header .report-img > img {
	height:100%;
	width:100%;
	object-fit:cover;
}
}
@media (min-width:77.5em) {
.report-header {
	padding-bottom:70px;
	padding-top:70px;
}
}
.no-mediaqueries .report-header {
	padding-bottom:70px;
	padding-top:70px;
}
@media (min-width:960px) {
.has-image .report-header {
	padding-top:35%;
	max-height:800px;
	min-height:500px;
}
}
@media (min-width:87.5em) {
.has-image .report-header {
	padding-top:490px;
}
}
.report-header-content {
	position:relative;
	z-index:1;
	padding-left:25px;
	padding-right:25px;
	max-width:55em;
	max-width:37.55556em;
	margin:0 auto;
}
@media (min-width:37.5em) {
.report-header-content {
	padding-left:35px;
	padding-right:35px;
}
}
.no-mediaqueries .report-header-content {
	padding-left:35px;
	padding-right:35px;
}
@media (min-width:46.75em) {
.report-header-content {
	max-width:41.44444em;
}
}
@media (min-width:77.5em) {
.report-header-content {
	padding-left:70px;
	padding-right:70px;
}
}
.no-mediaqueries .report-header-content {
	padding-left:70px;
	padding-right:70px;
}
.report-utilities {
	padding-left:25px;
	padding-right:25px;
	max-width:37.55556em;
	margin-left:auto;
	margin-right:auto;
}
.report-hero + .report-utilities {
	margin-top:36px;
	margin-top:2rem;
}
@media (min-width:37.5em) {
.report-utilities {
	padding-left:35px;
	padding-right:35px;
}
}
.no-mediaqueries .report-utilities {
	padding-left:35px;
	padding-right:35px;
}
@media (min-width:46.75em) {
.report-utilities {
	max-width:41.44444em;
}
}
@media (min-width:77.5em) {
.report-utilities {
	padding-left:70px;
	padding-right:70px;
	margin:0;
}
}
.no-mediaqueries .report-utilities {
	padding-left:70px;
	padding-right:70px;
	margin:0;
}
.report-hero {
	margin-top:36px;
	margin-top:2rem;
}
.report-header-image-caption {
	padding:12px 25px;
	padding:0.66667rem 25px;
	background-color:#ffffff;
	color:#444;
	font-style:italic;
	font-size:0.88889em;
	line-height:1.3125em;
}
@media (min-width:37.5em) {
.report-header-image-caption {
	padding-left:35px;
	padding-right:35px;
}
}
.no-mediaqueries .report-header-image-caption {
	padding-left:35px;
	padding-right:35px;
}
.report-detail {
	font-size:0.77778em;
	line-height:2.14286em;
	color:#4b4b4b;
	font-family:"FF Meta W02", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.report-detail h4 {
	font-size:1em;
	line-height:2.14286em;
	display:inline-block;
	font-weight:700;
	margin-right:12px;
	margin-right:0.66667rem;
	text-transform:uppercase;
}
.report-detail > div {
	display:inline-block;
}
.report-detail .file {
	display:inline-block;
}
.report-detail .file > a {
	font-size:1em;
	font-family:"FF Meta W02", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page--report {
	max-width:none;
}
.page--report .header {
	min-height:60px;
}
.page--report #main-content {
	padding-top:0;
}
.page--report #main {
	padding-top:48px;
	padding-top:2.66667rem;
}
.page--report #tabs {
	margin-bottom:30px;
	margin-bottom:1.66667rem;
	padding-top:30px;
	padding-top:1.66667rem;
}
#report-nav {
	position:fixed;
	z-index:2;
	overflow:hidden;
	height:100%;
	width:100%;
	transition:-webkit-transform 0s;
	transition:transform 0s;
	transition-delay:0;
}
#report-nav #report-nav-inner {
	position:absolute;
	bottom:0;
	height:100%;
	height:calc(100% - 48px);
	width:23.88889em;
	max-width:100%;
	transition:-webkit-transform .15s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:transform .15s cubic-bezier(0.165, 0.84, 0.44, 1);
	background-color:#ffffff;
	padding:95px 30px 48px;
	padding:5.33333rem 30px 2.66667rem;
	z-index:2;
	overflow:auto;
}
#report-nav #report-nav-overlay {
	opacity:0;
	background-color:#000000;
	transition:opacity .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index:1;
}
#report-nav[aria-expanded="false"] {
	transition-delay:.4s;
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);
}
.no-csstransforms #report-nav[aria-expanded="false"] {
	display:none;
}
#report-nav[aria-expanded="false"] #report-nav-inner {
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);
}
#report-nav[aria-expanded="false"] #report-nav-overlay {
	opacity:0;
}
#report-nav[aria-expanded="true"] #report-nav-overlay {
	opacity:.6;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
#report-nav .nav--multimedia {
	background-color:#e5e5e5;
	margin:23px -30px 0;
	margin:1.33333rem -30px 0;
	padding:12px 30px;
	padding:0.66667rem 30px;
}
#report-nav .nav--multimedia > li {
	border-color:#cecece;
}
#report-nav .list--dropdown {
	margin:12px auto 0;
	margin:0.66667rem auto 0;
}
#report-nav .list--dropdown a {
	color:#007dc3;
}
#report-nav .search-form {
*zoom:1;
	position:relative;
	margin-bottom:23px;
	margin-bottom:1.33333rem;
	float:none;
	display:block;
	width:auto;
	margin-right:0;
}
#report-nav .search-form:before, #report-nav .search-form:after {
	content:" ";
	display:table;
}
#report-nav .search-form:after {
	clear:both;
}
#report-nav .search-form .form-item {
	width:100%;
	max-width:none;
}
#report-nav .search-form .form-item > input {
	width:100%;
}
@media (min-width:48em) {
#report-nav #report-nav-inner {
	padding-left:50px;
	padding-right:50px;
}
#report-nav .nav--multimedia {
	padding-left:50px;
	padding-right:50px;
	margin-left:-50px;
	margin-right:-50px;
}
}
.no-mediaqueries #report-nav #report-nav-inner {
	padding-left:50px;
	padding-right:50px;
}
.no-mediaqueries #report-nav .nav--multimedia {
	padding-left:50px;
	padding-right:50px;
	margin-left:-50px;
	margin-right:-50px;
}
#report-nav-utilities {
	margin:36px auto 12px;
	margin:2rem auto 0.66667rem;
	text-align:center;
}
#report-nav-utilities .article-share, #report-nav-utilities .article-print {
	display:inline-block;
}
#report-nav-toggle {
	display:block;
	position:relative;
	float:left;
	padding:0;
	margin:0;
	width:50px;
	height:48px;
	height:2.66667rem;
	white-space:nowrap;
	text-indent:60px;
	background-color:transparent;
	background-position:center;
	opacity:.7;
}
#report-nav-toggle:hover {
	opacity:1;
}
#report-nav-toggle:after {
	content:'';
	display:block;
	position:absolute;
	top:10px;
	bottom:10px;
	width:1px;
	margin:auto;
	right:0;
	background-color:#e5e5e5;
}
html.prevent-scroll {
	height:100%;
}
html.prevent-scroll body {
	height:100%;
	overflow:hidden;
}
.report-nav-title {
	font-size:1.33333em;
	line-height:1.25em;
	margin-bottom:30px;
	margin-bottom:1.66667rem;
}
.node-type-world-report-chapter .header {
	min-height:60px;
}
.node-type-world-report-chapter #main {
	padding-top:131px;
	padding-top:7.33333rem;
}
.pane-reports-panel-pane-2 {
	padding-bottom:36px;
	padding-bottom:2rem;
}
.l-primary > .pane-reports-panel-pane-2 + .pane-reports-panel-pane-1 {
	margin-top:21px;
	margin-top:1.16667rem;
}
.node-report.accessible .article-teaser, .node-report.accessible .article-accessible {
	margin-top:18px;
	margin-top:1rem;
}
.node-type-world-report #main {
	padding-top:108px;
	padding-top:6rem;
}
.node-type-report, .node-type-world-report, .node-type-world-report-chapter {
	padding-top:0 !important;
}
.node-type-report .toolbar, .node-type-world-report .toolbar, .node-type-world-report-chapter .toolbar {
	position:absolute !important;
}
.world-report-content-secondary .pane-node-field-world-report-keynote + .pane-node-field-world-report-essays {
	padding-top:23px;
	padding-top:1.33333rem;
	margin-top:23px;
	margin-top:1.33333rem;
	border-top:1px solid #e5e5e5;
}
.world-report-supplement {
	background-color:#f5f5f5;
	padding-top:3.33333em;
	padding-bottom:5.33333em;
	margin-top:95px;
	margin-top:5.33333rem;
}
.world-report-supplement .panel-pane + .panel-pane {
	margin-top:59px;
	margin-top:3.33333rem;
}
@media (min-width:48em) {
.world-report-heading {
	margin-bottom:3.33333rem;
}
}
.no-mediaqueries .world-report-heading {
	margin-bottom:59px;
	margin-bottom:3.33333rem;
}
.world-report-media {
	background-color:#ffffff;
}
@media (min-width:64em) {
.world-report-media .world-report-media-caption {
	width:43.47826%;
	float:left;
	margin-left:56.52174%;
	margin-right:-100%;
}
.world-report-media .field--field-world-report-video {
	width:56.52174%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
}
.no-mediaqueries .world-report-media .world-report-media-caption {
	width:43.47826%;
	float:left;
	margin-left:56.52174%;
	margin-right:-100%;
}
.no-mediaqueries .world-report-media .field--field-world-report-video {
	width:56.52174%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
@media (min-width:77.5em) {
.world-report-media .world-report-media-caption {
	width:34.78261%;
	float:left;
	margin-left:65.21739%;
	margin-right:-100%;
}
.world-report-media .field--field-world-report-video {
	width:65.21739%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
}
.no-mediaqueries .world-report-media .world-report-media-caption {
	width:34.78261%;
	float:left;
	margin-left:65.21739%;
	margin-right:-100%;
}
.no-mediaqueries .world-report-media .field--field-world-report-video {
	width:65.21739%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
.world-report-media-caption {
	padding:25px;
}
.world-report-media-caption .heading, .world-report-media-caption .heading--ruled {
	margin-bottom:23px;
	margin-bottom:1.33333rem;
}
.world-report-media-caption .field + .field {
	margin-top:23px;
	margin-top:1.33333rem;
}
.world-report-media-caption .field + .field--field-world-report-video-info {
	margin-top:23px;
	margin-top:1.33333rem;
}
.world-report-media-caption .field--field-world-report-video-info p {
	font-size:0.88889em;
	line-height:1.3125em;
}
@media (min-width:77.5em) {
.world-report-media-caption {
	padding:50px;
}
.world-report-media-caption .field + .field--field-world-report-video-info {
	margin-top:2.33333rem;
}
.world-report-media-caption .field--field-world-report-video-info p {
	font-size:1.11111em;
	line-height:1.35em;
}
}
.no-mediaqueries .world-report-media-caption {
	padding:50px;
}
.no-mediaqueries .world-report-media-caption .field + .field--field-world-report-video-info {
	margin-top:41px;
	margin-top:2.33333rem;
}
.no-mediaqueries .world-report-media-caption .field--field-world-report-video-info p {
	font-size:1.11111em;
	line-height:1.35em;
}
.world-report-title {
	font-size:1.33333em;
	line-height:1.25em;
	font-weight:700;
}
@media (min-width:48em) {
.world-report-title {
	font-size:2em;
	line-height:1.16667em;
}
}
.no-mediaqueries .world-report-title {
	font-size:2em;
	line-height:1.16667em;
}
@media (min-width:77.5em) {
.world-report-title {
	display:inline-block;
	vertical-align:middle;
}
}
.no-mediaqueries .world-report-title {
	display:inline-block;
	vertical-align:middle;
}
.world-report-subtitle {
	font-size:0.88889em;
	line-height:1.125em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	margin-top:5px;
	margin-top:0.33333rem;
}
@media (min-width:48em) {
.world-report-subtitle {
	font-size:1.33333em;
	line-height:1.25em;
}
}
.no-mediaqueries .world-report-subtitle {
	font-size:1.33333em;
	line-height:1.25em;
}
@media (min-width:77.5em) {
.world-report-subtitle {
	display:inline-block;
	margin-left:30px;
	padding-left:24px;
	position:relative;
	vertical-align:middle;
}
.world-report-subtitle:before {
	content:"";
	position:absolute;
	display:block;
	width:1px;
	background-color:#e5e5e5;
	left:0;
	top:-9px;
	bottom:-9px;
	margin:auto;
}
}
.no-mediaqueries .world-report-subtitle {
	display:inline-block;
	margin-left:30px;
	padding-left:24px;
	position:relative;
	vertical-align:middle;
}
.no-mediaqueries .world-report-subtitle:before {
	content:"";
	position:absolute;
	display:block;
	width:1px;
	background-color:#e5e5e5;
	left:0;
	top:-9px;
	bottom:-9px;
	margin:auto;
}
.world-report-utilities {
	margin-top:23px;
	margin-top:1.33333rem;
	padding-left:0;
	padding-right:0;
}
.world-report-utilities-inner {
	position:relative;
}
.world-report-image-caption {
	padding:12px 25px;
	padding:0.66667rem 25px;
	background-color:#ffffff;
}
@media (min-width:37.5em) {
.world-report-image-caption {
	padding-left:35px;
	padding-right:35px;
}
}
.no-mediaqueries .world-report-image-caption {
	padding-left:35px;
	padding-right:35px;
}
@media (min-width:87.5em) {
.world-report-image-caption {
	padding-left:0;
	padding-right:0;
}
}
.world-report-content {
	margin-top:59px;
	margin-top:3.33333rem;
}
.world-report-summary {
	margin-top:0;
	margin-bottom:66px;
	margin-bottom:3.66667rem;
}
.world-report-summary p:first-child {
	font-size:1.33333em;
	line-height:1.25em;
}
@media (min-width:48em) {
.world-report-summary p:first-child {
	font-size:1.66667em;
	line-height:1.2em;
}
}
.no-mediaqueries .world-report-summary p:first-child {
	font-size:1.66667em;
	line-height:1.2em;
}
.world-report-summary p:last-of-type:after {
	background-color:#1186c7;
}
.world-report-keynote + .world-report-essays {
	margin-top:21px;
	margin-top:1.16667rem;
	padding-top:21px;
	padding-top:1.16667rem;
	border-top:1px #e5e5e5 solid;
}
.world-report-explore {
	margin-top:95px;
	margin-top:5.33333rem;
	background-color:#0b81c3;
	color:#ffffff;
	padding:12px 25px;
	padding:0.66667rem 25px;
}
.world-report-explore .world-report-explore-title {
	font-size:1.33333em;
	line-height:1.5em;
	font-weight:300;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
}
.world-report-explore .form-item-browse-countries {
	position:relative;
	display:block;
	margin-top:0;
	padding:0;
	display:inline-block;
	background-color:#16a4f3;
	margin-bottom:0;
	vertical-align:middle;
}
.world-report-explore .form-item-browse-countries select {
	width:100%;
	margin:0;
	background:transparent;
	border:0;
	outline:none;
	box-sizing:border-box;
	appearance:none;
	-webkit-appearance:none;
	font-size:1em;
	font-family:helvetica, sans-serif;
	font-weight:bold;
	color:#444;
	padding:9px 41px 9px 18px;
	padding:0.5rem 2.33333rem 0.5rem 1rem;
	height:36px;
	height:2rem;
	line-height:1.3;
}
.world-report-explore .form-item-browse-countries::after {
	content:"";
	position:absolute;
	width:2em;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	background-color:transparent;
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
	z-index:2;
	pointer-events:none;
}
.world-report-explore .form-item-browse-countries:hover {
	border:0;
}
.world-report-explore .form-item-browse-countries select:focus {
	outline:none;
	box-shadow:none;
	background-color:transparent;
	color:#444;
	border:0;
}
.world-report-explore .form-item-browse-countries option {
	font-weight:normal;
}
.world-report-explore .form-item-browse-countries x:-o-prefocus, .world-report-explore .form-item-browse-countries::after {
display:none;
}
.world-report-explore .form-item-browse-countries select::-ms-expand {
display:none;
}
.world-report-explore .form-item-browse-countries select:focus::-ms-value {
background:transparent;
color:#222;
}
.world-report-explore .form-item-browse-countries select:-moz-focusring {
color:transparent;
text-shadow:0 0 0 #000;
}
.world-report-explore .form-item-browse-countries:hover {
	background-color:#015381;
	cursor:pointer;
}
.world-report-explore .form-item-browse-countries select {
	color:#ffffff;
	font-weight:300;
	font-size:0.77778em;
	line-height:1.5em;
	border-radius:0;
}
.world-report-explore .form-item-browse-countries select:focus {
	color:#ffffff;
	outline:1px dashed #3bb6fc;
}
@media (min-width:30em) {
.world-report-explore .world-report-explore-title {
	float:left;
	margin-bottom:0;
}
.world-report-explore form {
	float:right;
}
}
.no-mediaqueries .world-report-explore .world-report-explore-title {
	float:left;
	margin-bottom:0;
}
.no-mediaqueries .world-report-explore form {
	float:right;
}
.chapter--extended > .chapter-image {
	margin-bottom:23px;
	margin-bottom:1.33333rem;
}
.chapter--extended > .chapter-image img {
	margin-left:0;
}
.chapter--extended > .chapter-content {
	max-width:37em;
}
.chapter--extended .chapter-subtitle {
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top:9px;
	margin-top:0.5rem;
	font-size:0.77778em;
	line-height:1.28571em;
}
@media (min-width:48em) {
.chapter--extended .chapter-subtitle {
	font-size:0.88889em;
	line-height:1.3125em;
}
}
.no-mediaqueries .chapter--extended .chapter-subtitle {
	font-size:0.88889em;
	line-height:1.3125em;
}
.chapter--extended .chapter-author {
	margin-top:23px;
	margin-top:1.33333rem;
}
.chapter--extended[data-eq-state="medium"] > .chapter-image {
	margin-bottom:0;
	margin-top:5px;
	margin-top:0.33333rem;
	width:28.57143%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
.chapter--extended[data-eq-state="medium"] > .chapter-image + .chapter-content {
	width:64.28571%;
	float:left;
	margin-left:35.71429%;
	margin-right:-100%;
}
.chapter--extended[data-eq-state="large"] > .chapter-image {
	margin-bottom:0;
	width:30.43478%;
	float:left;
	margin-left:0;
	margin-right:-100%;
}
.chapter--extended[data-eq-state="large"] > .chapter-image + .chapter-content {
	width:66.52174%;
	float:left;
	margin-left:33.47826%;
	margin-right:-100%;
}
.chapter--extended[data-eq-state="large"] .chapter-title {
	font-size:1.66667em;
	line-height:1.2em;
}
.chapter--extended[data-eq-state="large"] .chapter-teaser {
	margin-top:12px;
	margin-top:0.66667rem;
}
.chapter--simple .chapter-title {
	font-size:1em;
	line-height:1.33333em;
}
.chapter--simple .chapter-author {
	margin-top:9px;
	margin-top:0.5rem;
}
.search-header {
	margin-bottom:48px;
	margin-bottom:2.66667rem;
}
.search-header > .page-title {
	display:inline-block;
	vertical-align:middle;
	margin-right:.5em;
	margin-bottom:0;
}
.search-header > .link--help {
	vertical-align:middle;
}
#block-search-form {
*zoom:1;
}
#block-search-form:before, #block-search-form:after {
	content:" ";
	display:table;
}
#block-search-form:after {
	clear:both;
}
.search-form {
*zoom:1;
	margin:0 .25em 0 0;
	line-height:1em;
	position:relative;
	padding-left:0;
	padding-right:30px;
}
.search-form:before, .search-form:after {
	content:" ";
	display:table;
}
.search-form:after {
	clear:both;
}
.search-form .form-item {
	margin:0;
	width:104px;
	float:left;
}
.search-form .form-item-label {
	display:none;
}
.search-form .form-text {
	box-sizing:border-box;

	height:30px;
	border:0;
	background-color:#727272;
	color:#ffffff;
	font-size:0.77778em;
	line-height:1.71429em;
	padding:3px .5em;
	padding:0.16667rem .5em;
}
.header--report .search-form .form-text {
	background-color:#e5e5e5;
}
.search-form .form-actions {
	margin:0;
}
.search-form .form-submit {
	display:block;
	box-sizing:border-box;
	position:absolute;
	left:auto;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	padding:0 0 0 30px;
	width:0;
	text-indent:30px;
	overflow:hidden;
	background-color:#444;
}
.search-form .form-submit:hover, .search-form .form-submit:focus {
	background-color:#000000;
}
.is-mobile .search-form .form-submit {
	background-color:#202020;
}
.search-page-form {
	background:#e5e5e5;
	padding:36px 35px;
	padding:2rem 35px;
}
.search-page-form form {
	margin-top:23px;
	margin-top:1.33333rem;
}
.search-page-form .form-type-radios {
	margin-top:0;
	margin-bottom:0;
	padding-top:23px;
	padding-top:1.33333rem;
	clear:both;
}
.search-page-form .form-type-radios > .form-item-label {
	font-size:1em;
	line-height:1.16667em;
	margin-left:.5em;
	margin-right:.5em;
}
.search-page-form .form-type-radios .form-type-radio {
	margin:6px .5em;
}
.search-page-form .form-type-radios > .form-item-label, .search-page-form .form-type-radios > .form-radios, .search-page-form .form-type-radios .form-type-radio {
	display:inline-block;
	vertical-align:middle;
}
.search-page-form .form-type-radios > .form-radios {
	font-size:0.77778em;
	line-height:1.28571em;
}
.search-page-form .form-actions {
	margin:0;
}
.search-page-form .form-type-textfield {
	margin:0;
}
.search-page-form .form-type-textfield > input {
	border-color:#cecece;
	width:100%;
}
.search-page-form .form-submit {
	font-size:0.77778em;
	line-height:1.28571em;
	background-color:#007dc3;
	border:1px solid #007dc3;
	padding:9px 25px 9px;
	padding:0.5rem 25px 0.5rem;
	transition:all .15s;
	background-position:10px center;
	background-size:24px;
	padding-left:40px;
	width:100%;
	text-align:left;
}
.search-page-form .form-submit:hover, .search-page-form .form-submit:focus {
	background-color:#444;
	border-color:#444;
}
@media (min-width:30em) {
.search-page-form {
*zoom:1;
}
.search-page-form:before, .search-page-form:after {
	content:" ";
	display:table;
}
.search-page-form:after {
	clear:both;
}
.search-page-form .form-type-textfield {
	width:70%;
	float:left;
}
.search-page-form .form-type-textfield input {
	border-right:0;
}
.search-page-form .form-actions {
	float:left;
	width:30%;
}
}
.no-mediaqueries .search-page-form {
*zoom:1;
}
.no-mediaqueries .search-page-form:before, .no-mediaqueries .search-page-form:after {
	content:" ";
	display:table;
}
.no-mediaqueries .search-page-form:after {
	clear:both;
}
.no-mediaqueries .search-page-form .form-type-textfield {
	width:70%;
	float:left;
}
.no-mediaqueries .search-page-form .form-type-textfield input {
	border-right:0;
}
.no-mediaqueries .search-page-form .form-actions {
	float:left;
	width:30%;
}
@media (min-width:37.5em) {
.search-page-form .form-type-textfield {
	width:75%;
}
.search-page-form .form-actions {
	width:25%;
}
}
.no-mediaqueries .search-page-form .form-type-textfield {
	width:75%;
}
.no-mediaqueries .search-page-form .form-actions {
	width:25%;
}
@media (min-width:48em) {
.search-page-form .form-type-textfield {
	width:80%;
}
.search-page-form .form-actions {
	width:20%;
}
}
.no-mediaqueries .search-page-form .form-type-textfield {
	width:80%;
}
.no-mediaqueries .search-page-form .form-actions {
	width:20%;
}
.search-summary {
	font-weight:300;
	font-size:0.77778em;
	line-height:1.5em;
}
@media (min-width:48em) {
.search-summary {
	font-size:1.33333em;
	line-height:1.5em;
}
}
.no-mediaqueries .search-summary {
	font-size:1.33333em;
	line-height:1.5em;
}
.search-secondary {
	background:#e5e5e5;
	padding:36px 35px;
	padding:2rem 35px;
}
.search-secondary .views-exposed-form {
	margin:-36px -35px;
	margin:-2rem -35px;
}
.search-secondary .views-exposed-widget + .views-exposed-widget {
	margin-top:23px;
	margin-top:1.33333rem;
}
.search-secondary .views-exposed-widget + .views-reset-button {
	margin-top:0;
}
.content-secondary + .search-secondary {
	margin-top:59px;
	margin-top:3.33333rem;
}
.link--help {
	display:inline-block;
	font-size:0.77778em;
	line-height:1.28571em;
	margin:12px 0;
	margin:0.66667rem 0;
	padding:9px 14px;
	padding:0.5rem 14px;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border:1px solid #e5e5e5;
}
.block-hrw-panels-facet-reset {
	position:relative;
}
.block-hrw-panels-facet-reset .block-title {
	display:inline;
	color:#3b3b3b;
}
.block-hrw-panels-facet-reset .block-content {
	display:inline-block;
	position:absolute;
	left:auto;
	right:0;
	bottom:1px;
}
@media (max-width:26.25em) {
.block-hrw-panels-facet-reset .block-content {
	position:static;
}
}
@media (min-width:64em) and (max-width:75em) {
.block-hrw-panels-facet-reset .block-content {
	position:static;
}
}
.link--reset {
	font-size:0.77778em;
	line-height:1.28571em;
	display:inline-block;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#007dc3;
	padding-left:20px;
	background-position:left center;
}
.link--reset:hover, .link--reset:focus {
	color:#007dc3;
}
.search-results {
	margin:0;
	padding:0;
	padding-bottom:36px;
	padding-bottom:2rem;
	margin-bottom:36px;
	margin-bottom:2rem;
	border-bottom:1px solid #e5e5e5;
}
.search-results > li {
	list-style:none;
	margin:0;
}
.search-results > li {
	margin-bottom:0;
}
.search-results > li + li {
	margin-top:36px;
	margin-top:2rem;
	padding-top:36px;
	padding-top:2rem;
	border-top:1px solid #e5e5e5;
}
.search-result .search-result-image {
	margin-bottom:23px;
	margin-bottom:1.33333rem;
	position:relative;
}
.search-result .search-result-image img {
	display:block;
	margin:0 auto;
}
.search-result .search-result-image .icon--type {
	position:absolute;
	bottom:0;
	right:0;
}
@media (min-width:25em) {
.search-result .search-result-image {
	width:16.66667%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-top:0.33333rem;
}
.search-result .search-result-image + .search-result-content {
	width:75%;
	float:left;
	margin-left:25%;
	margin-right:-100%;
}
}
@media (min-width:37.5em) {
.search-result .search-result-image {
	width:14.28571%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-top:0.33333rem;
}
.search-result .search-result-image + .search-result-content {
	width:71.42857%;
	float:left;
	margin-left:21.42857%;
	margin-right:-100%;
}
}
.no-mediaqueries .search-result .search-result-image {
	width:14.28571%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-top:5px;
	margin-top:0.33333rem;
}
.no-mediaqueries .search-result .search-result-image + .search-result-content {
	width:71.42857%;
	float:left;
	margin-left:21.42857%;
	margin-right:-100%;
}
@media (min-width:64em) {
.search-result .search-result-image {
	width:14.28571%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-top:0.33333rem;
}
.search-result .search-result-image + .search-result-content {
	width:71.42857%;
	float:left;
	margin-left:21.42857%;
	margin-right:-100%;
}
}
.no-mediaqueries .search-result .search-result-image {
	width:14.28571%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	margin-top:5px;
	margin-top:0.33333rem;
}
.no-mediaqueries .search-result .search-result-image + .search-result-content {
	width:71.42857%;
	float:left;
	margin-left:21.42857%;
	margin-right:-100%;
}
.search-result .search-result-title {
	font-size:1em;
	line-height:1.33333em;
	margin-top:3px;
	margin-top:0.16667rem;
}
.search-result .search-result-subtitle {
	font-size:0.77778em;
	line-height:1.5em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.search-result .search-result-snippet {
	margin-top:5px;
	margin-top:0.33333rem;
	font-size:0.88889em;
	line-height:1.3125em;
}
.search-secondary .pane + .pane {
	margin-top:30px;
	margin-top:1.66667rem;
}
.search-secondary .pane {
	margin-top:30px;
	margin-top:1.66667rem;
	padding-top:30px;
	padding-top:1.66667rem;
	border-top:1px solid #cecece;
}
.sharethis-buttons {
	position:absolute;
	top:100%;
	right:50%;
	margin-right:-54px;
	margin-right:-3rem;
	background-color:#f5f5f5;
	box-shadow:0 0 5px rgba(75,75,75,0.4);
	opacity:0;
	-webkit-transform:scale(0);
	transform:scale(0);
	transition:all .15s ease-out;
}
.no-csstransforms .sharethis-buttons {
	display:none;
}
.sharethis-buttons:after {
	content:"";
	height:0;
	width:0;
	border-bottom:8px solid #f5f5f5;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	position:absolute;
	bottom:100%;
	right:50%;
	margin-right:-10px;
}
.sharethis-buttons[aria-expanded="true"], .article-share:hover .sharethis-buttons {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.no-csstransforms .sharethis-buttons[aria-expanded="true"], .no-csstransforms .article-share:hover .sharethis-buttons {
	display:block;
}
.article-share-toggle {
	font-size:0.66667em;
	line-height:2em;
	border:1px solid #d6d6d6;
	background-color:#f5f5f5;
	color:#3b3b3b;
	padding-bottom:1px;
	padding-bottom:0.11111rem;
	padding-top:1px;
	padding-top:0.11111rem;
	position:relative;
	vertical-align:middle;
	z-index:1;
	padding-left:14px;
	padding-left:0.83333rem;
	padding-right:36px;
	padding-right:2rem;
}
.article-share-toggle:hover {
	color:#3b3b3b;
	background-color:#e5e5e5;
}
.article-share-toggle:focus {
	background-color:#f5f5f5;
	color:#3b3b3b;
	outline:1px dashed #1186c7;
	z-index:2;
}
.header .article-share-toggle {
	background-color:#ffffff;
}
.header .article-share-toggle:hover, .header .article-share-toggle:focus {
	background-color:#f5f5f5;
}
.node-type-report .article-share-toggle {
	font-family:"FF Meta W02", "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.article-share-toggle:after {
	content:"";
	height:18px;
	height:1rem;
	width:18px;
	width:1rem;
	background-position:center;
	background-size:100%;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:14px;
	right:0.83333rem;
}
.article-share:hover .article-share-toggle {
	color:inherit;
	background-color:#cecece;
}
.header .article-share:hover .article-share-toggle {
	color:#3b3b3b;
	background-color:#e5e5e5;
}
.sharethis-wrapper {
*zoom:1;
	width:108px;
	width:6rem;
}
.sharethis-wrapper:before, .sharethis-wrapper:after {
	content:" ";
	display:table;
}
.sharethis-wrapper:after {
	clear:both;
}
.sharethis-wrapper > span {
	display:block;
	float:left;
}
.stButton {
	height:36px;
	height:2rem;
	width:36px;
	width:2rem;
	margin:0 !important;
	background-position:center;
	opacity:.7;
	transition:opacity .15s ease-out;
}
.stButton:hover, .stButton:focus {
	opacity:1;
}
.stLarge {
	background-image:none !important;
}
.article-share {
	position:relative;
}
.sharelines {
	line-height:1em;
}
.sharelines > .label {
	font-size:1em;
	line-height:1.33333em;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
	font-weight:700;
}
.shareline + .shareline {
	margin-top:12px;
	margin-top:0.66667rem;
}
.shareline-link {
	display:block;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	padding-left:25px;
	font-size:0.88889em;
	line-height:1.3125em;
	background-position:left top;
	background-size:20px;
}
.social-item {
	margin-top:12px;
	margin-top:0.66667rem;
}
.footer-signup .form-item {
	display:inline-block;
	margin:0 14px 3px 0;
	margin:0 14px 0.16667rem 0;
}
.footer-signup input[type="email"], .footer-signup input[type="submit"], .footer-signup input[type="checkbox"] + label {
	font-size:0.77778em;
	line-height:1.28571em;
	font-weight:300;
}
.footer-signup input[type="email"] {
	padding:3px 10px;
	padding:0.16667rem 10px;
	background-color:#444;
	border:0;
	font-size:14px;
}
.footer-signup input[type="submit"] {
	padding:3px 15px;
	padding:0.16667rem 15px;
	border:0;
	background-color:#1186c7;
}
.footer-signup .form-wrapper {
	display:inline-block;
	border:0;
	padding:0;
	margin:0;
}
.table-wrapper {
	margin-top:41px;
	margin-top:2.33333rem;
}
.table-wrapper table {
	width:auto;
	max-width:none;
}
.table--clean {
	border:0;
}
.table--clean td, .table--clean th {
	border-left:0;
}
.table--grouped tbody tr:first-child td, .table--grouped tbody tr:first-child th {
	background-color:#f5f5f5;
}
.table--grouped tbody + tbody {
	border-top:0;
}
.table--condensed th, .table--condensed td {
	padding:4px 5px;
}
.table--striped tbody tr:nth-child(odd) td, .table--striped tbody tr:nth-child(odd) th {
	background-color:#f5f5f5;
}
.table--borderless {
	border:none;
}
.table--borderless th, .table--borderless td {
	border:none;
}
tr:only-child > td:only-child {
	background-color:#f5f5f5;
	padding:23px;
	padding:1.33333rem;
	font-weight:300;
}
tr:only-child > td:only-child li + li {
	margin-top:18px;
	margin-top:1rem;
}
@media (min-width:64em) {
tr:only-child > td:only-child {
	padding:2.66667rem;
}
}
.no-mediaqueries tr:only-child > td:only-child {
	padding:48px;
	padding:2.66667rem;
}
@media only screen and (max-width:767px) {
table.responsive {
	margin-bottom:0;
	border-bottom:1px solid #e5e5e5;
}
.pinned {
	position:absolute;
	left:0;
	top:0;
	background:#fff;
	width:35%;
	overflow:hidden;
	overflow-x:scroll;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	box-shadow:10px 0 20px rgba(0,0,0,0.1);
}
.pinned table {
	border-right:none;
	border-left:none;
	width:100%;
	border-bottom:1px solid #e5e5e5;
}
.pinned table th, .pinned table td {
	white-space:nowrap;
}
.pinned td:last-child {
	border-bottom:0;
}
div.table-wrapper {
	position:relative;
	margin-bottom:1.55555rem;
	overflow:hidden;
	border-right:1px solid #e5e5e5;
}
div.table-wrapper:last-child {
	margin-bottom:0;
}
div.table-wrapper div.scrollable {
	margin-left:35%;
}
div.table-wrapper div.scrollable {
	overflow:scroll;
	overflow-y:hidden;
}
table.responsive td, table.responsive th {
	position:relative;
	white-space:nowrap;
	overflow:hidden;
}
table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
	display:none;
}
}
.tabs-nav {
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size:1em;
	line-height:1.16667em;
}
.l-secondary .tabs-nav {
	font-size:0.77778em;
	line-height:1.5em;
}
[role="tabpanel"][aria-hidden="true"] {
display:none;
}
.tabs-header {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:36px;
	margin-bottom:2rem;
	position:relative;
}
.tabs-header > .tabs-nav {
	display:inline-block;
}
.tabs-header > .tabs-heading {
	margin-bottom:12px;
	margin-bottom:0.66667rem;
	padding-bottom:0;
	margin-right:1em;
	line-height:1em;
}
.tabs-header[data-eq-state="inline"], .tabs-header[data-eq-state="large"] {
	text-align:right;
}
.tabs-header[data-eq-state="inline"] > .tabs-heading, .tabs-header[data-eq-state="large"] > .tabs-heading {
	float:left;
	position:absolute;
	bottom:14px;
	bottom:0.83333rem;
	margin-bottom:0;
}
.l-secondary .tabs-header[data-eq-state="inline"] > .tabs-heading, .l-secondary .tabs-header[data-eq-state="large"] > .tabs-heading {
	margin-bottom:0;
}
.tabs-header[data-eq-state="inline"].tabs-header--small .tabs-heading, .tabs-header[data-eq-state="large"].tabs-header--small .tabs-heading {
	font-size:1.22222em;
	line-height:1.09091em;
}
.tabs-header[data-eq-state="large"] .tabs-nav {
	font-size:1.33333em;
	line-height:1em;
}
.tabs-header[data-eq-state="large"].tabs-header--small .tabs-nav {
	font-size:1em;
	line-height:1.33333em;
}
.l-secondary .tabs-header[data-eq-state="tiny"] .tabs-nav {
	position:absolute;
	right:0;
	bottom:0;
}
.l-secondary .tabs-header > .tabs-heading {
	margin-bottom:12px;
	margin-bottom:0.66667rem;
	font-size:0.88889em;
	line-height:1.125em;
	font-weight:400;
	text-transform:uppercase;
}
.term-tablist {
	display:inline-block;
	padding-left:0;
	margin:0;
}
.term-tab {
	display:inline-block;
	list-style-type:none;
	cursor:pointer;
	color:#007dc3;
	position:relative;
	padding-bottom:8px;
}
.term-tab a {
	color:inherit;
	text-decoration:none;
}
[data-eq-state="inline"] .term-tab {
	padding-bottom:12px;
}
[data-eq-state="large"] .term-tab {
	padding-bottom:15px;
}
.l-secondary .term-tab {
	padding-bottom:8px;
}
.term-tab[aria-selected="false"]:hover {
	text-decoration:underline;
}
.term-tab[aria-selected="true"] {
	color:inherit;
	cursor:default;
}
.term-tab[aria-selected="true"]:focus {
	outline:none;
}
.term-tab[aria-selected="true"]:after {
	content:"";
	display:block;
	position:absolute;
	top:100%;
	height:12px;
	height:0.66667rem;
	width:18px;
	width:1rem;
	background-color:#ffffff;
	margin:auto;
	left:0;
	right:0;
}
.section--supplement .term-tab[aria-selected="true"]:after {
	background-color:#f5f5f5;
}
.term-tab + .term-tab {
	margin-left:.75em;
}
.tabs-label {
	display:inline-block;
	margin-right:1em;
}
.tabs-label:after {
	content:"//";
	margin-left:.75em;
	letter-spacing:-.05em;
	color:#e5e5e5;
}
.tags-label {
	display:inline;
	font-size:1em;
	line-height:1.33333em;
}
.tags-list {
	display:inline;
	padding:0;
	margin:0;
	list-style-type:none;
	font-size:1em;
	line-height:1.33333em;
}
.tags-list > li {
	display:inline;
}
.tags-list > li > a {
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
}
.tags-list > li > a:after {
	content:",";
}
.tags-list > li > .file {
	display:inline-block;
}
.tags-list > li:last-child > a:after {
	content:none;
}
.text-box {
	background-color:#f5f5f5;
	padding:23px;
	padding:1.33333rem;
	font-weight:700;
}
@media (min-width:64em) {
.text-box {
	padding:2.66667rem;
}
}
.no-mediaqueries .text-box {
	padding:48px;
	padding:2.66667rem;
}
.toc-list {
	font-size:0.88889em;
	line-height:1.3125em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	font-weight:300;
}
.toc-list > li {
	margin:0;
	padding:0;
	list-style-type:none;
}
.toc-list > li > a {
	display:block;
	padding:18px 0;
	padding:1rem 0;
	border-top:1px #e5e5e5 solid;
}
.toc-list > li > a:hover, .toc-list > li > a:focus {
	color:#0b81c3;
}
.toc-list > li.toc-item--level-1 {
	display:block;
}
.toc-list .toc-list {
	font-size:1em;
}
.toc-sublist {
	padding:0;
	margin:0 0 12px;
	margin:0 0 0.66667rem;
}
.toc-sublist > li {
	margin:0;
	padding:0;
	list-style-type:none;
}
.toc-sublist > li > a {
	display:block;
	padding:5px 0 12px 25px;
	padding:0.33333rem 0 0.66667rem 25px;
	font-size:0.875em;
	line-height:1.5em;
}
.toc-heading {
	font-size:1em;
	line-height:1.3125em;
	margin:0;
	font-weight:400;
	padding:18px 0 9px;
	padding:1rem 0 0.5rem;
	border-top:1px #e5e5e5 solid;
}
#toolbar {
	box-shadow:none;
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
}
.trending {
	line-height:24px;
	z-index:1;
}
.trending-label {
	display:inline;
	font-size:0.77778em;
	line-height:1.28571em;
	font-weight:400;
}
.trending-label:after {
	content:"//";
	margin-left:.75em;
	letter-spacing:-.05em;
}
.trending-list {
	display:inline;
	padding:0;
	margin:0;
	list-style-type:none;
	font-size:0.77778em;
	line-height:1.28571em;
}
.trending-list > li {
	display:inline;
	padding-right:.75em;
	padding-left:.75em;
}
.trending-list > li > a {
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	color:#666666;
}
.trending--inverse .trending-label {
	color:#013959;
}
.trending--inverse .trending-list > li > a {
	color:#ffffff;
}
.trending--inverse .trending-list > li > a:hover, .trending--inverse .trending-list > li > a:focus {
	color:#5fcdfb;
}
.tweets-pulled-listing {
	margin-top:30px;
	margin-top:1.66667rem;
}
.tweet {
	line-height:1em;
	padding-left:65px;
}
.tweet-image {
	width:48px;
	float:left;
	margin-left:-65px;
}
.tweet-author, .tweet-screenname {
	font-size:0.77778em;
	line-height:1.28571em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tweet-screenname {
	font-weight:300;
}
.tweet-author {
	display:inline;
}
.tweet-author > a {
	color:#202020;
	font-weight:700 !important;
}
.tweet-text {
	font-size:0.88889em;
	line-height:1.3125em;
	margin-top:5px;
	margin-top:0.33333rem;
}
.tweet-time {
	font-size:0.66667em;
	line-height:1.5em;
	display:block;
	font-weight:400;
}
.panel--twitter .heading--twitter {
	margin-bottom:30px;
	margin-bottom:1.66667rem;
}
.panel--twitter iframe {
	width:100% !important;
}
#slider-facetapi-facet-apachesolrsolr-block-created {
	position:relative;
	top:-9px;
}
.ui-slider-horizontal {
	border:0;
	height:9px;
	border-radius:0;
	background:#cecece;
	box-shadow:0 0 2px 0 rgba(102,102,102,0.2) inset;
}
.ui-slider-horizontal .ui-slider-handle {
	background:transparent;
	border:0;
	height:36px;
	width:36px;
	top:-13px;
}
.ui-slider-horizontal .ui-slider-handle:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:18px;
	width:18px;
	margin:auto;
	background:#007dc3;
	border-radius:18px;
}
.ui-slider-horizontal .ui-slider-handle.handle-max {
	margin-left:-24px;
}
.ui-slider-horizontal .ui-slider-range {
	background:#007dc3;
}
.facetapi-slider-min, .facetapi-slider-max {
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	position:relative;
}
.facetapi-slider-min {
	bottom:-42px;
	left:-.5em;
}
.facetapi-slider-max {
	bottom:-6px;
	right:-.5em;
}
.player, .video {
	height:1px;
	width:100%;
	position:relative;
	padding-top:62.5%;
}
.player > iframe, .video > iframe {
	position:absolute;
	top:0;
	height:100%;
	width:100%;
}
.video--modal {
	max-width:30em;
	margin:auto;
	color:#f5f5f5;
}
.video--modal .embedded-video {
	margin-bottom:23px;
	margin-bottom:1.33333rem;
}
.video--modal .video-title {
	font-size:1.33333em;
	line-height:1.25em;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
}
.video--modal .video-description {
	font-size:1em;
	line-height:1.16667em;
}
.videos-list, .videos-item {
	margin:0;
	padding:0;
}
.videos-item {
	display:block;
	list-style-type:none;
}
.videos-item[aria-hidden="true"] {
	display:none;
}
.video--teaser {
	background-color:#141414;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.video--teaser .video-image {
	opacity:.4;
}
.video--teaser .video-image > img {
	width:100%;
}
.video--teaser .video-header {
	background-image:linear-gradient(to bottom, rgba(20,20,20,0), rgba(20,20,20,0.85), #141414);
	position:absolute;
	bottom:0;
	max-height:100%;
	padding-left:12px;
	padding-right:65px;
	padding-top:23px;
	padding-top:1.33333rem;
	padding-bottom:23px;
	padding-bottom:1.33333rem;
	width:100%;
}
.video--teaser .video-header:after {
	content:"";
	display:block;
	height:50px;
	width:50px;
	position:absolute;
	left:auto;
	right:15px;
	top:0;
	bottom:0;
	margin:auto;
	background-size:50px;
	background-position:center;
}
@media (min-width:37.5em) {
.video--teaser .video-header {
	padding:2rem 140px 2.66667rem 25px;
}
.video--teaser .video-header:after {
	height:88px;
	width:88px;
	left:auto;
	right:36px;
	background-size:88px;
}
}
.no-mediaqueries .video--teaser .video-header {
	padding:36px 140px 48px 25px;
	padding:2rem 140px 2.66667rem 25px;
}
.no-mediaqueries .video--teaser .video-header:after {
	height:88px;
	width:88px;
	left:auto;
	right:36px;
	background-size:88px;
}
.video--teaser .video-title {
	font-size:1em;
	line-height:1.16667em;
}
@media (min-width:37.5em) {
.video--teaser .video-title {
	font-size:2em;
	line-height:1.08333em;
}
}
.no-mediaqueries .video--teaser .video-title {
	font-size:2em;
	line-height:1.08333em;
}
.video--teaser .video-title > a {
	color:white;
}
.video--teaser .dateline--small + .video-title {
	margin-top:5px;
	margin-top:0.33333rem;
}
.video--teaser .embedded-video {
	position:absolute;
	transition:all .4s;
	height:100%;
	width:100%;
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0);
	top:0;
	cursor:pointer;
}
.no-csstransforms .video--teaser .embedded-video {
	top:100%;
}
.video--teaser[aria-expanded="true"] .embedded-video {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	top:0;
}
.node-video.accessible .video-media, .node-video.accessible .video-teaser {
	margin-top:18px;
	margin-top:1rem;
}
.videos-tablist {
	margin:0;
	padding:0;
}
.videos-tablist > li {
	position:relative;
	display:block;
	padding:12px 0 12px 48px;
	padding:0.66667rem 0 0.66667rem 48px;
	border-bottom:1px solid #e5e5e5;
	list-style-type:none;
	color:#007dc3;
	font-size:0.77778em;
	line-height:1.5em;
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
	cursor:pointer;
	outline:none;
}
.videos-tablist > li[aria-selected="true"] {
	color:#9e9e9e;
}
.videos-tablist > li:after {
	display:block;
	height:48px;
	width:48px;
	content:"";
	background-position:center;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}
@media (min-width:48em) {
.videos-tablist > li {
	font-size:0.88889em;
	line-height:1.5em;
}
}
.no-mediaqueries .videos-tablist > li {
	font-size:0.88889em;
	line-height:1.5em;
}
.article--featured + .view-news-by-term-id {
	border-top:1px solid #e5e5e5;
	margin-top:21px;
	margin-top:1.16667rem;
	padding-top:21px;
	padding-top:1.16667rem;
}
.field-label {
	font-size:0.77778em;
	line-height:1.28571em;
	font-weight:bold;
	color:#333333;
}
.field-group--inline {
	margin-bottom:-36px;
	margin-bottom:-2rem;
}
.field-group--inline > .field {
	display:inline-block;
	margin-bottom:36px;
	margin-bottom:2rem;
	width:18em;
	margin-right:25px;
}
@media (min-width:37.5em) {
.field-group--inline > .field {
	width:40%;
}
}
.no-mediaqueries .field-group--inline > .field {
	width:40%;
}
.block--ruled {
	padding:48px 0;
	padding:2.66667rem 0;
	border-top:3px solid #e5e5e5;
	border-top:3px solid #b93000;
	border-bottom:1px solid #e5e5e5;
}
.block--ruled .block-title {
	font-size:1.22222em;
	line-height:1.09091em;
	margin-bottom:18px;
	margin-bottom:1rem;
}
.block--callout {
	padding:23px 20px;
	padding:1.33333rem 20px;
	background-color:#f5f5f5;
}
.block--callout .block-title {
	margin-bottom:18px;
	margin-bottom:1rem;
}
.block--secondary {
	background-color:#f5f5f5;
	padding:30px;
	padding:1.66667rem;
}
.block--promo {
	background:#1186c7;
	color:#e5e5e5;
}
.block--promo a {
	color:#ffffff;
}
.block--promo .block-content {
	padding:30px;
	padding:1.66667rem;
}
.block--promo .block-content > .title {
	font-weight:300;
	margin-bottom:0;
}
.block--promo .block-content > .promo-body {
	border-top:1px solid rgba(255,255,255,0.25);
	margin-top:12px;
	margin-top:0.66667rem;
	padding-top:12px;
	padding-top:0.66667rem;
	margin-bottom:12px;
	margin-bottom:0.66667rem;
}
.block--promo .block-content > .promo-link {
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:700;
	position:relative;
}
.block--promo[data-eq-state="large"] {
	padding:0;
}
.block--promo[data-eq-state="large"] > .article-image {
	margin-bottom:0;
	width:42.85714%;
	float:left;
	margin-left:0;
	margin-right:-100%;
	padding:30px;
	padding:1.66667rem;
	padding-right:0;
}
.block--promo[data-eq-state="large"] > .block-content {
	width:57.14286%;
	float:right;
	margin-right:0;
	margin-left:-100%;
}
.view-promo-boxes .views-row + .views-row {
	margin-top:66px;
	margin-top:3.66667rem;
}
.block--subnavigation {
	background:#1186c7;
	margin-bottom:59px;
	margin-bottom:3.33333rem;
	padding:30px 18px;
	padding:1.66667rem 1rem;
}
.block--subnavigation .block-title {
	border-bottom:1px solid #81d1fe;
	color:#ffffff;
	padding:5px 0 12px;
	padding:0.33333rem 0 0.66667rem;
	margin-bottom:18px;
	margin-bottom:1rem;
	margin-left:18px;
	margin-left:1rem;
	margin-right:18px;
	margin-right:1rem;
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
div.jp-interface {
	position:relative;
	margin-bottom:32px;
	margin-bottom:2rem;
	width:100%;
	z-index:100;
	background:#e5e5e5;
	background:linear-gradient(center bottom, #e5e5e5 0%, #f5f5f5 100%);
	font-family:"Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jp-interface {
	height:30px;
}
.jp-controls {
	list-style-type:none;
	padding:0;
	margin:0;
}
.jp-controls li {
	display:inline;
}
.jp-controls a {
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
}
.jp-current-time, .jp-duration {
	font-size:0.66667em;
	line-height:1.5em;
	position:absolute;
	bottom:-24px;
}
.jp-current-time {
	left:0;
}
.jp-duration {
	right:0;
}
a.jp-play, a.jp-pause {
	width:33px;
	height:30px;
	z-index:1;
	outline:none;
	top:0;
	left:0;
	border-right:1px solid #cecece;
}
a.jp-play {
	background:url(/sites/all/themes/hrw/img/jplayer-black-and-yellow.png) 0 0 no-repeat;
}
a.jp-play:hover {
	background-position:-33px 0;
}
a.jp-pause {
	background:url(/sites/all/themes/hrw/img/jplayer-black-and-yellow.png) 0 -30px no-repeat;
	display:none;
}
a.jp-pause:hover {
	background-position:-33px -30px;
}
.jp-progress {
	position:absolute;
	height:100%;
	left:0;
	right:0;
	padding:1px;
	background-color:#e5e5e5;
	margin-left:34px;
	margin-right:81px;
	padding:11px 10px;
	border-left:1px solid #f5f5f5;
	border-right:1px solid #cecece;
}
.jp-seek-bar {
	width:100% !important;
	height:7px;
	cursor:pointer;
	padding:1px;
	background-color:#cecece;
}
.jp-play-bar {
	width:0px;
	height:5px;
	background-color:#007dc3;
}
.jp-volume-bar {
	position:absolute;
	overflow:hidden;
	background-color:#cecece;
	width:40px;
	height:100%;
	cursor:pointer;
	top:11px;
	right:10px;
	height:7px;
	padding:1px;
}
.jp-volume-bar-value {
	width:0px;
	height:5px;
	background-color:#007dc3;
}
a.jp-mute, a.jp-unmute {
	width:17px;
	height:13px;
	z-index:1;
	outline:none;
	top:9px;
	right:55px;
}
a.jp-mute {
	background:url(/sites/all/themes/hrw/img/jplayer-black-and-yellow.png) -10px -68px no-repeat;
}
a.jp-mute:hover {
	background-position:-43px -68px;
}
a.jp-unmute {
	background:url(/sites/all/themes/hrw/img/jplayer-black-and-yellow.png) -10px -98px no-repeat;
}
a.jp-unmute:hover {
	background-position:-43px -98px;
}
.jp-playlist {
	display:none;
}
/*JUST FOR CDN*/
.gf-author, .gf-spacer, .gf-snippet{
	display:none;
}
.gf-relativePublishedDate{
  font-size: 0.85714em;
    line-height: 1.5em;
	font-family: "Neue Helvetica W02","Helvetica Neue",Helvetica,Arial,sans-serif;
	 font-weight: 700;
}
table, table th, table td{
border:0;	
}
.gsc-input{
		width:450px;
}
.gsc-i-id1 {
	width:400px;
}
