<!-- Expert Row -->
<div class="experts">
<div class="fs-row fs-lg-justify-center">
<div class="fs-cell">
<div class="experts_wrapper">
<div class="experts_header">
<div class="experts_header_inner">
<h2 class="experts_title">Speakers</h2>
</div>
</div>
<div class="experts_body">
<div class="experts_body_inner">
<!-- Expert List -->
<div class="expert_list">
<div class="expert_list_wrapper">
<div class="expert_list_inner">
<ul class="expert_list_rows" id="item_list" aria-label="">
<li class="expert_list_row theme_yellow">
<div class="expert">
<div class="expert_wrapper">
<div class="expert_info">
<h2 class="expert_name">Caley Arzamarski, PhD, NCSP</h2>
<div class="expert_detail_info">
<span class="expert_title">Director of Department</span>
<span class="expert_related_organization">Psychologist, Clinical Assistant Professor, Child & Adolescent Psychiatry, Warren Alpert Medical School of Brown University</span>
</div>
<div class="expert_moderator">Moderator</div>
</div>
<figure class="expert_figure">
<img class="expert_image" srcset="https://images.fastspot.com/framework/300x300/1 300w, https://images.fastspot.com/framework/100x100/1 100w" src="https://images.fastspot.com/framework/100x100/1" alt="" loading="lazy" width="100" height="100">
</figure>
</div>
</div>
</li>
<li class="expert_list_row theme_salmon">
<div class="expert">
<div class="expert_wrapper">
<div class="expert_info">
<h2 class="expert_name">Caley Arzamarski, PhD, NCSP</h2>
<div class="expert_detail_info">
<span class="expert_title">Director of Department</span>
<span class="expert_related_organization">Psychologist, Clinical Assistant Professor, Child & Adolescent Psychiatry, Warren Alpert Medical School of Brown University</span>
</div>
</div>
<figure class="expert_figure">
<img class="expert_image" srcset="https://images.fastspot.com/framework/300x300/1 300w, https://images.fastspot.com/framework/100x100/1 100w" src="https://images.fastspot.com/framework/100x100/1" alt="" loading="lazy" width="100" height="100">
</figure>
</div>
</div>
</li>
<li class="expert_list_row theme_light_green">
<div class="expert">
<div class="expert_wrapper">
<div class="expert_info">
<h2 class="expert_name">Caley Arzamarski, PhD, NCSP</h2>
<div class="expert_detail_info">
<span class="expert_title">Director of Department</span>
<span class="expert_related_organization">Psychologist, Clinical Assistant Professor, Child & Adolescent Psychiatry, Warren Alpert Medical School of Brown University</span>
</div>
</div>
<figure class="expert_figure">
<img class="expert_image" srcset="https://images.fastspot.com/framework/300x300/1 300w, https://images.fastspot.com/framework/100x100/1 100w" src="https://images.fastspot.com/framework/100x100/1" alt="" loading="lazy" width="100" height="100">
</figure>
</div>
</div>
</li>
<li class="expert_list_row theme_pink">
<div class="expert">
<div class="expert_wrapper">
<div class="expert_info">
<h2 class="expert_name">Caley Arzamarski, PhD, NCSP</h2>
<div class="expert_detail_info">
<span class="expert_title">Director of Department</span>
<span class="expert_related_organization">Psychologist, Clinical Assistant Professor, Child & Adolescent Psychiatry, Warren Alpert Medical School of Brown University</span>
</div>
</div>
<figure class="expert_figure">
<img class="expert_image" srcset="https://images.fastspot.com/framework/300x300/1 300w, https://images.fastspot.com/framework/100x100/1 100w" src="https://images.fastspot.com/framework/100x100/1" alt="" loading="lazy" width="100" height="100">
</figure>
</div>
</div>
</li>
<li class="expert_list_row theme_light_blue">
<div class="expert">
<div class="expert_wrapper">
<div class="expert_info">
<h2 class="expert_name">Caley Arzamarski, PhD, NCSP</h2>
<div class="expert_detail_info">
<span class="expert_title">Director of Department</span>
<span class="expert_related_organization">Psychologist, Clinical Assistant Professor, Child & Adolescent Psychiatry, Warren Alpert Medical School of Brown University</span>
</div>
</div>
<figure class="expert_figure">
<img class="expert_image" srcset="https://images.fastspot.com/framework/300x300/1 300w, https://images.fastspot.com/framework/100x100/1 100w" src="https://images.fastspot.com/framework/100x100/1" alt="" loading="lazy" width="100" height="100">
</figure>
</div>
</div>
</li>
<li class="expert_list_row theme_dark_green">
<div class="expert">
<div class="expert_wrapper">
<div class="expert_info">
<h2 class="expert_name">Caley Arzamarski, PhD, NCSP</h2>
<div class="expert_detail_info">
<span class="expert_title">Director of Department</span>
<span class="expert_related_organization">Psychologist, Clinical Assistant Professor, Child & Adolescent Psychiatry, Warren Alpert Medical School of Brown University</span>
</div>
</div>
<figure class="expert_figure">
<img class="expert_image" srcset="https://images.fastspot.com/framework/300x300/1 300w, https://images.fastspot.com/framework/100x100/1 100w" src="https://images.fastspot.com/framework/100x100/1" alt="" loading="lazy" width="100" height="100">
</figure>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{#
{% include '@components-expert-row' with {
group_title:'Speakers',
items: [
{
name: 'Full Name',
job_title: 'Director of Department',
blurb:'Psychologist, Clinical Assistant Professor, Child & Adolescent Psychiatry, Warren Alpert Medical School of Brown University',
related_organization:'',
image: '1',
moderator:false
}
]
} %}
#}
<!-- Expert Row -->
<div class="experts">
<div class="fs-row fs-lg-justify-center">
<div class="fs-cell">
<div class="experts_wrapper">
{% if group_title %}
<div class="experts_header">
<div class="experts_header_inner">
{% if group_title %}
<h2 class="experts_title">{{ group_title }}</h2>
{% endif %}
</div>
</div>
{% endif %}
<div class="experts_body">
<div class="experts_body_inner">
{% if items %}
{% include '@partial-expert-row-list' with {
items: items
} %}
{% endif %}
</div>
</div>
</div>
</div>
</div>
</div>
No notes defined.