/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

.research-highlights {
    padding: 0;
    margin-bottom: 20px;
}

.research-highlights .item {
    list-style-type: none;
    margin: 0 5px;
    background: #fff;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.research-highlights .item .research-highlight {
    position: relative;
    padding: 10px;
}

.research-highlights .item .research-highlight:before,
.research-highlights .item .research-highlight:after {
    content: " ";
    display: table;
}

.research-highlights .item .research-highlight:after {
    clear: both;
}

.research-highlights .item .research-highlight:before,
.research-highlights .item .research-highlight:after {
    content: " ";
    display: table;
}

.research-highlights .item .research-highlight:after {
    clear: both;
}

.research-highlights .item .research-highlight .text {
    color: #999999;
}

.research-highlights .item .research-highlight .bottom {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    height: 150px;
    overflow-y: scroll;
}

.research-highlights .item .research-highlight .bottom .icon {
    color: var(--primary-accent);
    font-size: 30px;
    float: left;
    width: 20%;
}

.research-highlights .item .research-highlight .name-picture {
    float: right;
    width: 80%;
    text-align: right;
}

.research-highlights .item .research-highlight .citation h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.research-highlights .item .research-highlight .citation p {
    color: #999999;
    margin: 0;
    font-size: 12px;
}

.construction-icon {
    color: #4fbfa8;
    font-size: 60px;
}

.construction-text p {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

.blog-image {
    padding-bottom: 20px;
}

.blog-image img {
    margin: auto;
    display: block;
}

.blog-highlight {
    font-size: 18px;
    font-weight: 600;
}

.blog-list li {
    list-style-type: none;
    background: #fff;
    padding-bottom: 10px;
}

.blog-icon {
    color: #000;
    font-size: 45px;
}

.blog-icon img {
    max-width: 100%;
}

.print-blog {
    display: block;
}


@media print {
    img {
        display: none !important;
    }

    header {
        display: none !important;
    }

    .no-print {
        display: none !important;
    }
}
