body{
    margin: 0;
    padding: 1;
    background: #fefefe;
    font-family: "roboto-regular",Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    line-height: 1.0; /*changed*/
    /*color: #000C34;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width: 55em)
.space-overview__pinned {
    margin-bottom: 2.125rem;/*changed*/

}
@media print, screen and (min-width: 55em)
h1, .h1 {
    /*font-size: 2.5rem; /*changed*/
}
.sectioning-border {
    /*border-top: 1px solid #DFE1E6;*/
    padding-top: 27px;
}
.space-overview__detail__header {
	/*padding-top: 9rem;*/
	padding-bottom: 3.5rem; /*changed*/
	margin-bottom: 3.0rem;/*changed*/
}

.space-overview__detail__intro--description {
    font-family: "roboto-regular",Helvetica,Roboto,Arial,sans-serif; 
    /*font-size: 18px; /*changed*/
    margin-top: 24px;
}
.space-overview__content__heading span {
    float: left;
    font-family: 'Material Icons';
    /*font-size: 34px; /*changed*/
    margin-left: -5px;
    margin-right: 0.75rem;
}
/*main page with list of topics*/
.list__topic {
    /*color: #000C34 !important;*/
    font-family: "roboto-medium",Helvetica,Roboto,Arial,sans-serif;
    /*font-size: 16px; /*changed*/
	font-weight:bold; /*added*/
}

.list__topic__article {
    /*font-size: 14px; /*changed*/
    line-height: 1.2;
    margin-bottom: 12.5px; /*changed*/
}

/* featured topics title description in the card */
.tile--topics .tile__headline, .tile--pinned-topics .tile__headline {
    font-size: 16px;
    font-family: "roboto-medium",Helvetica,Roboto,Arial,sans-serif;
    margin-bottom: 2rem;
	font-weight:bold; /*added*/
}
.tile__description {
    margin-bottom: 0;
    font-family: "roboto-regular",Helvetica,Roboto,Arial,sans-serif;
    /*font-size: 14px; /*changed*/
    line-height: 24px;
    text-align: inherit;
    overflow-wrap: break-word;
    color: inherit;
}

.article__heading {
    font-family: "roboto-medium",Helvetica,Roboto,Arial,sans-serif;
    line-height: 3.375rem;
    /*font-size: 2.0rem; /*changed*/
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.article__content * {
    /*font-size: 14px; /*changed*/
}

.article__content p, .article__content ul, .article__content ol, .article__content>.panel-macro, .article__content>.mega-accordion {
    /*font-size: 14px; changed*/
    line-height: 24px;
}
figure {
display:inline; /*added new to fix the images issue*/
}
/* image width auto is added regardless of screen width is to ensure that the small icon images down blow up to 100% width */
figure.vp-image img {
width:auto;
}