@charset "UTF-8";
/* Malli: @include icon($facebook)*/
.file-list-container {
  margin-bottom: calc(0.25rem * -1);
}
.file-list-container .file-wrapper {
  display: flex;
  align-items: center;
  padding: 0.9375rem 1.25rem 0.9375rem 0rem;
  margin-bottom: 0.25rem;
  background-color: transparent;
  border: 0rem solid #fcb415;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: all 0.2s;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 31.25em) {
  .file-list-container .file-wrapper {
    width: 100%;
  }
}
.file-list-container .file-wrapper:nth-child(odd) {
  margin: 0 2.8125rem 0 0;
}
@media print, screen and (max-width: 47.99875em) {
  .file-list-container .file-wrapper:nth-child(odd) {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 31.25em) {
  .file-list-container .file-wrapper:nth-child(odd) {
    margin: 0 0 1.25rem 0;
  }
}
.file-list-container .file-wrapper:nth-child(even) {
  margin: 0 0 0 2.8125rem;
}
@media print, screen and (max-width: 47.99875em) {
  .file-list-container .file-wrapper:nth-child(even) {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 31.25em) {
  .file-list-container .file-wrapper:nth-child(even) {
    margin: 0;
  }
}
.file-list-container .file-wrapper .download-icon {
  font-size: 1.25rem;
  color: #ef5323;
  margin-right: 0.9375rem;
}
.file-list-container .file-wrapper .download-icon:before {
  font-family: "hoyryicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.file-list-container .file-wrapper .download-icon:before {
  display: block;
}
.file-list-container .file-wrapper .file-title {
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.466;
  color: #222222;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0rem;
  text-transform: initial;
  margin: 1.25rem 0 0.625rem 0;
  margin: 0 !important;
  color: #222222;
}
.file-list-container .file-wrapper .file-title:after {
  display: none;
}
.file-list-container .file-wrapper .file-title a:not(.button):not(.button-alt):not(.button-large):not(.button-large-alt):not(.button-small):not(.button-small-alt), .file-list-container .file-wrapper .file-title .a {
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.file-list-container .file-wrapper .file-titlea, .file-list-container .file-wrapper .file-title.a {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.file-list-container .file-wrapper .file-titlea:hover, .file-list-container .file-wrapper .file-titlea:active, .file-list-container .file-wrapper .file-titlea:focus, .file-list-container .file-wrapper .file-title.a:hover, .file-list-container .file-wrapper .file-title.a:active, .file-list-container .file-wrapper .file-title.a:focus {
  color: inherit;
}
@media print, screen and (max-width: 31.24875em) {
  .file-list-container .file-wrapper .file-title {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .file-list-container .file-wrapper .file-title {
    font-size: calc(0.9375rem * 1);
    letter-spacing: calc(0rem * 1);
    margin: calc(1.25rem * 1) 0 calc(0.625rem * 1) 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .file-list-container .file-wrapper .file-title {
    font-size: calc(0.9375rem * 0.95);
    letter-spacing: calc(0rem * 0.95);
    margin: calc(1.25rem * 0.95) 0 calc(0.625rem * 0.95) 0;
  }
}
@media print, screen and (max-width: 31.24875em) {
  .file-list-container .file-wrapper .file-title {
    font-size: calc(0.9375rem * 0.9);
    letter-spacing: calc(0rem * 0.9);
    margin: calc(1.25rem * 0.9) 0 calc(0.625rem * 0.9) 0;
  }
}
.file-list-container .file-wrapper:hover, .file-list-container .file-wrapper:active, .file-list-container .file-wrapper:focus {
  background-color: transparent;
  box-shadow: none;
  border-color: #fcb415;
  text-decoration: none;
}
.file-list-container .file-wrapper:hover .download-icon, .file-list-container .file-wrapper:active .download-icon, .file-list-container .file-wrapper:focus .download-icon {
  color: #ef5323;
}
.file-list-container .file-wrapper:hover .file-title, .file-list-container .file-wrapper:active .file-title, .file-list-container .file-wrapper:focus .file-title {
  color: #17232c;
}
body.multisite-blog-id-1 .file-list-container .file-wrapper::after {
  content: "";
  height: 1px;
  display: block;
  width: 100%;
  left: 0;
  top: 95%;
  background-color: #7c53a0;
  position: absolute;
}
