{% assign container_class = 'container' %} {% if feature.p_full_width_container %} {% assign container_class = 'container-fluid' %} {% endif %}

{{ feature.t_headline }}

{% if feature.t_subheadline %}

{{ feature.t_subheadline }}

{% endif %} {% if feature.buttons %}
{% for button in feature.buttons %} {{button.t_button_label}} {% endfor %}
{% endif %} {% if feature.t_description %}

{{ feature.t_description }}

{% endif %} {% if feature.resources %} {% for resource in feature.resources %} {{resource.t_button_label}} {% endfor %} {% endif %}
{% if feature.i_svg %}
{% if feature.i_svg %}
{% endif %} {% if feature.p_video_link_mp4 %} {% assign bg_image_path = site.baseurl | append: '/assets/background/' | append: feature.i_image %} {% assign video_link_mp4 = site.baseurl | append: '/assets/videos/' | append: feature.p_video_link_mp4 %} {% assign video_link_ogv = site.baseurl | append: '/assets/videos/' | append: feature.p_video_link_ogv %} {% assign video_link_webm = site.baseurl | append: '/assets/videos/' | append: feature.p_video_link_webm %}
{% endif %} {% if feature.t_image_text %}

{{ feature.t_image_text }}

{% endif %}
{% endif %}
{% if feature.t_img_back %}
{% endif %}
{% if feature.i_image != null andfeature.p_video_link_mp4 == null %} {% assign image_alt = feature.i_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' %}
{% endif %} {% if feature.p_video_link_mp4 %} {% assign bg_image_path = site.baseurl | append: '/assets/background/' | append: feature.i_image %} {% assign video_link_mp4 = site.baseurl | append: '/assets/videos/' | append: feature.p_video_link_mp4 %} {% assign video_link_ogv = site.baseurl | append: '/assets/videos/' | append: feature.p_video_link_ogv %} {% assign video_link_webm = site.baseurl | append: '/assets/videos/' | append: feature.p_video_link_webm %}
{% endif %} {% if feature.t_image_text %}

{{ feature.t_image_text }}

{% endif %}
{% if feature.hasExpandedDiv and feature.hasExpandedonecolumncenter %} {% endif %} {% if feature.hasExpandedDiv and feature.hasExpandedonecolumncenter %}
{% if feature.t_expandedDivHeader %}
{{ feature.t_expandedDivHeader }}
{% endif %} {% if feature.t_expandedDivDescription %}

{{ feature.t_expandedDivDescription }}

{% endif %}
{% endif %}