/*------- CSS RESET
http://meyerweb.com/eric/tools/css/reset/
| v2.0 | 20110126 License: none (public domain)-------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  counter-reset: figure tableCount; }

blockquote,
q {
  quotes: none; }

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

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

/*-------END RESET*-------/



/*------- **BEGIN** STYLES THAT VARY BY REPORT-------*/
/*------- **END** STYLES THAT VARY BY REPORT-------*/
#marcotte-header {
  background-color: white;
  width: 100%;
  height: 3.4em !important; }

.body-marcotte {
  background-color: white; }

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
code,
blockquote {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0;
  border-width: 0;
  max-width: 100%; }

body {
  overflow-x: hidden;
  position: absolute;
  width: 100%; }

.no-scroll {
  height: 100%;
  overflow-y: hidden; }

p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
button,
figcaption,
caption,
div.caption,
p.commissioned-by,
.pt-trademark,
div.sidebar-A,
div.sidebar-B,
div.endnotes-wrap,
div.text-group,
ul {
  margin: 0 auto;
  font-family: 'Source Sans Pro', sans-serif; }

html {
  font-family: 'Source Sans Pro', sans-serif; }

#js-modal-page {
  background-color: #414141 !important; }

.html-report-area {
  font-family: 'Source Sans Pro', sans-serif;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff; }
  .html-report-area a {
    word-break: break-word; }
  .html-report-area > div:not(.red-header):not(.html-report-footer-wrapper):not(.header-image) {
    margin-left: 11%;
    margin-right: 11%; }
  .html-report-area img,
  .html-report-area picture {
    width: 100%;
    height: auto;
    display: block;
    margin: 1.875em auto; }
  .html-report-area figure {
    margin-bottom: 1.875em; }
    .html-report-area figure img,
    .html-report-area figure picture {
      margin-bottom: 0;
      margin-top: 0; }
  .html-report-area figure > figcaption:first-child {
    margin-top: 1.875em;
    margin-bottom: 0.5em; }
    @media only screen and (min-width: 600px) {
      .html-report-area figure > figcaption:first-child {
        margin-top: 0; } }
  .html-report-area figure > figcaption + img,
  .html-report-area figure > figcaption + picture {
    margin-top: 0; }
  .html-report-area figure > img:first-child,
  .html-report-area figure > picture:first-child {
    margin-top: 1.875em;
    margin-bottom: 0; }
    @media only screen and (min-width: 600px) {
      .html-report-area figure > img:first-child,
      .html-report-area figure > picture:first-child {
        margin-top: 0; } }
  .html-report-area figure > img + figcaption,
  .html-report-area figure > picture + figcaption {
    margin-top: 0.5em; }
  .html-report-area div.red-header {
    color: #fff;
    background-color: #d2232a;
    margin: 0;
    text-align: center;
    padding: 5pt 0 8pt;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 0;
    margin-right: 0; }
  .html-report-area div.red-header p {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 90%; }
  .html-report-area h1.report-title {
    color: #d2232a;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0.5em; }
  .html-report-area h2 {
    color: #d2232a;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 1.25em; }
    .html-report-area h2.report-subtitle {
      color: #6d6e71; }
  .html-report-area h3.report-section {
    color: #d2232a;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0.5em; }
    @media only screen and (min-width: 600px) {
      .html-report-area h3.report-section {
        line-height: 1.4em; } }
  .html-report-area h4.report-subsection,
  .html-report-area h4,
  .html-report-area .sidebar-heading {
    color: #d2232a;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 0.5em; }
  .html-report-area h4.sidebar-heading {
    padding-right: 10%;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.125;
    max-width: 90%;
    margin-bottom: 1em; }
  .html-report-area h5.report-h5 {
    color: #132240;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 0.35em; }
  .html-report-area h6.report-h6 {
    color: #132240;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0.25em; }
  .html-report-area a,
  .html-report-area .Hyperlink {
    color: var(--color-font-hyperlink);
    text-decoration: none; }
    .html-report-area a:hover,
    .html-report-area .Hyperlink:hover {
      text-decoration: underline; }
    .html-report-area a.link-underline,
    .html-report-area .Hyperlink.link-underline {
      text-decoration: underline; }
      .html-report-area a.link-underline:hover,
      .html-report-area .Hyperlink.link-underline:hover {
        text-decoration: none; }
  .html-report-area .btn-close-disclaimer {
    text-decoration: none; }
    .html-report-area .btn-close-disclaimer:hover {
      text-decoration: underline; }
  .html-report-area .nomargintop {
    margin-top: 0 !important; }
  .html-report-area .nomarginbottom {
    margin-bottom: 0 !important; }
  .html-report-area .commissioned-by {
    padding-top: 10px; }
    @media only screen and (min-width: 600px) {
      .html-report-area .commissioned-by {
        padding-top: 0; } }
    .html-report-area .commissioned-by p {
      color: #555;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 0.875em;
      margin-top: 10px;
      margin-bottom: 25px; }
  .html-report-area div.p1-sidebar,
  .html-report-area div.p1-sidebar-R {
    width: 100%;
    float: right;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    float: unset;
    padding-bottom: 25px; }
    @media only screen and (min-width: 600px) {
      .html-report-area div.p1-sidebar,
      .html-report-area div.p1-sidebar-R {
        width: 43%;
        float: right;
        padding-bottom: 0; } }
  .html-report-area div.p1-sidebar img,
  .html-report-area div.p1-sidebar-R img,
  .html-report-area div.p1-sidebar-L img,
  .html-report-area div.p1-sidebar picture,
  .html-report-area div.p1-sidebar-R picture,
  .html-report-area div.p1-sidebar-L picture {
    margin: 0;
    height: 100%;
    min-width: 100%;
    width: 100%; }
  .html-report-area div.p1-sidebar-L {
    margin: 0;
    width: 100%;
    float: unset;
    padding-bottom: 25px; }
    @media only screen and (min-width: 600px) {
      .html-report-area div.p1-sidebar-L {
        width: 43%;
        float: left;
        -ms-flex-preferred-size: 57%;
            flex-basis: 57%;
        padding-bottom: 0; } }
  .html-report-area div.p1-text-L {
    -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
    margin: 0 !important;
    margin-right: 11% !important;
    padding-bottom: 25px;
    width: 100%;
    float: unset; }
    @media only screen and (min-width: 600px) {
      .html-report-area div.p1-text-L {
        -ms-flex-preferred-size: 57%;
            flex-basis: 57%;
        padding-bottom: 0; } }
  .html-report-area div.p1-text-R {
    -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
    margin: 0 !important;
    float: right; }
  .html-report-area div.p1-text p,
  .html-report-area div.p1-text-L p {
    margin: 0 0 1.25em 0;
    max-width: 100%; }
  .html-report-area div.p1-text-R p {
    margin: 0 0 1.2em 1.2em;
    max-width: 100%; }
  .html-report-area div.text-group::after {
    content: "";
    clear: both;
    display: table; }
  .html-report-area div.body-text p {
    margin: 0 auto 1.25em;
    clear: both; }
  .html-report-area p, .html-report-area span {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 1.25em; }
  .html-report-area :not(.endnotes-wrap) ol,
  .html-report-area :not(.endnotes-wrap) ul {
    margin-left: 40px;
    padding-left: 0; }
    .html-report-area :not(.endnotes-wrap) ol ol,
    .html-report-area :not(.endnotes-wrap) ol ul,
    .html-report-area :not(.endnotes-wrap) ul ol,
    .html-report-area :not(.endnotes-wrap) ul ul {
      margin-left: 20px;
      margin-bottom: 20px; }
    @media only screen and (min-width: 600px) {
      .html-report-area :not(.endnotes-wrap) ol.column-2,
      .html-report-area :not(.endnotes-wrap) ul.column-2 {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2; } }
    @media only screen and (min-width: 600px) {
      .html-report-area :not(.endnotes-wrap) ol.column-3,
      .html-report-area :not(.endnotes-wrap) ul.column-3 {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3; } }
  .html-report-area ul,
  .html-report-area ol {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.25em;
    list-style: none;
    margin-bottom: 1em; }
  .html-report-area ol li {
    list-style-type: decimal;
    padding-left: .5em; }
  .html-report-area ul li::before {
    content: "\2022";
    color: #d2232a;
    font-weight: 400;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
    .html-report-area ul li::before ul {
      padding-left: 20px; }
      .html-report-area ul li::before ul li {
        content: "\2022";
        color: #000;
        font-weight: 400;
        display: inline-block;
        width: 1em;
        margin-left: -1em; }
        .html-report-area ul li::before ul li ul li {
          content: "\00b7";
          color: #000;
          font-weight: 400;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
  .html-report-area ul ul {
    padding-left: 20px; }
  .html-report-area ul li.level-1::before {
    content: "\2022";
    color: #d2232a;
    font-weight: 400;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
  .html-report-area ul li.level-2::before {
    content: "\2022";
    color: #000;
    font-weight: 400;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
  .html-report-area ul li.level-3::before {
    content: "\00b7";
    color: #000;
    font-weight: 400;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
  .html-report-area ul li {
    margin-bottom: 0.5em; }
  .html-report-area li.level-1,
  .html-report-area li.level-2,
  .html-report-area li.level-3 {
    margin-bottom: 0.5em; }
  .html-report-area li.endnotes {
    color: #555;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875em;
    line-height: 1.2;
    margin: 0 0 0.75em 0;
    max-width: 100%; }
    .html-report-area li.endnotes a {
      word-break: break-all;
      overflow-wrap: break-word; }
  .html-report-area div.endnotes-wrap {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin-top: 2.5em;
    margin-bottom: 20px;
    padding: 10px 0; }
    .html-report-area div.endnotes-wrap ol {
      margin: auto;
      margin-top: 0.75em;
      padding-left: 1em;
      list-style: auto; }
      .html-report-area div.endnotes-wrap ol li {
        padding-left: 1em; }
  .html-report-area figcaption,
  .html-report-area caption,
  .html-report-area div.caption {
    color: #777;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875em;
    color: #58595B;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 1.5em; }
  .html-report-area figcaption:not(.table-caption)::before {
    counter-increment: figure;
    /* Increment the value of figure counter by 1 to display before figcaption */
    content: "Figure " counter(figure) ": "; }
  .html-report-area figcaption.caption.table::before {
    counter-increment: tableCount;
    content: "Table " counter(tableCount) ": "; }
  .html-report-area div.caption ol {
    margin: -10px auto 1.25em; }
  .html-report-area sup {
    vertical-align: top;
    position: relative;
    top: -0.4em;
    font-size: .6em; }
  .html-report-area .header-image {
    margin: 0 0 1.25em 0; }
    .html-report-area .header-image img,
    .html-report-area .header-image picture {
      height: auto;
      min-width: 100%;
      width: 100%;
      display: block;
      margin: 0 0 1.25em 0; }
  .html-report-area div.sidebar-A,
  .html-report-area div.sidebar-B,
  .html-report-area div.sidebar-C,
  .html-report-area div.sidebar-D,
  .html-report-area div.sidebar-E,
  .html-report-area div.sidebar-F {
    padding: 20px 23px;
    margin: 20px auto;
    word-wrap: break-word; }
    .html-report-area div.sidebar-A p,
    .html-report-area div.sidebar-B p,
    .html-report-area div.sidebar-C p,
    .html-report-area div.sidebar-D p,
    .html-report-area div.sidebar-E p,
    .html-report-area div.sidebar-F p {
      margin-bottom: 1em; }
    .html-report-area div.sidebar-A a,
    .html-report-area div.sidebar-B a,
    .html-report-area div.sidebar-C a,
    .html-report-area div.sidebar-D a,
    .html-report-area div.sidebar-E a,
    .html-report-area div.sidebar-F a {
      white-space: pre-wrap;
      word-break: break-all;
      overflow-wrap: break-word;
      max-width: 100%; }
    .html-report-area div.sidebar-A.link-underline a,
    .html-report-area div.sidebar-B.link-underline a,
    .html-report-area div.sidebar-C.link-underline a,
    .html-report-area div.sidebar-D.link-underline a,
    .html-report-area div.sidebar-E.link-underline a,
    .html-report-area div.sidebar-F.link-underline a {
      text-decoration: underline; }
      .html-report-area div.sidebar-A.link-underline a:hover,
      .html-report-area div.sidebar-B.link-underline a:hover,
      .html-report-area div.sidebar-C.link-underline a:hover,
      .html-report-area div.sidebar-D.link-underline a:hover,
      .html-report-area div.sidebar-E.link-underline a:hover,
      .html-report-area div.sidebar-F.link-underline a:hover {
        text-decoration: none; }
    .html-report-area div.sidebar-A + .sidebar-A:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-A + .sidebar-B:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-A + .sidebar-C:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-A + .sidebar-D:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-A + .sidebar-E:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-A + .sidebar-F:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-B + .sidebar-A:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-B + .sidebar-B:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-B + .sidebar-C:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-B + .sidebar-D:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-B + .sidebar-E:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-B + .sidebar-F:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-C + .sidebar-A:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-C + .sidebar-B:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-C + .sidebar-C:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-C + .sidebar-D:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-C + .sidebar-E:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-C + .sidebar-F:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-D + .sidebar-A:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-D + .sidebar-B:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-D + .sidebar-C:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-D + .sidebar-D:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-D + .sidebar-E:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-D + .sidebar-F:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-E + .sidebar-A:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-E + .sidebar-B:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-E + .sidebar-C:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-E + .sidebar-D:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-E + .sidebar-E:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-E + .sidebar-F:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-F + .sidebar-A:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-F + .sidebar-B:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-F + .sidebar-C:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-F + .sidebar-D:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-F + .sidebar-E:not(.sidebar-nomargin-top),
    .html-report-area div.sidebar-F + .sidebar-F:not(.sidebar-nomargin-top) {
      margin-top: -20px; }
  .html-report-area .html-report-footer-wrapper {
    border-top: 10px solid #DA2128;
    padding-top: 20px;
    margin-left: 0;
    margin-right: 0; }
  .html-report-area .project-collateral {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .html-report-area .project-collateral-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    max-width: 100%;
    align-content: center;
    padding-bottom: 25px; }
    @media only screen and (min-width: 600px) {
      .html-report-area .project-collateral-item {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        max-width: 100%;
        padding-bottom: 0;
        margin-left: 0;
        margin-right: 0; } }
    .html-report-area .project-collateral-item img,
    .html-report-area .project-collateral-item picture {
      margin-top: 10px;
      margin-bottom: 10px;
      max-width: 100%;
      height: initial;
      font-size: 0.875em;
      width: 300px;
      border: 0.5px solid #ececec;
      min-width: initial; }
      @media only screen and (min-width: 600px) {
        .html-report-area .project-collateral-item img,
        .html-report-area .project-collateral-item picture {
          width: 200px; } }
    .html-report-area .project-collateral-item .collateral-text {
      text-align: center;
      width: 100%;
      font: normal normal normal 16px/20px Source Sans Pro;
      letter-spacing: 0px;
      color: #777777; }
    .html-report-area .project-collateral-item:hover {
      text-decoration: none; }
      .html-report-area .project-collateral-item:hover img,
      .html-report-area .project-collateral-item:hover picture {
        -webkit-filter: drop-shadow(0px 18px 18px #00000033);
                filter: drop-shadow(0px 18px 18px #00000033);
        border-color: transparent; }
      .html-report-area .project-collateral-item:hover .collateral-text {
        color: #0088CC; }
  .html-report-area .pt-trademark {
    padding-bottom: 25px; }
    .html-report-area .pt-trademark p {
      color: #555;
      font-size: 0.875em;
      width: 100%;
      max-width: 100%;
      margin: initial; }
  .html-report-area .disclaimer-wrapper {
    text-align: center; }
  .html-report-area .disclaimer-btn {
    width: 100%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 21px;
    background-color: #cecece;
    height: 60px;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    border: 0;
    margin-top: 30px;
    font-size: 0.875em; }
    .html-report-area .disclaimer-btn:hover {
      background-color: #777777;
      color: white; }
  .html-report-area .no-scroll {
    overflow: hidden;
    position: absolute;
    top: initial;
    max-width: 100%; }
  .html-report-area .lightbox-btn {
    cursor: pointer; }
  .html-report-area .body-text-R {
    margin-bottom: 1.875em; }
  .html-report-area .body-text-L {
    margin-bottom: 0.5em; }
  .html-report-area .col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto; }
    .html-report-area .col-group .flex-align-center {
      -ms-flex-item-align: center;
          align-self: center; }
    .html-report-area .col-group h3,
    .html-report-area .col-group h4,
    .html-report-area .col-group h5,
    .html-report-area .col-group h6 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .html-report-area .col-group .img-R,
    .html-report-area .col-group .img-L {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      width: auto;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .html-report-area .col-group .body-text-R,
    .html-report-area .col-group .body-text-L {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .html-report-area .col-group img,
    .html-report-area .col-group picture {
      height: auto;
      display: block;
      width: 100%;
      margin: 0; }
    .html-report-area .col-group .img-L > img,
    .html-report-area .col-group .img-L > picture {
      margin-bottom: 0.5em; }
    .html-report-area .col-group .img-R > img,
    .html-report-area .col-group .img-R > picture {
      margin-bottom: 1.875em; }
    @media (min-width: 768px) {
      .html-report-area .col-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .html-report-area .col-group .body-text-R {
          padding-left: 1.2em; }
        .html-report-area .col-group .body-text-L {
          padding-right: 1.2em; }
        .html-report-area .col-group .img-R,
        .html-report-area .col-group .img-L {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 1;
              flex-shrink: 1;
          -ms-flex-preferred-size: 43%;
              flex-basis: 43%; }
          .html-report-area .col-group .img-R img,
          .html-report-area .col-group .img-R picture,
          .html-report-area .col-group .img-L img,
          .html-report-area .col-group .img-L picture {
            width: 100%;
            height: auto; }
        .html-report-area .col-group.img-group {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .html-report-area .col-group.img-group .img-L, .html-report-area .col-group.img-group .img-R {
            -ms-flex-preferred-size: calc(50% - .6em);
                flex-basis: calc(50% - .6em); }
        .html-report-area .col-group .body-text-R,
        .html-report-area .col-group .body-text-L {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          -ms-flex-preferred-size: 57%;
              flex-basis: 57%; }
        .html-report-area .col-group .body-text-R {
          padding-left: 1.2em; }
        .html-report-area .col-group .body-text-L {
          padding-right: 1.2em; } }
  @media (min-width: 768px) {
    .html-report-area .sidebar-A .col-group .body-text-L, .html-report-area .sidebar-A .col-group .body-text-R, .html-report-area .sidebar-A .col-group img-R, .html-report-area .sidebar-A .col-group img-L, .html-report-area .sidebar-B .col-group .body-text-L, .html-report-area .sidebar-B .col-group .body-text-R, .html-report-area .sidebar-B .col-group img-R, .html-report-area .sidebar-B .col-group img-L, .html-report-area .sidebar-C .col-group .body-text-L, .html-report-area .sidebar-C .col-group .body-text-R, .html-report-area .sidebar-C .col-group img-R, .html-report-area .sidebar-C .col-group img-L, .html-report-area .sidebar-D .col-group .body-text-L, .html-report-area .sidebar-D .col-group .body-text-R, .html-report-area .sidebar-D .col-group img-R, .html-report-area .sidebar-D .col-group img-L, .html-report-area .sidebar-E .col-group .body-text-L, .html-report-area .sidebar-E .col-group .body-text-R, .html-report-area .sidebar-E .col-group img-R, .html-report-area .sidebar-E .col-group img-L, .html-report-area .sidebar-F .col-group .body-text-L, .html-report-area .sidebar-F .col-group .body-text-R, .html-report-area .sidebar-F .col-group img-R, .html-report-area .sidebar-F .col-group img-L {
      margin-bottom: .5em; } }
  .html-report-area div.endnotes-wrap ol {
    padding-left: 1em;
    list-style: decimal; }
  .html-report-area p.note {
    color: #444;
    background-color: #f2f2f2;
    padding: 1em;
    font-size: 0.9em;
    line-height: 1em;
    border-radius: 3px;
    margin: 20px auto; }
  .html-report-area .sidebar-text {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.25em;
    list-style: none;
    margin-bottom: 1.2em;
    color: inherit; }
  .html-report-area .summary-header {
    background: #f1f2f2;
    color: #d2232a; }
    .html-report-area .summary-header p {
      color: #d2232a;
      margin-top: -1.25em;
      text-align: center;
      padding: 5pt 0 5pt; }
  .html-report-area .endnote-link {
    color: #2a677b; }
  .html-report-area table {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #808080;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    min-width: 500px;
    overflow-x: scroll;
    margin-bottom: 1.875em;
    line-height: 1.3em; }
    .html-report-area table caption {
      margin-bottom: 0.5em;
      text-align: left; }
    .html-report-area table th {
      text-align: left; }
      .html-report-area table th.text-center {
        text-align: center; }
    .html-report-area table p {
      line-height: 1; }
    .html-report-area table img, .html-report-area table picture {
      margin: .5em auto; }
    .html-report-area table.banded-rows tr.PT-report-table:nth-child(even) {
      background-color: var(--color-table-banded-row); }
  .html-report-area .table-container, .html-report-area table.PT-report-table {
    overflow-x: auto;
    margin-bottom: 1.875em; }
    .html-report-area .table-container th,
    .html-report-area .table-container td, .html-report-area table.PT-report-table th,
    .html-report-area table.PT-report-table td {
      padding: 8px 5px; }
    .html-report-area .table-container th, .html-report-area table.PT-report-table th {
      font-weight: 600;
      color: var(--color-txt-table-header);
      background-color: var(--color-bg-table-header);
      border-right: 1px solid #fff;
      border-left: 1px solid #fff; }
    .html-report-area .table-container td, .html-report-area table.PT-report-table td {
      border: 1px solid #808080;
      border-left: 0px; }
      .html-report-area .table-container td.number, .html-report-area table.PT-report-table td.number {
        text-align: right; }
      .html-report-area .table-container td.grey, .html-report-area .table-container td.gray, .html-report-area table.PT-report-table td.grey, .html-report-area table.PT-report-table td.gray {
        background-color: #E6E7E8; }
      .html-report-area .table-container td.table-subhead, .html-report-area table.PT-report-table td.table-subhead {
        background-color: #E6E7E8;
        border-right: 0px;
        border-left: 0px; }
    .html-report-area .table-container .PT-report-table td:last-child, .html-report-area table.PT-report-table .PT-report-table td:last-child {
      border-right: 0px; }
  .html-report-area .modal-share-btn-wrapper {
    display: none;
    position: fixed;
    margin-left: 0px !important;
    top: 580px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
    opacity: 0; }
    @media only screen and (min-width: 600px) {
      .html-report-area .modal-share-btn-wrapper {
        display: block;
        position: fixed;
        margin-left: 0; } }
  .html-report-area .mobile-modal-share-btn-wrapper {
    display: block;
    margin-right: 0px !important;
    position: fixed;
    right: 0; }
    .html-report-area .mobile-modal-share-btn-wrapper .modal-share-title {
      padding-top: 0px;
      margin-top: 17px;
      color: black;
      font-size: 14px;
      font-weight: 400;
      text-align: center; }
    .html-report-area .mobile-modal-share-btn-wrapper .modal-share-btn {
      height: 32px;
      width: 32px; }
      .html-report-area .mobile-modal-share-btn-wrapper .modal-share-btn img,
      .html-report-area .mobile-modal-share-btn-wrapper .modal-share-btn picture {
        margin: 6.92px 4.94px 6.92px 6.94px; }
    @media only screen and (min-width: 600px) {
      .html-report-area .mobile-modal-share-btn-wrapper {
        display: none;
        -webkit-transition: .03s top;
        transition: .03s top; } }
  .html-report-area .modal-share-btn {
    width: 44px;
    height: 71px;
    background-color: #F2F2F2;
    border: 0px;
    color: #58595B;
    padding: 0px; }
    .html-report-area .modal-share-btn img,
    .html-report-area .modal-share-btn picture {
      margin-top: 0px;
      margin-bottom: 7px;
      margin-left: 12px;
      width: 20.12px; }
    .html-report-area .modal-share-btn:hover {
      background-color: #DA2128;
      color: white;
      cursor: pointer; }
      .html-report-area .modal-share-btn:hover .filter-gray {
        -webkit-filter: invert(100%) sepia(99%) saturate(16%) hue-rotate(209deg) brightness(104%) contrast(100%);
                filter: invert(100%) sepia(99%) saturate(16%) hue-rotate(209deg) brightness(104%) contrast(100%); }
      .html-report-area .modal-share-btn:hover img {
        -webkit-filter: invert(100%) sepia(99%) saturate(16%) hue-rotate(209deg) brightness(104%) contrast(100%);
                filter: invert(100%) sepia(99%) saturate(16%) hue-rotate(209deg) brightness(104%) contrast(100%); }
  .html-report-area .mobile-modal-share-btn-wrapper-bottom {
    display: block; }
    .html-report-area .mobile-modal-share-btn-wrapper-bottom .modal-share-btn {
      width: 98px;
      height: 30px;
      border: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      justify-items: center;
      margin-top: 1.875em; }
      .html-report-area .mobile-modal-share-btn-wrapper-bottom .modal-share-btn img {
        margin: 0 12px 0 15px;
        width: 20.12px; }
    @media only screen and (min-width: 600px) {
      .html-report-area .mobile-modal-share-btn-wrapper-bottom {
        display: none; } }
  .html-report-area div.sidebar-A {
    background-color: var(--color-bg-sidebar-A);
    color: var(--color-txt-sidebar-A); }
    .html-report-area div.sidebar-A h2,
    .html-report-area div.sidebar-A h3,
    .html-report-area div.sidebar-A h4,
    .html-report-area div.sidebar-A h5,
    .html-report-area div.sidebar-A h6 {
      color: var(--color-h-sidebar-A); }
    .html-report-area div.sidebar-A p {
      color: inherit; }
    .html-report-area div.sidebar-A a, .html-report-area div.sidebar-A .Hyperlink, .html-report-area div.sidebar-A .endnote-link {
      color: var(--color-hyperlink-sidebar-A); }
    .html-report-area div.sidebar-A ul {
      font-size: inherit; }
      .html-report-area div.sidebar-A ul li {
        color: var(--color-txt-sidebar-A); }
        .html-report-area div.sidebar-A ul li:before {
          color: var(--color-h-sidebar-A); }
  .html-report-area div.sidebar-B {
    background-color: var(--color-bg-sidebar-B);
    color: var(--color-txt-sidebar-B); }
    .html-report-area div.sidebar-B h2,
    .html-report-area div.sidebar-B h3,
    .html-report-area div.sidebar-B h4,
    .html-report-area div.sidebar-B h5,
    .html-report-area div.sidebar-B h6 {
      color: var(--color-h-sidebar-B); }
    .html-report-area div.sidebar-B p {
      color: inherit; }
    .html-report-area div.sidebar-B a, .html-report-area div.sidebar-B .Hyperlink, .html-report-area div.sidebar-B .endnote-link {
      color: var(--color-hyperlink-sidebar-B); }
    .html-report-area div.sidebar-B ul {
      font-size: inherit; }
      .html-report-area div.sidebar-B ul li {
        color: var(--color-txt-sidebar-B); }
        .html-report-area div.sidebar-B ul li:before {
          color: var(--color-h-sidebar-B); }
  .html-report-area div.sidebar-C {
    background-color: var(--color-bg-sidebar-C);
    color: var(--color-txt-sidebar-C); }
    .html-report-area div.sidebar-C h2,
    .html-report-area div.sidebar-C h3,
    .html-report-area div.sidebar-C h4,
    .html-report-area div.sidebar-C h5,
    .html-report-area div.sidebar-C h6 {
      color: var(--color-h-sidebar-C); }
    .html-report-area div.sidebar-C p {
      color: inherit; }
    .html-report-area div.sidebar-C a, .html-report-area div.sidebar-C .Hyperlink, .html-report-area div.sidebar-C .endnote-link {
      color: var(--color-hyperlink-sidebar-C); }
    .html-report-area div.sidebar-C ul {
      font-size: inherit; }
      .html-report-area div.sidebar-C ul li {
        color: var(--color-txt-sidebar-C); }
        .html-report-area div.sidebar-C ul li:before {
          color: var(--color-h-sidebar-C); }
  .html-report-area div.sidebar-D {
    background-color: var(--color-bg-sidebar-D);
    color: var(--color-txt-sidebar-D); }
    .html-report-area div.sidebar-D h2,
    .html-report-area div.sidebar-D h3,
    .html-report-area div.sidebar-D h4,
    .html-report-area div.sidebar-D h5,
    .html-report-area div.sidebar-D h6 {
      color: var(--color-h-sidebar-D); }
    .html-report-area div.sidebar-D p {
      color: inherit; }
    .html-report-area div.sidebar-D a, .html-report-area div.sidebar-D .Hyperlink, .html-report-area div.sidebar-D .endnote-link {
      color: var(--color-hyperlink-sidebar-D); }
    .html-report-area div.sidebar-D ul {
      font-size: inherit; }
      .html-report-area div.sidebar-D ul li {
        color: var(--color-txt-sidebar-D); }
        .html-report-area div.sidebar-D ul li:before {
          color: var(--color-h-sidebar-D); }
  .html-report-area div.sidebar-E {
    background-color: var(--color-bg-sidebar-E);
    color: var(--color-txt-sidebar-E); }
    .html-report-area div.sidebar-E h2,
    .html-report-area div.sidebar-E h3,
    .html-report-area div.sidebar-E h4,
    .html-report-area div.sidebar-E h5,
    .html-report-area div.sidebar-E h6 {
      color: var(--color-h-sidebar-E); }
    .html-report-area div.sidebar-E p {
      color: inherit; }
    .html-report-area div.sidebar-E a, .html-report-area div.sidebar-E .Hyperlink, .html-report-area div.sidebar-E .endnote-link {
      color: var(--color-hyperlink-sidebar-E); }
    .html-report-area div.sidebar-E ul {
      font-size: inherit; }
      .html-report-area div.sidebar-E ul li {
        color: var(--color-txt-sidebar-E); }
        .html-report-area div.sidebar-E ul li:before {
          color: var(--color-h-sidebar-E); }
  .html-report-area div.sidebar-F {
    background-color: var(--color-bg-sidebar-F);
    color: var(--color-txt-sidebar-F); }
    .html-report-area div.sidebar-F h2,
    .html-report-area div.sidebar-F h3,
    .html-report-area div.sidebar-F h4,
    .html-report-area div.sidebar-F h5,
    .html-report-area div.sidebar-F h6 {
      color: var(--color-h-sidebar-F); }
    .html-report-area div.sidebar-F p {
      color: inherit; }
    .html-report-area div.sidebar-F a, .html-report-area div.sidebar-F .Hyperlink, .html-report-area div.sidebar-F .endnote-link {
      color: var(--color-hyperlink-sidebar-F); }
    .html-report-area div.sidebar-F ul {
      font-size: inherit; }
      .html-report-area div.sidebar-F ul li {
        color: var(--color-txt-sidebar-F); }
        .html-report-area div.sidebar-F ul li:before {
          color: var(--color-h-sidebar-F); }

#js-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 85vw;
  max-height: 86vh;
  color: #000000;
  border-radius: 0;
  overflow-y: auto;
  border: none;
  margin: auto;
  z-index: 667;
  font-size: 1em;
  line-height: 20px;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.5)); }
  #js-modal.lightbox-modal {
    top: 0;
    margin: 20px;
    max-height: 90vh;
    margin: auto; }
    @media only screen and (min-width: 600px) {
      #js-modal.lightbox-modal {
        top: 10px;
        max-width: 90vw; } }

#js-modal.modal_disclaimer {
  background: #F2F2F2;
  width: 700px; }
  #js-modal.modal_disclaimer P {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 1.25em; }

#js-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(88, 89, 91, 0.65);
  z-index: 3; }

#js-modal.modal_socialshare {
  top: 258px;
  width: 320px;
  max-width: 320px;
  height: 250px;
  background-color: #FFFFFF;
  padding: 0px !important; }
  @media only screen and (max-width: 325px) {
    #js-modal.modal_socialshare {
      max-width: 90%;
      top: 200px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  #js-modal.modal_socialshare .modal-share-title {
    padding-top: 0px;
    margin-top: 17px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    text-align: center; }
  #js-modal.modal_socialshare h1 {
    text-align: center; }
  #js-modal.modal_socialshare #js-modal-close {
    background-color: #FFFFFF;
    margin-top: 20px; }
  #js-modal.modal_socialshare .modal-close__text {
    color: #58595B;
    cursor: pointer; }
    #js-modal.modal_socialshare .modal-close__text:hover {
      text-decoration: none; }
  #js-modal.modal_socialshare .social-btn-wrapper {
    max-width: 250px;
    padding: 20px 33px 12px 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 325px) {
      #js-modal.modal_socialshare .social-btn-wrapper {
        max-width: 127px;
        margin: auto; } }
    #js-modal.modal_socialshare .social-btn-wrapper .btn-share-link {
      border: 0px;
      width: 48px;
      height: 63px;
      font-size: 12px;
      color: #58595B;
      text-decoration: none;
      text-align: center; }
      #js-modal.modal_socialshare .social-btn-wrapper .btn-share-link:first-child {
        width: 44px;
        height: 63px; }
      #js-modal.modal_socialshare .social-btn-wrapper .btn-share-link:nth-child(2) {
        width: 48px;
        height: 63px; }
      #js-modal.modal_socialshare .social-btn-wrapper .btn-share-link:nth-child(3) {
        width: 44px;
        height: 63px; }
      #js-modal.modal_socialshare .social-btn-wrapper .btn-share-link:nth-child(4) {
        width: 44px;
        height: 63px; }
      #js-modal.modal_socialshare .social-btn-wrapper .btn-share-link img {
        max-width: 34px;
        height: auto;
        padding: 5px; }
        #js-modal.modal_socialshare .social-btn-wrapper .btn-share-link img:hover {
          background-color: #F2F2F2; }
  #js-modal.modal_socialshare .btn-share-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    background-color: #F2F2F2;
    width: 240px;
    border: 0px;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }
    #js-modal.modal_socialshare .btn-share-link-wrapper #clipboardlink {
      border: 0px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 26px;
      width: auto;
      font-size: 0.8em;
      height: 1rem;
      font-weight: 400;
      line-height: normal;
      font-family: 'Source Sans Pro', Arial, sans-serif; }
    #js-modal.modal_socialshare .btn-share-link-wrapper .btn-share-link {
      border: 0px;
      cursor: pointer;
      width: 5.3333em;
      height: 2em;
      background-color: #58595B;
      color: white;
      font-size: 0.8em;
      padding-top: 2px;
      padding-bottom: 3px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-preferred-size: 80px;
          flex-basis: 80px; }
      #js-modal.modal_socialshare .btn-share-link-wrapper .btn-share-link:hover {
        background-color: #DA2128;
        color: white; }
    @media only screen and (max-width: 325px) {
      #js-modal.modal_socialshare .btn-share-link-wrapper {
        width: 70%;
        margin: auto;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        #js-modal.modal_socialshare .btn-share-link-wrapper .btn-share-link {
          margin: 10px auto auto auto; } }

#js-modal-close {
  color: var(--color-font-hyperlink);
  border: none;
  text-decoration: none;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  line-height: normal;
  padding: 0;
  padding-bottom: 20px;
  background-color: inherit; }
  #js-modal-close:hover {
    text-decoration: underline;
    text-underline-offset: 1px; }

.lightbox-modal-image {
  max-width: 100%; }
  .lightbox-modal-image picture {
    max-width: 100%;
    height: auto; }
  .lightbox-modal-image img {
    max-width: 100%;
    height: auto; }

.disclaimer-image {
  width: 100%;
  max-width: auto;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto; }

dialog {
  display: block; }

.hidden {
  display: none; }

.sr-only,
.invisible {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */ }

.filter-gray {
  -webkit-filter: invert(35%) sepia(5%) saturate(191%) hue-rotate(182deg) brightness(95%) contrast(91%);
          filter: invert(35%) sepia(5%) saturate(191%) hue-rotate(182deg) brightness(95%) contrast(91%); }

.animate-hidden {
  opacity: 0;
  -webkit-transition: .2s opacity;
  transition: .2s opacity; }

.lightbox-modal-image figure img,
.lightbox-modal-image figure picture {
  margin-bottom: 0;
  margin-top: 0; }

.lightbox-modal-image figure > figcaption:first-child {
  margin-top: 1.875em;
  margin-bottom: 0.5em; }
  @media only screen and (min-width: 600px) {
    .lightbox-modal-image figure > figcaption:first-child {
      margin-top: 0; } }

.lightbox-modal-image figure > figcaption + img,
.lightbox-modal-image figure > figcaption + picture {
  margin-top: 0; }

.lightbox-modal-image figure > img:first-child,
.lightbox-modal-image figure > picture:first-child {
  margin-top: 1.875em;
  margin-bottom: 0; }
  @media only screen and (min-width: 600px) {
    .lightbox-modal-image figure > img:first-child,
    .lightbox-modal-image figure > picture:first-child {
      margin-top: 0; } }

.lightbox-modal-image figure > img + figcaption,
.lightbox-modal-image figure > picture + figcaption {
  margin-top: 0.5em; }

.lightbox-modal-image figcaption,
.lightbox-modal-image caption,
.lightbox-modal-image div.caption {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875em;
  color: #58595B;
  line-height: 18px;
  margin-top: 0; }

strong {
  font-weight: 600; }

.report-note {
  font-style: italic;
  color: #58595B; }

.text-italic {
  font-style: italic; }

.text-normal-weight {
  font-weight: 500; }

.text-center {
  text-align: center !important; }

.no-break {
  white-space: nowrap; }

.expert-perspective {
  background: #F3F3F4;
  border: 2px solid #d2232a;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 30px;
  display: inline-block;
  margin: 20px auto;
  padding: 0;
  padding: 20px 30px 10px; }
  .expert-perspective .ep-column-name {
    font-size: 1.2em;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.25pt;
    margin: 0;
    margin: 0 0 5px 0; }
  .expert-perspective .ep-author-img {
    min-width: 60px;
    max-width: 100px;
    float: left;
    margin: 0 1em 1em 0;
    border-radius: 50%;
    border: 2px solid #d1d3d4; }
  .expert-perspective .ep-title {
    color: #d2232a;
    font-size: 2.25em;
    font-weight: 600;
    letter-spacing: 0.25pt;
    margin: 0 0 16px 0;
    border-top: 2px solid #d2232a;
    padding: 10px 0 0 0; }
  .expert-perspective .ep-author-name {
    font-weight: 600;
    margin: 0; }
  .expert-perspective .ep-author-about {
    font-size: 0.9em;
    line-height: 1.25em;
    font-style: italic;
    border-bottom: 2px solid #d2232a;
    padding: 10px 0 20px;
    margin: 0 0 5px 0; }
  .expert-perspective .expert-perspective li::marker {
    color: #d2232a; }
  .expert-perspective .expert-perspective li {
    margin: 0 0 0.8em 0; }
  .expert-perspective .ep-about-boilerplate {
    border-top: 1px solid #000;
    font-style: italic;
    font-size: 0.9em;
    line-height: 1.25em;
    margin: 20px 0 0 0;
    padding: 0.5em 0; }
