/* Malli: @include icon($facebook)*/
.file-list-container {
  margin-bottom: calc(0.5625rem * -1); }
  .file-list-container .file-wrapper {
    display: flex;
    align-items: center;
    padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
    margin-bottom: 0.5625rem;
    background-color: #6a90aa;
    border: 0rem solid #f0f2f4;
    border-radius: 0.3125rem;
    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: #243d58;
  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: "\e9cf"; }
  .file-list-container .file-wrapper .download-icon:before {
    display: block; }
.file-list-container .file-wrapper .file-title {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.4;
  color: #243d58;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0rem;
  text-transform: initial;
  margin: 1.25rem 0 0.625rem 0;
  margin: 0 !important;
  color: #ffffff; }
  .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-title.a:hover, .file-list-container .file-wrapper .file-titlea:active, .file-list-container .file-wrapper .file-title.a:active, .file-list-container .file-wrapper .file-titlea:focus, .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(1.0625rem * 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(1.0625rem * 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(1.0625rem * 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: #243d58;
  box-shadow: none;
  border-color: #f0f2f4;
  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: #ffffff; }
  .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: #ffffff; }

body.multisite-blog-id-1 .file-list-container .file-wrapper::after {
  content: "";
  height: 1px;
  display: block;
  width: 100%;
  left: 0;
  top: 95%;
  background-color: #152941;
  position: absolute; }

body.multisite-blog-id-4 .file-list-container .file-wrapper {
  margin-bottom: 0.5625rem; }
