

/* Header Info */

.zone-branding .region-right-corner .block.block-block {
    float: right;
    clear: right;
    /*margin-top: -38px;*/
    margin-top: -30px;
    margin-right: 4px;
}
@media screen and (max-width: 760px) {
    .zone-branding .region-right-corner .block.block-block {
    /*margin-top: -30px;*/
    margin-top: 5px;
    float: left;
    }
}


div.lvmc-info {



}

.info-left {
    color: #F1BE48;
    font-size: 28px;
    font-weight: bold;
    float: left;
    letter-spacing: -0.05em;
    line-height: 26px;
    margin-right: 8px;
}
.info-right {
    float: right;
    clear: right;
    color: white;
    font-weight: 600;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: -0.05em;
}


@media print {

	.info-left {
		font-size: 36px !important;
		line-height: 36px;
	}

	.info-right {
		color: #000;
		line-height: 18px;
	}
}

.lvmc-front-button {
    /*border-radius: 10px;*/
    /*border-bottom: 2px solid #fff;*/
    background-color: #ddd;
    color: #000;
    border: 2px solid transparent;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;


}
/*
.lvmc-front-button a ,
div.lvmc-front-button a {
    text-decoration: none;
    color: #444;
    display: block;
    line-height: 70px;
    /*padding-left: 85px;* /
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    padding: 10px;
}

.front-button img {
    padding: 10px;
    width: 80px;
    height: auto;
}
*/

/*Grid system bug fix - Also in vdl.css*/
@media all and (min-width: 740px) and (max-width: 979px) {

    .container-12 .grid-4.region {
        width: 100%;
    }
}

