{{#block "contenthead"}}
        <div class="padded">
            <div class="row">
                <div class="three fifths bounceInRight animated">
                    <h1 class="zero museo-slab">{{content.top.title}}</h1>
                    <p class="quicksand">{{{content.top.description}}}</p>
                </div>
                <div class="two fifths align-right-ipad align-right-desktop flipInX animated">
                    <p class="quicksand">{{content.top.summary}}</p>
                    <p>
                    {{#each content.top.buttons}}
                        <a href="{{href}}" rel="{{rel}}" class="{{class}}">{{text}}</a>
                    {{/each}}
                    </p>
                </div>
            </div>
        </div>
        <hr>
{{/block}}