ul.dandrive_wrapper {
  margin-bottom: 0;
}

li.dd-active ul.dandrive_subfolder_wrapper {
  display: block;
}

li.dd-hidden ul.dandrive_subfolder_wrapper {
  display: none;
}

li[class^=dandrive-file], li[class^=dandrive-shortcut] {
  list-style: none;
  margin-left: -25px;
}

li.dandrive-folder-row {
  list-style: none;
  margin-left: -25px;
}

li.dandrive-folder-row a {
cursor: pointer;
}

li.dandrive-folder-row ul li {
margin-left: 0;
list-style: none;
}

li.dandrive-folder-row:before {
content: '\f07b';
margin: 0px 10px 0 5px;
color: black;
font-family: 'Font Awesome 6 Pro';
font-weight: 900;
}

li.dandrive-folder-row.dd-active:before {
content: '\f07c';
}
li.dandrive-folder-row.dd-hidden:before {
content: '\f07b';
}

li[class^=dandrive-file]:before, li[class^=dandrive-shortcut]:before {
content: '\f15b';
color: black;
margin: 0px 11px 0 5px;
font-size: 1.25em;
line-height: 1;
vertical-align: text-bottom;
font-family: 'Font Awesome 6 Pro';
font-weight: 900;
}

li[class^=dandrive-shortcut]:before {
  content: '\e178';
}

li.dandrive-file-application_pdf-row:before, li.dandrive-shortcut-application_pdf-row:before {
  content: '\f1c1';
  color: #f40f02;
  font-weight: 300;
  margin: 0px 6px 0 5px;
}

li.dandrive-file-application_vnd_openxmlformats-officedocument_wordprocessingml_document-row:before, li.dandrive-file-application_msword-row:before, li.dandrive-shortcut-application_vnd_openxmlformats-officedocument_wordprocessingml_document-row:before, li.dandrive-shortcut-application_msword-row:before {
content: '\f1c2';
color: mediumblue;
font-weight: 300; 
}

li.dandrive-file-application_vnd_openxmlformats-officedocument_presentationml_presentation-row:before, li.dandrive-file-application_vnd_ms-powerpoint-row:before, li.dandrive-shortcut-application_vnd_openxmlformats-officedocument_presentationml_presentation-row:before, li.dandrive-shortcut-application_vnd_ms-powerpoint-row:before {
content: '\f1c4';
color: #d04423;
font-weight: 300;
}

li.dandrive-file-application_vnd_openxmlformats-officedocument_spreadsheetml_sheet-row:before, li.dandrive-shortcut-application_vnd_openxmlformats-officedocument_spreadsheetml_sheet-row:before {
content: '\f1c3';
color: #1D6F42;
font-weight: 300;
}

li.dandrive-file-image_jpeg-row:before, li.dandrive-file-image_png-row:before, li.dandrive-file-image_tiff-row:before, li.dandrive-file-image_webp-row:before, li.dandrive-shortcut-image_jpeg-row:before, li.dandrive-shortcut-image_png-row:before, li.dandrive-shortcut-image_tiff-row:before, li.dandrive-shortcut-image_webp-row:before {
content: '\f1c5';
background-color: #ffaa00;
background-image: linear-gradient(45deg, #ffaa00 0%,#d402ff 100%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
font-weight: 400;
}

li.dandrive-file-video_mp4-row:before, li.dandrive-shortcut-video_mp4-row:before {
content: '\f1c8';
font-weight: 300;
}

li.dandrive-file-application_vnd_google-apps_document-row:before, li.dandrive-shortcut-application_vnd_google-apps_document-row:before {
color: #3086F6;
}
li.dandrive-file-application_vnd_google-apps_presentation-row:before, li.dandrive-shortcut-application_vnd_google-apps_presentation-row:before {
color: #F8BF07;
}
li.dandrive-file-application_vnd_google-apps_spreadsheet-row:before, li.dandrive-shortcut-application_vnd_google-apps_spreadsheet-row:before {
color: #0EC44A;
}

/* showthumbnail = "yes" */

ul.dandrive_wrapper:has(img.dandrive-file-thumbnail) {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
}
ul.dandrive_wrapper:has(img.dandrive-file-thumbnail) li {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}

ul.dandrive_wrapper:has(img.dandrive-file-thumbnail) li ul.dandrive_subfolder_wrapper li {
  width: 100%;
  margin: auto;
}

ul.dandrive_wrapper:has(img.dandrive-file-thumbnail) li.dandrive-folder-row {
  width: auto;
}
/* 
ul.dandrive_wrapper:has(img.dandrive-file-thumbnail) li:first-child {
  margin-left: 0;
}
ul.dandrive_wrapper:has(img.dandrive-file-thumbnail) li:last-child {
  margin-right: 0;
} 
*/
li[class^=dandrive-file]:has(img.dandrive-file-thumbnail):before {
  content: none;
}
.dandrive-file-thumbnail {
  display: block;
  object-fit: contain;
  aspect-ratio: 8.5 / 11;
  object-position: top;
  background: #eaeaea;
}

@media screen and (max-width: 500px) {

  ul.dandrive_wrapper:has(img.dandrive-file-thumbnail) li {
    width: calc(50% - 15px);
    margin: 0 15px 30px;
  }
}

li.dandrive-row-data-empty {
    padding-left: 30px;
}

/* HTML Accordion */

.ws-faq details {
    cursor: pointer;
    padding: 15px;
    border: 1px solid #4f4f4f;
    margin-bottom: 15px;
    background: white;
}

.ws-faq summary::marker {
  font-size: 1.5rem;
}

.ws-faq summary h3 {
    margin: 0;
    font-size: 1.5rem;
    display: inline;
}

.ws-faq details[open] div {
    padding-top: 15px;

}

.ws-faq details[open] div br {
    display: block;
    content: "";
    margin-top: 15px;
}

/* Feeds */

div#athletics.ws-dd-feed {
  margin: 30px 0;
}
div#athletics.ws-dd-feed:empty {
  margin: 0;
}

.ws-dd-feed article {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  display: flex;
  flex-wrap: wrap;
}

.ws-dd-feed article h3 {
  flex: 1 0 100%;
}

.ws-dd-feed article img {
  width: 33%;
  padding-right: 15px;
}

.ws-dd-feed article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.ws-dd-feedcolumns {
  display: flex;
  flex-wrap: wrap;
}
div#athletics.ws-dd-feedcolumns, div#campus-announcements.ws-dd-feedcolumns, div#outage-staff.ws-dd-feedcolumns {
  margin: 30px 0;
}
div#athletics.ws-dd-feedcolumns:empty, div#campus-announcements.ws-dd-feedcolumns:empty, div#outage-staff.ws-dd-feedcolumns:empty {
  margin: 0;
}
div#athletics.ws-dd-feedcolumns h2, div#campus-announcements.ws-dd-feedcolumns h3, div#outage-staff.ws-dd-feedcolumns h2 {
  width: 100%;
}
.ws-dd-feedcolumns article {
  padding: 15px;
  background: rgba(0, 0, 0, 0.08);
  margin: 0 15px 15px 0;
  width: calc(50% - 15px);
}
div#campus-announcements.ws-dd-feedcolumns article {
  background: white;
  border: 1px solid;
  text-align: center;
  display: flex;
  flex-direction: column;
}
div#campus-announcements.ws-dd-feedcolumns .ws-dd-entry-body {
  text-align: left;
}
div#campus-announcements.ws-dd-feedcolumns .ws-dd-cta-link {
  margin-top: auto;
}
.ws-dd-feedcolumns.columns-1 article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.ws-dd-feedcolumns.columns-2 article, div#athletics.ws-dd-feedcolumns.columns-4 article {
  width: calc(50% - 15px);
}
.ws-dd-feedcolumns.columns-3 article, .ws-dd-feedcolumns.columns-5 article, .ws-dd-feedcolumns.columns-6 article, .ws-dd-feedcolumns.columns-9 article, div#athletics.ws-dd-feedcolumns.columns-5 article, div#athletics.ws-dd-feedcolumns.columns-6 article, div#athletics.ws-dd-feedcolumns.columns-7 article, div#athletics.ws-dd-feedcolumns.columns-8 article, div#athletics.ws-dd-feedcolumns.columns-9 article, div#rapididentity-student.ws-dd-feedcolumns article {
  width: calc(33.33% - 15px);
}
div#rapididentity-student.ws-dd-feedcolumns article {
  border: 1px solid;
}
.ws-dd-feedcolumns.columns-4 article, .ws-dd-feedcolumns.columns-7 article, .ws-dd-feedcolumns.columns-8 article {
  width: calc(25% - 15px);
}
.ws-dd-feedcolumns#staff-directory article {
  width: calc(25% - 15px);
  max-width: 315px;
  padding: 0;
}
.ws-dd-feedcolumns article img {
  margin: 0 0 15px 0;
}
.ws-dd-feedcolumns#staff-directory article img {
  object-fit: cover;
  object-position: top;
  aspect-ratio: 1 / 1;
  width: 100%;
}
.ws-dd-feedcolumns#staff-directory article .ws-dd-person-information {
  padding: 0px 15px 15px 15px;
}

.ws-dd-feedcolumns article img.alignleft {
  padding: 0;
  margin: 0 15px 15px 0;
}
.ws-dd-feedcolumns#rapididentity-staff article img.alignleft, .ws-dd-feedcolumns#rapididentity-student article img.alignleft {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  width: 50%;
  max-width: 200px;
}
.ws-dd-feedcolumns article .ws-dd-morelink {
  padding-top: 5px;
  display: inline-block;
}

.ws-dd-person-position, .uabb-module-content .uabb-text-editor.uabb-accordion-desc .ws-dd-person-position {
  font-weight: bold;
}


@media screen and (max-width: 1024px) {
  .ws-dd-feedcolumns[class*="columns-"] article {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 500px) {
  .ws-dd-feedcolumns[class*="columns-"]#staff-directory article {
    width: calc(50% - 15px);
    margin: 0 15px 15px 0;
  }
  .ws-dd-feedcolumns[class*="columns-"]#staff-directory article .ws-dd-person-name {
    font-size: 125%;
  }
}




/* Slideshow */

#dd-slider{
  width:100%;
  position:relative;
  overflow:hidden;
}

.dd-slides{
  height:100%;
  position:relative;
}

.dd-slide{
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}

.dd-ss-image{
  width:100%;
  height:100%;
}
.dd-ss-image .dandrive-slideshow-image {
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center;
}