  /*
For Faculty Directory Table and Profile pages update 
9/2023
*/

nav.breadcrumbs.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

/* Faculty profile */
@media screen and (min-width: 1100px) {
  main .container {
    width: 100%;
    margin-left: unset;
    max-width: 100%;
  }
}
.btn-profile-email {
  float: right;
}
@media screen and (max-width: 640px) {
  .btn-profile-email {
    float: unset;
  }
}
/*  */

/* Faculty Directory  */
#faculty_directory_table_wrapper,
#faculty_directory_table {
  width: 100%;
  top: 15px;
}
select.filter,
#faculty-table_filter_alt input[type="search"] {
  min-width: unset;
  width: 240px;
  margin-right: 20px;
}
#faculty-table_filter_alt input[type="search"] {
  padding: 0.25em;
}
.dataTables_wrapper .dataTables_length select {
  min-width: unset !important;
}
.faculty .heading-table {
  padding: 0 0 29px;
  border-bottom: 3px solid #00727d;
}
.heading-table {
  margin-top: 30px;
}
.faculty-table_filter_alt > label > input::-webkit-input-placeholder,
.faculty-table_filter_alt > label > input::-moz-placeholder,
.faculty-table_filter_alt > label > input::placeholder {
  font-family: "Nunito Sans", sans-serif;
  color: orangered;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info {
  clear: unset !important;
  padding-top: 10px;
}
.dataTables_wrapper .dataTables_info {
  padding-left: 10px;
}
.dataTables_wrapper .dataTables_length:after {
  content: "|";
  color: #ff5a00;
  font-size: 1.5em;
  line-height: 1em;
  left: 5px;
  position: relative;
}
.heading-table-filter {
  display: block;
}
.filter-btn-drop {
  display: none;
}
.btn-reset-filters,
.btn-email,
.filter-btn-drop {
  color: #000000;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  background: #f58114;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.btn-reset-filters,
.btn-email {
  display: inline-block;
}
.btn-email:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 20px;
  background: url(/_resources/images/Icons_Email-black.svg) no-repeat center;
}
button.filter-btn-drop {
  position: relative;
  bottom: 15px;
}
button.filter-btn-drop span {
  margin-left: 5px;
}
button.filter-btn-drop:before {
  content: "+";
}
button.filter-btn-drop.expanded:before {
  content: "-";
  position: relative;
}
.filter-box label.form__label {
  display: block;
  margin-bottom: 0;
}
UL.dtr-details li::before {
  background: none;
}
a.faculty-name {
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_info {
    text-align: center;
    float: unset;
    margin-top: 15px;
  }
  .heading-table-filter {
    display: none;
  }
  .filter-btn-drop {
    display: block;
  }
  .dataTables_wrapper .dataTables_length:after {
    content: unset;
  }
  table.dataTable > tbody > tr.child span.dtr-title {
    display: block !important;
  }
  table.dataTable
    > tbody
    > tr.child
    UL.dtr-details:not(li[data-dtr-index="5"])
    SPAN.dtr-title {
    display: block !important;
  }
  /* hide 'email' header  */
  table.dataTable
    > tbody
    > tr.child
    UL.dtr-details
    li[data-dtr-index="5"]
    SPAN.dtr-title {
    display: none !important;
  }
}
.sr-only {
  display: none;
}
/* filters */
.heading-table {
  width: 100%;
  display: block;
}
.heading-table .filter-box {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}

/* sorting arrows CSS update */
table.dataTable thead > tr > th.sorting::before,
table.dataTable thead > tr > th.sorting::after,
table.dataTable thead > tr > th.sorting_asc::before,
table.dataTable thead > tr > th.sorting_asc::after,
table.dataTable thead > tr > th.sorting_desc::before,
table.dataTable thead > tr > th.sorting_desc::after,
table.dataTable thead > tr > th.sorting_asc_disabled::before,
table.dataTable thead > tr > th.sorting_asc_disabled::after,
table.dataTable thead > tr > th.sorting_desc_disabled::before,
table.dataTable thead > tr > th.sorting_desc_disabled::after {
  position: absolute;
  display: block;
  opacity: 0.3;
  line-height: 9px;
  font-size: 1em;
}
table.dataTable thead > tr > th.sorting_asc::before,
table.dataTable thead > tr > th.sorting_desc::after,
table.dataTable thead > tr > td.sorting_asc::before,
table.dataTable thead > tr > td.sorting_desc::after {
  opacity: 1;
}
table.dataTable thead > tr > th.sorting::after,
table.dataTable thead > tr > th.sorting_asc::after,
table.dataTable thead > tr > th.sorting_desc::after,
table.dataTable thead > tr > th.sorting_asc_disabled::after,
table.dataTable thead > tr > th.sorting_desc_disabled::after {
  top: 1em;
  right: 0.5em;
  content: "\2191";
}
table.dataTable thead > tr > th.sorting::before,
table.dataTable thead > tr > th.sorting_asc::before,
table.dataTable thead > tr > th.sorting_desc::before,
table.dataTable thead > tr > th.sorting_asc_disabled::before,
table.dataTable thead > tr > th.sorting_desc_disabled::before {
  top: 1em;
  right: 1em;
  content: "\2193";
}

/* faculty profile update  */
.faculty-name {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.faculty-details.title,
.faculty-details.office,
.faculty-details.building,
.faculty-details.phone {
  margin: 0.25em 2em 0.25em 2em;
}
.faculty-details.title {
  font-weight: bold;
}
.icon-link {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  margin: 2em 2em 0.25em 0;
}
.icon-link:hover {
  text-decoration: underline;
}
.faculty-details.email-calendar {
  display: flex;
  flex-flow: column;
}
.faculty-details.email-calendar a {
  display: flex;
  align-content: center;
}
.faculty-details.email-calendar .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
}
.faculty-details.email-calendar .email .icon {
  background-image: url(/_resources/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 50 45.984' %3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Path_2' data-name='Path 2' d='M11.734,11.25h50V57.234h-50Zm0,0' transform='translate(-11.734 -11.25)' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Untitled_design' data-name='Untitled design' clip-path='url(%23clip-path)' %3E%3Cpath id='Path_1' data-name='Path 1' d='M36.719,57.234c13.808,0,25.015-10.307,25.015-22.979,0-12.7-11.207-23.006-25.015-23.006-13.778,0-24.985,10.307-24.985,23.006C11.734,46.927,22.942,57.234,36.719,57.234ZM25.392,24.471l11.327,8.356,11.357-8.356.329-.247H25.064Zm24.238,1.7.418-.33V43.162a1.154,1.154,0,0,1-1.2,1.1H24.615a1.182,1.182,0,0,1-1.225-1.1V25.845l.448.33.03.027,12.1,8.906a1.3,1.3,0,0,0,1.524,0L49.6,26.2Zm0,0' transform='translate(-11.734 -11.25)' fill-rule='evenodd' /%3E%3C/g%3E%3C/svg%3E");
}
.faculty-details.email-calendar .calendar .icon {
  background-image: url(/_resources/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' xmlns:xlink='http:/www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 50 45.986' %3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Path_4' data-name='Path 4' d='M9.449,8.965h50V54.95h-50Zm0,0' transform='translate(-9.449 -8.965)' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Untitled_design_1_' data-name='Untitled design (1)' clip-path='url(%23clip-path)' %3E%3Cpath id='Path_3' data-name='Path 3' d='M41.545,19.706v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706H33.615Zm-7.93-.231c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706H25.685ZM34.44,8.965a28.519,28.519,0,0,0-4.88.429,26.861,26.861,0,0,0-4.682,1.32,25.178,25.178,0,0,0-4.324,2.128A22.958,22.958,0,0,0,16.769,15.7a23.708,23.708,0,0,0-3.122,3.481,22.931,22.931,0,0,0-2.3,3.977,20.789,20.789,0,0,0-1.9,8.795,20.934,20.934,0,0,0,1.9,8.811,23.416,23.416,0,0,0,2.3,3.96,23.011,23.011,0,0,0,3.122,3.5A25.377,25.377,0,0,0,24.878,53.2,26.992,26.992,0,0,0,39.32,54.5,26.384,26.384,0,0,0,44,53.2a25.178,25.178,0,0,0,4.324-2.128,26.046,26.046,0,0,0,3.8-2.854,23.891,23.891,0,0,0,3.1-3.5,22.361,22.361,0,0,0,2.314-3.96,21.926,21.926,0,0,0,1.417-4.323,21.034,21.034,0,0,0,0-8.976,20.724,20.724,0,0,0-1.435-4.307,21.833,21.833,0,0,0-2.3-3.977A23.709,23.709,0,0,0,52.112,15.7a22.958,22.958,0,0,0-3.785-2.855A25.179,25.179,0,0,0,44,10.714a26.425,26.425,0,0,0-4.682-1.32A28.361,28.361,0,0,0,34.44,8.965ZM50.066,42.542a3.5,3.5,0,0,1-1.2,2.673,4.136,4.136,0,0,1-2.906,1.105H22.922a4.136,4.136,0,0,1-2.906-1.105,3.559,3.559,0,0,1-1.2-2.673V26.884H50.066Zm0-17.177H18.814V23.5a3.508,3.508,0,0,1,1.2-2.673,4.151,4.151,0,0,1,2.906-1.122h2.763V18.337c.018-.5.287-.743.825-.743.556,0,.825.248.825.743v1.369h6.279V18.568c0-.5.287-.743.825-.743.556,0,.825.248.825.743v1.138h6.279V18.337c0-.5.287-.743.825-.743s.825.248.825.743v1.369h2.763a4.151,4.151,0,0,1,2.906,1.122,3.448,3.448,0,0,1,1.2,2.673ZM43.2,22.594V19.706H41.545v2.888c.018.495.287.743.825.743S43.177,23.089,43.2,22.594Zm-7.93.231V19.706H33.615v3.119c.018.5.287.743.825.743S35.266,23.32,35.266,22.825Zm-8.755.528c.556,0,.825-.247.825-.759V19.706H25.685v2.888C25.685,23.105,25.972,23.353,26.511,23.353Zm-.825-3.647v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm-7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm-7.93,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm0,0v2.888c0,.512.287.759.825.759.556,0,.825-.247.825-.759V19.706Zm7.93,0v3.119c.018.5.287.743.825.743s.825-.248.825-.743V19.706Zm7.93,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0v2.888c.018.495.287.743.825.743s.807-.248.825-.743V19.706Zm0,0' transform='translate(-9.449 -8.965)' /%3E%3C/g%3E%3C/svg%3E");
}
/* / */
