.collection-items {
}


.tab-content {
    padding: 40px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.navbar {
    padding-bottom:0;
}

.tab-content-2 {
    padding: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.tab-content .col4,
.tab-content-2 .col4 {
    display: inline-block;
    width: 24%;
}

.tab-content .col3,
.tab-content-2 .col3 {
    display: inline-block;
    width: 32%;
    margin-bottom:15px;
}
    .tab-content-2 .col32 {
        display: inline-block;
        width: 30%;
        margin: 15px;
        vertical-align: top;
    }

    .tab-content .col3 .subtitle,
    .tab-content-2 .col3 .subtitle {
        color:#000;
        font-size:0.6rem;
        font-family:Monda;
    }
.tab-content a:hover .subtitle,
.tab-content-2 a:hover .subtitle {
    text-decoration: none;
}

.tab-content .col12 {
    width:99%;
}
.tab-content .centered,
.tab-content-2 .centered {
    display: inline-block;
    margin: 0 auto;
}

.tab-content-2 .summary {
    margin: auto;
    width: 500px;
    height: 500px;
    padding: 32px;
    display: flex;
    min-width: 500px;
    max-width: 500px;
    min-height: 500px;
    max-height: 500px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.4);
    border: solid 1px rgba(255, 255, 255, 0.15);
}

.tab-content-2 .summary-icon {
    width: 48px;
    height: 48px;
    padding: 10px;
    margin-top: 10px;
    margin-left: -40px;
    margin-right: 20px;
    border-radius: 50%;
    margin-bottom: 5px;
    line-height: 48px !important;
    background-color: rgb(255, 255, 255, 0.01);
    position: relative;
    top: 0;
    left: -10px;
}

.d-none {
    display:none !important;
}