{% assign container_class = 'container' %} {% if feature.p_full_width_container %} {% assign container_class = 'container-fluid' %} {% endif %} {% assign col_class = '' %} {% assign section_bg_image_path = '' %} {% if feature.i_bg_image %} {% capture section_bg_image_path %}{% picture direct-url_1064 pages/{{feature.i_bg_image }} %}{% endcapture %} {% capture section_bg_image_pathold %}linear-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url('{{image_loc}}'){% endcapture %} {% assign col_class = col_class | append: ' bg-cover bg-size-cover' %} {% endif %} {% if feature.p_parallax %} {% assign col_class = col_class | append: ' parallax text-white'%} {% endif %} {% assign bg_video_src = 'mp4:' | append: feature.p_video_link_mp4 %} {% assign bg_video_src = bg_video_src | append: ',webm:' | append: feature.p_video_link_webm %} {% assign bg_video_src = bg_video_src | append: ',ogv:' | append: feature.p_video_link_ogv %}
{% if feature.p_parallax %}
{% endif %}
{% if feature.t_subheadline %}

{{ feature.t_subheadline }}

{% endif %}

{{ feature.t_headline }}

{% if feature.t_description %}

{{ feature.t_description }}

{% endif %}
{% if feature.i_author_image %} {% picture author_template pages/{{ feature.i_author_image }} alt="{{ feature.i_author_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="testimonial-img rounded-circle" %} {% endif %}
{% if feature.t_name %}
{{ feature.t_name }}
{% endif %} {% if feature.t_company %}

{{ feature.t_company }}

{% endif %}
{% if feature.buttons %}
{% for button in feature.buttons %} {% assign columnCount = columnCount | plus: 1 %} {{button.t_button_label}} {% endfor %}
{% endif %}
{% assign columnCount = 0 %} {% for column in feature.buttons %} {% assign columnCount = columnCount | plus: 1 %} {% if column.hasExpandedDiv %}
{% if column.t_expandedDivHeader %}
{{ column.t_expandedDivHeader }}
{% endif %} {% if column.t_expandedDivDescription %}

{{ column.t_expandedDivDescription }}

{% endif %}
{% endif %} {% endfor %}