/*
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: #4B4B4B;
}
.facetwp-loading .cv-spinner, .facetwp-resizing .cv-spinner {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 #fdfddb;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top: 6px solid #B55812;
  width: 60px;
}
.facetwp-loading .cv-spinner .facet-loading-text, .facetwp-resizing .cv-spinner .facet-loading-text {
  color: #fdfddb;
  font-weight: bold;
  margin-top: 1em;
}

.facetwp-resizing {
  background: #B55812;
  display: none;
}
.facetwp-resizing .cv-spinner .spinner {
  border-top: 6px solid #4B4B4B;
}

.is-hide {
  display: none;
}

/* BeTheme */
body.button-flat .mejs-button > button {
  background-color: transparent;
  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.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.post-type-archive-digital_assets div.with_aside .sections_group {
  clear: both;
  padding: 0 20px;
  width: calc(100% - 40px) !important;
}
body.page-template-page-template-digital_assets 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.post-type-archive-digital_assets div.with_aside .sections_group .section_wrapper .column.one {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin: 0;
  width: 100% !important;
}
body.page-template-page-template-digital_assets div.with_aside .sidebar.columns,
body.post-type-archive-digital_assets div.with_aside .sidebar.columns {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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.post-type-archive-digital_assets div.with_aside .sidebar.columns {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 981px) {
  body.page-template-page-template-digital_assets div.with_aside div.content_wrapper,
body.post-type-archive-digital_assets div.with_aside div.content_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.page-template-page-template-digital_assets 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.post-type-archive-digital_assets div.with_aside .sidebar.columns {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    max-width: 270px;
  }
}
/* Divi */
body.page-template-page-template-digital_assets #main-content .container,
body.post-type-archive-digital_assets #main-content .container {
  padding-bottom: 58px;
  width: calc(100% - 40px);
}
body.page-template-page-template-digital_assets #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.post-type-archive-digital_assets div#content-area {
  display: flex;
}
body.page-template-page-template-digital_assets 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.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.post-type-archive-digital_assets div#content-area #sidebar {
  padding-bottom: 0;
  order: 1;
}

@media (max-width: 980px) {
  body.page-template-page-template-digital_assets 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.post-type-archive-digital_assets div#content-area #left-area {
    padding-left: 0;
  }
}
div.da-pager {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
div.da-pager div.facetwp-facet {
  margin-bottom: 0;
}
div.da-pager div.facetwp-facet.facetwp-type-pager > .facetwp-pager {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  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;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #FEFEE7  !important;
  font-weight: bold;
  padding: 8px  !important;
  position: relative;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  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 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.da-archive > * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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 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 img {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: auto;
}
div.da-archive > article.da-archive-item > section.da-description {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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: #796E66;
}
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: #CCCCCC;
}
div.da-archive > article.da-archive-item > footer.da-detail-link {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
div.da-archive > article.da-archive-item > footer.da-detail-link a {
  background-color: transparent  !important;
  background-image: none  !important;
  border: none  !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #B55812  !important;
  font-weight: bold;
  padding: 8px  !important;
  position: relative;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  line-height: 20px;
  padding: 10px 0;
}
div.da-archive > article.da-archive-item > footer.da-detail-link a:focus, div.da-archive > article.da-archive-item > footer.da-detail-link a:hover {
  opacity: 0.8;
  text-decoration: none;
}
div.da-archive > article.da-archive-item > footer.da-detail-link a:focus, div.da-archive > article.da-archive-item > footer.da-detail-link a:hover {
  background: transparent !important;
  background-color: transparent !important;
  color: #4B4B4B !important;
}

/* Responsive Archive Styles */
@media (max-width: 479px) {
  div.da-pager div.facetwp-facet.facetwp-type-pager > .facetwp-pager {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  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(290px, 1fr));
    min-height: 0;
    min-width: 0;
  }
  div.da-archive.da-grid {
    grid-auto-rows: 1fr;
    margin-bottom: 20px;
  }
  div.da-archive.da-masonry-grid {
    grid-auto-rows: 20px;
    margin-bottom: 20px;
  }
  div.da-archive > article.da-archive-item {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    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;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  div.da-archive > article.da-archive-item > section.da-description {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  div.da-archive > article.da-archive-item > footer.da-detail-link {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 40px;
    -ms-flex: 0 1 40px;
    flex: 0 1 40px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right;
  }
  div.da-archive .da-no-results-found-message {
    grid-column: 1/-1;
  }
}
/* 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 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 input.facetwp-search {
  min-width: 270px;
}
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-search-wrap input[type=text] {
  padding-right: 40px;
}
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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: none !important;
  font-weight: normal;
  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 {
  -webkit-box-sizing: unset;
  -khtml-box-sizing: unset;
  -moz-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: #FFFFFF;
}
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: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#CCCCCC));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #CCCCCC);
  background-image: -moz-linear-gradient(top, #f2f2f2, #CCCCCC);
  background-image: -ms-linear-gradient(top, #f2f2f2, #CCCCCC);
  background-image: -o-linear-gradient(top, #f2f2f2, #CCCCCC);
  background-image: linear-gradient(top, #f2f2f2, #CCCCCC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#f2f2f2", endColorStr="#CCCCCC");
  border: 1px solid #CCCCCC !important;
  -moz-border-radius: 4px  !important;
  -webkit-border-radius: 4px  !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 {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  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 {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1em;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1em;
  margin: 0 auto 15px;
  max-width: 160px;
  width: auto;
}
div.da-filter-sidebar div.da-filter-buttons a.da-filter-button {
  background-color: #ea7c2a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea7c2a), to(#6f360b));
  background-image: -webkit-linear-gradient(top, #ea7c2a, #6f360b);
  background-image: -moz-linear-gradient(top, #ea7c2a, #6f360b);
  background-image: -ms-linear-gradient(top, #ea7c2a, #6f360b);
  background-image: -o-linear-gradient(top, #ea7c2a, #6f360b);
  background-image: linear-gradient(top, #ea7c2a, #6f360b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ea7c2a", endColorStr="#6f360b");
  border: none;
  -moz-border-radius: 8px  !important;
  -webkit-border-radius: 8px  !important;
  border-radius: 8px  !important;
  color: #FFFFFF  !important;
  font-weight: normal;
  margin: 0px;
  padding: 8px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  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 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  div.da-filter-sidebar .ui-accordion .ui-accordion-content div.facet-grid > div.facet-wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-bottom: 15px;
}
body.single-digital_assets #return-link-container a.return-button {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: transparent  !important;
  background-image: none  !important;
  border: none  !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #FEFEE7  !important;
  font-weight: bold;
  padding: 8px  !important;
  position: relative;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  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 {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
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%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
div.da-content div.da-button-container {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 15px auto;
  width: auto;
}
div.da-content div.da-button-container > a.da-button {
  background-color: #ea7c2a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea7c2a), to(#6f360b));
  background-image: -webkit-linear-gradient(top, #ea7c2a, #6f360b);
  background-image: -moz-linear-gradient(top, #ea7c2a, #6f360b);
  background-image: -ms-linear-gradient(top, #ea7c2a, #6f360b);
  background-image: -o-linear-gradient(top, #ea7c2a, #6f360b);
  background-image: linear-gradient(top, #ea7c2a, #6f360b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ea7c2a", endColorStr="#6f360b");
  border: none;
  -moz-border-radius: 8px  !important;
  -webkit-border-radius: 8px  !important;
  border-radius: 8px  !important;
  color: #FFFFFF  !important;
  font-weight: bold;
  margin: 0 auto;
  padding: 8px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -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 !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: #4B4B4B;
  color: #FFFFFF;
  width: auto;
}
table.da-metadata tbody tr td {
  background: #FFFFFF;
  color: #1C1C1C;
}
table.da-metadata tbody tr td a {
  color: #796E66;
}
table.da-metadata tbody tr td a:focus, table.da-metadata tbody tr td a:hover {
  color: #CCCCCC;
}
table.da-metadata tbody tr td > *:last-child {
  margin-bottom: 0;
}

/* Taxonomy Lists */
ul.da-term-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  list-style: none;
  padding: 0 !important;
}
ul.da-term-list > li.da-term-list-item {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  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: #4B4B4B;
  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;
  }
}