|
|
|
.masonry-layout .masonry-item {
|
|
|
|
width: 30.5%;
|
|
|
|
background-color: #f6f6f2;
|
|
|
|
border: 0;
|
|
|
|
margin: 0.5%;
|
|
|
|
padding: 0; }
|
|
|
|
|
|
|
|
.page-node-type-landing-page .main-content {
|
|
|
|
background-color: #f8f9fa; }
|
|
|
|
|
|
|
|
.teaser-card {
|
|
|
|
border-radius: 6px; }
|
|
|
|
|
|
|
|
.teaser-card__icon {
|
|
|
|
border-radius: 0 6px 0 0; }
|
|
|
|
|
|
|
|
.teaser-card img {
|
|
|
|
border-radius: 6px 6px 0 0; }
|
|
|
|
|
|
|
|
.teaser-card {
|
|
|
|
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
|
|
|
|
background: #fff;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
position: relative; }
|
|
|
|
|
|
|
|
.teaser-card.green .teaser-card__category,
|
|
|
|
.teaser-card.green .teaser-card__icon {
|
|
|
|
background: #226f23;
|
|
|
|
background: #C23F5C; }
|
|
|
|
|
|
|
|
.teaser-card.red .teaser-card__category,
|
|
|
|
.teaser-card.red .teaser-card__icon {
|
|
|
|
background: #d22b2e;
|
|
|
|
background: #837F44; }
|
|
|
|
|
|
|
|
.teaser-card.blue .teaser-card__category,
|
|
|
|
.teaser-card.blue .teaser-card__icon {
|
|
|
|
background: #1377ba;
|
|
|
|
background: #763241; }
|
|
|
|
|
|
|
|
.teaser-card.teal .teaser-card__category,
|
|
|
|
.teaser-card.teal .teaser-card__icon {
|
|
|
|
background: #37868e;
|
|
|
|
background: #163743; }
|
|
|
|
|
|
|
|
.teaser-card.purple .teaser-card__category,
|
|
|
|
.teaser-card.purple .teaser-card__icon {
|
|
|
|
background: #7201a1;
|
|
|
|
background: #49A2C2; }
|
|
|
|
|
|
|
|
.teaser-card.aqua .teaser-card__category,
|
|
|
|
.teaser-card.aqua .teaser-card__icon {
|
|
|
|
background: #1fe5aa;
|
|
|
|
background: #32763D; }
|
|
|
|
|
|
|
|
.teaser-card p {
|
|
|
|
padding-bottom: 0; }
|
|
|
|
|
|
|
|
.teaser-card__body {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
padding: 1.25rem; }
|
|
|
|
|
|
|
|
.teaser-card__title {
|
|
|
|
font-family: "Libre Baskerville", Georgia, Times New Roman, Serif;
|
|
|
|
font-size: 2.2rem;
|
|
|
|
line-height: 2.8rem;
|
|
|
|
font-weight: 600; }
|
|
|
|
|
|
|
|
.teaser-card__author,
|
|
|
|
.teaser-card .field--name-field-affiliation-contributor {
|
|
|
|
font-family: "Lato", Helvetica Neue, Arial, Sans-serif;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 1.8rem;
|
|
|
|
padding-top: 4px; }
|
|
|
|
|
|
|
|
.teaser-card__category {
|
|
|
|
color: #fff;
|
|
|
|
padding: 0.5rem 1.25rem;
|
|
|
|
text-transform: uppercase; }
|
|
|
|
|
|
|
|
.teaser-card__icon {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
padding: 5px 10px;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 2rem; }
|
|
|
|
|
|
|
|
.teaser-card img {
|
|
|
|
width: 100%; }
|
|
|
|
|
|
|
|
/*====lp article preview cards==================*/
|
|
|
|
.preview-card__grid-row {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between; }
|
|
|
|
|
|
|
|
.preview-card {
|
|
|
|
box-shadow: 0 2px 14px rgba(100, 100, 100, 0.1), 0 2px 2px rgba(100, 100, 100, 0.1);
|
|
|
|
border: 1px solid #e4e4e4; }
|
|
|
|
|
|
|
|
.preview-card {
|
|
|
|
margin: 0 1em 2em 1em;
|
|
|
|
height: 250px; }
|
|
|
|
|
|
|
|
.preview-card:last-child {
|
|
|
|
margin: 0 0 2em 1em; }
|
|
|
|
|
|
|
|
.preview-card:first-child {
|
|
|
|
margin: 0 1em 2rem 0; }
|
|
|
|
|
|
|
|
.preview-card__caption {
|
|
|
|
margin: 10px; }
|
|
|
|
|
|
|
|
/*==========Landing Page Hero Image===========*/
|
|
|
|
.hero {
|
|
|
|
display: flex;
|
|
|
|
align-items: center; }
|
|
|
|
|
|
|
|
.hero .header-top__container {
|
|
|
|
padding: 3rem 0 2rem 0; }
|
|
|
|
|
|
|
|
.slick-arrow {
|
|
|
|
z-index: 999; }
|
|
|
|
|
|
|
|
.slick-next {
|
|
|
|
right: 0; }
|
|
|
|
|
|
|
|
.slick-prev {
|
|
|
|
left: 0; }
|
|
|
|
|
|
|
|
.footnote-list .container.item-list {
|
|
|
|
width: inherit; }
|
|
|
|
|
|
|
|
.page-node-type-journal-article .main-content__section {
|
|
|
|
padding-top: 0; }
|
|
|
|
|
|
|
|
.article-title-banner {
|
|
|
|
height: 500px;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
position: relative; }
|
|
|
|
|
|
|
|
.article-info--wrapper {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
color: #fff; }
|
|
|
|
|
|
|
|
.field--name-field-journal-article-abstract .field__label {
|
|
|
|
font-size: 2rem; }
|
|
|
|
|
|
|
|
.node--type-journal-article .field--name-body figure {
|
|
|
|
margin-left: initial;
|
|
|
|
margin-right: initial;
|
|
|
|
float: left; }
|
|
|
|
|
|
|
|
.node--type-journal-article .field--name-body figure img {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding: 4px;
|
|
|
|
width: 200px;
|
|
|
|
float: left;
|
|
|
|
margin-right: 1rem;
|
|
|
|
margin-top: 1rem; }
|
|
|
|
|
|
|
|
.node--type-journal-article .see-footnote {
|
|
|
|
border: 1px solid #5d5d5d;
|
|
|
|
background: #5d5d5d;
|
|
|
|
color: #fff;
|
|
|
|
border-radius: 4px;
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 2px 3px;
|
|
|
|
font-size: 1.1rem;
|
|
|
|
vertical-align: super; }
|
|
|
|
|
|
|
|
.footnotes .footnote-multi {
|
|
|
|
float: none;
|
|
|
|
vertical-align: none;
|
|
|
|
position: initial;
|
|
|
|
top: initial;
|
|
|
|
font-size: initial; }
|
|
|
|
|
|
|
|
.article-header--metadata {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between; }
|
|
|
|
|
|
|
|
.article-header--metadata .left,
|
|
|
|
.article-header--metadata .right {
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-end; }
|
|
|
|
|
|
|
|
.article-header--metadata .right {
|
|
|
|
justify-content: flex-end;
|
|
|
|
text-align: right; }
|
|
|
|
|
|
|
|
.article-title-banner .field--name-title {
|
|
|
|
color: #fff; }
|
|
|
|
|
|
|
|
.article-title-banner .field--name-title:hover {
|
|
|
|
text-decoration: underline; }
|
|
|
|
|
|
|
|
.article-title {
|
|
|
|
color: #fff; }
|
|
|
|
|
|
|
|
.article-header--metadata a {
|
|
|
|
color: #fff; }
|
|
|
|
|
|
|
|
.article-header--metadata .article--contributor {
|
|
|
|
font-size: 27px;
|
|
|
|
font-family: 'Libre Baskerville', Georgia, Times New Roman, Serif;
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic; }
|
|
|
|
|
|
|
|
.article-header--metadata .field--name-field-affiliation-string,
|
|
|
|
.article-header--metadata .article--contributor__affiliation {
|
|
|
|
font-size: 18px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
font-family: sans-serif; }
|
|
|
|
|
|
|
|
.article-header--metadata .article--type {
|
|
|
|
font-size: 18px;
|
|
|
|
text-transform: uppercase; }
|
|
|
|
|
|
|
|
.article-header--metadata .article--type a {
|
|
|
|
color: #fff; }
|
|
|
|
|
|
|
|
.article-header--metadata .article--date-published {
|
|
|
|
font-size: 18px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
margin-top: 6px; }
|
|
|
|
|
|
|
|
.article-header--metadata .article--date-published .field__label {
|
|
|
|
display: none; }
|
|
|
|
|
|
|
|
.article-title-banner {
|
|
|
|
padding: 0; }
|
|
|
|
|
|
|
|
.node__main-content {
|
|
|
|
grid-area: main; }
|
|
|
|
|
|
|
|
.toc-sticky-wrapper {
|
|
|
|
height: 100%;
|
|
|
|
grid-area: toc; }
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.node__container {
|
|
|
|
display: grid;
|
|
|
|
column-gap: 2rem;
|
|
|
|
grid-template-columns: 70% 30%;
|
|
|
|
grid-template-rows: auto;
|
|
|
|
grid-template-areas: 'main toc'; } }
|
|
|
|
|
|
|
|
/* popup container */
|
|
|
|
.popup {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
border-bottom: 1px dotted black;
|
|
|
|
/* If you want dots under the hoverable text */ }
|
|
|
|
|
|
|
|
/* popup text */
|
|
|
|
.popup .popuptext {
|
|
|
|
visibility: hidden;
|
|
|
|
width: 120px;
|
|
|
|
background-color: black;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
padding: 5px 0;
|
|
|
|
border-radius: 6px;
|
|
|
|
/* Position the popup text - see examples below! */
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1; }
|
|
|
|
|
|
|
|
/* Show the popup text when you mouse over the popup container */
|
|
|
|
.popup:hover .popuptext {
|
|
|
|
visibility: visible; }
|
|
|
|
|
|
|
|
.sf-menu ul {
|
|
|
|
width: 16em !important; }
|
|
|
|
|
|
|
|
.link-info {
|
|
|
|
display: block;
|
|
|
|
font-style: italic;
|
|
|
|
color: #909090; }
|
|
|
|
|
|
|
|
.toc {
|
|
|
|
position: -webkit-sticky;
|
|
|
|
/* Safari */
|
|
|
|
position: sticky;
|
|
|
|
top: 100px;
|
|
|
|
margin-top: 0 !important;
|
|
|
|
margin-bottom: 0 !important; }
|
|
|
|
|
|
|
|
.node .toc-tree {
|
|
|
|
border: none;
|
|
|
|
padding: 0; }
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
div#toc-sections {
|
|
|
|
display: block; } }
|
|
|
|
|
|
|
|
.toc-block--wide {
|
|
|
|
position: -webkit-sticky;
|
|
|
|
/* Safari */
|
|
|
|
position: sticky;
|
|
|
|
top: 100px;
|
|
|
|
margin-top: 2rem; }
|
|
|
|
|
|
|
|
.toc-block--wide .toc--title[aria-expanded='true'] h2::after {
|
|
|
|
content: '\f068'; }
|
|
|
|
|
|
|
|
.toc-block--wide .toc--title[aria-expanded='false'] h2::after {
|
|
|
|
content: '\f067'; }
|
|
|
|
|
|
|
|
.toc-block--wide .toc--title h2::after {
|
|
|
|
font-family: 'FontAwesome';
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 20px;
|
|
|
|
font-size: 2rem;
|
|
|
|
background: #ccc;
|
|
|
|
padding: 10px; }
|
|
|
|
|
|
|
|
.toc-block--wide .toc--title h2 {
|
|
|
|
text-align: left;
|
|
|
|
border: 1px dotted #ccc;
|
|
|
|
padding: 0px;
|
|
|
|
padding-left: 10px;
|
|
|
|
line-height: 40px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
background: #f5f3f3; }
|
|
|
|
|
|
|
|
.toc-block--wide .toc--list {
|
|
|
|
border: 1px dotted #ccc;
|
|
|
|
border-top: 0px;
|
|
|
|
padding-top: 1rem; }
|
|
|
|
|
|
|
|
.toc-block--wide .toc--list ol {
|
|
|
|
font-family: "Libre Baskerville", Georgia, Times New Roman, Serif;
|
|
|
|
font-size: 1.8rem;
|
|
|
|
line-height: 1.8; }
|
|
|
|
|
|
|
|
.toc-block--wide .toc--list a {
|
|
|
|
display: block;
|
|
|
|
padding-left: 1rem; }
|
|
|
|
|
|
|
|
.toc-block--wide .toc--list a:hover {
|
|
|
|
background: #ccc; }
|
|
|
|
|
|
|
|
.region-sidebar-second {
|
|
|
|
height: 1000px; }
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.toc-container .toc-block--wide {
|
|
|
|
position: -webkit-sticky;
|
|
|
|
/* Safari */
|
|
|
|
position: sticky;
|
|
|
|
top: 300px; } }
|
|
|
|
|
|
|
|
.toc-desktop {
|
|
|
|
display: block !important; }
|
|
|
|
|
|
|
|
.toc-mobile {
|
|
|
|
display: none !important; }
|
|
|
|
|
|
|
|
.header-top {
|
|
|
|
border-bottom: 1px solid #d4d3d3; }
|
|
|
|
|
|
|
|
/*on-scroll menu */
|
|
|
|
.fixed-header-enabled.onscroll .header-container ul.menu {
|
|
|
|
text-align: right; }
|
|
|
|
|
|
|
|
/*================================================*/
|
|
|
|
/*change header title fontsize*/
|
|
|
|
.col-md-12 .site-name a {
|
|
|
|
font-size: 40px; }
|
|
|
|
|
|
|
|
.header-top__container {
|
|
|
|
padding: 60px 0 55px; }
|
|
|
|
|
|
|
|
/*change padding above content*/
|
|
|
|
.main-content__section, .sidebar__section {
|
|
|
|
padding: 60px 0 70px; }
|
|
|
|
|
|
|
|
/*modify issue info on landing page*/
|
|
|
|
.path-frontpage .layout.layout--twocol-bricks {
|
|
|
|
display: block; }
|
|
|
|
|
|
|
|
.path-frontpage .block-region-second-above {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
font-size: 1.8rem; }
|
|
|
|
|
|
|
|
.path-frontpage .block-region-second-above > * {
|
|
|
|
margin-right: 1rem;
|
|
|
|
display: flex; }
|
|
|
|
|
|
|
|
.path-frontpage .block-region-second-above > .block-entity-fieldnodetitle::after {
|
|
|
|
content: ","; }
|
|
|
|
|
|
|
|
.path-frontpage .block-region-second-above > .block-entity-fieldnodefield-issue-year::after {
|
|
|
|
content: ","; }
|
|
|
|
|
|
|
|
.path-frontpage .block-region-second-above .field--name-field-issue-number {
|
|
|
|
display: flex; }
|
|
|
|
|
|
|
|
/*tweak images added to articles*/
|
|
|
|
details#journal-article-text-tab img,
|
|
|
|
.path-frontpage .node--view-mode-teaser img {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding: 4px;
|
|
|
|
width: 200px;
|
|
|
|
float: left;
|
|
|
|
margin-right: 1rem;
|
|
|
|
margin-top: 1rem; }
|
|
|
|
|
|
|
|
.field__label {
|
|
|
|
/*font-family: 'Merriweather', Georgia, Times New Roman, Serif;*/
|
|
|
|
/*font-family: 'Merriweather', Georgia, Times New Roman, Serif;*/
|
|
|
|
/*font-family: 'Merriweather', Georgia, Times New Roman, Serif;*/
|
|
|
|
font-family: 'Libre Baskerville', serif; }
|
|
|
|
|
|
|
|
.field--name-field-issue-number .field__label {
|
|
|
|
font-family: inherit;
|
|
|
|
font-weight: initial; }
|
|
|
|
|
|
|
|
.path-frontpage .node--view-mode-teaser {
|
|
|
|
padding: 0 0 30px 0;
|
|
|
|
margin-bottom: 30px; }
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
width: 110px; }
|
|
|
|
|
|
|
|
/*headings*/
|
|
|
|
.hff-01 h1,
|
|
|
|
.hff-01 h2,
|
|
|
|
.hff-01 h3,
|
|
|
|
.hff-01 h4,
|
|
|
|
.hff-01 h5,
|
|
|
|
.hff-01 h6,
|
|
|
|
.hff-01 .tp-caption__title,
|
|
|
|
.hff-01 .tp-caption__subtitle,
|
|
|
|
.sff-01 .site-name,
|
|
|
|
.slff-01 .site-slogan,
|
|
|
|
.hff-01 .nav-tab__title {
|
|
|
|
font-family: 'Libre Baskerville', Georgia, Times New Roman, Serif; }
|
|
|
|
|
|
|
|
.site-name {
|
|
|
|
font-size: 12rem; }
|
|
|
|
|
|
|
|
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3R5bGUuY3NzIiwic291cmNlcyI6WyJzdHlsZS5jc3MiXSwic291cmNlc0NvbnRlbnQiOlsiLm1hc29ucnktbGF5b3V0IC5tYXNvbnJ5LWl0ZW0ge1xuICB3aWR0aDogMzAuNSU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmNmY2ZjI7XG4gIGJvcmRlcjogMDtcbiAgbWFyZ2luOiAwLjUlO1xuICBwYWRkaW5nOiAwOyB9XG5cbi5wYWdlLW5vZGUtdHlwZS1sYW5kaW5nLXBhZ2UgLm1haW4tY29udGVudCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmOGY5ZmE7IH1cblxuLnRlYXNlci1jYXJkIHtcbiAgYm9yZGVyLXJhZGl1czogNnB4OyB9XG4gIC50ZWFzZXItY2FyZF9faWNvbiB7XG4gICAgYm9yZGVyLXJhZGl1czogMCA2cHggMCAwOyB9XG4gIC50ZWFzZXItY2FyZCBpbWcge1xuICAgIGJvcmRlci1yYWRpdXM6IDZweCA2cHggMCAwOyB9XG5cbi50ZWFzZXItY2FyZCB7XG4gIGJveC1zaGFkb3c6IDAgMC4xMjVyZW0gMC4yNXJlbSByZ2JhKDAsIDAsIDAsIDAuMDc1KSAhaW1wb3J0YW50O1xuICBiYWNrZ3JvdW5kOiAjZmZmO1xuICBtYXJnaW4tYm90dG9tOiAxNnB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7IH1cbiAgLnRlYXNlci1jYXJkLmdyZWVuIC50ZWFzZXItY2FyZF9fY2F0ZWdvcnksXG4gIC50ZWFzZXItY2FyZC5ncmVlbiAudGVhc2VyLWNhcmRfX2ljb24ge1xuICAgIGJhY2tncm91bmQ6ICMyMjZmMjM7XG4gICAgYmFja2dyb3VuZDogI0MyM0Y1QzsgfVxuICAudGVhc2VyLWNhcmQucmVkIC50ZWFzZXItY2FyZF9fY2F0ZWdvcnksXG4gIC50ZWFzZXItY2FyZC5yZWQgLnRlYXNlci1jYXJkX19pY29uIHtcbiAgICBiYWNrZ3JvdW5kOiAjZDIyYjJlO1xuICAgIGJhY2tncm91bmQ6ICM4MzdGNDQ7IH1cbiAgLnRlYXNlci1jYXJkLmJsdWUgLnRlYXNlci1jYXJkX19jYXRlZ29yeSxcbiAgLnRlYXNlci1jYXJkLmJsdWUgLnRlYXNlci1jYXJkX19pY29uIHtcbiAgICBiYWNrZ3JvdW5kOiAjMTM3N2JhO1xuICAgIGJhY2tncm91bmQ6ICM3NjMyNDE7IH1cbiAgLnRlYXNlci1jYXJkLnRlYWwgLnRlYXNlci1jYXJkX19jYXRlZ29yeSxcbiAgLnRlYXNlci1jYXJkLnRlYWwgLnRlYXNlci1jYXJkX19pY29uIHtcbiAgICBiYWNrZ3JvdW5kOiAjMzc4NjhlO1xuICAgIGJhY2tncm91bmQ6ICMxNjM3NDM7IH1cbiAgLnRlYXNlci1jYXJkLnB1cnBsZSAudGVhc2VyLWNhcmRfX2NhdGVnb3J5LFxuICAudGVhc2VyLWNhcmQucHVycGxlIC50ZWFzZXItY2FyZF9faWNvbiB7XG4gICAgYmFja2dyb3VuZDogIzcyMDFhMTtcbiAgICBiYWNrZ3JvdW5kOiAjNDlBMkMyOyB9XG4gIC50ZWFzZXItY2FyZC5hcXVhIC50ZWFzZXItY2FyZF9fY2F0ZWdvcnksXG4gIC50ZWFzZXItY2FyZC5hcXVhIC50ZWFzZXItY2FyZF9faWNvbiB7XG4gICAgYmFja2dyb3VuZDogIzFmZTVhYTtcbiAgICBiYWNrZ3JvdW5kOiAjMzI3NjNEOyB9XG4gIC50ZWFzZXItY2FyZCBwIHtcbiAgICBwYWRkaW5nLWJvdHRvbTogMDsgfVxuICAudGVhc2VyLWNhcmRfX2JvZHkge1xuICAgIGZsZXg6IDEgMSBhdXRvO1xuICAgIHBhZGRpbmc6IDEuMjVyZW07IH1cbiAgLnRlYXNlci1jYXJkX190aXRsZSB7XG4gICAgZm9udC1mYW1pbHk6IFwiTGlicmUgQmFza2VydmlsbGVcIiwgR2VvcmdpYSwgVGltZXMgTmV3IFJvbWFuLCBTZXJpZjtcbiAgICBmb250LXNpemU6IDIuMnJlbTtcbiAgICBsaW5lLWhlaWdodDogMi44cmVtO1xuICAgIGZvbnQtd2VpZ2h0OiA2MDA7IH1cbiAgLnRlYXNlci1jYXJkX19hdXRob3IsXG4gIC50ZWFzZXItY2FyZCAuZmllbGQtLW5hbWUtZmllbGQtYWZmaWxpYXRpb24tY29udHJpYnV0b3Ige1xuICAgIGZvbnQtZmFtaWx5OiBcIkxhdG9cIiwgSGVsdmV0aWNhIE5ldWUsIEFyaWFsLCBTYW5zLXNlcmlmO1xuICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgZm9udC1zaXplOiAxLjhyZW07XG4gICAgcGFkZGluZy10b3A6IDRweDsgfVxuICAudGVhc2VyLWNhcmRfX2NhdGVnb3J5IHtcbiAgICBjb2xvcjogI2ZmZjtcbiAgICBwYWRkaW5nOiAwLjVyZW0gMS4yNXJlbTtcbiAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOyB9XG4gIC50ZWFzZXItY2FyZF9faWNvbiB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICByaWdodDogMDtcbiAgICBwYWRkaW5nOiA1cHggMTBweDtcbiAgICBjb2xvcjogI2ZmZjtcbiAgICBmb250LXNpemU6IDJyZW07IH1cbiAgLnRlYXNlci1jYXJkIGltZyB7XG4gICAgd2lkdGg6IDEwMCU7IH1cblxuLyo9PT09bHAgYXJ0aWNsZSBwcmV2aWV3IGNhcmRzPT09PT09PT09PT09PT09PT09Ki9cbi5wcmV2aWV3LWNhcmRfX2dyaWQtcm93IHtcbiAgZGlzcGxheTogZmxleDtcbiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOyB9XG5cbi5wcmV2aWV3LWNhcmQge1xuICBib3gtc2hhZG93OiAwIDJweCAxNHB4IHJnYmEoMTAwLCAxMDAsIDEwMCwgMC4xKSwgMCAycHggMnB4IHJnYmEoMTAwLCAxMDAsIDEwMCwgMC4xKTtcbiAgYm9yZGVyOiAxcHggc29saWQgI2U0ZTRlNDsgfVxuXG4ucHJldmlldy1jYXJkIHtcbiAgbWFyZ2luOiAwIDFlbSAyZW0gMWVtO1xuICBoZWlnaHQ6IDI1MHB4OyB9XG5cbi5wcmV2aWV3LWNhcmQ6bGFzdC1jaGlsZCB7XG4gIG1hcmdpbjogMCAwIDJlbSAxZW07IH1cblxuLnByZXZpZXctY2FyZDpmaXJzdC1jaGlsZCB7XG4gIG1hcmdpbjogMCAxZW0gMnJlbSAwOyB9XG5cbi5wcmV2aWV3LWNhcmRfX2NhcHRpb24ge1xuICBtYXJnaW46IDEwcHg7IH1cblxuLyo9PT09PT09PT09TGFuZGluZyBQYWdlIEhlcm8gSW1hZ2U9PT09PT09PT09PSovXG4uaGVybyB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7IH1cbiAgLmhlcm8gLmhlYWRlci10b3BfX2NvbnRhaW5lciB7XG4gICAgcGFkZGluZzogM3JlbSAwIDJyZW0gMDsgfVxuXG4uc2xpY2stYXJyb3cge1xuICB6LWluZGV4OiA5OTk7IH1cblxuLnNsaWNrLW5leHQge1xuICByaWdodDogMDsgfVxuXG4uc2xpY2stcHJldiB7XG4gIGxlZnQ6
|