/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.13%; 
}

.span_1_of_3 {
	width: 32.26%; 
}

.span_3_of_3_blockMargin {
	width: 100%; 
    margin-top:0px !important;
    margin-bottom:0px !important;
}

.span_2_of_3_blockMargin {
	width: 66.13%; 
    margin-top:0px !important;
    margin-bottom:0px !important;
}

.span_1_of_3_blockMargin {
	width: 32.26%; 
    margin-top:0px !important;
    margin-bottom:0px !important;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 700px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}

    .span_3_of_3_blockMargin {
		width: 100%; 
        margin-top:0px !important;
        margin-bottom:0px !important;
	}
	.span_2_of_3_blockMargin {
		width: 100%;
        margin-top:0px !important;
        margin-bottom:0px !important; 
	}
	.span_1_of_3_blockMargin {
		width: 100%;
        margin-top:0px !important;
        margin-bottom:0px !important;
	}

    #divLogoContainer {
        text-align:center;
    }
}

