﻿
.related-articles,
.related-blogs {
    background-color: #e6f5ff;
}



.related-articles-inner,
.related-blogs-inner {
    padding: 30px 0 10px;
}

.related-articles-title,
.related-blogs-title {
    font-size: 24px;
    font-weight: 700;
    color: #034187;
}

.related-blog-item {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.related-blog-item-title {
    font-size: 14px;
    color: #034187;
    font-weight: 700;
    text-transform: uppercase;
    white-space: normal;
    min-height: 65px;
    margin-bottom: 5px;
}

    .related-blog-item-title.icon-personal-blog {
        padding-left: 30px;
        background: url(../images/icon-personal-blog.png) top left no-repeat;
        white-space: normal;
    }

    .related-blog-item-title.icon-video-blog {
        padding-left: 30px;
        background: url(../images/icon-video-blog.png) top left no-repeat;
    }

.related-blog-item-image {
    text-align: center;
    line-height: 0;
    min-height: 145px;
    max-height: 145px;
    line-height: 185px;
    overflow: hidden;
    /*display: list-item;*/
}

    .related-blog-item-image img {
        vertical-align: bottom;
        max-width: 100%;
        max-height: 145px;
    }

.related-blog-item-link {
    background-color: #004687;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 0;
    text-decoration: none;
    white-space: normal;
    min-height: 58px;
    padding: 10px;
    box-sizing: border-box;
}

    .related-blog-item-link:hover {
        text-decoration: underline;
    }

.related-articles-container,
.related-blogs-container {
    position: relative;
    padding: 30px 0;
}

#related-blogs-frame {
    width: 100%;
    min-height: 250px;
    max-height: 280px;
    padding: 0;
}

    #related-blogs-frame .slidee {
        margin: 0;
        padding: 0;
        height: 100%;
        list-style: none;
        white-space: nowrap;
        height: 290px;
        overflow: hidden;
    }

        #related-blogs-frame .slidee li {
            float: left;
            margin: 0 5px 0 0;
            padding: 0;
            width: 218px;
            padding-right: 30px;
            cursor: w-resize;
        }
