﻿
.top-band
{
    border-bottom: 3px solid @primary !important;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0;
    min-height: 97px;

    .combine-layout
    {
        padding: 10px 0;

        .quote
        {
            position: static;

            .item
            {
                position: static;
            }

            .image-wrap
            {
                float: left;
                position: absolute;
                bottom: 0;
            }

            .heading-xxsmall
            {
                font: normal 18px/18px gibsonLight;
                /*float: left;*/
                margin-left: 127px;
            }
			p.name
            {
				margin-left: 127px;
				/*float: left;*/
				font: normal 11px/18px gibsonLight;
                padding: 0 0 0 10px;
                text-transform: uppercase;
				color:#666;
            }
        }

        .side-article
        {
            border-left: 1px solid #bbb;
            padding-left: 20px;
            .item
            {
                //padding: 10px 0;
            }
        }

        .item
        {
            background-image: none;
            padding-bottom: 0;
        }

        .item.image-2, .item.image-1
        {
            padding-bottom: 0 !important;
        }



    }
}
