﻿/*
These rules hide the bottom rows present in the inner main master page. This was done to 
allow for a template that has no bottom rows without having to create a unique template.
*/
.break-inner,
#blog,
#resources,
#testimonials
{
    display:none;}
