/*
Styles used to style the DAM for the project.
 */
/* Layout */
/* Loading/Resizing Indicators */
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.facetwp-loading, .facetwp-resizing {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  display: block;
  background: #A8353A;
}
.facetwp-loading .cv-spinner, .facetwp-resizing .cv-spinner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.facetwp-loading .cv-spinner .spinner, .facetwp-resizing .cv-spinner .spinner {
  animation: sp-anime 0.8s infinite linear;
  height: 60px;
  border: 6px solid #d7928d;
  border-radius: 50%;
  border-top: 6px solid #087482;
  width: 60px;
}
.facetwp-loading .cv-spinner .facet-loading-text, .facetwp-resizing .cv-spinner .facet-loading-text {
  color: #d7928d;
  font-weight: bold;
  margin-top: 1em;
}

.facetwp-resizing {
  background: #087482;
  display: none;
}
.facetwp-resizing .cv-spinner .spinner {
  border-top: 6px solid #A8353A;
}

.is-hide {
  display: none;
}

/* BeTheme */
body.button-flat .mejs-button > button {
  background-image: url(https://www.ndfirefighter.com/wp-includes/js/mediaelement/mejs-controls.svg);
}

body.page-template-page-template-digital_assets div.with_aside .content_wrapper,
body.page-template-page-template-digital_asset_categories div.with_aside .content_wrapper,
body.tax-digital_asset_categories div.with_aside .content_wrapper,
body.post-type-archive-digital_assets div.with_aside .content_wrapper {
  max-width: unset;
}
body.page-template-page-template-digital_assets div.with_aside .sections_group,
body.page-template-page-template-digital_asset_categories div.with_aside .sections_group,
body.tax-digital_asset_categories div.with_aside .sections_group,
body.post-type-archive-digital_assets div.with_aside .sections_group {
  clear: both;
  padding: 0 20px;
  width: 100% !important;
}
body.page-template-page-template-digital_assets div.with_aside .sections_group .section_wrapper,
body.page-template-page-template-digital_asset_categories div.with_aside .sections_group .section_wrapper,
body.tax-digital_asset_categories div.with_aside .sections_group .section_wrapper,
body.post-type-archive-digital_assets div.with_aside .sections_group .section_wrapper {
  margin: 0;
  width: auto;
  max-width: unset;
  padding: 0 !important;
  width: 100%;
}
body.page-template-page-template-digital_assets div.with_aside .sections_group .section_wrapper .column.one,
body.page-template-page-template-digital_asset_categories div.with_aside .sections_group .section_wrapper .column.one,
body.tax-digital_asset_categories div.with_aside .sections_group .section_wrapper .column.one,
body.post-type-archive-digital_assets div.with_aside .sections_group .section_wrapper .column.one {
  box-sizing: border-box;
  float: none;
  margin: 0;
  width: auto !important;
}
body.page-template-page-template-digital_assets div.with_aside .sidebar.columns,
body.page-template-page-template-digital_asset_categories div.with_aside .sidebar.columns,
body.tax-digital_asset_categories div.with_aside .sidebar.columns,
body.post-type-archive-digital_assets div.with_aside .sidebar.columns {
  box-sizing: content-box;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 980px) {
  body.page-template-page-template-digital_assets div.with_aside .sidebar.columns,
  body.page-template-page-template-digital_asset_categories div.with_aside .sidebar.columns,
  body.tax-digital_asset_categories div.with_aside .sidebar.columns,
  body.post-type-archive-digital_assets div.with_aside .sidebar.columns {
    box-sizing: border-box;
  }
}
@media (min-width: 981px) {
  body.page-template-page-template-digital_assets div.with_aside .sections_group,
  body.page-template-page-template-digital_asset_categories div.with_aside .sections_group,
  body.tax-digital_asset_categories div.with_aside .sections_group,
  body.post-type-archive-digital_assets div.with_aside .sections_group {
    clear: unset;
    width: calc(100% - (270px + 80px)) !important;
  }
  body.page-template-page-template-digital_assets div.with_aside .sidebar.columns,
  body.page-template-page-template-digital_asset_categories div.with_aside .sidebar.columns,
  body.tax-digital_asset_categories div.with_aside .sidebar.columns,
  body.post-type-archive-digital_assets div.with_aside .sidebar.columns {
    box-sizing: content-box;
    width: 100%;
    max-width: 270px;
  }
}
/* Divi */
body.page-template-page-template-digital_assets #return-link-container,
body.page-template-page-template-digital_asset_categories #return-link-container,
body.tax-digital_asset_categories #return-link-container,
body.post-type-archive-digital_assets #return-link-container {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
}
body.page-template-page-template-digital_assets #return-link-container a.return-button,
body.page-template-page-template-digital_asset_categories #return-link-container a.return-button,
body.tax-digital_asset_categories #return-link-container a.return-button,
body.post-type-archive-digital_assets #return-link-container a.return-button {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: transparent  !important;
  background-image: none  !important;
  border: none  !important;
  border-radius: 0;
  color: #A8353A  !important;
  font-weight: bold;
  padding: 8px  !important;
  position: relative;
  text-decoration: underline;
  transition: all 0.2s ease-in-out 0s;
}
body.page-template-page-template-digital_assets #return-link-container a.return-button:focus, body.page-template-page-template-digital_assets #return-link-container a.return-button:hover,
body.page-template-page-template-digital_asset_categories #return-link-container a.return-button:focus,
body.page-template-page-template-digital_asset_categories #return-link-container a.return-button:hover,
body.tax-digital_asset_categories #return-link-container a.return-button:focus,
body.tax-digital_asset_categories #return-link-container a.return-button:hover,
body.post-type-archive-digital_assets #return-link-container a.return-button:focus,
body.post-type-archive-digital_assets #return-link-container a.return-button:hover {
  opacity: 0.8;
  text-decoration: none;
}
body.page-template-page-template-digital_assets #main-content .container,
body.page-template-page-template-digital_asset_categories #main-content .container,
body.tax-digital_asset_categories #main-content .container,
body.post-type-archive-digital_assets #main-content .container {
  padding-top: 20px !important;
  padding-bottom: 20px;
  width: calc(100% - 40px);
}
body.page-template-page-template-digital_assets #main-content .container::before,
body.page-template-page-template-digital_asset_categories #main-content .container::before,
body.tax-digital_asset_categories #main-content .container::before,
body.post-type-archive-digital_assets #main-content .container::before {
  content: unset;
  display: none;
}
body.page-template-page-template-digital_assets div#content-area,
body.page-template-page-template-digital_asset_categories div#content-area,
body.tax-digital_asset_categories div#content-area,
body.post-type-archive-digital_assets div#content-area {
  display: flex;
}
body.page-template-page-template-digital_assets div#content-area #left-area,
body.page-template-page-template-digital_asset_categories div#content-area #left-area,
body.tax-digital_asset_categories div#content-area #left-area,
body.post-type-archive-digital_assets div#content-area #left-area {
  padding: 0 0 0 20px;
  order: 2;
}
body.page-template-page-template-digital_assets div#content-area #left-area h1,
body.page-template-page-template-digital_asset_categories div#content-area #left-area h1,
body.tax-digital_asset_categories div#content-area #left-area h1,
body.post-type-archive-digital_assets div#content-area #left-area h1 {
  text-align: center;
}
body.page-template-page-template-digital_assets div#content-area #sidebar,
body.page-template-page-template-digital_asset_categories div#content-area #sidebar,
body.tax-digital_asset_categories div#content-area #sidebar,
body.post-type-archive-digital_assets div#content-area #sidebar {
  padding-bottom: 0;
  order: 1;
}

body.page-template-page-template-digital_asset_categories div#content-area #left-area {
  order: 1;
  padding-left: 0;
}

@media (max-width: 980px) {
  body.page-template-page-template-digital_assets div#content-area,
  body.page-template-page-template-digital_asset_categories div#content-area,
  body.tax-digital_asset_categories div#content-area,
  body.post-type-archive-digital_assets div#content-area {
    flex-direction: column;
  }
  body.page-template-page-template-digital_assets div#content-area #left-area,
  body.page-template-page-template-digital_asset_categories div#content-area #left-area,
  body.tax-digital_asset_categories div#content-area #left-area,
  body.post-type-archive-digital_assets div#content-area #left-area {
    padding-left: 0;
  }
}
div.da-pager {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
div.da-pager div.facetwp-facet {
  margin-bottom: 0;
}
div.da-pager div.facetwp-facet.facetwp-type-pager > .facetwp-pager {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px auto;
}
div.da-pager div.facetwp-facet.facetwp-type-pager > .facetwp-pager a {
  margin: 0 4px;
  min-width: 50px;
  text-align: center;
  background-color: transparent  !important;
  background-image: none  !important;
  border: none  !important;
  border-radius: 0;
  color: #A8353A  !important;
  font-weight: bold;
  padding: 8px  !important;
  position: relative;
  text-decoration: underline;
  transition: all 0.2s ease-in-out 0s;
}
div.da-pager div.facetwp-facet.facetwp-type-pager > .facetwp-pager a:focus, div.da-pager div.facetwp-facet.facetwp-type-pager > .facetwp-pager a:hover {
  opacity: 0.8;
  text-decoration: none;
}

div.da-archive {
  box-sizing: border-box;
}
div.da-archive > * {
  box-sizing: border-box;
}
div.da-archive > article.da-archive-item {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1C1C1C;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
}
div.da-archive > article.da-archive-item > header.da-title {
  display: flex;
}
div.da-archive > article.da-archive-item > header.da-title > h2 {
  color: #1C1C1C;
  font-size: 1.5em;
  line-height: 1.125em;
  margin-bottom: 0.5625em;
  padding-bottom: 0;
}
div.da-archive > article.da-archive-item > section.da-media .da_image_background {
  background-color: rgba(0, 0, 0, 0.25);
}
div.da-archive > article.da-archive-item > section.da-media div.wp-video {
  font-size: 0;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  width: 100% !important;
}
div.da-archive > article.da-archive-item > section.da-media div.wp-video video, div.da-archive > article.da-archive-item > section.da-media div.wp-video div.mejs-container {
  height: 100%  !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%  !important;
}
div.da-archive > article.da-archive-item > section.da-media div.wp-video .mejs-overlay {
  height: 100% !important;
  width: 100% !important;
}
div.da-archive > article.da-archive-item > section.da-media div.pdfobject-container {
  font-size: 0;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
div.da-archive > article.da-archive-item > section.da-media div.pdfobject-container > embed, div.da-archive > article.da-archive-item > section.da-media div.pdfobject-container > iframe, div.da-archive > article.da-archive-item > section.da-media div.pdfobject-container > object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
div.da-archive > article.da-archive-item > section.da-media a:not(.mejs-volume-slider) {
  display: block;
  float: none;
  height: 100%;
}
div.da-archive > article.da-archive-item > section.da-media img {
  display: flex;
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 1 100%;
  margin: auto;
}
div.da-archive > article.da-archive-item > section.da-description {
  display: flex;
  font-size: 1em;
  line-height: 1.125em;
}
div.da-archive > article.da-archive-item > section.da-description > * {
  line-height: inherit;
}
div.da-archive > article.da-archive-item > section.da-description > a {
  color: #A8353A;
}
div.da-archive > article.da-archive-item > section.da-description > a:focus, div.da-archive > article.da-archive-item > section.da-description > a:hover {
  color: #DA9B96;
}
div.da-archive > article.da-archive-item > footer.da-details {
  align-items: center;
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 1 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
div.da-archive > article.da-archive-item > footer.da-details > a {
  background-color: transparent  !important;
  background-image: none  !important;
  border: none  !important;
  border-radius: 0;
  color: #087482  !important;
  font-weight: bold;
  padding: 8px  !important;
  position: relative;
  text-decoration: underline;
  transition: all 0.2s ease-in-out 0s;
  line-height: 20px;
  margin-left: auto;
  padding: 10px 0;
}
div.da-archive > article.da-archive-item > footer.da-details > a:focus, div.da-archive > article.da-archive-item > footer.da-details > a:hover {
  opacity: 0.8;
  text-decoration: none;
}
div.da-archive > article.da-archive-item > footer.da-details > a:focus, div.da-archive > article.da-archive-item > footer.da-details > a:hover {
  background: transparent !important;
  background-color: transparent !important;
  color: #796E66 !important;
}
div.da-archive > article.da-archive-item > footer.da-details > span.da-file-id {
  margin-right: auto;
}

.da-no-results-found-message > p:not(.has-background):last-of-type {
  padding-bottom: 10px;
}

/* Responsive Archive Styles */
@media (max-width: 479px) {
  div.da-pager div.facetwp-facet.facetwp-type-pager > .facetwp-pager {
    flex-wrap: nowrap;
  }
}
@media (min-width: 568px) {
  div.da-archive.da-grid, div.da-archive.da-masonry-grid {
    display: grid;
    grid-gap: 20px;
    grid-auto-columns: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(254px, 1fr));
    min-height: 0;
    min-width: 0;
  }
  div.da-archive.da-grid, div.da-archive.da-masonry-grid {
    margin-bottom: 20px;
  }
  div.da-archive > article.da-archive-item {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
  }
  div.da-archive > article.da-archive-item > section.da-media {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 auto;
  }
  div.da-archive > article.da-archive-item > section.da-description {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 auto;
  }
  div.da-archive .da-no-results-found-message {
    grid-column: 1/-1;
    grid-auto-columns: 1fr;
    min-height: 100%;
  }
}
/* Sidebar */
div.da-filter-sidebar {
  border: none;
  min-height: unset !important;
}
div.da-filter-sidebar .widget > .widgettitle, div.da-filter-sidebar .widget > .widget-title {
  font-size: 1.5em;
  line-height: 1.125em;
  margin: 0 auto;
  max-width: 270px;
  text-align: center;
  width: auto;
}
div.da-filter-sidebar .widget > .textwidget {
  margin: 0 auto;
  max-width: 270px;
  width: auto;
}
div.da-filter-sidebar .widget p.facet-label {
  font-weight: bold;
}
div.da-filter-sidebar .widget div.facetwp-facet {
  margin: 0 auto 15px;
}
div.da-filter-sidebar .widget div.facetwp-facet * {
  font-size: 1em;
  line-height: 1.125em;
}
div.da-filter-sidebar .widget div.facetwp-facet input[type=date], div.da-filter-sidebar .widget div.facetwp-facet input[type=text], div.da-filter-sidebar .widget div.facetwp-facet select {
  margin-bottom: 0;
  width: 100%;
  max-width: unset;
}
div.da-filter-sidebar .widget div.facetwp-facet.facetwp-type-search .facetwp-search-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}
div.da-filter-sidebar .widget div.facetwp-facet.facetwp-type-search .facetwp-search-wrap .facetwp-btn {
  float: right;
  right: 10px;
  top: 50%;
  z-index: 100;
  transform: translateY(calc(-50% + 2.5px));
}
div.da-filter-sidebar .widget div.facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-icon {
  display: none;
}
div.da-filter-sidebar .widget div.facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-search {
  padding: 2px;
}
div.da-filter-sidebar .widget div.facetwp-facet.facetwp-type-date_range > input[type=text] {
  display: inline-block;
  width: calc(50% - 10px);
}
div.da-filter-sidebar .widget div.facetwp-facet.facetwp-type-date_range > input[type=text]:nth-child(2) {
  margin-right: 10px;
}
div.da-filter-sidebar .widget div.facetwp-facet.facetwp-type-date_range > input[type=text]:nth-child(4) {
  margin-left: 10px;
}
div.da-filter-sidebar .ui-accordion .ui-accordion-header,
div.da-filter-sidebar .ui-accordion .ui-accordion-content {
  border: none;
}
div.da-filter-sidebar .ui-accordion .ui-accordion-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none !important;
  font-weight: 700;
  line-height: 1 !important;
  margin: 0 auto 15px;
  outline: none;
}
div.da-filter-sidebar .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  background: none !important;
  height: 1em;
  left: unset;
  margin-top: unset;
  position: unset;
  width: 1em;
  top: unset;
}
div.da-filter-sidebar .ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon {
  -khtml-box-sizing: unset;
  -ms-box-sizing: unset;
  -o-box-sizing: unset;
  box-sizing: unset;
  height: 0.8em;
  line-height: 1 !important;
  margin: 0.05em 0.1em;
  overflow: hidden;
  transform-origin: 25% center;
  transition: all 0.2s ease-in-out;
  width: 0.4em;
}
div.da-filter-sidebar .ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #1C1C1C;
}
div.da-filter-sidebar .ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
  transform: translate(-0.1em, 0) rotate(0deg);
}
div.da-filter-sidebar .ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
  transform: translate(-0.1em, 0%) rotate(90deg);
}
div.da-filter-sidebar .ui-accordion .ui-accordion-content {
  color: #1C1C1C;
  margin: 0;
  padding: 0;
}
div.da-filter-sidebar .ui-accordion .ui-accordion-content .ui-accordion {
  background-color: #f2f2f2;
  background-image: linear-gradient(top, #f2f2f2, #CCCCCC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#f2f2f2", endColorStr="#CCCCCC");
  border: 1px solid #CCCCCC !important;
  border-radius: 4px  !important;
  margin-bottom: 15px;
}
div.da-filter-sidebar .ui-accordion .ui-accordion-content .ui-accordion .ui-accordion-header,
div.da-filter-sidebar .ui-accordion .ui-accordion-content .ui-accordion .ui-accordion-content {
  margin-bottom: 0;
  padding: 10px;
}
div.da-filter-sidebar .ui-accordion .ui-accordion-content .ui-accordion .ui-accordion-header {
  justify-content: flex-start;
  padding: 10px;
}
div.da-filter-sidebar .ui-accordion .ui-accordion-content .ui-accordion .ui-accordion-header .ui-icon::before {
  background-color: #1C1C1C;
}
div.da-filter-sidebar div.da-filter-buttons {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1em;
  justify-content: space-around;
  line-height: 1em;
  margin: 0 auto 15px;
  max-width: 200px;
  width: 100%;
}
div.da-filter-sidebar div.da-filter-buttons a.da-filter-button {
  background-color: #0cb4ca;
  background-image: linear-gradient(top, #0cb4ca, #04343a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#0cb4ca", endColorStr="#04343a");
  border: none;
  border-radius: 8px  !important;
  color: #FFFFFF  !important;
  font-weight: 700;
  margin: 0px;
  padding: 8px;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}
div.da-filter-sidebar div.da-filter-buttons a.da-filter-button:focus, div.da-filter-sidebar div.da-filter-buttons a.da-filter-button:hover {
  color: #FFFFFF  !important;
  opacity: 0.8;
}

/* Responsive Sidebar Styling */
@media (max-width: 980px) {
  div.da-filter-sidebar .ui-accordion .ui-accordion-header {
    margin: 0 auto 15px;
  }
  div.da-filter-sidebar .ui-accordion .ui-accordion-content {
    width: 100%;
    max-width: 100%;
  }
  div.da-filter-sidebar .ui-accordion .ui-accordion-content div.facet-grid {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  div.da-filter-sidebar .ui-accordion .ui-accordion-content div.facet-grid > div.facet-wrap {
    box-sizing: border-box;
    margin: 0 0 20px;
    vertical-align: top;
    width: 100%;
    max-width: calc(50% - 10px);
  }
  div.da-filter-sidebar .ui-accordion .ui-accordion-content div.facet-grid > div.facet-wrap:nth-child(even) {
    margin-left: 10px;
  }
  div.da-filter-sidebar .ui-accordion .ui-accordion-content div.facet-grid > div.facet-wrap:nth-child(odd) {
    margin-right: 10px;
  }
}
@media (max-width: 567px) {
  div.da-filter-sidebar .ui-accordion .ui-accordion-content div.facet-grid {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  div.da-filter-sidebar .ui-accordion .ui-accordion-content div.facet-grid > div.facet-wrap {
    margin: 0 0 20px;
    max-width: unset;
  }
  div.da-filter-sidebar .ui-accordion .ui-accordion-content div.facet-grid > div.facet-wrap:nth-child(even), div.da-filter-sidebar .ui-accordion .ui-accordion-content div.facet-grid > div.facet-wrap:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }
}
/** Detail Views **/
body.single-digital_assets #page-container #left-area {
  padding-bottom: 0;
  width: 100%;
}
body.single-digital_assets #page-container #left-area .entry-title {
  text-align: center;
}
body.single-digital_assets #page-container #main-content .container {
  padding-bottom: 58px;
  width: calc(100% - 40px);
}
body.single-digital_assets #page-container #main-content .container::before {
  width: 0;
}
body.single-digital_assets #page-container #sidebar {
  display: none;
}
body.single-digital_assets #page-container .et_pb_post {
  margin-bottom: 0;
}
body.single-digital_assets #return-link-container {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
}
body.single-digital_assets #return-link-container a.return-button {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: transparent  !important;
  background-image: none  !important;
  border: none  !important;
  border-radius: 0;
  color: #A8353A  !important;
  font-weight: bold;
  padding: 8px  !important;
  position: relative;
  text-decoration: underline;
  transition: all 0.2s ease-in-out 0s;
}
body.single-digital_assets #return-link-container a.return-button:focus, body.single-digital_assets #return-link-container a.return-button:hover {
  opacity: 0.8;
  text-decoration: none;
}

div.da-content.type-document div.pdfobject-container {
  font-size: 0;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
div.da-content.type-document div.pdfobject-container > embed, div.da-content.type-document div.pdfobject-container > iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
div.da-content.type-image {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.da-content.type-image .da_image_background {
  background-color: rgba(0, 0, 0, 0.25);
}
div.da-content.type-video div.wp-video {
  font-size: 0;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%  !important;
}
div.da-content.type-video div.wp-video div.mejs-container {
  height: 100%  !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%  !important;
}
div.da-content.type-video div.wp-video div.mejs-container video.wp-video-shortcode {
  height: 100%  !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%  !important;
}
div.da-content div.da-button-container {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px auto;
  width: auto;
}
div.da-content div.da-button-container > a.da-button {
  background-color: #0cb4ca;
  background-image: linear-gradient(top, #0cb4ca, #04343a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#0cb4ca", endColorStr="#04343a");
  border: none;
  border-radius: 8px  !important;
  color: #FFFFFF  !important;
  font-weight: bold;
  margin: 0 auto;
  padding: 8px;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
div.da-content div.da-button-container > a.da-button:focus, div.da-content div.da-button-container > a.da-button:hover {
  color: #FFFFFF  !important;
  opacity: 0.8;
}

/* Metadata Table */
table.da-metadata {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  margin: 15px auto 0 !important;
  text-align: left;
  width: 100%;
}
table.da-metadata tbody {
  text-align: left;
  width: 100%;
}
table.da-metadata tbody tr td, table.da-metadata tbody tr th {
  border: 1px solid #CCCCCC;
  text-align: left;
  vertical-align: top;
}
table.da-metadata tbody tr th {
  background: #087482;
  color: #FFFFFF;
  width: auto;
}
table.da-metadata tbody tr td {
  background: #FFFFFF;
  color: #1C1C1C;
}
table.da-metadata tbody tr td a {
  color: #A8353A;
}
table.da-metadata tbody tr td a:focus, table.da-metadata tbody tr td a:hover {
  color: #DA9B96;
}
table.da-metadata tbody tr td > *:last-child {
  margin-bottom: 0;
}

/* Taxonomy Lists */
ul.da-term-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none !important;
  padding: 0 !important;
}
ul.da-term-list > li.da-term-list-item {
  -webkit-box: 0;
  -moz-box: 0;
  flex: 0 1 auto;
  list-style: none;
  margin-right: 1em;
}
ul.da-term-list > li.da-term-list-item:last-child {
  margin-right: 0;
}

/* Special case for BeTheme styling */
.style-simple table.da-metadata tbody tr td, .style-simple table.da-metadata tbody tr:nth-child(even) td, .style-simple table.da-metadata tbody tr:nth-child(odd) td {
  background: #FFFFFF;
  color: #1C1C1C;
}
.style-simple table.da-metadata tbody tr th, .style-simple table.da-metadata tbody tr:nth-child(even) th, .style-simple table.da-metadata tbody tr:nth-child(odd) th {
  background: #087482;
  color: #FFFFFF;
  width: auto;
}

/* Responsive Metadata Table Styles */
@media (max-width: 767px) {
  table.da-metadata tbody tr td, table.da-metadata tbody tr th {
    display: block;
  }
}
.da-category-thumbnail--placeholder {
  aspect-ratio: 1 / 1;
  background: #efefef;
  display: block;
  width: 100%;
}
