@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,400i,700,700i|Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,400i,700,700i|Montserrat:400,700");
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/icomoon.eot?bnia61");
  src: url("../icomoon/icomoon.eot?bnia61#iefix") format("embedded-opentype"), url("../icomoon/icomoon.ttf?bnia61") format("truetype"), url("../icomoon/icomoon.woff?bnia61") format("woff"), url("../icomoon/icomoon.svg?bnia61#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], .block-aspi-topics .slick-prev:before, .block-aspi-topics .slick-next:before, .block-aspi-topics .a-btn.-hasIcon:before, .block-aspi-topics .a-btn.-hasIcon svg, .you-may-be-interested .slick-prev:before, .you-may-be-interested .slick-next:before, .you-may-be-interested .a-btn.-hasIcon:before, .you-may-be-interested .a-btn.-hasIcon svg, .feature-report-authors .slick-prev:before, .feature-report-authors .slick-next:before, .feature-report-authors .a-btn.-hasIcon:before, .feature-report-authors .a-btn.-hasIcon svg, [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-arrow-diag-up:before {
  content: "";
  color: #cf1730;
}

.icon-th-menu:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-menu2:before {
  content: "";
}

.icon-library_music:before {
  content: "";
}

.icon-ondemand_video:before {
  content: "";
}

.icon-video_library:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-music2:before {
  content: "";
}

.icon-folder-music2:before {
  content: "";
}

.icon-controller-play:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-youtube-with-circle:before {
  content: "";
}

.icon-clapperboard:before {
  content: "";
}

.icon-video22:before {
  content: "";
}

.icon-folder-video:before {
  content: "";
}

.icon-folder-music:before {
  content: "";
}

.icon-triangle-right:before {
  content: "";
}

.icon-chevron-thin-down:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-video:before {
  content: "";
}

.icon-movie:before {
  content: "";
}

.icon-headphones2:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-film:before {
  content: "";
}

.icon-video2:before {
  content: "";
}

.icon-movie2:before {
  content: "";
}

.icon-tape:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-soundcloud:before {
  content: "";
}

.icon-brand:before {
  content: "";
}

.icon-social:before {
  content: "";
}

.icon-headphones:before {
  content: "";
}

.icon-headset:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-audio:before {
  content: "";
}

.icon-play2:before {
  content: "";
}

.icon-video3:before {
  content: "";
}

.icon-movie3:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-house:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-play-circle:before {
  content: "";
}

/*
//apply color variations and overrides to specific modules more easily for stronger color application

//usage:
.module {
	@include brandColors((
		border-left-color : 'text',
		outline-color: 'color'
	));
}

//equivalent to:

.color-1 .module {
	border-left-color : brand(1,'text');
	outline-color : brand(1);
}
.color-2 .module {
	border-left-color : brand(2,'text');
	outline-color : brand(2);
}

etc.

*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

a:active,
a:hover {
  outline-width: 1px;
}

.o-skipLinks {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 100%;*/
}

.o-skipLinks__link:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  text-decoration: underline;
  z-index: 99999999;
  text-align: center;
  padding: 10px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 27, 2017, 2:07:45 PM
    Author     : Vishal-Office
*/
.page-node-type-feature-report {
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
}

.page-node-type-feature-report .a-siteContainer__inner > footer {
  padding: 15px 0;
  background: #EEF4F8;
  /*display: none;*/
}

.page-node-type-feature-report .a-siteContainer__inner > footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (max-width: 1280px) {
  .page-node-type-feature-report .a-siteContainer__inner > footer {
    padding: 15px 50px;
  }
}

@media (max-width: 800px) {
  .page-node-type-feature-report .a-siteContainer__inner > footer {
    display: none;
  }
}

.page-node-type-feature-report .a-siteContainer__inner > footer .o-staticFooter__footLinks, .page-node-type-feature-report .a-siteContainer__inner > footer .o-staticFooter__copywrite {
  display: none;
}

.page-node-type-feature-report .a-siteContainer__inner > footer .o-staticFooter__socialLinks {
  float: left;
}

.page-node-type-feature-report .a-siteContainer__inner > footer .download-report, .page-node-type-feature-report .a-siteContainer__inner > footer .field--name-field-report article > div.field--type-file a, .field--name-field-report article > div.field--type-file .page-node-type-feature-report .a-siteContainer__inner > footer a {
  float: right;
}

@media (max-width: 1400px) {
  .page-node-type-feature-report .a-siteContainer__inner > footer .download-report, .page-node-type-feature-report .a-siteContainer__inner > footer .field--name-field-report article > div.field--type-file a, .field--name-field-report article > div.field--type-file .page-node-type-feature-report .a-siteContainer__inner > footer a {
    float: left;
  }
}

.page-node-type-feature-report .a-siteContainer__inner .a-pageContainer {
  max-width: 1260px;
  box-sizing: border-box;
  margin: 0 auto;
}

.page-node-type-feature-report .a-siteContainer__inner .a-pageContainer .feature-report-body {
  padding-top: 30px;
  line-height: 1.9rem;
}

.page-node-type-feature-report .a-siteContainer__inner .a-pageContainer .feature-report-body:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.page-node-type-feature-report .a-siteContainer__inner .a-pageContainer .feature-report-body-left {
  box-sizing: border-box;
  float: left;
  width: 70%;
  font-size: 1.20rem;
  padding-left: 100px;
}

@media (max-width: 1280px) {
  .page-node-type-feature-report .a-siteContainer__inner .a-pageContainer .feature-report-body-left {
    padding-left: 50px;
  }
}

@media (max-width: 900px) {
  .page-node-type-feature-report .a-siteContainer__inner .a-pageContainer .feature-report-body-left {
    width: 60%;
  }
}

@media (max-width: 800px) {
  .page-node-type-feature-report .a-siteContainer__inner .a-pageContainer .feature-report-body-left {
    width: 100%;
    padding-right: 50px;
  }
}

@media (max-width: 500px) {
  .page-node-type-feature-report .a-siteContainer__inner .a-pageContainer .feature-report-body-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-node-type-feature-report .a-siteContainer__inner .a-pageContainer .feature-report-body-right {
  box-sizing: border-box;
  float: right;
  width: 30%;
  padding-left: 50px;
  padding-right: 60px;
}

@media (max-width: 1280px) {
  .page-node-type-feature-report .a-siteContainer__inner .a-pageContainer .feature-report-body-right {
    padding-right: 20px;
  }
}

@media (max-width: 900px) {
  .page-node-type-feature-report .a-siteContainer__inner .a-pageContainer .feature-report-body-right {
    width: 40%;
  }
}

@media (max-width: 800px) {
  .page-node-type-feature-report .a-siteContainer__inner .a-pageContainer .feature-report-body-right {
    width: 100%;
  }
}

.page-node-type-feature-report .a-siteContainer__inner .a-pageContainer .feature-report-body-right img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .page-node-type-feature-report .a-siteContainer__inner .a-pageContainer .feature-report-body-right img {
    display: none;
  }
}

.page-node-type-feature-report .a-siteContainer__inner .a-pageContainer .feature-report-body-right .field--name-field-program-link {
  display: none;
}

.page-node-type-feature-report .a-siteContainer__inner .a-pageContainer .feature-report-footer > a {
  display: none;
}

.page-node-type-feature-report .a-siteContainer__inner .o-skipLinks__link {
  opacity: 0;
}

.page-node-type-feature-report .a-siteContainer__inner .o-skipLinks__link:focus {
  background: black;
  color: white;
  opacity: 1;
}

.page-node-type-feature-report .a-siteContainer__inner article > footer {
  display: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 28, 2017, 1:36:09 PM
    Author     : Vishal-Office
*/
.page-node-type-feature-report .a-alert.-nojs {
  /*background: black;*/
  /*color:white;*/
  padding: 50px;
  text-align: center;
  opacity: 0.7;
  margin: 40px 0;
}

.page-node-type-feature-report .a-alert.-nojs a {
  color: red;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 28, 2017, 1:42:26 PM
    Author     : Vishal-Office
*/
.page-node-type-feature-report .block-local-tasks-block {
  margin: 40px 0;
  border-bottom: 1px solid #efefef;
}

.page-node-type-feature-report .block-local-tasks-block:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.page-node-type-feature-report .block-local-tasks-block ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.page-node-type-feature-report .block-local-tasks-block ul li {
  float: left;
}

.page-node-type-feature-report .block-local-tasks-block ul li a {
  display: block;
  padding: 15px 20px;
  border: 1px solid #efefef;
  margin-right: -1px;
  margin-bottom: -1px;
  color: black;
  text-decoration: none;
}

.page-node-type-feature-report .block-local-tasks-block ul li a:hover, .page-node-type-feature-report .block-local-tasks-block ul li a:focus {
  background: black;
  color: white;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 27, 2017, 2:21:31 PM
    Author     : Vishal-Office
*/
.user-logged-in.page-node-type-feature-report .a-siteContainer__inner > header {
  top: 79px;
}

.page-node-type-feature-report {
  margin: 0px;
}

.page-node-type-feature-report .a-siteContainer__inner > header {
  padding: 9px 0;
  display: block;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  border-bottom: 1px solid #EEF4F8;
}

@media (max-width: 1280px) {
  .page-node-type-feature-report .a-siteContainer__inner > header {
    padding: 9px 50px;
  }
}

@media (max-width: 800px) {
  .page-node-type-feature-report .a-siteContainer__inner > header {
    display: none;
  }
}

.page-node-type-feature-report .a-siteContainer__inner > header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.page-node-type-feature-report .a-siteContainer__inner > header .region-navigation, .page-node-type-feature-report .a-siteContainer__inner > header .header__menu {
  display: none;
}

.page-node-type-feature-report .a-siteContainer__inner > header .a-aspiLogo {
  float: left;
  position: relative;
  width: 37px;
  height: 37px;
}

.page-node-type-feature-report .a-siteContainer__inner > header .a-aspiLogo:before {
  content: '';
  position: absolute;
  background-color: #CF1730;
  height: 10px;
  top: 0px;
  left: 0px;
  right: 0px;
}

.page-node-type-feature-report .a-siteContainer__inner > header .a-aspiLogo:after {
  content: '';
  position: absolute;
  background-color: #000;
  height: 24px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.page-node-type-feature-report .a-siteContainer__inner > header .a-aspiLogo img {
  position: absolute;
  opacity: 0;
}

.page-node-type-feature-report .a-siteContainer__inner > header .a-aspiLogo h2 {
  position: absolute;
  white-space: nowrap;
  color: black;
  font-weight: 800;
  margin: 0 0 0 58px;
  font-size: 0.88rem;
  line-height: 37px;
}

@media (max-width: 815px) {
  .page-node-type-feature-report .a-siteContainer__inner > header .a-aspiLogo h2 {
    display: none;
  }
}

.page-node-type-feature-report .a-siteContainer__inner > header .download-report, .page-node-type-feature-report .a-siteContainer__inner > header .field--name-field-report article > div.field--type-file a, .field--name-field-report article > div.field--type-file .page-node-type-feature-report .a-siteContainer__inner > header a {
  float: right;
}

.page-node-type-feature-report .a-siteContainer__inner > header .o-staticHeader__contact {
  float: right;
}

.page-node-type-feature-report .a-siteContainer__inner > header .o-staticHeader__contact > .grid__cell {
  display: none;
}

.m-share {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 48.125em) {
  .m-share {
    width: 300px;
  }
}

.page-node-type-feature-report .m-share {
  margin-left: auto;
  padding-top: 10px;
}

.m-share h2 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Cabin", Arial, sans-serif;
  letter-spacing: 0;
  margin-right: 20px;
  margin-bottom: 0;
}

.no-flexbox .m-share h2 {
  float: left;
}

.page-node-type-feature-report .m-share h2 {
  font-size: 1em;
  margin-top: 0;
}

.m-share ul {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  border-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 84.375em) {
  .m-share ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.m-share ul > * {
  box-sizing: border-box;
  min-width: 0%;
  max-width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  background-clip: padding-box !important;
  border: 0 solid transparent;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.m-share ul > * > * {
  box-sizing: border-box;
}

.no-flexbox .m-share ul, .no-flexwrap .m-share ul {
  display: block;
}

.no-flexbox .m-share ul:after, .no-flexwrap .m-share ul:after {
  content: '';
  display: block;
  clear: both;
}

.no-flexbox .m-share ul > *, .no-flexwrap .m-share ul > * {
  float: left;
  display: block;
}

.no-flexbox .m-share ul, .no-flexwrap .m-share ul {
  display: block !important;
}

.no-flexbox .m-share ul > *, .no-flexwrap .m-share ul > * {
  display: block;
  vertical-align: top;
}

.m-share ul > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.m-share ul > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.no-flexbox .m-share ul, .no-flexwrap .m-share ul {
  text-align: center;
}

.no-flexbox .m-share ul > *, .no-flexwrap .m-share ul > * {
  display: inline-block;
  float: none;
  margin-right: -4px;
}

.no-flexbox .m-share ul li {
  padding: 0 8px;
}

.m-share a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-share a:hover svg, .m-share a:focus svg {
  fill: #CF1730;
}

.m-share svg {
  transition: 0.3s;
  height: 16px;
  width: 21px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 28, 2017, 1:36:09 PM
    Author     : Vishal-Office
*/
.page-node-type-feature-report .feature-report-banner {
  position: relative;
}

.page-node-type-feature-report .feature-report-banner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: radial-gradient(transparent, black);
}

.page-node-type-feature-report .feature-report-banner .field--name-field-video-banner {
  display: none;
}

.page-node-type-feature-report .feature-report-banner .field--name-field-overlay-option {
  display: none;
}

.page-node-type-feature-report .feature-report-banner .field--name-field-hashtag {
  position: absolute;
  bottom: 30px;
  text-align: center;
  color: white;
  width: 100%;
}

.page-node-type-feature-report .feature-report-banner img {
  max-width: 100%;
}

.page-node-type-feature-report .feature-report-banner-js {
  margin-top: 56px;
  position: relative;
}

@media (max-width: 800px) {
  .page-node-type-feature-report .feature-report-banner-js {
    margin-top: 0px;
  }
}

.page-node-type-feature-report .feature-report-banner-js:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 50;
}

.page-node-type-feature-report .feature-report-banner-js .image, .page-node-type-feature-report .feature-report-banner-js .video {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
}

.page-node-type-feature-report .feature-report-banner-js .video {
  z-index: 20;
}

.page-node-type-feature-report .feature-report-banner-js .text {
  padding: 80px 0 200px;
  text-align: center;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

@media (max-width: 900px) {
  .page-node-type-feature-report .feature-report-banner-js .text {
    padding: 80px 30px 200px;
    box-sizing: border-box;
  }
}

.page-node-type-feature-report .feature-report-banner-js .text h2 {
  max-width: 800px;
  margin: 0 auto;
  font-size: 5rem;
  line-height: 80px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 900px) {
  .page-node-type-feature-report .feature-report-banner-js .text h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.page-node-type-feature-report .feature-report-banner-js .text h2:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 62px;
  margin-left: -31px;
  left: 50%;
  border-bottom: 3px solid #ff0048;
}

.page-node-type-feature-report .feature-report-banner-js .text a {
  display: block;
}

.page-node-type-feature-report .feature-report-banner-js .text a.author {
  font-size: 1.15rem;
}

.page-node-type-feature-report .feature-report-banner-js .text a.author:before {
  content: 'by ';
}

.page-node-type-feature-report .feature-report-banner-js .text a.hashtag {
  padding-top: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.15rem;
}

.page-node-type-feature-report .feature-report-banner-js .text a.go-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  padding-top: 0px;
  padding-bottom: 60px;
  text-decoration: none;
  font-size: 40px;
  font-size: 4rem;
  height: 124px;
  box-sizing: border-box;
  transition: all 0.3s;
}

.page-node-type-feature-report .feature-report-banner-js .text a.go-down:hover, .page-node-type-feature-report .feature-report-banner-js .text a.go-down:focus {
  padding-top: 20px;
}

.page-node-type-feature-report .feature-report-banner-js.dark {
  color: white;
}

.page-node-type-feature-report .feature-report-banner-js.dark:before {
  background: rgba(0, 0, 0, 0.5);
  background: radial-gradient(transparent, black);
}

.page-node-type-feature-report .feature-report-banner-js.dark a {
  color: white;
}

.page-node-type-feature-report .feature-report-banner-js.light {
  color: black;
}

.page-node-type-feature-report .feature-report-banner-js.light:before {
  background: rgba(255, 255, 255, 0.5);
}

.page-node-type-feature-report .feature-report-banner-js.light a {
  color: black;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 4, 2017, 2:58:31 PM
    Author     : Vishal-Office
*/
.feature-report-body .field--name-field-intro-title {
  font-weight: 700;
  margin-top: 0px;
  font-size: 1.5rem;
}

.feature-report-body .field--name-field-intro-title > p {
  margin-top: 0px;
}

.feature-report-body h1 {
  clear: both;
  line-height: 55px;
  font-size: 3rem;
  position: relative;
  margin-left: -95px;
  padding-bottom: 20px;
  padding-right: 10px;
  margin-bottom: 40px;
}

@media (max-width: 1280px) {
  .feature-report-body h1 {
    margin-left: 0px;
  }
}

@media (max-width: 900px) {
  .feature-report-body h1 {
    line-height: 2.5rem;
    font-size: 2rem;
  }
}

.feature-report-body h1:before {
  position: absolute;
  content: '';
  width: 60px;
  bottom: 0px;
  left: 0px;
  border-top: 3px solid #B11235;
}

@media (max-width: 800px) {
  .feature-report-body h1.sub-heading {
    margin-top: 100px;
    position: relative;
  }
}

.feature-report-body .field--name-field-chapter-title {
  clear: both;
  line-height: 55px;
  font-size: 3rem;
  position: relative;
  margin: 80px 0;
  padding: 40px 60px;
  text-align: center;
}

@media (max-width: 900px) {
  .feature-report-body .field--name-field-chapter-title {
    line-height: 2.5rem;
    font-size: 2rem;
    padding: 40px 10px;
  }
}

@media (max-width: 500px) {
  .feature-report-body .field--name-field-chapter-title {
    padding: 40px 0px;
  }
}

.feature-report-body .field--name-field-chapter-title::before, .feature-report-body .field--name-field-chapter-title::after {
  left: 50%;
  margin-left: -60px;
  position: absolute;
  content: '';
  width: 120px;
  height: 0;
  border-top: 3px solid #B11235;
}

.feature-report-body .field--name-field-chapter-title::before {
  top: 0;
}

.feature-report-body .field--name-field-chapter-title::after {
  bottom: 0;
}

.feature-report-body .field--name-field-chapter-title .chapter-count {
  position: absolute;
  font-size: 14px;
  font-size: 1.4rem;
  width: 80px;
  background: white;
  top: -10px;
  left: 50%;
  line-height: 20px;
  z-index: 10;
  margin-left: -40px;
}

.feature-report-body .field--name-field-chapter-title .chapter-count::before, .feature-report-body .field--name-field-chapter-title .chapter-count::after {
  content: '';
  display: block;
  border-top: 3px solid #B11235;
  width: 50px;
  height: 0;
  position: absolute;
  top: 10px;
  margin: 0;
}

.feature-report-body .field--name-field-chapter-title .chapter-count::before {
  right: 100%;
}

.feature-report-body .field--name-field-chapter-title .chapter-count::after {
  left: 100%;
}

.feature-report-body .click-share:after {
  cursor: pointer;
  font-family: icomoon;
  content: "";
  position: absolute;
  right: -10px;
  top: 10px;
  font-size: 1.5rem;
}

@media (max-width: 800px) {
  .feature-report-body .click-share {
    position: absolute;
    top: -70px;
    width: 80px;
    left: 0;
  }
  .feature-report-body .click-share:before {
    content: 'Share';
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 0.9rem;
    line-height: 2.2rem;
  }
}

.feature-report-body blockquote {
  clear: both;
  position: relative;
  padding: 10px 40px 20px 10px;
  font-weight: 700;
  line-height: 55px;
  font-size: 3rem;
  margin: 40px 0 60px;
}

@media (max-width: 900px) {
  .feature-report-body blockquote {
    line-height: 2.5rem;
    font-size: 2rem;
  }
}

@media (max-width: 1280px) {
  .feature-report-body blockquote {
    margin-left: 80px;
  }
}

@media (max-width: 800px) {
  .feature-report-body blockquote {
    margin-top: 100px;
  }
  .feature-report-body blockquote .click-share {
    left: -80px;
  }
}

.feature-report-body blockquote:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  border-left: 6px solid #DAE3E8;
}

.feature-report-body blockquote:after {
  content: '';
  position: absolute;
  left: -90px;
  top: 0;
  font-size: 7rem;
  line-height: 6rem;
  color: #B11235;
  content: "\201C";
  /*Unicode for Left Double Quote*/
  font-family: Georgia, serif;
}

@media (max-width: 1280px) {
  .feature-report-body blockquote:after {
    font-size: 6rem;
    left: -80px;
  }
}

.feature-report-body blockquote p {
  margin: 0px;
  position: relative;
}

.feature-report-body blockquote sub {
  display: block;
  margin-top: 20px;
  font-style: italic;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 20px;
  /*bottom: 20px;*/
  /*position: absolute;*/
}

.feature-report-body blockquote sub:before {
  content: '\2E3B ';
  position: relative;
  margin-right: 5px;
}

.feature-report-body blockquote.inline-quote {
  float: right;
  background-color: #EEF4F8;
  padding: 35px 25px 65px;
  width: 50%;
  margin: 0 0 20px 20px;
  position: relative;
}

.feature-report-body blockquote.inline-quote:after {
  display: none;
}

.feature-report-body blockquote.inline-quote:before {
  border: 0px;
  content: '';
  width: 60px;
  border-top: 4px solid #B11235;
  position: absolute;
  bottom: 35px;
  top: inherit;
  left: 25px;
}

.feature-report-body blockquote.inline-quote .click-share {
  /*display: none;*/
}

.feature-report-body blockquote.inline-quote .click-share:after {
  right: 25px;
}

.feature-report-body blockquote.inline-quote p {
  text-align: left;
}

@media (max-width: 800px) {
  .feature-report-body blockquote.inline-quote {
    width: 100%;
    padding-top: 90px;
    margin: 20px 0;
    box-sizing: border-box;
  }
  .feature-report-body blockquote.inline-quote .click-share {
    top: 15px;
    left: 18px;
  }
  .feature-report-body blockquote.inline-quote .click-share:after {
    right: -10px;
  }
}

.feature-report-body caption, .feature-report-body .table-caption, .feature-report-body .field--name-field-video-caption, .feature-report-body .field--name-field-caption {
  font-style: italic;
  font-size: 0.8rem;
  text-align: left;
  margin-bottom: 40px;
}

.feature-report-body table {
  font-size: 1rem;
  width: 100%;
  border-spacing: 0px;
  border: 0px;
  margin-bottom: 20px;
  position: relative;
}

.feature-report-body table caption {
  font-style: italic;
  font-size: 0.8rem;
}

.feature-report-body table td, .feature-report-body table th {
  padding: 20px 13px;
  border: 1px solid #C4D1D8;
  border-bottom: 0px;
  border-right: 0px;
}

.feature-report-body table td:last-child, .feature-report-body table th:last-child {
  border-right: 1px solid #C4D1D8;
}

.feature-report-body table tr:last-child td, .feature-report-body table tr:last-child th {
  border-bottom: 1px solid #C4D1D8;
}

.feature-report-body table tr:nth-child(odd) {
  background: #EEF4F8;
}

.feature-report-body table thead tr:nth-child(odd) {
  background: transparent;
}

.feature-report-body table thead tr:nth-child(odd) td, .feature-report-body table thead tr:nth-child(odd) th {
  border-bottom: 0px;
}

.feature-report-body .video-embed-field-responsive-video iframe {
  width: 100%;
}

.feature-report-body img.align-left {
  margin: 7px 20px 20px 0px;
}

.feature-report-body img.align-right {
  margin: 7px 0px 20px 20px;
}

.feature-report-body img.align-center {
  margin: 7px 20px 20px 20px;
}

@media only screen and (max-width: 1070px) {
  .feature-report-body table {
    margin-bottom: 0;
  }
  .feature-report-body .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 6px solid #DAE3E8;
  }
  .feature-report-body .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .feature-report-body .pinned table th, .feature-report-body .pinned table td {
    white-space: nowrap;
    display: none !important;
  }
  .feature-report-body .pinned table th:first-child, .feature-report-body .pinned table td:first-child {
    white-space: nowrap;
    display: table-cell !important;
  }
  .feature-report-body .pinned td:last-child {
    border-bottom: 0;
  }
  .feature-report-body div.table-wrapper {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    border-right: 1px solid #DAE3E8;
    border-left: 1px solid #DAE3E8;
  }
  .feature-report-body div.table-wrapper div.scrollable {
    margin-left: 35%;
  }
  .feature-report-body div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  .feature-report-body table td, .feature-report-body table th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  .feature-report-body table th:first-child, .feature-report-body table td:first-child, .feature-report-body table td:first-child, .feature-report-body table.pinned td {
    display: none;
  }
}

.feature-report-footer .mobile-program-logo {
  display: none;
  padding-top: 30px;
  padding-left: 50px;
}

@media (max-width: 800px) {
  .feature-report-footer .mobile-program-logo {
    display: block;
  }
}

.feature-report-footer .mobile-program-logo img {
  max-width: 200px;
  height: auto;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 6, 2017, 11:20:40 AM
    Author     : Vishal-Office
*/
#return-to-top {
  position: fixed;
  bottom: 40px;
  text-align: center;
  left: 40px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all 0.3s;
  /*@warn  $offset "  Breakpoint not defined";*/
}

#return-to-top span {
  display: block;
}

#return-to-top span:first-child {
  background: black;
  transition: all 0.3s;
  color: white;
  font-size: 30px;
  font-size: 3rem;
  padding: 10px;
  margin-bottom: 10px;
}

#return-to-top span:first-child:hover {
  background: #B11235;
}

#return-to-top span:last-child {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
}

#return-to-top.show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 1440px) {
  #return-to-top {
    right: 10px;
    left: auto !important;
  }
  .-scrollDirection--down #return-to-top {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 6, 2017, 3:08:30 PM
    Author     : Vishal-Office
*/
.toc {
  /*transition: all 0.1s;*/
  /*padding-top: 0;*/
}

@media (max-width: 800px) {
  .toc {
    /*display: none;*/
    position: fixed !important;
    top: 0px !important;
    right: 0px !important;
    left: 0px !important;
    bottom: 0px !important;
    z-index: 1000;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transform: translate(0, -150%);
        -ms-transform: translate(0, -150%);
            transform: translate(0, -150%);
  }
}

.toc.toc-active {
  /*display: block !important;*/
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.toc-inner {
  background-color: #EEF4F8;
  min-height: 100px;
  position: relative;
  padding: 20px 24px;
}

@media (max-width: 800px) {
  .toc-inner {
    background-color: white;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    padding: 50px 50px 70px;
    box-sizing: border-box;
  }
}

@media (max-width: 400px) {
  .toc-inner {
    padding: 20px 20px 70px;
  }
}

.toc-inner:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  right: -10px;
  top: 10px;
  background: #B11235;
}

@media (max-width: 800px) {
  .toc-inner:before {
    display: none;
  }
}

.toc-inner:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 100%;
  bottom: -10px;
  left: 10px;
  background: #B11235;
  box-sizing: border-box;
  border-left: 14px solid white;
}

@media (max-width: 800px) {
  .toc-inner:after {
    display: none;
  }
}

.toc-title {
  margin: 0 0 10px 0;
}

.toc-time {
  font-size: 0.8em;
  margin-bottom: 15px;
}

.toc-time.mobile {
  display: none;
}

@media (max-width: 800px) {
  .toc-time.mobile {
    display: block;
    margin-bottom: 20px;
  }
}

.toc .click-share {
  display: none;
}

.toc ul {
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.toc ul li:first-child > a {
  border: 0px !important;
}

.toc ul li a {
  position: relative;
  display: block;
  line-height: 15px;
  font-size: 0.8rem;
  transition: all 0.3s;
  padding: 10px 0;
  text-decoration: none;
  color: black;
}

.toc ul li a.chapter {
  padding-top: 32px;
  line-height: 18px;
  border-top: 1px dashed #B0BFC7;
  font-size: 0.9rem;
}

.toc ul li a.chapter .chapter-count {
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 0;
}

.toc ul li a.h1 {
  padding-left: 24px;
}

.toc ul li a.h2 {
  padding-left: 34px;
}

.toc ul li a.h3 {
  padding-left: 44px;
}

.toc ul li a.h1.active:before, .toc ul li a.h1:hover:before, .toc ul li a.h1:active:before, .toc ul li a.h1:focus:before, .toc ul li a.h2.active:before, .toc ul li a.h2:hover:before, .toc ul li a.h2:active:before, .toc ul li a.h2:focus:before, .toc ul li a.h3.active:before, .toc ul li a.h3:hover:before, .toc ul li a.h3:active:before, .toc ul li a.h3:focus:before {
  font-family: icomoon;
  content: "";
  position: absolute;
  margin-left: -15px;
}

.toc ul li a.h1.active, .toc ul li a.h2.active, .toc ul li a.h3.active {
  text-decoration: underline;
}

.toc ul li a.video, .toc ul li a.audio {
  padding-left: 50px;
  padding: 20px 0 20px 40px;
  border-top: 1px dashed #B0BFC7;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
}

.toc ul li a.video:before, .toc ul li a.audio:before {
  font-family: icomoon;
  position: absolute;
  left: 0px;
  font-size: 1.8rem;
}

.toc ul li a.video:before {
  content: "";
}

.toc ul li a.audio:before {
  content: "";
}

.toc ul li a.active, .toc ul li a:hover, .toc ul li a:active, .toc ul li a:focus {
  color: #B11235;
}

.toc ul li a.active {
  font-weight: bold;
}

.toc ul li ul {
  /*display: none;*/
  max-height: 0px;
  transition: all 0.3s;
  overflow: hidden;
}

.toc ul li.active ul {
  /*display: block;*/
  max-height: 800px;
}

a.download-report, .field--name-field-report article > div.field--type-file a {
  display: inline-block;
  padding: 9px 40px 9px 10px;
  margin-left: 20px;
  margin-top: 2px;
  background: #B11235;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8rem;
  position: relative;
}

a.download-report:after, .field--name-field-report article > div.field--type-file a:after {
  position: absolute;
  right: 10px;
  font-family: icomoon;
  content: "";
  top: 10px;
  font-size: 1rem;
  font-weight: normal;
}

.field--name-field-report {
  display: none;
}

.field--name-field-report article > div {
  display: none;
}

.field--name-field-report article > div.field--type-file {
  display: block;
}

.field--name-field-report article > div.field--type-file .field--label {
  display: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 11, 2017, 3:51:08 PM
    Author     : Vishal-Office
*/
.block-aspi-topics, .you-may-be-interested, .feature-report-authors {
  /*
//apply color variations and overrides to specific modules more easily for stronger color application

//usage:
.module {
	@include brandColors((
		border-left-color : 'text',
		outline-color: 'color'
	));
}

//equivalent to:

.color-1 .module {
	border-left-color : brand(1,'text');
	outline-color : brand(1);
}
.color-2 .module {
	border-left-color : brand(2,'text');
	outline-color : brand(2);
}

etc.

*/
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
  /**
 * Remove default margin.
 */
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
  /* Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in Safari and Chrome.
 */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in IE 8/9.
 */
  /**
 * Address inconsistent and variable font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10.
 */
  /**
 * Correct overflow not hidden in IE 9/10/11.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari.
 */
  /**
 * Address differences between Firefox and other browsers.
 */
  /**
 * Contain overflow in all browsers.
 */
  /**
 * Address odd `em`-unit font size rendering in all browsers.
 */
  /* Forms
   ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
  /**
 * Re-set default cursor for disabled elements.
 */
  /**
 * Remove inner padding and border in Firefox 4+.
 */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
  /**
 * Define consistent border, margin, and padding.
 */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
  /* Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
  /**
 * Remove default margin.
 */
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
  /* Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
  /* Text-level semantics
   ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in Safari and Chrome.
 */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address styling not present in IE 8/9.
 */
  /**
 * Address inconsistent and variable font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
  /* Embedded content
   ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10.
 */
  /**
 * Correct overflow not hidden in IE 9/10/11.
 */
  /* Grouping content
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari.
 */
  /**
 * Address differences between Firefox and other browsers.
 */
  /**
 * Contain overflow in all browsers.
 */
  /**
 * Address odd `em`-unit font size rendering in all browsers.
 */
  /* Forms
   ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
  /**
 * Re-set default cursor for disabled elements.
 */
  /**
 * Remove inner padding and border in Firefox 4+.
 */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
  /**
 * Define consistent border, margin, and padding.
 */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
  /* Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */
  /*================================================*\
  BASE ELEMENT STYLING
//----------------------------------------------------
//  This file holds base styling for elements.
//  NO CLASSES ALLOWED!
//  these are essentially site resets
\*================================================*/
  /*HEADINGS*/
}

.block-aspi-topics html, .you-may-be-interested html, .feature-report-authors html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

.block-aspi-topics body, .you-may-be-interested body, .feature-report-authors body {
  margin: 0;
}

.block-aspi-topics article,
.block-aspi-topics aside,
.block-aspi-topics details,
.block-aspi-topics figcaption,
.block-aspi-topics figure,
.block-aspi-topics footer,
.block-aspi-topics header,
.block-aspi-topics hgroup,
.block-aspi-topics main,
.block-aspi-topics menu,
.block-aspi-topics nav,
.block-aspi-topics section,
.block-aspi-topics summary, .you-may-be-interested article,
.you-may-be-interested aside,
.you-may-be-interested details,
.you-may-be-interested figcaption,
.you-may-be-interested figure,
.you-may-be-interested footer,
.you-may-be-interested header,
.you-may-be-interested hgroup,
.you-may-be-interested main,
.you-may-be-interested menu,
.you-may-be-interested nav,
.you-may-be-interested section,
.you-may-be-interested summary, .feature-report-authors article,
.feature-report-authors aside,
.feature-report-authors details,
.feature-report-authors figcaption,
.feature-report-authors figure,
.feature-report-authors footer,
.feature-report-authors header,
.feature-report-authors hgroup,
.feature-report-authors main,
.feature-report-authors menu,
.feature-report-authors nav,
.feature-report-authors section,
.feature-report-authors summary {
  display: block;
}

.block-aspi-topics audio,
.block-aspi-topics canvas,
.block-aspi-topics progress,
.block-aspi-topics video, .you-may-be-interested audio,
.you-may-be-interested canvas,
.you-may-be-interested progress,
.you-may-be-interested video, .feature-report-authors audio,
.feature-report-authors canvas,
.feature-report-authors progress,
.feature-report-authors video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

.block-aspi-topics audio:not([controls]), .you-may-be-interested audio:not([controls]), .feature-report-authors audio:not([controls]) {
  display: none;
  height: 0;
}

.block-aspi-topics [hidden],
.block-aspi-topics template, .you-may-be-interested [hidden],
.you-may-be-interested template, .feature-report-authors [hidden],
.feature-report-authors template {
  display: none;
}

.block-aspi-topics a, .you-may-be-interested a, .feature-report-authors a {
  background-color: transparent;
}

.block-aspi-topics a:active,
.block-aspi-topics a:hover, .you-may-be-interested a:active,
.you-may-be-interested a:hover, .feature-report-authors a:active,
.feature-report-authors a:hover {
  outline: 0;
}

.block-aspi-topics abbr[title], .you-may-be-interested abbr[title], .feature-report-authors abbr[title] {
  border-bottom: 1px dotted;
}

.block-aspi-topics b,
.block-aspi-topics strong, .you-may-be-interested b,
.you-may-be-interested strong, .feature-report-authors b,
.feature-report-authors strong {
  font-weight: bold;
}

.block-aspi-topics dfn, .you-may-be-interested dfn, .feature-report-authors dfn {
  font-style: italic;
}

.block-aspi-topics h1, .you-may-be-interested h1, .feature-report-authors h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.block-aspi-topics mark, .you-may-be-interested mark, .feature-report-authors mark {
  background: #ff0;
  color: #000;
}

.block-aspi-topics small, .you-may-be-interested small, .feature-report-authors small {
  font-size: 80%;
}

.block-aspi-topics sub,
.block-aspi-topics sup, .you-may-be-interested sub,
.you-may-be-interested sup, .feature-report-authors sub,
.feature-report-authors sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.block-aspi-topics sup, .you-may-be-interested sup, .feature-report-authors sup {
  top: -0.5em;
}

.block-aspi-topics sub, .you-may-be-interested sub, .feature-report-authors sub {
  bottom: -0.25em;
}

.block-aspi-topics img, .you-may-be-interested img, .feature-report-authors img {
  border: 0;
}

.block-aspi-topics svg:not(:root), .you-may-be-interested svg:not(:root), .feature-report-authors svg:not(:root) {
  overflow: hidden;
}

.block-aspi-topics figure, .you-may-be-interested figure, .feature-report-authors figure {
  margin: 1em 40px;
}

.block-aspi-topics hr, .you-may-be-interested hr, .feature-report-authors hr {
  box-sizing: content-box;
  height: 0;
}

.block-aspi-topics pre, .you-may-be-interested pre, .feature-report-authors pre {
  overflow: auto;
}

.block-aspi-topics code,
.block-aspi-topics kbd,
.block-aspi-topics pre,
.block-aspi-topics samp, .you-may-be-interested code,
.you-may-be-interested kbd,
.you-may-be-interested pre,
.you-may-be-interested samp, .feature-report-authors code,
.feature-report-authors kbd,
.feature-report-authors pre,
.feature-report-authors samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.block-aspi-topics button,
.block-aspi-topics input,
.block-aspi-topics optgroup,
.block-aspi-topics select,
.block-aspi-topics textarea, .you-may-be-interested button,
.you-may-be-interested input,
.you-may-be-interested optgroup,
.you-may-be-interested select,
.you-may-be-interested textarea, .feature-report-authors button,
.feature-report-authors input,
.feature-report-authors optgroup,
.feature-report-authors select,
.feature-report-authors textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

.block-aspi-topics button, .you-may-be-interested button, .feature-report-authors button {
  overflow: visible;
}

.block-aspi-topics button,
.block-aspi-topics select, .you-may-be-interested button,
.you-may-be-interested select, .feature-report-authors button,
.feature-report-authors select {
  text-transform: none;
}

.block-aspi-topics button,
.block-aspi-topics html input[type="button"],
.block-aspi-topics input[type="reset"],
.block-aspi-topics input[type="submit"], .you-may-be-interested button,
.you-may-be-interested html input[type="button"],
.you-may-be-interested input[type="reset"],
.you-may-be-interested input[type="submit"], .feature-report-authors button,
.feature-report-authors html input[type="button"],
.feature-report-authors input[type="reset"],
.feature-report-authors input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

.block-aspi-topics button[disabled],
.block-aspi-topics html input[disabled], .you-may-be-interested button[disabled],
.you-may-be-interested html input[disabled], .feature-report-authors button[disabled],
.feature-report-authors html input[disabled] {
  cursor: default;
}

.block-aspi-topics button::-moz-focus-inner,
.block-aspi-topics input::-moz-focus-inner, .you-may-be-interested button::-moz-focus-inner,
.you-may-be-interested input::-moz-focus-inner, .feature-report-authors button::-moz-focus-inner,
.feature-report-authors input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.block-aspi-topics input, .you-may-be-interested input, .feature-report-authors input {
  line-height: normal;
}

.block-aspi-topics input[type="checkbox"],
.block-aspi-topics input[type="radio"], .you-may-be-interested input[type="checkbox"],
.you-may-be-interested input[type="radio"], .feature-report-authors input[type="checkbox"],
.feature-report-authors input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

.block-aspi-topics input[type="number"]::-webkit-inner-spin-button,
.block-aspi-topics input[type="number"]::-webkit-outer-spin-button, .you-may-be-interested input[type="number"]::-webkit-inner-spin-button,
.you-may-be-interested input[type="number"]::-webkit-outer-spin-button, .feature-report-authors input[type="number"]::-webkit-inner-spin-button,
.feature-report-authors input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.block-aspi-topics input[type="search"], .you-may-be-interested input[type="search"], .feature-report-authors input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

.block-aspi-topics input[type="search"]::-webkit-search-cancel-button,
.block-aspi-topics input[type="search"]::-webkit-search-decoration, .you-may-be-interested input[type="search"]::-webkit-search-cancel-button,
.you-may-be-interested input[type="search"]::-webkit-search-decoration, .feature-report-authors input[type="search"]::-webkit-search-cancel-button,
.feature-report-authors input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.block-aspi-topics fieldset, .you-may-be-interested fieldset, .feature-report-authors fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.block-aspi-topics legend, .you-may-be-interested legend, .feature-report-authors legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

.block-aspi-topics textarea, .you-may-be-interested textarea, .feature-report-authors textarea {
  overflow: auto;
}

.block-aspi-topics optgroup, .you-may-be-interested optgroup, .feature-report-authors optgroup {
  font-weight: bold;
}

.block-aspi-topics table, .you-may-be-interested table, .feature-report-authors table {
  border-collapse: collapse;
  border-spacing: 0;
}

.block-aspi-topics td,
.block-aspi-topics th, .you-may-be-interested td,
.you-may-be-interested th, .feature-report-authors td,
.feature-report-authors th {
  padding: 0;
}

.block-aspi-topics a:active,
.block-aspi-topics a:hover, .you-may-be-interested a:active,
.you-may-be-interested a:hover, .feature-report-authors a:active,
.feature-report-authors a:hover {
  outline-width: 1px;
}

@font-face {
  .block-aspi-topics, .you-may-be-interested, .feature-report-authors {
    font-family: 'icomoon';
    src: url("../icomoon//icomoon.eot?bnia61");
    src: url("../icomoon//icomoon.eot?bnia61#iefix") format("embedded-opentype"), url("../icomoon//icomoon.ttf?bnia61") format("truetype"), url("../icomoon//icomoon.woff?bnia61") format("woff"), url("../icomoon//icomoon.svg?bnia61#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}

.block-aspi-topics [class^="icon-"], .block-aspi-topics .slick-prev:before, .block-aspi-topics .slick-next:before, .block-aspi-topics .a-btn.-hasIcon:before, .block-aspi-topics .a-btn.-hasIcon svg, .you-may-be-interested .a-btn.-hasIcon .block-aspi-topics svg, .feature-report-authors .a-btn.-hasIcon .block-aspi-topics svg, .block-aspi-topics [class*=" icon-"], .you-may-be-interested [class^="icon-"], .you-may-be-interested .slick-prev:before, .you-may-be-interested .slick-next:before, .block-aspi-topics .a-btn.-hasIcon .you-may-be-interested svg, .you-may-be-interested .a-btn.-hasIcon:before, .you-may-be-interested .a-btn.-hasIcon svg, .feature-report-authors .a-btn.-hasIcon .you-may-be-interested svg, .you-may-be-interested [class*=" icon-"], .feature-report-authors [class^="icon-"], .feature-report-authors .slick-prev:before, .feature-report-authors .slick-next:before, .block-aspi-topics .a-btn.-hasIcon .feature-report-authors svg, .you-may-be-interested .a-btn.-hasIcon .feature-report-authors svg, .feature-report-authors .a-btn.-hasIcon:before, .feature-report-authors .a-btn.-hasIcon svg, .feature-report-authors [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block-aspi-topics .icon-arrow-right:before, .you-may-be-interested .icon-arrow-right:before, .feature-report-authors .icon-arrow-right:before {
  content: "";
}

.block-aspi-topics .icon-facebook:before, .you-may-be-interested .icon-facebook:before, .feature-report-authors .icon-facebook:before {
  content: "";
}

.block-aspi-topics .icon-twitter:before, .you-may-be-interested .icon-twitter:before, .feature-report-authors .icon-twitter:before {
  content: "";
}

.block-aspi-topics .icon-chevron-down:before, .you-may-be-interested .icon-chevron-down:before, .feature-report-authors .icon-chevron-down:before {
  content: "";
}

.block-aspi-topics .icon-chevron-up:before, .you-may-be-interested .icon-chevron-up:before, .feature-report-authors .icon-chevron-up:before {
  content: "";
}

.block-aspi-topics .icon-download:before, .you-may-be-interested .icon-download:before, .feature-report-authors .icon-download:before {
  content: "";
}

.block-aspi-topics .icon-chevron-left:before, .you-may-be-interested .icon-chevron-left:before, .feature-report-authors .icon-chevron-left:before {
  content: "";
}

.block-aspi-topics .icon-chevron-right:before, .you-may-be-interested .icon-chevron-right:before, .feature-report-authors .icon-chevron-right:before {
  content: "";
}

.block-aspi-topics .icon-bookmark:before, .you-may-be-interested .icon-bookmark:before, .feature-report-authors .icon-bookmark:before {
  content: "";
}

.block-aspi-topics .icon-arrow-diag-up:before, .you-may-be-interested .icon-arrow-diag-up:before, .feature-report-authors .icon-arrow-diag-up:before {
  content: "";
  color: #cf1730;
}

.block-aspi-topics .icon-th-menu:before, .you-may-be-interested .icon-th-menu:before, .feature-report-authors .icon-th-menu:before {
  content: "";
}

.block-aspi-topics .icon-close:before, .you-may-be-interested .icon-close:before, .feature-report-authors .icon-close:before {
  content: "";
}

.block-aspi-topics .icon-menu2:before, .you-may-be-interested .icon-menu2:before, .feature-report-authors .icon-menu2:before {
  content: "";
}

.block-aspi-topics .icon-library_music:before, .you-may-be-interested .icon-library_music:before, .feature-report-authors .icon-library_music:before {
  content: "";
}

.block-aspi-topics .icon-ondemand_video:before, .you-may-be-interested .icon-ondemand_video:before, .feature-report-authors .icon-ondemand_video:before {
  content: "";
}

.block-aspi-topics .icon-video_library:before, .you-may-be-interested .icon-video_library:before, .feature-report-authors .icon-video_library:before {
  content: "";
}

.block-aspi-topics .icon-menu:before, .you-may-be-interested .icon-menu:before, .feature-report-authors .icon-menu:before {
  content: "";
}

.block-aspi-topics .icon-arrow-up:before, .you-may-be-interested .icon-arrow-up:before, .feature-report-authors .icon-arrow-up:before {
  content: "";
}

.block-aspi-topics .icon-music2:before, .you-may-be-interested .icon-music2:before, .feature-report-authors .icon-music2:before {
  content: "";
}

.block-aspi-topics .icon-folder-music2:before, .you-may-be-interested .icon-folder-music2:before, .feature-report-authors .icon-folder-music2:before {
  content: "";
}

.block-aspi-topics .icon-controller-play:before, .you-may-be-interested .icon-controller-play:before, .feature-report-authors .icon-controller-play:before {
  content: "";
}

.block-aspi-topics .icon-youtube:before, .you-may-be-interested .icon-youtube:before, .feature-report-authors .icon-youtube:before {
  content: "";
}

.block-aspi-topics .icon-youtube-with-circle:before, .you-may-be-interested .icon-youtube-with-circle:before, .feature-report-authors .icon-youtube-with-circle:before {
  content: "";
}

.block-aspi-topics .icon-clapperboard:before, .you-may-be-interested .icon-clapperboard:before, .feature-report-authors .icon-clapperboard:before {
  content: "";
}

.block-aspi-topics .icon-video22:before, .you-may-be-interested .icon-video22:before, .feature-report-authors .icon-video22:before {
  content: "";
}

.block-aspi-topics .icon-folder-video:before, .you-may-be-interested .icon-folder-video:before, .feature-report-authors .icon-folder-video:before {
  content: "";
}

.block-aspi-topics .icon-folder-music:before, .you-may-be-interested .icon-folder-music:before, .feature-report-authors .icon-folder-music:before {
  content: "";
}

.block-aspi-topics .icon-triangle-right:before, .you-may-be-interested .icon-triangle-right:before, .feature-report-authors .icon-triangle-right:before {
  content: "";
}

.block-aspi-topics .icon-chevron-thin-down:before, .you-may-be-interested .icon-chevron-thin-down:before, .feature-report-authors .icon-chevron-thin-down:before {
  content: "";
}

.block-aspi-topics .icon-minus:before, .you-may-be-interested .icon-minus:before, .feature-report-authors .icon-minus:before {
  content: "";
}

.block-aspi-topics .icon-plus:before, .you-may-be-interested .icon-plus:before, .feature-report-authors .icon-plus:before {
  content: "";
}

.block-aspi-topics .icon-camera:before, .you-may-be-interested .icon-camera:before, .feature-report-authors .icon-camera:before {
  content: "";
}

.block-aspi-topics .icon-video:before, .you-may-be-interested .icon-video:before, .feature-report-authors .icon-video:before {
  content: "";
}

.block-aspi-topics .icon-movie:before, .you-may-be-interested .icon-movie:before, .feature-report-authors .icon-movie:before {
  content: "";
}

.block-aspi-topics .icon-headphones2:before, .you-may-be-interested .icon-headphones2:before, .feature-report-authors .icon-headphones2:before {
  content: "";
}

.block-aspi-topics .icon-share:before, .you-may-be-interested .icon-share:before, .feature-report-authors .icon-share:before {
  content: "";
}

.block-aspi-topics .icon-film:before, .you-may-be-interested .icon-film:before, .feature-report-authors .icon-film:before {
  content: "";
}

.block-aspi-topics .icon-video2:before, .you-may-be-interested .icon-video2:before, .feature-report-authors .icon-video2:before {
  content: "";
}

.block-aspi-topics .icon-movie2:before, .you-may-be-interested .icon-movie2:before, .feature-report-authors .icon-movie2:before {
  content: "";
}

.block-aspi-topics .icon-tape:before, .you-may-be-interested .icon-tape:before, .feature-report-authors .icon-tape:before {
  content: "";
}

.block-aspi-topics .icon-play:before, .you-may-be-interested .icon-play:before, .feature-report-authors .icon-play:before {
  content: "";
}

.block-aspi-topics .icon-soundcloud:before, .you-may-be-interested .icon-soundcloud:before, .feature-report-authors .icon-soundcloud:before {
  content: "";
}

.block-aspi-topics .icon-brand:before, .you-may-be-interested .icon-brand:before, .feature-report-authors .icon-brand:before {
  content: "";
}

.block-aspi-topics .icon-social:before, .you-may-be-interested .icon-social:before, .feature-report-authors .icon-social:before {
  content: "";
}

.block-aspi-topics .icon-headphones:before, .you-may-be-interested .icon-headphones:before, .feature-report-authors .icon-headphones:before {
  content: "";
}

.block-aspi-topics .icon-headset:before, .you-may-be-interested .icon-headset:before, .feature-report-authors .icon-headset:before {
  content: "";
}

.block-aspi-topics .icon-music:before, .you-may-be-interested .icon-music:before, .feature-report-authors .icon-music:before {
  content: "";
}

.block-aspi-topics .icon-audio:before, .you-may-be-interested .icon-audio:before, .feature-report-authors .icon-audio:before {
  content: "";
}

.block-aspi-topics .icon-play2:before, .you-may-be-interested .icon-play2:before, .feature-report-authors .icon-play2:before {
  content: "";
}

.block-aspi-topics .icon-video3:before, .you-may-be-interested .icon-video3:before, .feature-report-authors .icon-video3:before {
  content: "";
}

.block-aspi-topics .icon-movie3:before, .you-may-be-interested .icon-movie3:before, .feature-report-authors .icon-movie3:before {
  content: "";
}

.block-aspi-topics .icon-spinner:before, .you-may-be-interested .icon-spinner:before, .feature-report-authors .icon-spinner:before {
  content: "";
}

.block-aspi-topics .icon-home:before, .you-may-be-interested .icon-home:before, .feature-report-authors .icon-home:before {
  content: "";
}

.block-aspi-topics .icon-house:before, .you-may-be-interested .icon-house:before, .feature-report-authors .icon-house:before {
  content: "";
}

.block-aspi-topics .icon-external-link:before, .you-may-be-interested .icon-external-link:before, .feature-report-authors .icon-external-link:before {
  content: "";
}

.block-aspi-topics .icon-play-circle:before, .you-may-be-interested .icon-play-circle:before, .feature-report-authors .icon-play-circle:before {
  content: "";
}

.block-aspi-topics .o-postOpinionStructure, .you-may-be-interested .o-postOpinionStructure, .feature-report-authors .o-postOpinionStructure {
  margin-bottom: 30px;
}

.block-aspi-topics html, .you-may-be-interested html, .feature-report-authors html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

.block-aspi-topics body, .you-may-be-interested body, .feature-report-authors body {
  margin: 0;
}

.block-aspi-topics article,
.block-aspi-topics aside,
.block-aspi-topics details,
.block-aspi-topics figcaption,
.block-aspi-topics figure,
.block-aspi-topics footer,
.block-aspi-topics header,
.block-aspi-topics hgroup,
.block-aspi-topics main,
.block-aspi-topics menu,
.block-aspi-topics nav,
.block-aspi-topics section,
.block-aspi-topics summary, .you-may-be-interested article,
.you-may-be-interested aside,
.you-may-be-interested details,
.you-may-be-interested figcaption,
.you-may-be-interested figure,
.you-may-be-interested footer,
.you-may-be-interested header,
.you-may-be-interested hgroup,
.you-may-be-interested main,
.you-may-be-interested menu,
.you-may-be-interested nav,
.you-may-be-interested section,
.you-may-be-interested summary, .feature-report-authors article,
.feature-report-authors aside,
.feature-report-authors details,
.feature-report-authors figcaption,
.feature-report-authors figure,
.feature-report-authors footer,
.feature-report-authors header,
.feature-report-authors hgroup,
.feature-report-authors main,
.feature-report-authors menu,
.feature-report-authors nav,
.feature-report-authors section,
.feature-report-authors summary {
  display: block;
}

.block-aspi-topics audio,
.block-aspi-topics canvas,
.block-aspi-topics progress,
.block-aspi-topics video, .you-may-be-interested audio,
.you-may-be-interested canvas,
.you-may-be-interested progress,
.you-may-be-interested video, .feature-report-authors audio,
.feature-report-authors canvas,
.feature-report-authors progress,
.feature-report-authors video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

.block-aspi-topics audio:not([controls]), .you-may-be-interested audio:not([controls]), .feature-report-authors audio:not([controls]) {
  display: none;
  height: 0;
}

.block-aspi-topics [hidden],
.block-aspi-topics template, .you-may-be-interested [hidden],
.you-may-be-interested template, .feature-report-authors [hidden],
.feature-report-authors template {
  display: none;
}

.block-aspi-topics a, .you-may-be-interested a, .feature-report-authors a {
  background-color: transparent;
}

.block-aspi-topics abbr[title], .you-may-be-interested abbr[title], .feature-report-authors abbr[title] {
  border-bottom: 1px dotted;
}

.block-aspi-topics b,
.block-aspi-topics strong, .you-may-be-interested b,
.you-may-be-interested strong, .feature-report-authors b,
.feature-report-authors strong {
  font-weight: bold;
}

.block-aspi-topics dfn, .you-may-be-interested dfn, .feature-report-authors dfn {
  font-style: italic;
}

.block-aspi-topics h1, .you-may-be-interested h1, .feature-report-authors h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.block-aspi-topics mark, .you-may-be-interested mark, .feature-report-authors mark {
  background: #ff0;
  color: #000;
}

.block-aspi-topics small, .you-may-be-interested small, .feature-report-authors small {
  font-size: 80%;
}

.block-aspi-topics sub,
.block-aspi-topics sup, .you-may-be-interested sub,
.you-may-be-interested sup, .feature-report-authors sub,
.feature-report-authors sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.block-aspi-topics sup, .you-may-be-interested sup, .feature-report-authors sup {
  top: -0.5em;
}

.block-aspi-topics sub, .you-may-be-interested sub, .feature-report-authors sub {
  bottom: -0.25em;
}

.block-aspi-topics img, .you-may-be-interested img, .feature-report-authors img {
  border: 0;
}

.block-aspi-topics svg:not(:root), .you-may-be-interested svg:not(:root), .feature-report-authors svg:not(:root) {
  overflow: hidden;
}

.block-aspi-topics figure, .you-may-be-interested figure, .feature-report-authors figure {
  margin: 1em 40px;
}

.block-aspi-topics hr, .you-may-be-interested hr, .feature-report-authors hr {
  box-sizing: content-box;
  height: 0;
}

.block-aspi-topics pre, .you-may-be-interested pre, .feature-report-authors pre {
  overflow: auto;
}

.block-aspi-topics code,
.block-aspi-topics kbd,
.block-aspi-topics pre,
.block-aspi-topics samp, .you-may-be-interested code,
.you-may-be-interested kbd,
.you-may-be-interested pre,
.you-may-be-interested samp, .feature-report-authors code,
.feature-report-authors kbd,
.feature-report-authors pre,
.feature-report-authors samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.block-aspi-topics button,
.block-aspi-topics input,
.block-aspi-topics optgroup,
.block-aspi-topics select,
.block-aspi-topics textarea, .you-may-be-interested button,
.you-may-be-interested input,
.you-may-be-interested optgroup,
.you-may-be-interested select,
.you-may-be-interested textarea, .feature-report-authors button,
.feature-report-authors input,
.feature-report-authors optgroup,
.feature-report-authors select,
.feature-report-authors textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

.block-aspi-topics button, .you-may-be-interested button, .feature-report-authors button {
  overflow: visible;
}

.block-aspi-topics button,
.block-aspi-topics select, .you-may-be-interested button,
.you-may-be-interested select, .feature-report-authors button,
.feature-report-authors select {
  text-transform: none;
}

.block-aspi-topics button,
.block-aspi-topics html input[type="button"],
.block-aspi-topics input[type="reset"],
.block-aspi-topics input[type="submit"], .you-may-be-interested button,
.you-may-be-interested html input[type="button"],
.you-may-be-interested input[type="reset"],
.you-may-be-interested input[type="submit"], .feature-report-authors button,
.feature-report-authors html input[type="button"],
.feature-report-authors input[type="reset"],
.feature-report-authors input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

.block-aspi-topics button[disabled],
.block-aspi-topics html input[disabled], .you-may-be-interested button[disabled],
.you-may-be-interested html input[disabled], .feature-report-authors button[disabled],
.feature-report-authors html input[disabled] {
  cursor: default;
}

.block-aspi-topics button::-moz-focus-inner,
.block-aspi-topics input::-moz-focus-inner, .you-may-be-interested button::-moz-focus-inner,
.you-may-be-interested input::-moz-focus-inner, .feature-report-authors button::-moz-focus-inner,
.feature-report-authors input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.block-aspi-topics input, .you-may-be-interested input, .feature-report-authors input {
  line-height: normal;
}

.block-aspi-topics input[type="checkbox"],
.block-aspi-topics input[type="radio"], .you-may-be-interested input[type="checkbox"],
.you-may-be-interested input[type="radio"], .feature-report-authors input[type="checkbox"],
.feature-report-authors input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

.block-aspi-topics input[type="number"]::-webkit-inner-spin-button,
.block-aspi-topics input[type="number"]::-webkit-outer-spin-button, .you-may-be-interested input[type="number"]::-webkit-inner-spin-button,
.you-may-be-interested input[type="number"]::-webkit-outer-spin-button, .feature-report-authors input[type="number"]::-webkit-inner-spin-button,
.feature-report-authors input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.block-aspi-topics input[type="search"], .you-may-be-interested input[type="search"], .feature-report-authors input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

.block-aspi-topics input[type="search"]::-webkit-search-cancel-button,
.block-aspi-topics input[type="search"]::-webkit-search-decoration, .you-may-be-interested input[type="search"]::-webkit-search-cancel-button,
.you-may-be-interested input[type="search"]::-webkit-search-decoration, .feature-report-authors input[type="search"]::-webkit-search-cancel-button,
.feature-report-authors input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.block-aspi-topics fieldset, .you-may-be-interested fieldset, .feature-report-authors fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.block-aspi-topics legend, .you-may-be-interested legend, .feature-report-authors legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

.block-aspi-topics textarea, .you-may-be-interested textarea, .feature-report-authors textarea {
  overflow: auto;
}

.block-aspi-topics optgroup, .you-may-be-interested optgroup, .feature-report-authors optgroup {
  font-weight: bold;
}

.block-aspi-topics table, .you-may-be-interested table, .feature-report-authors table {
  border-collapse: collapse;
  border-spacing: 0;
}

.block-aspi-topics td,
.block-aspi-topics th, .you-may-be-interested td,
.you-may-be-interested th, .feature-report-authors td,
.feature-report-authors th {
  padding: 0;
}

.block-aspi-topics .slick-prev, .block-aspi-topics .slick-next, .you-may-be-interested .slick-prev, .you-may-be-interested .slick-next, .feature-report-authors .slick-prev, .feature-report-authors .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 45px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 5;
}

.block-aspi-topics .slick-prev:before, .block-aspi-topics .slick-next:before, .you-may-be-interested .slick-prev:before, .you-may-be-interested .slick-next:before, .feature-report-authors .slick-prev:before, .feature-report-authors .slick-next:before {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
  color: #000;
  transition: 0.3s;
}

.block-aspi-topics .slick-prev:hover:before, .block-aspi-topics .slick-prev:focus:before, .block-aspi-topics .slick-next:hover:before, .block-aspi-topics .slick-next:focus:before, .you-may-be-interested .slick-prev:hover:before, .you-may-be-interested .slick-prev:focus:before, .you-may-be-interested .slick-next:hover:before, .you-may-be-interested .slick-next:focus:before, .feature-report-authors .slick-prev:hover:before, .feature-report-authors .slick-prev:focus:before, .feature-report-authors .slick-next:hover:before, .feature-report-authors .slick-next:focus:before {
  color: #CF1730;
}

.block-aspi-topics .slick-prev, .you-may-be-interested .slick-prev, .feature-report-authors .slick-prev {
  left: 0;
}

.block-aspi-topics .slick-prev:before, .you-may-be-interested .slick-prev:before, .feature-report-authors .slick-prev:before {
  content: "";
}

.block-aspi-topics .slick-next, .you-may-be-interested .slick-next, .feature-report-authors .slick-next {
  right: 0;
}

.block-aspi-topics .slick-next:before, .you-may-be-interested .slick-next:before, .feature-report-authors .slick-next:before {
  content: "";
}

.block-aspi-topics .slick-list, .you-may-be-interested .slick-list, .feature-report-authors .slick-list {
  position: relative;
}

.block-aspi-topics .slick-list:after, .you-may-be-interested .slick-list:after, .feature-report-authors .slick-list:after {
  pointer-events: none;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 100px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
}

.block-aspi-topics *:before, .block-aspi-topics *:after, .block-aspi-topics *, .you-may-be-interested *:before, .you-may-be-interested *:after, .you-may-be-interested *, .feature-report-authors *:before, .feature-report-authors *:after, .feature-report-authors * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  box-sizing: inherit;
}

@media (prefers-reduced-motion) {
  .block-aspi-topics *, .you-may-be-interested *, .feature-report-authors * {
    transition: none !important;
  }
}

.block-aspi-topics html, .block-aspi-topics body, .you-may-be-interested html, .you-may-be-interested body, .feature-report-authors html, .feature-report-authors body {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0;
}

.block-aspi-topics html, .you-may-be-interested html, .feature-report-authors html {
  font-size: 62.5%;
}

.block-aspi-topics span,
.block-aspi-topics em,
.block-aspi-topics strong,
.block-aspi-topics a,
.block-aspi-topics b,
.block-aspi-topics i,
.block-aspi-topics label,
.block-aspi-topics input,
.block-aspi-topics div,
.block-aspi-topics textarea,
.block-aspi-topics select,
.block-aspi-topics header,
.block-aspi-topics footer,
.block-aspi-topics aside,
.block-aspi-topics time,
.block-aspi-topics html,
.block-aspi-topics form,
.block-aspi-topics nav,
.block-aspi-topics nav li, .you-may-be-interested span,
.you-may-be-interested em,
.you-may-be-interested strong,
.you-may-be-interested a,
.you-may-be-interested b,
.you-may-be-interested i,
.you-may-be-interested label,
.you-may-be-interested input,
.you-may-be-interested div,
.you-may-be-interested textarea,
.you-may-be-interested select,
.you-may-be-interested header,
.you-may-be-interested footer,
.you-may-be-interested aside,
.you-may-be-interested time,
.you-may-be-interested html,
.you-may-be-interested form,
.you-may-be-interested nav,
.you-may-be-interested nav li, .feature-report-authors span,
.feature-report-authors em,
.feature-report-authors strong,
.feature-report-authors a,
.feature-report-authors b,
.feature-report-authors i,
.feature-report-authors label,
.feature-report-authors input,
.feature-report-authors div,
.feature-report-authors textarea,
.feature-report-authors select,
.feature-report-authors header,
.feature-report-authors footer,
.feature-report-authors aside,
.feature-report-authors time,
.feature-report-authors html,
.feature-report-authors form,
.feature-report-authors nav,
.feature-report-authors nav li {
  margin-top: 0;
}

.block-aspi-topics body, .you-may-be-interested body, .feature-report-authors body {
  background-color: #fff;
  position: relative;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  font-family: "Cabin", Arial, sans-serif;
  font-weight: 400;
}

.block-aspi-topics body.JS-scrollLock, .you-may-be-interested body.JS-scrollLock, .feature-report-authors body.JS-scrollLock {
  overflow: hidden;
}

.block-aspi-topics body *, .you-may-be-interested body *, .feature-report-authors body * {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

.block-aspi-topics p, .block-aspi-topics ul, .block-aspi-topics ol, .you-may-be-interested p, .you-may-be-interested ul, .you-may-be-interested ol, .feature-report-authors p, .feature-report-authors ul, .feature-report-authors ol {
  margin: 25px 0;
}

.block-aspi-topics p:first-child, .block-aspi-topics ul:first-child, .block-aspi-topics ol:first-child, .you-may-be-interested p:first-child, .you-may-be-interested ul:first-child, .you-may-be-interested ol:first-child, .feature-report-authors p:first-child, .feature-report-authors ul:first-child, .feature-report-authors ol:first-child {
  margin-top: 0;
}

.block-aspi-topics p:last-child, .block-aspi-topics ul:last-child, .block-aspi-topics ol:last-child, .you-may-be-interested p:last-child, .you-may-be-interested ul:last-child, .you-may-be-interested ol:last-child, .feature-report-authors p:last-child, .feature-report-authors ul:last-child, .feature-report-authors ol:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 37.5em) {
  .block-aspi-topics p, .block-aspi-topics ul, .block-aspi-topics ol, .you-may-be-interested p, .you-may-be-interested ul, .you-may-be-interested ol, .feature-report-authors p, .feature-report-authors ul, .feature-report-authors ol {
    margin: 15px 0;
  }
}

.block-aspi-topics h1, .block-aspi-topics h2, .block-aspi-topics h3, .block-aspi-topics h4, .block-aspi-topics h5, .block-aspi-topics h6, .you-may-be-interested h1, .you-may-be-interested h2, .you-may-be-interested h3, .you-may-be-interested h4, .you-may-be-interested h5, .you-may-be-interested h6, .feature-report-authors h1, .feature-report-authors h2, .feature-report-authors h3, .feature-report-authors h4, .feature-report-authors h5, .feature-report-authors h6 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.5px;
  letter-spacing: -0.05rem;
}

.block-aspi-topics h1:first-child, .block-aspi-topics h2:first-child, .block-aspi-topics h3:first-child, .block-aspi-topics h4:first-child, .block-aspi-topics h5:first-child, .block-aspi-topics h6:first-child, .you-may-be-interested h1:first-child, .you-may-be-interested h2:first-child, .you-may-be-interested h3:first-child, .you-may-be-interested h4:first-child, .you-may-be-interested h5:first-child, .you-may-be-interested h6:first-child, .feature-report-authors h1:first-child, .feature-report-authors h2:first-child, .feature-report-authors h3:first-child, .feature-report-authors h4:first-child, .feature-report-authors h5:first-child, .feature-report-authors h6:first-child {
  margin-top: 0;
}

.block-aspi-topics h1:last-child, .block-aspi-topics h2:last-child, .block-aspi-topics h3:last-child, .block-aspi-topics h4:last-child, .block-aspi-topics h5:last-child, .block-aspi-topics h6:last-child, .you-may-be-interested h1:last-child, .you-may-be-interested h2:last-child, .you-may-be-interested h3:last-child, .you-may-be-interested h4:last-child, .you-may-be-interested h5:last-child, .you-may-be-interested h6:last-child, .feature-report-authors h1:last-child, .feature-report-authors h2:last-child, .feature-report-authors h3:last-child, .feature-report-authors h4:last-child, .feature-report-authors h5:last-child, .feature-report-authors h6:last-child {
  margin-bottom: 0;
}

.block-aspi-topics h1 + p, .block-aspi-topics h1 + ul, .block-aspi-topics h1 + ol, .block-aspi-topics h2 + p, .block-aspi-topics h2 + ul, .block-aspi-topics h2 + ol, .block-aspi-topics h3 + p, .block-aspi-topics h3 + ul, .block-aspi-topics h3 + ol, .block-aspi-topics h4 + p, .block-aspi-topics h4 + ul, .block-aspi-topics h4 + ol, .block-aspi-topics h5 + p, .block-aspi-topics h5 + ul, .block-aspi-topics h5 + ol, .block-aspi-topics h6 + p, .block-aspi-topics h6 + ul, .block-aspi-topics h6 + ol, .you-may-be-interested h1 + p, .you-may-be-interested h1 + ul, .you-may-be-interested h1 + ol, .you-may-be-interested h2 + p, .you-may-be-interested h2 + ul, .you-may-be-interested h2 + ol, .you-may-be-interested h3 + p, .you-may-be-interested h3 + ul, .you-may-be-interested h3 + ol, .you-may-be-interested h4 + p, .you-may-be-interested h4 + ul, .you-may-be-interested h4 + ol, .you-may-be-interested h5 + p, .you-may-be-interested h5 + ul, .you-may-be-interested h5 + ol, .you-may-be-interested h6 + p, .you-may-be-interested h6 + ul, .you-may-be-interested h6 + ol, .feature-report-authors h1 + p, .feature-report-authors h1 + ul, .feature-report-authors h1 + ol, .feature-report-authors h2 + p, .feature-report-authors h2 + ul, .feature-report-authors h2 + ol, .feature-report-authors h3 + p, .feature-report-authors h3 + ul, .feature-report-authors h3 + ol, .feature-report-authors h4 + p, .feature-report-authors h4 + ul, .feature-report-authors h4 + ol, .feature-report-authors h5 + p, .feature-report-authors h5 + ul, .feature-report-authors h5 + ol, .feature-report-authors h6 + p, .feature-report-authors h6 + ul, .feature-report-authors h6 + ol {
  margin-top: 0;
}

.-theme--dark .block-aspi-topics h1, .-theme--dark .block-aspi-topics h2, .-theme--dark .block-aspi-topics h3, .-theme--dark .block-aspi-topics h4, .-theme--dark .block-aspi-topics h5, .-theme--dark .block-aspi-topics h6, .-theme--dark .you-may-be-interested h1, .-theme--dark .you-may-be-interested h2, .-theme--dark .you-may-be-interested h3, .-theme--dark .you-may-be-interested h4, .-theme--dark .you-may-be-interested h5, .-theme--dark .you-may-be-interested h6, .-theme--dark .feature-report-authors h1, .-theme--dark .feature-report-authors h2, .-theme--dark .feature-report-authors h3, .-theme--dark .feature-report-authors h4, .-theme--dark .feature-report-authors h5, .-theme--dark .feature-report-authors h6 {
  color: #000;
}

.block-aspi-topics h1 *, .block-aspi-topics h2 *, .block-aspi-topics h3 *, .block-aspi-topics h4 *, .block-aspi-topics h5 *, .block-aspi-topics h6 *, .you-may-be-interested h1 *, .you-may-be-interested h2 *, .you-may-be-interested h3 *, .you-may-be-interested h4 *, .you-may-be-interested h5 *, .you-may-be-interested h6 *, .feature-report-authors h1 *, .feature-report-authors h2 *, .feature-report-authors h3 *, .feature-report-authors h4 *, .feature-report-authors h5 *, .feature-report-authors h6 * {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.block-aspi-topics h2, .you-may-be-interested h2, .feature-report-authors h2 {
  font-size: 30px;
  font-size: 3rem;
}

.block-aspi-topics h2 + h3, .you-may-be-interested h2 + h3, .feature-report-authors h2 + h3 {
  margin-top: 30px;
}

.block-aspi-topics h3, .you-may-be-interested h3, .feature-report-authors h3 {
  font-size: 25px;
  font-size: 2.5rem;
}

.block-aspi-topics h4, .you-may-be-interested h4, .feature-report-authors h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

.block-aspi-topics h5, .you-may-be-interested h5, .feature-report-authors h5 {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.block-aspi-topics h6, .you-may-be-interested h6, .feature-report-authors h6 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Cabin", Arial, sans-serif;
}

.block-aspi-topics a, .you-may-be-interested a, .feature-report-authors a {
  text-decoration: none;
  color: #CF1730;
  transition: 0.3s;
}

.block-aspi-topics a:hover, .block-aspi-topics a:focus, .you-may-be-interested a:hover, .you-may-be-interested a:focus, .feature-report-authors a:hover, .feature-report-authors a:focus {
  text-decoration: underline;
  color: #000;
}

.block-aspi-topics a[disabled], .you-may-be-interested a[disabled], .feature-report-authors a[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.2;
}

.no-csspointerevents .block-aspi-topics a[disabled], .no-csspointerevents .you-may-be-interested a[disabled], .no-csspointerevents .feature-report-authors a[disabled] {
  display: none;
}

.block-aspi-topics label, .block-aspi-topics input[type=radio], .block-aspi-topics input[type=checkbox], .you-may-be-interested label, .you-may-be-interested input[type=radio], .you-may-be-interested input[type=checkbox], .feature-report-authors label, .feature-report-authors input[type=radio], .feature-report-authors input[type=checkbox] {
  cursor: pointer;
}

.block-aspi-topics img, .you-may-be-interested img, .feature-report-authors img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.block-aspi-topics a img, .you-may-be-interested a img, .feature-report-authors a img {
  transition: 0.3s;
}

.block-aspi-topics a:hover img, .block-aspi-topics a:focus img, .you-may-be-interested a:hover img, .you-may-be-interested a:focus img, .feature-report-authors a:hover img, .feature-report-authors a:focus img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.block-aspi-topics strong, .block-aspi-topics b, .you-may-be-interested strong, .you-may-be-interested b, .feature-report-authors strong, .feature-report-authors b {
  font-weight: 700;
}

.block-aspi-topics blockquote, .you-may-be-interested blockquote, .feature-report-authors blockquote {
  background-color: transparent;
  border-left: 0;
  border-left: 6px solid #000;
  font-style: normal;
  margin: 0;
  margin-left: 30px;
  padding: 55px 25px 40px;
}

.block-aspi-topics blockquote:before, .you-may-be-interested blockquote:before, .feature-report-authors blockquote:before {
  display: none;
}

.block-aspi-topics blockquote p, .you-may-be-interested blockquote p, .feature-report-authors blockquote p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.25;
}

.block-aspi-topics .ds-2col-stacked > .group-left, .block-aspi-topics .ds-2col-stacked > .group-right, .you-may-be-interested .ds-2col-stacked > .group-left, .you-may-be-interested .ds-2col-stacked > .group-right, .feature-report-authors .ds-2col-stacked > .group-left, .feature-report-authors .ds-2col-stacked > .group-right {
  width: 100%;
}

.block-aspi-topics .content, .you-may-be-interested .content, .feature-report-authors .content {
  margin-top: 0;
}

.block-aspi-topics .-color-1.-color-1, .you-may-be-interested .-color-1.-color-1, .feature-report-authors .-color-1.-color-1 {
  background-color: #CF1730;
}

.block-aspi-topics .-color-1.-color-1, .block-aspi-topics .-color-1.-color-1 *, .you-may-be-interested .-color-1.-color-1, .you-may-be-interested .-color-1.-color-1 *, .feature-report-authors .-color-1.-color-1, .feature-report-authors .-color-1.-color-1 * {
  color: #fff;
}

.block-aspi-topics .-color-1.-color-1, .block-aspi-topics .-color-1.-color-1 svg, .you-may-be-interested .-color-1.-color-1, .you-may-be-interested .-color-1.-color-1 svg, .feature-report-authors .-color-1.-color-1, .feature-report-authors .-color-1.-color-1 svg {
  fill: #fff;
}

.block-aspi-topics .-color-text-1, .block-aspi-topics .-color-text-1 *, .you-may-be-interested .-color-text-1, .you-may-be-interested .-color-text-1 *, .feature-report-authors .-color-text-1, .feature-report-authors .-color-text-1 * {
  color: #CF1730;
  fill: #CF1730;
}

.block-aspi-topics .-color-2.-color-2, .you-may-be-interested .-color-2.-color-2, .feature-report-authors .-color-2.-color-2 {
  background-color: #000;
}

.block-aspi-topics .-color-2.-color-2, .block-aspi-topics .-color-2.-color-2 *, .you-may-be-interested .-color-2.-color-2, .you-may-be-interested .-color-2.-color-2 *, .feature-report-authors .-color-2.-color-2, .feature-report-authors .-color-2.-color-2 * {
  color: #fff;
}

.block-aspi-topics .-color-2.-color-2, .block-aspi-topics .-color-2.-color-2 svg, .you-may-be-interested .-color-2.-color-2, .you-may-be-interested .-color-2.-color-2 svg, .feature-report-authors .-color-2.-color-2, .feature-report-authors .-color-2.-color-2 svg {
  fill: #fff;
}

.block-aspi-topics .-color-text-2, .block-aspi-topics .-color-text-2 *, .you-may-be-interested .-color-text-2, .you-may-be-interested .-color-text-2 *, .feature-report-authors .-color-text-2, .feature-report-authors .-color-text-2 * {
  color: #000;
  fill: #000;
}

.block-aspi-topics .-color-3.-color-3, .you-may-be-interested .-color-3.-color-3, .feature-report-authors .-color-3.-color-3 {
  background-color: #7FD6CD;
}

.block-aspi-topics .-color-3.-color-3, .block-aspi-topics .-color-3.-color-3 *, .you-may-be-interested .-color-3.-color-3, .you-may-be-interested .-color-3.-color-3 *, .feature-report-authors .-color-3.-color-3, .feature-report-authors .-color-3.-color-3 * {
  color: #000;
}

.block-aspi-topics .-color-3.-color-3, .block-aspi-topics .-color-3.-color-3 svg, .you-may-be-interested .-color-3.-color-3, .you-may-be-interested .-color-3.-color-3 svg, .feature-report-authors .-color-3.-color-3, .feature-report-authors .-color-3.-color-3 svg {
  fill: #000;
}

.block-aspi-topics .-color-text-3, .block-aspi-topics .-color-text-3 *, .you-may-be-interested .-color-text-3, .you-may-be-interested .-color-text-3 *, .feature-report-authors .-color-text-3, .feature-report-authors .-color-text-3 * {
  color: #7FD6CD;
  fill: #7FD6CD;
}

.block-aspi-topics .-color-4.-color-4, .you-may-be-interested .-color-4.-color-4, .feature-report-authors .-color-4.-color-4 {
  background-color: #0CCBEE;
}

.block-aspi-topics .-color-4.-color-4, .block-aspi-topics .-color-4.-color-4 *, .you-may-be-interested .-color-4.-color-4, .you-may-be-interested .-color-4.-color-4 *, .feature-report-authors .-color-4.-color-4, .feature-report-authors .-color-4.-color-4 * {
  color: #000;
}

.block-aspi-topics .-color-4.-color-4, .block-aspi-topics .-color-4.-color-4 svg, .you-may-be-interested .-color-4.-color-4, .you-may-be-interested .-color-4.-color-4 svg, .feature-report-authors .-color-4.-color-4, .feature-report-authors .-color-4.-color-4 svg {
  fill: #000;
}

.block-aspi-topics .-color-text-4, .block-aspi-topics .-color-text-4 *, .you-may-be-interested .-color-text-4, .you-may-be-interested .-color-text-4 *, .feature-report-authors .-color-text-4, .feature-report-authors .-color-text-4 * {
  color: #0CCBEE;
  fill: #0CCBEE;
}

.block-aspi-topics .-color-5.-color-5, .you-may-be-interested .-color-5.-color-5, .feature-report-authors .-color-5.-color-5 {
  background-color: #076050;
}

.block-aspi-topics .-color-5.-color-5, .block-aspi-topics .-color-5.-color-5 *, .you-may-be-interested .-color-5.-color-5, .you-may-be-interested .-color-5.-color-5 *, .feature-report-authors .-color-5.-color-5, .feature-report-authors .-color-5.-color-5 * {
  color: #fff;
}

.block-aspi-topics .-color-5.-color-5, .block-aspi-topics .-color-5.-color-5 svg, .you-may-be-interested .-color-5.-color-5, .you-may-be-interested .-color-5.-color-5 svg, .feature-report-authors .-color-5.-color-5, .feature-report-authors .-color-5.-color-5 svg {
  fill: #fff;
}

.block-aspi-topics .-color-text-5, .block-aspi-topics .-color-text-5 *, .you-may-be-interested .-color-text-5, .you-may-be-interested .-color-text-5 *, .feature-report-authors .-color-text-5, .feature-report-authors .-color-text-5 * {
  color: #076050;
  fill: #076050;
}

.block-aspi-topics .m-share ul, .m-share .block-aspi-topics ul, .block-aspi-topics nav ul, .you-may-be-interested nav .block-aspi-topics ul, .feature-report-authors nav .block-aspi-topics ul, .block-aspi-topics .TK-noDots, .you-may-be-interested .m-share ul, .m-share .you-may-be-interested ul, .block-aspi-topics nav .you-may-be-interested ul, .you-may-be-interested nav ul, .feature-report-authors nav .you-may-be-interested ul, .you-may-be-interested .TK-noDots, .feature-report-authors .m-share ul, .m-share .feature-report-authors ul, .block-aspi-topics nav .feature-report-authors ul, .you-may-be-interested nav .feature-report-authors ul, .feature-report-authors nav ul, .feature-report-authors .TK-noDots {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-aspi-topics .sr-only, .you-may-be-interested .sr-only, .feature-report-authors .sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
  opacity: 0;
}

.no-js .block-aspi-topics .TK-noJsHide, .no-js .you-may-be-interested .TK-noJsHide, .no-js .feature-report-authors .TK-noJsHide {
  display: none;
}

.js .block-aspi-topics .TK-jsHide, .js .you-may-be-interested .TK-jsHide, .js .feature-report-authors .TK-jsHide {
  display: none !important;
}

.no-js .block-aspi-topics .TK-jsHide, .no-js .you-may-be-interested .TK-jsHide, .no-js .feature-report-authors .TK-jsHide {
  display: block;
}

.block-aspi-topics .TK-skipLink, .you-may-be-interested .TK-skipLink, .feature-report-authors .TK-skipLink {
  border: 0;
  clip: rect(0 0 0 0);
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}

.block-aspi-topics .TK-skipLink:active, .block-aspi-topics .TK-skipLink:focus, .you-may-be-interested .TK-skipLink:active, .you-may-be-interested .TK-skipLink:focus, .feature-report-authors .TK-skipLink:active, .feature-report-authors .TK-skipLink:focus {
  clip: auto;
  width: auto;
  height: auto;
  position: static;
  opacity: 1;
}

.block-aspi-topics .m-sideBox, .you-may-be-interested .m-sideBox, .feature-report-authors .m-sideBox {
  background-color: #F0F0F0;
  margin: 0 auto 35px;
}

@media screen and (max-width: 31.25em) {
  .block-aspi-topics .m-sideBox, .you-may-be-interested .m-sideBox, .feature-report-authors .m-sideBox {
    margin-left: -20px;
    margin-right: -20px;
    max-width: none;
  }
}

.block-aspi-topics .m-sideBox__title, .you-may-be-interested .m-sideBox__title, .feature-report-authors .m-sideBox__title {
  padding-top: 20px;
  padding-right: 20px;
}

.block-aspi-topics .m-sideBox__title > *, .you-may-be-interested .m-sideBox__title > *, .feature-report-authors .m-sideBox__title > * {
  background-color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0;
  min-width: 180px;
  padding: 15px 20px;
  display: inline-block;
}

.block-aspi-topics .m-sideBox__content, .you-may-be-interested .m-sideBox__content, .feature-report-authors .m-sideBox__content {
  padding: 20px;
}

.block-aspi-topics .m-sideBox .o-featureEvent, .you-may-be-interested .m-sideBox .o-featureEvent, .feature-report-authors .m-sideBox .o-featureEvent {
  background-color: transparent;
  margin-bottom: 20px;
}

.block-aspi-topics .m-sideBox .o-featureEvent__date .a-dateBox, .you-may-be-interested .m-sideBox .o-featureEvent__date .a-dateBox, .feature-report-authors .m-sideBox .o-featureEvent__date .a-dateBox {
  border-color: #000;
}

.block-aspi-topics .m-sideBox .o-featureEvent__grid, .you-may-be-interested .m-sideBox .o-featureEvent__grid, .feature-report-authors .m-sideBox .o-featureEvent__grid {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  border-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 100%;
  border-style: solid;
  margin: -20px;
  border-width: 20px 20px 0 0;
}

@media screen and (max-width: 84.375em) {
  .block-aspi-topics .m-sideBox .o-featureEvent__grid, .you-may-be-interested .m-sideBox .o-featureEvent__grid, .feature-report-authors .m-sideBox .o-featureEvent__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block-aspi-topics .m-sideBox .o-featureEvent__grid > *, .you-may-be-interested .m-sideBox .o-featureEvent__grid > *, .feature-report-authors .m-sideBox .o-featureEvent__grid > * {
  box-sizing: border-box;
  min-width: 0%;
  max-width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  background-clip: padding-box !important;
  border: 0 solid transparent;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.block-aspi-topics .m-sideBox .o-featureEvent__grid > * > *, .you-may-be-interested .m-sideBox .o-featureEvent__grid > * > *, .feature-report-authors .m-sideBox .o-featureEvent__grid > * > * {
  box-sizing: border-box;
}

.no-flexbox .block-aspi-topics .m-sideBox .o-featureEvent__grid, .no-flexwrap .block-aspi-topics .m-sideBox .o-featureEvent__grid, .no-flexbox .you-may-be-interested .m-sideBox .o-featureEvent__grid, .no-flexwrap .you-may-be-interested .m-sideBox .o-featureEvent__grid, .no-flexbox .feature-report-authors .m-sideBox .o-featureEvent__grid, .no-flexwrap .feature-report-authors .m-sideBox .o-featureEvent__grid {
  display: block;
}

.no-flexbox .block-aspi-topics .m-sideBox .o-featureEvent__grid:after, .no-flexwrap .block-aspi-topics .m-sideBox .o-featureEvent__grid:after, .no-flexbox .you-may-be-interested .m-sideBox .o-featureEvent__grid:after, .no-flexwrap .you-may-be-interested .m-sideBox .o-featureEvent__grid:after, .no-flexbox .feature-report-authors .m-sideBox .o-featureEvent__grid:after, .no-flexwrap .feature-report-authors .m-sideBox .o-featureEvent__grid:after {
  content: '';
  display: block;
  clear: both;
}

.no-flexbox .block-aspi-topics .m-sideBox .o-featureEvent__grid > *, .no-flexwrap .block-aspi-topics .m-sideBox .o-featureEvent__grid > *, .no-flexbox .you-may-be-interested .m-sideBox .o-featureEvent__grid > *, .no-flexwrap .you-may-be-interested .m-sideBox .o-featureEvent__grid > *, .no-flexbox .feature-report-authors .m-sideBox .o-featureEvent__grid > *, .no-flexwrap .feature-report-authors .m-sideBox .o-featureEvent__grid > * {
  float: left;
  display: block;
}

.no-flexbox .block-aspi-topics .m-sideBox .o-featureEvent__grid, .no-flexwrap .block-aspi-topics .m-sideBox .o-featureEvent__grid, .no-flexbox .you-may-be-interested .m-sideBox .o-featureEvent__grid, .no-flexwrap .you-may-be-interested .m-sideBox .o-featureEvent__grid, .no-flexbox .feature-report-authors .m-sideBox .o-featureEvent__grid, .no-flexwrap .feature-report-authors .m-sideBox .o-featureEvent__grid {
  display: block !important;
}

.no-flexbox .block-aspi-topics .m-sideBox .o-featureEvent__grid > *, .no-flexwrap .block-aspi-topics .m-sideBox .o-featureEvent__grid > *, .no-flexbox .you-may-be-interested .m-sideBox .o-featureEvent__grid > *, .no-flexwrap .you-may-be-interested .m-sideBox .o-featureEvent__grid > *, .no-flexbox .feature-report-authors .m-sideBox .o-featureEvent__grid > *, .no-flexwrap .feature-report-authors .m-sideBox .o-featureEvent__grid > * {
  display: block;
  vertical-align: top;
}

.no-flexbox .block-aspi-topics .m-sideBox .o-featureEvent__grid > *, .no-flexwrap .block-aspi-topics .m-sideBox .o-featureEvent__grid > *, .no-flexbox .you-may-be-interested .m-sideBox .o-featureEvent__grid > *, .no-flexwrap .you-may-be-interested .m-sideBox .o-featureEvent__grid > *, .no-flexbox .feature-report-authors .m-sideBox .o-featureEvent__grid > *, .no-flexwrap .feature-report-authors .m-sideBox .o-featureEvent__grid > * {
  width: 100%;
}

.lt-ie9 .block-aspi-topics .m-sideBox .o-featureEvent__grid > *, .lt-ie9 .block-aspi-topics .m-sideBox .o-featureEvent__grid, .lt-ie9 .you-may-be-interested .m-sideBox .o-featureEvent__grid > *, .lt-ie9 .you-may-be-interested .m-sideBox .o-featureEvent__grid, .lt-ie9 .feature-report-authors .m-sideBox .o-featureEvent__grid > *, .lt-ie9 .feature-report-authors .m-sideBox .o-featureEvent__grid {
  border-color: #fff;
}

.block-aspi-topics .m-sideBox .o-featureEvent__grid > *, .you-may-be-interested .m-sideBox .o-featureEvent__grid > *, .feature-report-authors .m-sideBox .o-featureEvent__grid > * {
  border-width: 0 0 20px 20px;
}

.lt-ie9 .block-aspi-topics .m-sideBox .o-featureEvent__grid, .lt-ie9 .block-aspi-topics .m-sideBox .o-featureEvent__grid > *, .lt-ie9 .you-may-be-interested .m-sideBox .o-featureEvent__grid, .lt-ie9 .you-may-be-interested .m-sideBox .o-featureEvent__grid > *, .lt-ie9 .feature-report-authors .m-sideBox .o-featureEvent__grid, .lt-ie9 .feature-report-authors .m-sideBox .o-featureEvent__grid > * {
  border-color: #fff;
}

.block-aspi-topics .o-featureEvent, .you-may-be-interested .o-featureEvent, .feature-report-authors .o-featureEvent {
  padding: 0 !important;
  background: #7FD6CD;
}

.block-aspi-topics .o-featureEvent p:empty, .you-may-be-interested .o-featureEvent p:empty, .feature-report-authors .o-featureEvent p:empty {
  display: none;
}

@media screen and (max-width: 48.125em) {
  .block-aspi-topics .o-featureEvent, .you-may-be-interested .o-featureEvent, .feature-report-authors .o-featureEvent {
    padding-top: 20px;
  }
}

.block-aspi-topics .o-featureEvent .field--name-node-title, .you-may-be-interested .o-featureEvent .field--name-node-title, .feature-report-authors .o-featureEvent .field--name-node-title {
  margin-bottom: 0;
}

.block-aspi-topics .o-featureEvent__grid, .you-may-be-interested .o-featureEvent__grid, .feature-report-authors .o-featureEvent__grid {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  border-color: transparent;
  min-width: 100%;
  border-style: solid;
  margin: -40px;
  border-width: 40px 40px 0 0;
  margin: 0;
}

.block-aspi-topics .o-featureEvent__grid > *, .you-may-be-interested .o-featureEvent__grid > *, .feature-report-authors .o-featureEvent__grid > * {
  box-sizing: border-box;
  min-width: 0%;
  max-width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  background-clip: padding-box !important;
  border: 0 solid transparent;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.block-aspi-topics .o-featureEvent__grid > * > *, .you-may-be-interested .o-featureEvent__grid > * > *, .feature-report-authors .o-featureEvent__grid > * > * {
  box-sizing: border-box;
}

.no-flexbox .block-aspi-topics .o-featureEvent__grid, .no-flexwrap .block-aspi-topics .o-featureEvent__grid, .no-flexbox .you-may-be-interested .o-featureEvent__grid, .no-flexwrap .you-may-be-interested .o-featureEvent__grid, .no-flexbox .feature-report-authors .o-featureEvent__grid, .no-flexwrap .feature-report-authors .o-featureEvent__grid {
  display: table !important;
}

.no-flexbox .block-aspi-topics .o-featureEvent__grid > *, .no-flexwrap .block-aspi-topics .o-featureEvent__grid > *, .no-flexbox .you-may-be-interested .o-featureEvent__grid > *, .no-flexwrap .you-may-be-interested .o-featureEvent__grid > *, .no-flexbox .feature-report-authors .o-featureEvent__grid > *, .no-flexwrap .feature-report-authors .o-featureEvent__grid > * {
  display: table-cell;
  vertical-align: top;
}

.lt-ie9 .block-aspi-topics .o-featureEvent__grid > *, .lt-ie9 .block-aspi-topics .o-featureEvent__grid, .lt-ie9 .you-may-be-interested .o-featureEvent__grid > *, .lt-ie9 .you-may-be-interested .o-featureEvent__grid, .lt-ie9 .feature-report-authors .o-featureEvent__grid > *, .lt-ie9 .feature-report-authors .o-featureEvent__grid {
  border-color: #fff;
}

.block-aspi-topics .o-featureEvent__grid > *, .you-may-be-interested .o-featureEvent__grid > *, .feature-report-authors .o-featureEvent__grid > * {
  border-width: 0 0 40px 40px;
}

.lt-ie9 .block-aspi-topics .o-featureEvent__grid, .lt-ie9 .block-aspi-topics .o-featureEvent__grid > *, .lt-ie9 .you-may-be-interested .o-featureEvent__grid, .lt-ie9 .you-may-be-interested .o-featureEvent__grid > *, .lt-ie9 .feature-report-authors .o-featureEvent__grid, .lt-ie9 .feature-report-authors .o-featureEvent__grid > * {
  border-color: #fff;
}

.lt-ie9 .block-aspi-topics .o-featureEvent__grid, .lt-ie9 .you-may-be-interested .o-featureEvent__grid, .lt-ie9 .feature-report-authors .o-featureEvent__grid {
  border-right-width: 40px !important;
}

@media screen and (max-width: 64em) and (min-width: 48.1875em), screen and (max-width: 26.875em) {
  .block-aspi-topics .o-featureEvent__grid, .you-may-be-interested .o-featureEvent__grid, .feature-report-authors .o-featureEvent__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block-aspi-topics .o-featureEvent__date, .you-may-be-interested .o-featureEvent__date, .feature-report-authors .o-featureEvent__date {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 20px;
}

.block-aspi-topics .o-featureEvent__date .a-dateBox, .you-may-be-interested .o-featureEvent__date .a-dateBox, .feature-report-authors .o-featureEvent__date .a-dateBox {
  border-color: #fff;
}

@media screen and (max-width: 64em) and (min-width: 48.1875em), screen and (max-width: 26.875em) {
  .block-aspi-topics .o-featureEvent__date, .you-may-be-interested .o-featureEvent__date, .feature-report-authors .o-featureEvent__date {
    margin: auto;
  }
}

.block-aspi-topics .o-featureEvent__details h3 a, .you-may-be-interested .o-featureEvent__details h3 a, .feature-report-authors .o-featureEvent__details h3 a {
  font-family: "Cabin", Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.block-aspi-topics .o-featureEvent__details h4, .you-may-be-interested .o-featureEvent__details h4, .feature-report-authors .o-featureEvent__details h4 {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 7px;
  margin-top: 20px;
}

.block-aspi-topics .o-featureEvent__details p, .you-may-be-interested .o-featureEvent__details p, .feature-report-authors .o-featureEvent__details p {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.block-aspi-topics .o-featureEvent__details .field--name-body, .you-may-be-interested .o-featureEvent__details .field--name-body, .feature-report-authors .o-featureEvent__details .field--name-body {
  margin-top: 50px;
  margin-bottom: 0;
  line-height: 1.3;
}

.block-aspi-topics .o-featureEvent__details .field--name-body p, .you-may-be-interested .o-featureEvent__details .field--name-body p, .feature-report-authors .o-featureEvent__details .field--name-body p {
  font-weight: 400;
}

@media screen and (max-width: 64em) {
  .block-aspi-topics .o-featureEvent__details .field--name-body, .you-may-be-interested .o-featureEvent__details .field--name-body, .feature-report-authors .o-featureEvent__details .field--name-body {
    display: none;
  }
}

.block-aspi-topics .o-featureEvent__details .a-btn, .you-may-be-interested .o-featureEvent__details .a-btn, .feature-report-authors .o-featureEvent__details .a-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  border: none;
  color: #000;
  margin-top: 30px;
}

.block-aspi-topics .o-featureEvent__details .a-btn svg, .you-may-be-interested .o-featureEvent__details .a-btn svg, .feature-report-authors .o-featureEvent__details .a-btn svg {
  stroke: #000;
}

@media screen and (max-width: 48.125em) {
  .block-aspi-topics .o-featureEvent__details .field--name-node-venue,
  .block-aspi-topics .o-featureEvent__details .field--name-node-date-time,
  .block-aspi-topics .o-featureEvent__details .field--name-node-speaker, .you-may-be-interested .o-featureEvent__details .field--name-node-venue,
  .you-may-be-interested .o-featureEvent__details .field--name-node-date-time,
  .you-may-be-interested .o-featureEvent__details .field--name-node-speaker, .feature-report-authors .o-featureEvent__details .field--name-node-venue,
  .feature-report-authors .o-featureEvent__details .field--name-node-date-time,
  .feature-report-authors .o-featureEvent__details .field--name-node-speaker {
    display: none;
  }
}

.block-aspi-topics .path-frontpage .o-featureEvent__grid .feature_authors, .you-may-be-interested .path-frontpage .o-featureEvent__grid .feature_authors, .feature-report-authors .path-frontpage .o-featureEvent__grid .feature_authors {
  font-size: 1.8rem;
}

.block-aspi-topics .o-related .field--type-image > a, .you-may-be-interested .o-related .field--type-image > a, .feature-report-authors .o-related .field--type-image > a {
  display: block;
  width: 100%;
}

.block-aspi-topics .o-related h3, .you-may-be-interested .o-related h3, .feature-report-authors .o-related h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

.block-aspi-topics .o-related .a-tag, .you-may-be-interested .o-related .a-tag, .feature-report-authors .o-related .a-tag {
  background: #F0F0F0;
}

.block-aspi-topics .o-related .a-tag:hover, .block-aspi-topics .o-related .a-tag:focus, .you-may-be-interested .o-related .a-tag:hover, .you-may-be-interested .o-related .a-tag:focus, .feature-report-authors .o-related .a-tag:hover, .feature-report-authors .o-related .a-tag:focus {
  background: #CF1730;
}

.block-aspi-topics .o-related .group-left, .you-may-be-interested .o-related .group-left, .feature-report-authors .o-related .group-left {
  padding-top: 30px;
  border-top: 1px dashed #cbcbce;
}

.block-aspi-topics .o-related .views-row:first-child .group-left, .you-may-be-interested .o-related .views-row:first-child .group-left, .feature-report-authors .o-related .views-row:first-child .group-left {
  padding-top: 0;
  border-top: none;
}

.block-aspi-topics .o-related .group-right, .you-may-be-interested .o-related .group-right, .feature-report-authors .o-related .group-right {
  padding: 20px 0;
}

.block-aspi-topics body:not(.path-frontpage) .o-related h3 a, .you-may-be-interested body:not(.path-frontpage) .o-related h3 a, .feature-report-authors body:not(.path-frontpage) .o-related h3 a {
  color: black;
}

.block-aspi-topics body:not(.path-frontpage) .o-related h3 a:hover, .block-aspi-topics body:not(.path-frontpage) .o-related h3 a:focus, .block-aspi-topics body:not(.path-frontpage) .o-related h3 a:active, .you-may-be-interested body:not(.path-frontpage) .o-related h3 a:hover, .you-may-be-interested body:not(.path-frontpage) .o-related h3 a:focus, .you-may-be-interested body:not(.path-frontpage) .o-related h3 a:active, .feature-report-authors body:not(.path-frontpage) .o-related h3 a:hover, .feature-report-authors body:not(.path-frontpage) .o-related h3 a:focus, .feature-report-authors body:not(.path-frontpage) .o-related h3 a:active {
  color: #CF1730;
}

.block-aspi-topics body:not(.path-frontpage) .o-related .is-promoted, .you-may-be-interested body:not(.path-frontpage) .o-related .is-promoted, .feature-report-authors body:not(.path-frontpage) .o-related .is-promoted {
  padding: 0px;
}

.block-aspi-topics body:not(.path-frontpage) .o-related .is-promoted .group-right, .you-may-be-interested body:not(.path-frontpage) .o-related .is-promoted .group-right, .feature-report-authors body:not(.path-frontpage) .o-related .is-promoted .group-right {
  border-bottom: 0px;
}

.block-aspi-topics body:not(.path-frontpage) .o-related p, .you-may-be-interested body:not(.path-frontpage) .o-related p, .feature-report-authors body:not(.path-frontpage) .o-related p {
  font-size: 1.4rem;
}

.block-aspi-topics body:not(.path-frontpage) .o-related .view article:first-child .group-left, .you-may-be-interested body:not(.path-frontpage) .o-related .view article:first-child .group-left, .feature-report-authors body:not(.path-frontpage) .o-related .view article:first-child .group-left {
  border-top: 0px;
}

.block-aspi-topics .a-dateBox, .you-may-be-interested .a-dateBox, .feature-report-authors .a-dateBox {
  border: 1px solid #cbcbce;
  text-align: center;
  width: 113px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  padding: 17px 0;
}

.block-aspi-topics .a-dateBox *, .you-may-be-interested .a-dateBox *, .feature-report-authors .a-dateBox * {
  display: block;
}

.block-aspi-topics .a-dateBox__month, .you-may-be-interested .a-dateBox__month, .feature-report-authors .a-dateBox__month {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.block-aspi-topics .a-dateBox__day, .you-may-be-interested .a-dateBox__day, .feature-report-authors .a-dateBox__day {
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
}

.block-aspi-topics .a-dateBox__year, .you-may-be-interested .a-dateBox__year, .feature-report-authors .a-dateBox__year {
  font-size: 18px;
  font-size: 1.8rem;
}

.block-aspi-topics .a-btn, .you-may-be-interested .a-btn, .feature-report-authors .a-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #CF1730;
  color: #fff;
  transition: 0.3s;
  padding: 15px 20px;
  display: inline-block;
  transition: 0.3s;
  position: relative;
  text-align: left;
  line-height: 1;
  border: 1px solid #CF1730;
  border-radius: 0;
}

@media screen and (max-width: 37.5em) {
  .block-aspi-topics .a-btn, .you-may-be-interested .a-btn, .feature-report-authors .a-btn {
    font-size: 0.75em;
  }
}

.block-aspi-topics .a-btn svg, .you-may-be-interested .a-btn svg, .feature-report-authors .a-btn svg {
  transition: 0.3s;
}

.block-aspi-topics .a-btn:hover, .block-aspi-topics .a-btn:focus, .you-may-be-interested .a-btn:hover, .you-may-be-interested .a-btn:focus, .feature-report-authors .a-btn:hover, .feature-report-authors .a-btn:focus {
  text-decoration: none;
  background-color: #fff;
  border-color: #CF1730;
}

.block-aspi-topics .a-btn:hover, .block-aspi-topics .a-btn:hover span, .block-aspi-topics .a-btn:focus, .block-aspi-topics .a-btn:focus span, .you-may-be-interested .a-btn:hover, .you-may-be-interested .a-btn:hover span, .you-may-be-interested .a-btn:focus, .you-may-be-interested .a-btn:focus span, .feature-report-authors .a-btn:hover, .feature-report-authors .a-btn:hover span, .feature-report-authors .a-btn:focus, .feature-report-authors .a-btn:focus span {
  color: #CF1730;
}

.block-aspi-topics .a-btn:hover svg, .block-aspi-topics .a-btn:focus svg, .you-may-be-interested .a-btn:hover svg, .you-may-be-interested .a-btn:focus svg, .feature-report-authors .a-btn:hover svg, .feature-report-authors .a-btn:focus svg {
  fill: #CF1730;
}

.block-aspi-topics .a-btn.-dark:hover, .block-aspi-topics .a-btn.-aqua:hover, .block-aspi-topics .a-btn.-grey:hover, .block-aspi-topics .a-btn.-orange:hover, .block-aspi-topics .a-btn.-dark:focus, .block-aspi-topics .a-btn.-aqua:focus, .block-aspi-topics .a-btn.-grey:focus, .block-aspi-topics .a-btn.-orange:focus, .you-may-be-interested .a-btn.-dark:hover, .you-may-be-interested .a-btn.-aqua:hover, .you-may-be-interested .a-btn.-grey:hover, .you-may-be-interested .a-btn.-orange:hover, .you-may-be-interested .a-btn.-dark:focus, .you-may-be-interested .a-btn.-aqua:focus, .you-may-be-interested .a-btn.-grey:focus, .you-may-be-interested .a-btn.-orange:focus, .feature-report-authors .a-btn.-dark:hover, .feature-report-authors .a-btn.-aqua:hover, .feature-report-authors .a-btn.-grey:hover, .feature-report-authors .a-btn.-orange:hover, .feature-report-authors .a-btn.-dark:focus, .feature-report-authors .a-btn.-aqua:focus, .feature-report-authors .a-btn.-grey:focus, .feature-report-authors .a-btn.-orange:focus {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

.block-aspi-topics .a-btn.-dark:hover svg, .block-aspi-topics .a-btn.-aqua:hover svg, .block-aspi-topics .a-btn.-grey:hover svg, .block-aspi-topics .a-btn.-orange:hover svg, .block-aspi-topics .a-btn.-dark:focus svg, .block-aspi-topics .a-btn.-aqua:focus svg, .block-aspi-topics .a-btn.-grey:focus svg, .block-aspi-topics .a-btn.-orange:focus svg, .you-may-be-interested .a-btn.-dark:hover svg, .you-may-be-interested .a-btn.-aqua:hover svg, .you-may-be-interested .a-btn.-grey:hover svg, .you-may-be-interested .a-btn.-orange:hover svg, .you-may-be-interested .a-btn.-dark:focus svg, .you-may-be-interested .a-btn.-aqua:focus svg, .you-may-be-interested .a-btn.-grey:focus svg, .you-may-be-interested .a-btn.-orange:focus svg, .feature-report-authors .a-btn.-dark:hover svg, .feature-report-authors .a-btn.-aqua:hover svg, .feature-report-authors .a-btn.-grey:hover svg, .feature-report-authors .a-btn.-orange:hover svg, .feature-report-authors .a-btn.-dark:focus svg, .feature-report-authors .a-btn.-aqua:focus svg, .feature-report-authors .a-btn.-grey:focus svg, .feature-report-authors .a-btn.-orange:focus svg {
  fill: #000;
}

.block-aspi-topics .a-btn__label, .you-may-be-interested .a-btn__label, .feature-report-authors .a-btn__label {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: 400;
  font-family: "Cabin", Arial, sans-serif;
}

.block-aspi-topics .a-btn__label span, .you-may-be-interested .a-btn__label span, .feature-report-authors .a-btn__label span {
  transition: all 0.25s ease-in-out;
  color: #fff;
}

.block-aspi-topics .a-btn__fileSize, .you-may-be-interested .a-btn__fileSize, .feature-report-authors .a-btn__fileSize {
  font-style: italic;
}

.block-aspi-topics .a-btn .svg-download, .you-may-be-interested .a-btn .svg-download, .feature-report-authors .a-btn .svg-download {
  height: 18px;
  width: 14px;
}

.block-aspi-topics .a-btn.-hasIcon, .you-may-be-interested .a-btn.-hasIcon, .feature-report-authors .a-btn.-hasIcon {
  padding-right: 55px;
}

.block-aspi-topics .a-btn.-hasIcon:before, .block-aspi-topics .a-btn.-hasIcon svg, .you-may-be-interested .a-btn.-hasIcon:before, .you-may-be-interested .a-btn.-hasIcon svg, .feature-report-authors .a-btn.-hasIcon:before, .feature-report-authors .a-btn.-hasIcon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 20px;
  height: 10px;
  width: 10px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}

.block-aspi-topics .a-btn.-hasIcon.-download:before, .block-aspi-topics .a-btn.-hasIcon.-download svg, .you-may-be-interested .a-btn.-hasIcon.-download:before, .you-may-be-interested .a-btn.-hasIcon.-download svg, .feature-report-authors .a-btn.-hasIcon.-download:before, .feature-report-authors .a-btn.-hasIcon.-download svg {
  content: "";
  height: 18px;
  width: 14px;
  font-size: 18px;
  font-size: 1.8rem;
}

.block-aspi-topics .a-btn.-hasIcon.-chevron-right:before, .block-aspi-topics .a-btn.-hasIcon.-chevron-right svg, .you-may-be-interested .a-btn.-hasIcon.-chevron-right:before, .you-may-be-interested .a-btn.-hasIcon.-chevron-right svg, .feature-report-authors .a-btn.-hasIcon.-chevron-right:before, .feature-report-authors .a-btn.-hasIcon.-chevron-right svg {
  content: "";
}

.block-aspi-topics .a-btn.-hasIcon.-chevron-left:before, .block-aspi-topics .a-btn.-hasIcon.-chevron-left svg, .you-may-be-interested .a-btn.-hasIcon.-chevron-left:before, .you-may-be-interested .a-btn.-hasIcon.-chevron-left svg, .feature-report-authors .a-btn.-hasIcon.-chevron-left:before, .feature-report-authors .a-btn.-hasIcon.-chevron-left svg {
  content: "";
}

.block-aspi-topics .a-btn.-hasIcon.-chevron-up:before, .block-aspi-topics .a-btn.-hasIcon.-chevron-up svg, .you-may-be-interested .a-btn.-hasIcon.-chevron-up:before, .you-may-be-interested .a-btn.-hasIcon.-chevron-up svg, .feature-report-authors .a-btn.-hasIcon.-chevron-up:before, .feature-report-authors .a-btn.-hasIcon.-chevron-up svg {
  content: "";
  width: 15px;
}

.block-aspi-topics .a-btn.-hasIcon.-chevron-down:before, .block-aspi-topics .a-btn.-hasIcon.-chevron-down svg, .you-may-be-interested .a-btn.-hasIcon.-chevron-down:before, .you-may-be-interested .a-btn.-hasIcon.-chevron-down svg, .feature-report-authors .a-btn.-hasIcon.-chevron-down:before, .feature-report-authors .a-btn.-hasIcon.-chevron-down svg {
  content: "";
  width: 15px;
}

.block-aspi-topics .a-btn.-hasIcon.-arrow-diag-up:before, .block-aspi-topics .a-btn.-hasIcon.-arrow-diag-up svg, .you-may-be-interested .a-btn.-hasIcon.-arrow-diag-up:before, .you-may-be-interested .a-btn.-hasIcon.-arrow-diag-up svg, .feature-report-authors .a-btn.-hasIcon.-arrow-diag-up:before, .feature-report-authors .a-btn.-hasIcon.-arrow-diag-up svg {
  content: "";
}

.block-aspi-topics .a-btn.-hasIcon.-facebook:before, .block-aspi-topics .a-btn.-hasIcon.-facebook svg, .you-may-be-interested .a-btn.-hasIcon.-facebook:before, .you-may-be-interested .a-btn.-hasIcon.-facebook svg, .feature-report-authors .a-btn.-hasIcon.-facebook:before, .feature-report-authors .a-btn.-hasIcon.-facebook svg {
  content: "";
}

.block-aspi-topics .a-btn.-hasIcon.-twitter:before, .block-aspi-topics .a-btn.-hasIcon.-twitter svg, .you-may-be-interested .a-btn.-hasIcon.-twitter:before, .you-may-be-interested .a-btn.-hasIcon.-twitter svg, .feature-report-authors .a-btn.-hasIcon.-twitter:before, .feature-report-authors .a-btn.-hasIcon.-twitter svg {
  content: "";
}

.block-aspi-topics .a-btn.-light, .you-may-be-interested .a-btn.-light, .feature-report-authors .a-btn.-light {
  background: #fff;
  color: #CF1730;
}

.block-aspi-topics .a-btn.-light svg, .you-may-be-interested .a-btn.-light svg, .feature-report-authors .a-btn.-light svg {
  fill: #CF1730;
}

.block-aspi-topics .a-btn.-light:hover, .block-aspi-topics .a-btn.-light:focus, .you-may-be-interested .a-btn.-light:hover, .you-may-be-interested .a-btn.-light:focus, .feature-report-authors .a-btn.-light:hover, .feature-report-authors .a-btn.-light:focus {
  background-color: #CF1730;
  color: #fff;
}

.block-aspi-topics .a-btn.-light:hover svg, .block-aspi-topics .a-btn.-light:focus svg, .you-may-be-interested .a-btn.-light:hover svg, .you-may-be-interested .a-btn.-light:focus svg, .feature-report-authors .a-btn.-light:hover svg, .feature-report-authors .a-btn.-light:focus svg {
  fill: #fff;
}

.block-aspi-topics .a-btn.-wide, .you-may-be-interested .a-btn.-wide, .feature-report-authors .a-btn.-wide {
  width: 100%;
  text-align: center;
}

.block-aspi-topics .a-btn.-big, .you-may-be-interested .a-btn.-big, .feature-report-authors .a-btn.-big {
  font-size: 20px;
  font-size: 2rem;
  padding: 20px 30px;
}

@media screen and (min-width: 48.1875em) {
  .block-aspi-topics .a-btn.-big, .you-may-be-interested .a-btn.-big, .feature-report-authors .a-btn.-big {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.block-aspi-topics .a-btn.-clear, .you-may-be-interested .a-btn.-clear, .feature-report-authors .a-btn.-clear {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.block-aspi-topics .a-btn.-clear svg, .you-may-be-interested .a-btn.-clear svg, .feature-report-authors .a-btn.-clear svg {
  fill: #fff;
}

.block-aspi-topics .a-btn.-clear:hover, .block-aspi-topics .a-btn.-clear:focus, .you-may-be-interested .a-btn.-clear:hover, .you-may-be-interested .a-btn.-clear:focus, .feature-report-authors .a-btn.-clear:hover, .feature-report-authors .a-btn.-clear:focus {
  background-color: #fff;
  color: #CF1730;
}

.block-aspi-topics .a-btn.-clear:hover svg, .block-aspi-topics .a-btn.-clear:focus svg, .you-may-be-interested .a-btn.-clear:hover svg, .you-may-be-interested .a-btn.-clear:focus svg, .feature-report-authors .a-btn.-clear:hover svg, .feature-report-authors .a-btn.-clear:focus svg {
  fill: #fff;
}

.block-aspi-topics .a-btn.-clear.-dark, .you-may-be-interested .a-btn.-clear.-dark, .feature-report-authors .a-btn.-clear.-dark {
  border-color: #000;
  color: #000;
  background: transparent;
}

.block-aspi-topics .a-btn.-clear.-dark:hover, .block-aspi-topics .a-btn.-clear.-dark:focus, .you-may-be-interested .a-btn.-clear.-dark:hover, .you-may-be-interested .a-btn.-clear.-dark:focus, .feature-report-authors .a-btn.-clear.-dark:hover, .feature-report-authors .a-btn.-clear.-dark:focus {
  background: #000;
  color: #fff;
}

.block-aspi-topics .a-btn.-clear.-dark:hover svg, .block-aspi-topics .a-btn.-clear.-dark:focus svg, .you-may-be-interested .a-btn.-clear.-dark:hover svg, .you-may-be-interested .a-btn.-clear.-dark:focus svg, .feature-report-authors .a-btn.-clear.-dark:hover svg, .feature-report-authors .a-btn.-clear.-dark:focus svg {
  fill: #fff;
}

.block-aspi-topics .a-btn.-dark, .you-may-be-interested .a-btn.-dark, .feature-report-authors .a-btn.-dark {
  background: #000;
  color: #fff;
  border-color: #000;
}

.block-aspi-topics .a-btn.-dark svg, .you-may-be-interested .a-btn.-dark svg, .feature-report-authors .a-btn.-dark svg {
  fill: #fff;
}

.block-aspi-topics .a-btn.-aqua, .you-may-be-interested .a-btn.-aqua, .feature-report-authors .a-btn.-aqua {
  background: #7FD6CD;
  color: #000;
  border-color: #7FD6CD;
}

.block-aspi-topics .a-btn.-aqua svg, .you-may-be-interested .a-btn.-aqua svg, .feature-report-authors .a-btn.-aqua svg {
  fill: #000;
}

.block-aspi-topics .a-btn.-grey, .you-may-be-interested .a-btn.-grey, .feature-report-authors .a-btn.-grey {
  background: #F0F0F0;
  color: #CF1730;
  border-color: #F0F0F0;
}

.block-aspi-topics .a-btn.-grey svg, .you-may-be-interested .a-btn.-grey svg, .feature-report-authors .a-btn.-grey svg {
  fill: #CF1730;
}

.block-aspi-topics .a-btn.-orange, .you-may-be-interested .a-btn.-orange, .feature-report-authors .a-btn.-orange {
  background: #f28e02;
  color: #000;
  border-color: #f28e02;
}

.block-aspi-topics .a-btn.-orange svg, .you-may-be-interested .a-btn.-orange svg, .feature-report-authors .a-btn.-orange svg {
  fill: #000;
}

.block-aspi-topics .a-tag.a-btn, .you-may-be-interested .a-tag.a-btn, .feature-report-authors .a-tag.a-btn {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 7px 20px;
  text-transform: uppercase;
  border-width: 0;
}

.block-aspi-topics .a-tag.a-btn.-hasIcon, .you-may-be-interested .a-tag.a-btn.-hasIcon, .feature-report-authors .a-tag.a-btn.-hasIcon {
  padding-right: 40px;
}

.block-aspi-topics .a-tag.a-btn.-hasIcon svg, .you-may-be-interested .a-tag.a-btn.-hasIcon svg, .feature-report-authors .a-tag.a-btn.-hasIcon svg {
  right: 15px;
}

.block-aspi-topics .a-tag.a-btn.-clear, .you-may-be-interested .a-tag.a-btn.-clear, .feature-report-authors .a-tag.a-btn.-clear {
  border-width: 1px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.2);
}

.block-aspi-topics .a-tag.a-btn.-clear:hover, .block-aspi-topics .a-tag.a-btn.-clear:focus, .you-may-be-interested .a-tag.a-btn.-clear:hover, .you-may-be-interested .a-tag.a-btn.-clear:focus, .feature-report-authors .a-tag.a-btn.-clear:hover, .feature-report-authors .a-tag.a-btn.-clear:focus {
  background-color: #fff;
  color: #CF1730;
}

.block-aspi-topics .a-tag.a-btn.-clear:hover svg, .block-aspi-topics .a-tag.a-btn.-clear:focus svg, .you-may-be-interested .a-tag.a-btn.-clear:hover svg, .you-may-be-interested .a-tag.a-btn.-clear:focus svg, .feature-report-authors .a-tag.a-btn.-clear:hover svg, .feature-report-authors .a-tag.a-btn.-clear:focus svg {
  fill: #CF1730;
}

.block-aspi-topics .a-tagList, .you-may-be-interested .a-tagList, .feature-report-authors .a-tagList {
  font-size: 1em;
}

.block-aspi-topics .a-tagList a, .you-may-be-interested .a-tagList a, .feature-report-authors .a-tagList a {
  color: #CF1730;
}

.block-aspi-topics .a-tagList a:hover, .block-aspi-topics .a-tagList a:focus, .you-may-be-interested .a-tagList a:hover, .you-may-be-interested .a-tagList a:focus, .feature-report-authors .a-tagList a:hover, .feature-report-authors .a-tagList a:focus {
  color: #000;
  text-decoration: underline !important;
}

.block-aspi-topics .a-tagList__tags, .you-may-be-interested .a-tagList__tags, .feature-report-authors .a-tagList__tags {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.js .block-aspi-topics .a-tagList__hiddenTags, .js .block-aspi-topics .a-tagList .JS-tagList__less, .js .you-may-be-interested .a-tagList__hiddenTags, .js .you-may-be-interested .a-tagList .JS-tagList__less, .js .feature-report-authors .a-tagList__hiddenTags, .js .feature-report-authors .a-tagList .JS-tagList__less {
  display: none;
}

.no-js .block-aspi-topics .a-tagList__action, .no-js .you-may-be-interested .a-tagList__action, .no-js .feature-report-authors .a-tagList__action {
  display: none;
}

.block-aspi-topics .a-stylisedImg, .you-may-be-interested .a-stylisedImg, .feature-report-authors .a-stylisedImg {
  transition: 0.3s;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #0ccbee;
  background-position: center;
  background-size: cover;
}

@media screen {
  .objectfit .block-aspi-topics .a-stylisedImg, .objectfit .you-may-be-interested .a-stylisedImg, .objectfit .feature-report-authors .a-stylisedImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.no-backgroundblendmode .block-aspi-topics .a-stylisedImg:before, .no-backgroundblendmode .you-may-be-interested .a-stylisedImg:before, .no-backgroundblendmode .feature-report-authors .a-stylisedImg:before {
  transition: 0.4s;
  background-color: #0ccbee;
  content: '';
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

@media screen {
  .block-aspi-topics .a-stylisedImg img, .you-may-be-interested .a-stylisedImg img, .feature-report-authors .a-stylisedImg img {
    transition: 0.3s;
    -webkit-filter: grayscale(100%) brightness(100%);
            filter: grayscale(100%) brightness(100%);
    mix-blend-mode: multiply;
    opacity: 0.7;
  }
}

.objectfit .block-aspi-topics .a-stylisedImg img, .objectfit .you-may-be-interested .a-stylisedImg img, .objectfit .feature-report-authors .a-stylisedImg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.no-backgroundblendmode .block-aspi-topics .a-stylisedImg img, .no-backgroundblendmode .you-may-be-interested .a-stylisedImg img, .no-backgroundblendmode .feature-report-authors .a-stylisedImg img {
  opacity: 1;
}

.block-aspi-topics .a-stylisedImg.-color-1, .you-may-be-interested .a-stylisedImg.-color-1, .feature-report-authors .a-stylisedImg.-color-1 {
  background-color: #CF1730;
}

.no-backgroundblendmode .block-aspi-topics .a-stylisedImg.-color-1:before, .no-backgroundblendmode .you-may-be-interested .a-stylisedImg.-color-1:before, .no-backgroundblendmode .feature-report-authors .a-stylisedImg.-color-1:before {
  opacity: 0.7;
  background: #CF1730;
}

.block-aspi-topics .a-stylisedImg.-color-2, .you-may-be-interested .a-stylisedImg.-color-2, .feature-report-authors .a-stylisedImg.-color-2 {
  background-color: #000;
}

.no-backgroundblendmode .block-aspi-topics .a-stylisedImg.-color-2:before, .no-backgroundblendmode .you-may-be-interested .a-stylisedImg.-color-2:before, .no-backgroundblendmode .feature-report-authors .a-stylisedImg.-color-2:before {
  opacity: 0.7;
  background: #000;
}

.block-aspi-topics .a-stylisedImg.-color-3, .you-may-be-interested .a-stylisedImg.-color-3, .feature-report-authors .a-stylisedImg.-color-3 {
  background-color: #7FD6CD;
}

.no-backgroundblendmode .block-aspi-topics .a-stylisedImg.-color-3:before, .no-backgroundblendmode .you-may-be-interested .a-stylisedImg.-color-3:before, .no-backgroundblendmode .feature-report-authors .a-stylisedImg.-color-3:before {
  opacity: 0.7;
  background: #7FD6CD;
}

.block-aspi-topics .a-stylisedImg.-color-4, .you-may-be-interested .a-stylisedImg.-color-4, .feature-report-authors .a-stylisedImg.-color-4 {
  background-color: #0CCBEE;
}

.no-backgroundblendmode .block-aspi-topics .a-stylisedImg.-color-4:before, .no-backgroundblendmode .you-may-be-interested .a-stylisedImg.-color-4:before, .no-backgroundblendmode .feature-report-authors .a-stylisedImg.-color-4:before {
  opacity: 0.7;
  background: #0CCBEE;
}

.block-aspi-topics .a-stylisedImg.-color-5, .you-may-be-interested .a-stylisedImg.-color-5, .feature-report-authors .a-stylisedImg.-color-5 {
  background-color: #076050;
}

.no-backgroundblendmode .block-aspi-topics .a-stylisedImg.-color-5:before, .no-backgroundblendmode .you-may-be-interested .a-stylisedImg.-color-5:before, .no-backgroundblendmode .feature-report-authors .a-stylisedImg.-color-5:before {
  opacity: 0.7;
  background: #076050;
}

.block-aspi-topics .a-stylisedImg.-aqua, .block-aspi-topics .a-stylisedImg.-aqua:before, .block-aspi-topics .a-stylisedImg.-bio, .block-aspi-topics .a-stylisedImg.-bio:before, .block-aspi-topics .a-stylisedImg.-video, .block-aspi-topics .a-stylisedImg.-video:before, .you-may-be-interested .a-stylisedImg.-aqua, .you-may-be-interested .a-stylisedImg.-aqua:before, .you-may-be-interested .a-stylisedImg.-bio, .you-may-be-interested .a-stylisedImg.-bio:before, .you-may-be-interested .a-stylisedImg.-video, .you-may-be-interested .a-stylisedImg.-video:before, .feature-report-authors .a-stylisedImg.-aqua, .feature-report-authors .a-stylisedImg.-aqua:before, .feature-report-authors .a-stylisedImg.-bio, .feature-report-authors .a-stylisedImg.-bio:before, .feature-report-authors .a-stylisedImg.-video, .feature-report-authors .a-stylisedImg.-video:before {
  background-color: #7FD6CD;
}

.block-aspi-topics .a-stylisedImg.-bio, .you-may-be-interested .a-stylisedImg.-bio, .feature-report-authors .a-stylisedImg.-bio {
  display: block !important;
  width: 85px;
  height: 85px;
}

.block-aspi-topics .a-stylisedImg.-bio a, .you-may-be-interested .a-stylisedImg.-bio a, .feature-report-authors .a-stylisedImg.-bio a {
  background-color: #7FD6CD;
  display: block !important;
  position: relative;
  z-index: 10;
}

.no-object-fit .block-aspi-topics .a-stylisedImg.-bio, .no-object-fit .you-may-be-interested .a-stylisedImg.-bio, .no-object-fit .feature-report-authors .a-stylisedImg.-bio {
  height: 65px;
  width: 65px;
}

.block-aspi-topics .a-stylisedImg.-video, .you-may-be-interested .a-stylisedImg.-video, .feature-report-authors .a-stylisedImg.-video {
  -webkit-filter: none;
          filter: none;
}

.block-aspi-topics .a-stylisedImg.-video img, .you-may-be-interested .a-stylisedImg.-video img, .feature-report-authors .a-stylisedImg.-video img {
  -webkit-filter: none !important;
          filter: none !important;
  opacity: 1;
  mix-blend-mode: normal;
}

.block-aspi-topics .a-stylisedImg.-dark:after, .you-may-be-interested .a-stylisedImg.-dark:after, .feature-report-authors .a-stylisedImg.-dark:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.no-backgroundblendmode .block-aspi-topics .a-stylisedImg.-dark:after, .no-backgroundblendmode .you-may-be-interested .a-stylisedImg.-dark:after, .no-backgroundblendmode .feature-report-authors .a-stylisedImg.-dark:after {
  background: rgba(0, 0, 0, 0.6);
}

.block-aspi-topics .a-stylisedImg.-orange, .you-may-be-interested .a-stylisedImg.-orange, .feature-report-authors .a-stylisedImg.-orange {
  background: #f28e02;
}

@media screen {
  .block-aspi-topics .a-stylisedImg.-orange, .you-may-be-interested .a-stylisedImg.-orange, .feature-report-authors .a-stylisedImg.-orange {
    -webkit-filter: hue-rotate(-5deg) brightness(200%) saturate(200%) contrast(50%);
            filter: hue-rotate(-5deg) brightness(200%) saturate(200%) contrast(50%);
  }
}

.no-backgroundblendmode .block-aspi-topics .a-stylisedImg.-orange, .no-backgroundblendmode .you-may-be-interested .a-stylisedImg.-orange, .no-backgroundblendmode .feature-report-authors .a-stylisedImg.-orange {
  -webkit-filter: none;
          filter: none;
}

.no-backgroundblendmode .block-aspi-topics .a-stylisedImg.-orange img, .no-backgroundblendmode .you-may-be-interested .a-stylisedImg.-orange img, .no-backgroundblendmode .feature-report-authors .a-stylisedImg.-orange img {
  opacity: 0.3;
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
}

.block-aspi-topics a.a-stylisedImg:hover, .block-aspi-topics a.a-stylisedImg:focus, .you-may-be-interested a.a-stylisedImg:hover, .you-may-be-interested a.a-stylisedImg:focus, .feature-report-authors a.a-stylisedImg:hover, .feature-report-authors a.a-stylisedImg:focus {
  background-color: #fff;
  -webkit-filter: none;
          filter: none;
}

.block-aspi-topics a.a-stylisedImg:hover:before, .block-aspi-topics a.a-stylisedImg:focus:before, .you-may-be-interested a.a-stylisedImg:hover:before, .you-may-be-interested a.a-stylisedImg:focus:before, .feature-report-authors a.a-stylisedImg:hover:before, .feature-report-authors a.a-stylisedImg:focus:before {
  opacity: 0;
}

.block-aspi-topics a.a-stylisedImg:hover img, .block-aspi-topics a.a-stylisedImg:focus img, .you-may-be-interested a.a-stylisedImg:hover img, .you-may-be-interested a.a-stylisedImg:focus img, .feature-report-authors a.a-stylisedImg:hover img, .feature-report-authors a.a-stylisedImg:focus img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}

.block-aspi-topics a.a-stylisedImg:hover article img, .block-aspi-topics a.a-stylisedImg:focus article img, .you-may-be-interested a.a-stylisedImg:hover article img, .you-may-be-interested a.a-stylisedImg:focus article img, .feature-report-authors a.a-stylisedImg:hover article img, .feature-report-authors a.a-stylisedImg:focus article img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.block-aspi-topics .a-stylisedImg article, .you-may-be-interested .a-stylisedImg article, .feature-report-authors .a-stylisedImg article {
  margin-top: 0px !important;
}

.block-aspi-topics body.page-node-type-bio .a-stylisedImg, .you-may-be-interested body.page-node-type-bio .a-stylisedImg, .feature-report-authors body.page-node-type-bio .a-stylisedImg {
  -webkit-filter: none;
          filter: none;
}

.block-aspi-topics body.page-node-type-bio .a-stylisedImg img, .you-may-be-interested body.page-node-type-bio .a-stylisedImg img, .feature-report-authors body.page-node-type-bio .a-stylisedImg img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  mix-blend-mode: unset;
}

.block-aspi-topics .o-bioBlock h2, .you-may-be-interested .o-bioBlock h2, .feature-report-authors .o-bioBlock h2 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 30em) {
  .block-aspi-topics .o-bioBlock h2, .you-may-be-interested .o-bioBlock h2, .feature-report-authors .o-bioBlock h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.block-aspi-topics .o-bioBlock__header, .you-may-be-interested .o-bioBlock__header, .feature-report-authors .o-bioBlock__header {
  position: relative;
  padding-left: 110px;
  min-height: 85px;
}

@media screen and (min-width: 75.0625em) {
  .block-aspi-topics .o-bioBlock__header, .you-may-be-interested .o-bioBlock__header, .feature-report-authors .o-bioBlock__header {
    padding-left: 60px;
  }
}

.block-aspi-topics .o-bioBlock__header p, .you-may-be-interested .o-bioBlock__header p, .feature-report-authors .o-bioBlock__header p {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 1.1;
}

@media screen and (max-width: 30em) {
  .block-aspi-topics .o-bioBlock__header p, .you-may-be-interested .o-bioBlock__header p, .feature-report-authors .o-bioBlock__header p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.block-aspi-topics .o-bioBlock .field--name-node-image, .you-may-be-interested .o-bioBlock .field--name-node-image, .feature-report-authors .o-bioBlock .field--name-node-image {
  margin-right: -30px;
  box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.31);
  position: absolute;
  top: 0;
}

@media screen and (max-width: 75em) {
  .block-aspi-topics .o-bioBlock .field--name-node-image, .you-may-be-interested .o-bioBlock .field--name-node-image, .feature-report-authors .o-bioBlock .field--name-node-image {
    left: 0;
  }
  .block-aspi-topics .o-bioBlock .field--name-node-image .a-stylisedImg, .you-may-be-interested .o-bioBlock .field--name-node-image .a-stylisedImg, .feature-report-authors .o-bioBlock .field--name-node-image .a-stylisedImg {
    width: 85px;
    height: 85px;
  }
}

@media screen and (min-width: 75.0625em) {
  .block-aspi-topics .o-bioBlock .field--name-node-image, .you-may-be-interested .o-bioBlock .field--name-node-image, .feature-report-authors .o-bioBlock .field--name-node-image {
    right: 100%;
  }
  .block-aspi-topics .o-bioBlock .field--name-node-image .a-stylisedImg, .you-may-be-interested .o-bioBlock .field--name-node-image .a-stylisedImg, .feature-report-authors .o-bioBlock .field--name-node-image .a-stylisedImg {
    width: 190px;
    height: 190px;
  }
}

.block-aspi-topics .o-bioBlock__card, .you-may-be-interested .o-bioBlock__card, .feature-report-authors .o-bioBlock__card {
  padding: 20px;
  background: #F0F0F0;
}

@media screen and (min-width: 48.1875em) {
  .block-aspi-topics .o-bioBlock__card, .you-may-be-interested .o-bioBlock__card, .feature-report-authors .o-bioBlock__card {
    padding: 35px 60px;
  }
}

.block-aspi-topics .o-bioBlock__card .field, .you-may-be-interested .o-bioBlock__card .field, .feature-report-authors .o-bioBlock__card .field {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  border-color: transparent;
  min-width: 100%;
  margin-bottom: 20px;
}

.block-aspi-topics .o-bioBlock__card .field > *, .you-may-be-interested .o-bioBlock__card .field > *, .feature-report-authors .o-bioBlock__card .field > * {
  box-sizing: border-box;
  min-width: 0%;
  max-width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  background-clip: padding-box !important;
  border: 0 solid transparent;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.block-aspi-topics .o-bioBlock__card .field > * > *, .you-may-be-interested .o-bioBlock__card .field > * > *, .feature-report-authors .o-bioBlock__card .field > * > * {
  box-sizing: border-box;
}

.no-flexbox .block-aspi-topics .o-bioBlock__card .field, .no-flexwrap .block-aspi-topics .o-bioBlock__card .field, .no-flexbox .you-may-be-interested .o-bioBlock__card .field, .no-flexwrap .you-may-be-interested .o-bioBlock__card .field, .no-flexbox .feature-report-authors .o-bioBlock__card .field, .no-flexwrap .feature-report-authors .o-bioBlock__card .field {
  display: table !important;
}

.no-flexbox .block-aspi-topics .o-bioBlock__card .field > *, .no-flexwrap .block-aspi-topics .o-bioBlock__card .field > *, .no-flexbox .you-may-be-interested .o-bioBlock__card .field > *, .no-flexwrap .you-may-be-interested .o-bioBlock__card .field > *, .no-flexbox .feature-report-authors .o-bioBlock__card .field > *, .no-flexwrap .feature-report-authors .o-bioBlock__card .field > * {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 30em) {
  .block-aspi-topics .o-bioBlock__card .field, .you-may-be-interested .o-bioBlock__card .field, .feature-report-authors .o-bioBlock__card .field {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block-aspi-topics .o-bioBlock__card .field:last-child, .you-may-be-interested .o-bioBlock__card .field:last-child, .feature-report-authors .o-bioBlock__card .field:last-child {
  margin-bottom: 0;
}

.block-aspi-topics .o-bioBlock__card .field h4, .you-may-be-interested .o-bioBlock__card .field h4, .feature-report-authors .o-bioBlock__card .field h4 {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 1.3;
}

@media screen and (min-width: 48.1875em) {
  .block-aspi-topics .o-bioBlock__card .field h4, .you-may-be-interested .o-bioBlock__card .field h4, .feature-report-authors .o-bioBlock__card .field h4 {
    width: 130px;
  }
}

@media screen and (max-width: 30em) {
  .block-aspi-topics .o-bioBlock__card .field h4, .you-may-be-interested .o-bioBlock__card .field h4, .feature-report-authors .o-bioBlock__card .field h4 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.block-aspi-topics .o-bioBlock__card .field p, .you-may-be-interested .o-bioBlock__card .field p, .feature-report-authors .o-bioBlock__card .field p {
  line-height: 1.3;
  word-break: break-word;
  display: none;
  margin-bottom: 1.2rem;
}

.block-aspi-topics .o-bioBlock__card .field p + p, .you-may-be-interested .o-bioBlock__card .field p + p, .feature-report-authors .o-bioBlock__card .field p + p {
  margin-top: 1.2rem;
}

.block-aspi-topics .o-bioBlock__card .field p:first-of-type, .you-may-be-interested .o-bioBlock__card .field p:first-of-type, .feature-report-authors .o-bioBlock__card .field p:first-of-type {
  display: block;
}

.block-aspi-topics .o-bioBlock__card .field--name-node-connect h3, .you-may-be-interested .o-bioBlock__card .field--name-node-connect h3, .feature-report-authors .o-bioBlock__card .field--name-node-connect h3 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.block-aspi-topics .o-bioBlock__card .field--name-node-biography-paragraph button, .you-may-be-interested .o-bioBlock__card .field--name-node-biography-paragraph button, .feature-report-authors .o-bioBlock__card .field--name-node-biography-paragraph button {
  background: transparent;
  padding: 0;
  border: 0;
  color: #CF1730;
  transition: 0.3s;
}

.block-aspi-topics .o-bioBlock__card .field--name-node-biography-paragraph button:hover, .block-aspi-topics .o-bioBlock__card .field--name-node-biography-paragraph button:focus, .you-may-be-interested .o-bioBlock__card .field--name-node-biography-paragraph button:hover, .you-may-be-interested .o-bioBlock__card .field--name-node-biography-paragraph button:focus, .feature-report-authors .o-bioBlock__card .field--name-node-biography-paragraph button:hover, .feature-report-authors .o-bioBlock__card .field--name-node-biography-paragraph button:focus {
  color: #000;
  text-decoration: underline;
}

.block-aspi-topics .o-authors, .you-may-be-interested .o-authors, .feature-report-authors .o-authors {
  padding: 30px 0 40px;
  margin-top: 50px;
  border-top: 1px solid #000;
}

@media print {
  .block-aspi-topics .o-authors, .you-may-be-interested .o-authors, .feature-report-authors .o-authors {
    padding-bottom: 0;
  }
}

.block-aspi-topics .o-authors h2, .block-aspi-topics .o-authors h3, .you-may-be-interested .o-authors h2, .you-may-be-interested .o-authors h3, .feature-report-authors .o-authors h2, .feature-report-authors .o-authors h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

.block-aspi-topics .o-authors .view-mode-teaser, .you-may-be-interested .o-authors .view-mode-teaser, .feature-report-authors .o-authors .view-mode-teaser {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  border-color: transparent;
  min-width: 100%;
  padding-top: 30px;
}

.block-aspi-topics .o-authors .view-mode-teaser > *, .you-may-be-interested .o-authors .view-mode-teaser > *, .feature-report-authors .o-authors .view-mode-teaser > * {
  box-sizing: border-box;
  min-width: 0%;
  max-width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  background-clip: padding-box !important;
  border: 0 solid transparent;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.block-aspi-topics .o-authors .view-mode-teaser > * > *, .you-may-be-interested .o-authors .view-mode-teaser > * > *, .feature-report-authors .o-authors .view-mode-teaser > * > * {
  box-sizing: border-box;
}

.no-flexbox .block-aspi-topics .o-authors .view-mode-teaser, .no-flexwrap .block-aspi-topics .o-authors .view-mode-teaser, .no-flexbox .you-may-be-interested .o-authors .view-mode-teaser, .no-flexwrap .you-may-be-interested .o-authors .view-mode-teaser, .no-flexbox .feature-report-authors .o-authors .view-mode-teaser, .no-flexwrap .feature-report-authors .o-authors .view-mode-teaser {
  display: table !important;
}

.no-flexbox .block-aspi-topics .o-authors .view-mode-teaser > *, .no-flexwrap .block-aspi-topics .o-authors .view-mode-teaser > *, .no-flexbox .you-may-be-interested .o-authors .view-mode-teaser > *, .no-flexwrap .you-may-be-interested .o-authors .view-mode-teaser > *, .no-flexbox .feature-report-authors .o-authors .view-mode-teaser > *, .no-flexwrap .feature-report-authors .o-authors .view-mode-teaser > * {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 21.875em) {
  .block-aspi-topics .o-authors .view-mode-teaser, .you-may-be-interested .o-authors .view-mode-teaser, .feature-report-authors .o-authors .view-mode-teaser {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block-aspi-topics .o-authors .view-mode-teaser:before, .you-may-be-interested .o-authors .view-mode-teaser:before, .feature-report-authors .o-authors .view-mode-teaser:before {
  display: none;
}

.block-aspi-topics .o-authors .group-left, .you-may-be-interested .o-authors .group-left, .feature-report-authors .o-authors .group-left {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  max-width: 87px;
  position: relative;
  z-index: 1;
}

.no-flexbox .block-aspi-topics .o-authors .group-left, .no-flexbox .you-may-be-interested .o-authors .group-left, .no-flexbox .feature-report-authors .o-authors .group-left {
  width: 87px;
}

@media screen and (max-width: 21.875em) {
  .block-aspi-topics .o-authors .group-left, .you-may-be-interested .o-authors .group-left, .feature-report-authors .o-authors .group-left {
    margin: 0 auto 20px;
  }
}

.block-aspi-topics .o-authors .group-right, .you-may-be-interested .o-authors .group-right, .feature-report-authors .o-authors .group-right {
  padding-bottom: 10px;
  border-bottom: 1px dashed #cbcbce;
  width: auto;
  float: none;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 21.875em) {
  .block-aspi-topics .o-authors .group-right, .you-may-be-interested .o-authors .group-right, .feature-report-authors .o-authors .group-right {
    width: 100%;
  }
}

.no-flexbox .block-aspi-topics .o-authors .group-right, .no-flexbox .you-may-be-interested .o-authors .group-right, .no-flexbox .feature-report-authors .o-authors .group-right {
  padding-left: 20px;
}

.block-aspi-topics .o-authors .field--name-node-contact, .you-may-be-interested .o-authors .field--name-node-contact, .feature-report-authors .o-authors .field--name-node-contact {
  padding-top: 10px;
}

.block-aspi-topics .o-authors .field--name-node-title, .you-may-be-interested .o-authors .field--name-node-title, .feature-report-authors .o-authors .field--name-node-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 21.875em) {
  .block-aspi-topics .o-authors .field--name-node-title, .you-may-be-interested .o-authors .field--name-node-title, .feature-report-authors .o-authors .field--name-node-title {
    text-align: center;
  }
}

.block-aspi-topics .o-authors .field--name-body, .you-may-be-interested .o-authors .field--name-body, .feature-report-authors .o-authors .field--name-body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0;
}

@media screen and (max-width: 21.875em) {
  .block-aspi-topics .o-authors .m-contactBtns, .you-may-be-interested .o-authors .m-contactBtns, .feature-report-authors .o-authors .m-contactBtns {
    margin: 0 auto;
    width: 50%;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 11, 2017, 3:28:30 PM
    Author     : Vishal-Office
*/
.block-aspi-topics {
  width: 70%;
  margin-top: 50px;
  padding-top: 45px;
  padding-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  padding-left: 100px;
}

@media (max-width: 1280px) {
  .block-aspi-topics {
    padding-left: 50px;
  }
}

@media (max-width: 800px) {
  .block-aspi-topics {
    width: 100%;
    padding-right: 50px;
  }
}

@media (max-width: 500px) {
  .block-aspi-topics {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.block-aspi-topics:before {
  content: '';
  width: 60px;
  border-top: 4px solid #B11235;
  position: absolute;
  top: 0;
}

.block-aspi-topics h2 {
  font-size: 1.5rem !important;
}

.block-aspi-topics .field--name-field-topic.field--type-entity-reference .field__item {
  display: inline-block;
}

.block-aspi-topics .a-tag {
  font-size: 1rem !important;
}

.you-may-be-interested {
  width: 70%;
  box-sizing: border-box;
  padding-left: 100px;
}

@media (max-width: 1280px) {
  .you-may-be-interested {
    padding-left: 50px;
  }
}

@media (max-width: 800px) {
  .you-may-be-interested {
    width: 100%;
    padding-right: 50px;
  }
}

@media (max-width: 500px) {
  .you-may-be-interested {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.you-may-be-interested h2 {
  font-size: 1.5rem !important;
}

.you-may-be-interested aside {
  padding-bottom: 30px;
}

.you-may-be-interested aside:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.you-may-be-interested .o-related .group-left {
  padding-top: 0px;
  border: 0px;
}

.you-may-be-interested article {
  width: 50%;
  float: left;
}

@media (max-width: 860px) {
  .you-may-be-interested article {
    width: 100%;
  }
}

.you-may-be-interested article * {
  font-size: 10px !important;
  font-size: 1rem !important;
  line-height: 1.5em;
}

.you-may-be-interested article .a-dateBox {
  width: 100px;
}

.you-may-be-interested article .a-dateBox * {
  line-height: 1em;
}

.you-may-be-interested article .a-dateBox strong {
  font-size: 2.5em !important;
}

.you-may-be-interested article:first-child {
  padding-right: 20px !important;
}

@media (max-width: 860px) {
  .you-may-be-interested article:first-child {
    padding-right: 0px !important;
    padding-bottom: 20px !important;
  }
}

.you-may-be-interested article:last-child {
  padding-left: 20px;
  border-left: 1px dashed #cbcbce;
}

@media (max-width: 860px) {
  .you-may-be-interested article:last-child {
    border: 0px;
    padding-left: 0px;
    padding-top: 20px;
    border-top: 1px dashed #cbcbce;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Dec 11, 2017, 5:18:07 PM
    Author     : Vishal-Office
*/
.field--name-field-copyright {
  width: 70%;
  box-sizing: border-box;
  padding: 0 0 0 100px;
  font-size: 1rem;
  font-size: 0.9rem;
  line-height: 1.6em;
}

@media (max-width: 1280px) {
  .field--name-field-copyright {
    padding-left: 50px;
  }
}

@media (max-width: 800px) {
  .field--name-field-copyright {
    width: 100%;
    padding-right: 50px;
  }
}

@media (max-width: 500px) {
  .field--name-field-copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.feature-report-authors {
  width: 70%;
  margin-top: 50px;
  padding-top: 45px;
  padding-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  padding-left: 100px;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .feature-report-authors {
    padding-left: 50px;
  }
}

@media (max-width: 800px) {
  .feature-report-authors {
    width: 90%;
    padding-right: 50px;
  }
}

@media (max-width: 500px) {
  .feature-report-authors {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.feature-report-authors:before {
  content: '';
  width: 60px;
  border-top: 4px solid #B11235;
  position: absolute;
  top: 0;
}

.feature-report-authors h3 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.feature-report-authors .bio {
  position: relative;
  margin-bottom: 25px;
}

.feature-report-authors .bio:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.feature-report-authors .bio .group-left {
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
}

@media (max-width: 900px) {
  .feature-report-authors .bio .group-left {
    width: 98px;
    position: absolute;
  }
}

.feature-report-authors .bio .group-right {
  min-width: 50%;
  float: left;
  border-bottom: 1px dashed #CBCBCE;
}

@media (max-width: 900px) {
  .feature-report-authors .bio .group-right {
    min-width: inherit;
    width: 100%;
    margin-left: 98px;
    padding-right: 98px;
  }
}

.feature-report-authors .bio .group-right h4 {
  margin: 3px 0 5px;
  font-size: 1.4rem;
}

.feature-report-authors .bio .group-right h4 a {
  color: black;
}

.feature-report-authors .bio .group-right p {
  margin: 0 0 38px;
}

.feature-report-authors .bio .group-right .field--name-node-action {
  display: none;
}

.tooltipster-sidetip.tooltipster-noir.reference-pop .tooltipster-box {
  background: white;
  border: 2px solid #B11235;
  border-radius: 3px;
  box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.4);
}

.tooltipster-sidetip.tooltipster-noir.reference-pop .tooltipster-content {
  color: black;
  padding: 8px;
  font-size: 0.8rem;
}

.tooltipster-sidetip.tooltipster-noir.reference-pop.tooltipster-top .tooltipster-arrow-background {
  top: -1px;
}

.tooltipster-sidetip.tooltipster-top.reference-pop .tooltipster-arrow-border {
  border-top-color: #B11235;
}

.tooltipster-sidetip.reference-pop .tooltipster-arrow-border {
  top: 1px;
}

.tooltipster-sidetip.reference-pop.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #B11235;
}

.tooltipster-base {
  pointer-events: auto;
}

.reference-tooltip-container {
  position: relative;
  color: black;
  padding-left: 20px;
  box-sizing: border-box;
}

.reference-tooltip-container .number {
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 3px;
  font-weight: bold;
}

.reference-tooltip-container .link a {
  color: #B11235;
  word-break: break-all;
}

.reference-tooltip-container .link a:before {
  content: '^ ';
  color: black;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

.reference-tooltip-container .link a:after {
  content: "";
  font-family: icomoon;
  display: inline-block;
  text-decoration: none;
  margin-left: 3px;
  font-size: 0.7rem;
  margin-right: 10px;
}

.references-placeholder {
  cursor: pointer;
  font-weight: bold;
  font-size: 0.8em;
  color: #B11235;
}

.references-placeholder:before {
  content: '[';
  margin-right: 3px;
}

.references-placeholder:after {
  content: ']';
  margin-left: 3px;
}

.field--name-field-references {
  width: 70%;
  padding-top: 40px;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  font-size: 0.9rem;
  padding-left: 100px;
}

@media (max-width: 1280px) {
  .field--name-field-references {
    padding-left: 50px;
  }
}

@media (max-width: 800px) {
  .field--name-field-references {
    width: 100%;
    padding-right: 50px;
  }
}

@media (max-width: 500px) {
  .field--name-field-references {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.field--name-field-references .paragraph--type--reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*@warn  $offset "  Breakpoint not defined";*/
}

@media (max-width: 640px) {
  .field--name-field-references .paragraph--type--reference {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
  }
}

.field--name-field-references .field--label {
  font-weight: bold;
  position: relative;
  padding: 20px 15px;
  border-top: 1px solid #C4D1D8;
  border-bottom: 1px solid #C4D1D8;
  cursor: pointer;
}

.field--name-field-references .field--label:before {
  content: "";
  font-family: icomoon;
  position: absolute;
  font-weight: normal;
  right: 15px;
  font-size: 1.4rem;
  line-height: 0.9rem;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.field--name-field-references .field--label:after {
  content: 'Show ';
  position: absolute;
  right: 47px;
  font-size: 0.8rem;
  font-weight: normal;
}

.field--name-field-references .field--label.active:after {
  content: 'Hide ';
}

.field--name-field-references .field--label.active:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.field--name-field-references .field__items {
  border-bottom: 0px;
  transition: all 0.3s;
  max-height: 0px;
  overflow: hidden;
  padding: 0px 25px;
}

.field--name-field-references .field__items.active {
  max-height: 5000px;
  padding: 20px 25px;
  border-bottom: 1px solid #C4D1D8;
}

.field--name-field-references .field__items > .field--item {
  padding: 10px 0;
}

.field--name-field-references .field__items > .field--item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.field--name-field-references .field__items > .field--item .field {
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}

.field--name-field-references .field__items > .field--item .field--name-field-number {
  width: 5%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.field--name-field-references .field__items > .field--item .field--name-field-number:after {
  content: '.';
}

.field--name-field-references .field__items > .field--item .field--name-field-link {
  word-break: break-all;
  min-width: 20%;
}

.field--name-field-references .field__items > .field--item .field--name-field-link a {
  color: #B11235;
}

.field--name-field-references .field__items > .field--item .field--name-field-link a:before {
  content: '^ ';
  color: black;
  text-decoration: none;
  float: left;
  font-weight: bold;
  margin-right: 3px;
}

.field--name-field-references .field__items > .field--item .field--name-field-link a:after {
  content: "";
  font-family: icomoon;
  display: inline-block;
  text-decoration: none;
  margin-left: 3px;
  font-size: 0.7rem;
}

.field--name-field-references .field__items > .field--item .field--name-field-link a:hover, .field--name-field-references .field__items > .field--item .field--name-field-link a:focus {
  text-decoration: none;
}

.field--name-field-references .field__items > .field--item .field--name-field-description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /*@warn  $offset "  Breakpoint not defined";*/
}

@media (max-width: 640px) {
  .field--name-field-references .field__items > .field--item .field--name-field-description {
    width: 100%;
    -ms-grid-column: 2;
        grid-column: 2;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 13, 2017, 1:55:21 PM
    Author     : Vishal-Office
*/
.tweeter_feed {
  width: 70%;
  margin-top: 50px;
  padding-top: 45px;
  padding-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  padding-left: 100px;
}

@media (max-width: 1280px) {
  .tweeter_feed {
    padding-left: 50px;
  }
}

@media (max-width: 800px) {
  .tweeter_feed {
    width: 100%;
    padding-right: 50px;
  }
}

@media (max-width: 500px) {
  .tweeter_feed {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tweeter_feed:before {
  content: '';
  width: 60px;
  border-top: 4px solid #B11235;
  position: absolute;
  top: 0;
}

.tweeter_feed a {
  color: #B11235;
  text-decoration: none;
}

.tweeter_feed a:hover, .tweeter_feed a:focus {
  text-decoration: underline;
}

.tweeter_feed .header {
  border-bottom: 1px solid #C4D1D8;
  padding-bottom: 25px;
}

.tweeter_feed .header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.tweeter_feed .header h3 {
  float: left;
  margin: 0px;
  font-size: 1.5rem;
}

.tweeter_feed .header .follow-link {
  float: right;
  color: black;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.tweeter_feed .header .follow-link:before {
  content: "";
  font-family: icomoon;
  margin-right: 7px;
  font-size: 1.3rem;
  float: left;
}

.tweeter_feed .content .feed {
  padding: 25px 20px 25px 80px;
  position: relative;
  border-bottom: 1px solid #C4D1D8;
}

.tweeter_feed .content .feed:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.tweeter_feed .content .feed .image {
  position: absolute;
  left: 10px;
  top: 25px;
  border-radius: 100%;
  overflow: hidden;
  width: 48px;
  height: 48px;
}

.tweeter_feed .content .feed h5 {
  margin: 0px 0 3px;
  font-size: 0.9rem;
}

.tweeter_feed .content .feed .screen_name {
  color: #767676;
  margin-bottom: 13px;
  text-decoration: none;
  font-size: 0.8rem;
  display: block;
}

.tweeter_feed .content .feed .screen_name:hover, .tweeter_feed .content .feed .screen_name:focus {
  color: #B11235;
  text-decoration: underline;
}

.tweeter_feed .content .feed .description {
  font-size: 0.8rem;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 13, 2017, 3:09:26 PM
    Author     : Vishal-Office
*/
.block-views-blockabbriviations-abbriviations {
  display: none;
}

.abbreviation-placeholder {
  color: #B11235;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
}

.tooltipster-sidetip.tooltipster-noir.abbreviation-pop .tooltipster-box {
  background: white;
  border: 2px solid #efefef;
  border-radius: 3px;
  box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.4);
}

.tooltipster-sidetip.tooltipster-noir.abbreviation-pop .tooltipster-content {
  color: black;
  padding: 8px;
  font-size: 0.8rem;
}

.tooltipster-sidetip.tooltipster-noir.abbreviation-pop.tooltipster-top .tooltipster-arrow-background {
  top: -1px;
}

.tooltipster-sidetip.tooltipster-top.abbreviation-pop .tooltipster-arrow-border {
  border-top-color: #efefef;
}

.tooltipster-sidetip.abbreviation-pop .tooltipster-arrow-border {
  top: 1px;
}

.tooltipster-sidetip.abbreviation-pop.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #efefef;
}

.abbreviation-tooltip-container {
  position: relative;
  color: black;
  padding-left: 0px;
  box-sizing: border-box;
}

.abbreviation-tooltip-container .number {
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 3px;
  font-weight: bold;
}

.abbreviation-tooltip-container .link a {
  color: #B11235;
}

.abbreviation-tooltip-container .link a:before {
  content: '^ ';
  color: black;
  text-decoration: none;
  float: left;
  font-weight: bold;
  margin-right: 3px;
}

.abbreviation-tooltip-container .link a:after {
  content: "";
  font-family: icomoon;
  display: inline-block;
  text-decoration: none;
  margin-left: 3px;
  font-size: 0.7rem;
  margin-right: 10px;
}

.mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 2000;
  display: none;
}

@media (max-width: 800px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-menu .inner {
  background: white;
  border-top: 1px solid #efefef;
  padding: 10px 50px;
}

.mobile-menu .inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (max-width: 400px) {
  .mobile-menu .inner {
    padding: 10px 20px;
  }
}

.mobile-menu .inner .logo {
  float: left;
  position: relative;
  width: 30px;
  height: 30px;
}

.mobile-menu .inner .logo:before {
  content: '';
  position: absolute;
  background-color: #CF1730;
  height: 8px;
  top: 0px;
  left: 0px;
  right: 0px;
}

.mobile-menu .inner .logo:after {
  content: '';
  position: absolute;
  background-color: #000;
  height: 19.5px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.mobile-menu .inner .logo img {
  position: absolute;
  opacity: 0;
}

.mobile-menu .inner .logo h2 {
  display: none;
}

.mobile-menu .inner .logo h3 {
  position: absolute;
  white-space: nowrap;
  color: black;
  font-weight: 800;
  margin: 0 0 0 38px;
  font-size: 0.88rem;
  line-height: 30px;
}

@media (max-width: 335px) {
  .mobile-menu .inner .logo h3 {
    display: none;
  }
}

.mobile-menu .inner .mobile-menu-button, .mobile-menu .inner .download-button {
  float: right;
  text-decoration: none;
  color: black;
  margin-left: 20px;
  font-weight: bold;
  line-height: 30px;
  font-size: 0.8rem;
}

.mobile-menu .inner .mobile-menu-button:after, .mobile-menu .inner .download-button:after {
  font-size: 1.3rem;
  font-family: icomoon;
  float: right;
  margin: -2px 0 0 9px;
}

.mobile-menu .inner .mobile-menu-button:after {
  content: "";
}

.mobile-menu .inner .mobile-menu-button.menu-active:after {
  content: "";
}

.mobile-menu .inner .mobile-menu-button.menu-active span:last-child {
  display: inline-block;
}

.mobile-menu .inner .mobile-menu-button.menu-active span:first-child {
  display: none;
}

.mobile-menu .inner .mobile-menu-button span:last-child {
  display: none;
}

.mobile-menu .inner .download-button:after {
  content: "";
}

/*# sourceMappingURL=main.feature.report.css.map */
