/* Menu */
nav[id*=mms] ul.nav {
    justify-content: center;
}

nav[id*=mms] a {
    padding: 10px 2rem !important;
    color: white;
}

/* Content layout */
.field--name-body {
    margin-top: 5rem;
}

.field--name-body .page-intro {
    margin-top: -5rem;
}

article h1,
article h2,
article h3 {
    font-family: FuturaStd-Light;
    font-size: 40px;
    color: rgb(var(--market-color));
    line-height: 1.2em;
}

article h2 {
    font-size: 30px;
}

article h3 {
    font-size: 25px;
    line-height: 1.2em;
}

/* Product Grid */
.region-grid {
    grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
    gap: 3rem;
}

.block-product {
    background: rgba(223, 223, 223, 0.5);
    padding: 2rem 2rem 4rem;
    position: relative;
}

.block-product h2 {
    color: var(--market-color);
    font-family: 'FuturaStd-Light';
    margin-top: 0;
}

.block-product a.btn {
    margin-left: 2rem;
    margin-right: 2rem;
    width: calc(100% - 4rem);
}

/* Resources */
.market-reports-archive a {
    margin: 0 1rem 1rem;
}

.market-reports-archive a:first-child {
    margin-left: 0;
}

.market-reports-archive a:last-child {
    margin-right: 0;
}

/* Sidebar layout */
.view-mms-news-sidebar img {
    margin-bottom: 1rem;
}

.view-mms-news-sidebar .views-row {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 1.5rem;
    display: flex;
}

.view-mms-news-sidebar .views-field-field-image {
    overflow: hidden;
}

.view-mms-news-sidebar .views-row .views-field-field-image {
    max-height: 70px;
    overflow: hidden;
    margin-right: 2rem;
    max-width: 35%;
}

.view-mms-news-sidebar img {
    transition: transform 1.5s ease-in-out;
}

.view-mms-news-sidebar .views-row:hover img {
    transform: scale(1.1);
}

.view-mms-news-sidebar a {
    font-family: FuturaStd-Book;
    font-size: 18px;
    color: #333333;
    display: block;
    line-height: 1.2em;
}

.views-element-container,
.views-element-container .views-element-container {
    margin-top: 0;
}

.views-element-container h2 {
    color: rgb(var(--market-color));
    font-family: FuturaStd-Light;
    /*font-size: 28px;*/
    line-height: 1.2em;
    margin: 0 0 2rem;
}

aside[role="complementary"] {
    padding-left: 15px;
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
    margin-top: 50px;
}

.field--name-body>h1+p {
    font-size: 18px;
}

.product-offering {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 2rem 2rem;
    margin-top: 3rem;
}

.product-offering:after {
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    position: absolute;
    z-index: -1;
    display: block;
    top: 75px;
}

.product-offering .column {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
}

.product-offering h3 {
    font-family: FuturaStd-Light;
    font-size: 2.4rem;
    color: #505353;
    text-transform: unset;
}

.round-img img {
    border-radius: 50%;
    max-width: 15rem;
    margin: 0 auto;
}

.reveal {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    display: none;
    grid-column: 1 / span 3;
}

.height2 {
    grid-row: span 2;
}

.mms-ae-end h2 { 
    text-align: left
}

@media (max-width: 600px) {
    .block-product a {
        margin-left: 3rem;
        margin-right: 3rem;
        width: calc(100% - 6rem);
        font-size: 13px !important;
    }
}