<div class="clearfix sbox sbox<?php 
            echo htmlSpecialChars($iterator->counter);
            ?>
 <?php 
            if ($iterator->first) {
                ?>
first-sbox<?php 
            } elseif ($iterator->last) {
                ?>
last-sbox<?php 
            }
            ?>
"
				style="width: <?php 
            if (isset($serviceBox->options->boxWidth)) {
                echo htmlSpecialChars(NTemplateHelpers::escapeCss($serviceBox->options->boxWidth));
                echo $sboxesWidth;
            }
            ?>
;">
					<div class="sbox-wrap">
						<div class="sbox-content clear clearfix">
							<h2 class="title">
								<a href="<?php 
            echo htmlSpecialChars($serviceBox->options->boxLink);
            ?>
">
									<span class="title-icon">
										<img src="<?php 
            echo htmlSpecialChars($serviceBox->thumbnailSrc);
            ?>
			<ul class="testimonials clearfix">
<?php 
        $iterations = 0;
        foreach ($iterator = $_l->its[] = new NSmartCachingIterator($testimonials) as $testimonial) {
            ?>
				<li id="testimonial-<?php 
            echo htmlSpecialChars($iterator->getCounter());
            ?>
" class="testimonial <?php 
            if ($iterator->getCounter() == 1) {
                ?>
active<?php 
            }
            ?>
 clearfix" style="z-index: <?php 
            echo htmlSpecialChars(NTemplateHelpers::escapeCss(count($testimonials) - $iterator->getCounter()));
            ?>
;<?php 
            if ($iterator->getCounter() == 1) {
                ?>
display: block<?php 
            }
            ?>
">
<?php 
            if ($testimonial->thumbnailSrc !== '') {
                ?>
					<a href="<?php 
                echo htmlSpecialChars($testimonial->options->testimonialsLink);
                ?>
" class="logo left"><img src="<?php 
    ?>
 narrow<?php 
}
?>
" >

<?php 
NCoreMacros::includeTemplate('snippets/branding-header.php', $template->getParams(), $_l->templates['p43q75hso3'])->render();
?>
			
			<div class="defaultContentWidth">
				<div id="directory-main-bar"<?php 
if ($headerType == 'image') {
    ?>
 style="background: url(<?php 
    echo htmlSpecialChars(NTemplateHelpers::escapeCss($headerImage));
    ?>
) no-repeat center top; height: <?php 
    echo $headerImageSize[1];
    ?>
px;"<?php 
}
?>
 data-category="<?php 
echo htmlSpecialChars($mapCategory);
?>
" data-location="<?php 
echo htmlSpecialChars($mapLocation);
?>
" data-search="<?php 
echo htmlSpecialChars($mapSearch);