.content__attachments__list {
  margin: 0;
  padding: 0;
  list-style: none; }


.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/*https://www.sitepoint.com/building-linear-gradient-mixin-sass/*/

.btn {
  font-weight: 700; }


.btn {
  font-size: 0.875rem;
  vertical-align: bottom;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 2.8125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: inherit !important;
  border: none;
  border-radius: 1.07143em;
  line-height: 1.2;
  padding: .85em 1.65em;
  position: relative;
  overflow: hidden;
  background: var(--pri);
  z-index: 0;
  -webkit-box-shadow: 3px 0px 6px rgba(51, 51, 51, 0.3);
  box-shadow: 3px 0px 6px rgba(51, 51, 51, 0.3); }
  
  .btn:before {
    background: rgba(255, 255, 255, 0.2);
    content: '';
    z-index: -1;
    opacity: 0; }

@media all and (min-width: 769px) {
  
  .btn:hover:before {
    opacity: 1; } }

.content__attachments__list {
  margin: 0;
  padding: 0;
  list-style: none; }


.btn:before {
  position: absolute;
  margin: auto; }
  @supports (inset: 0) {
    
    .btn:before {
      inset: 0; } }
  @supports not (inset: 0) {
    
    .btn:before {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    .btn:before {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }

.attach__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.attach__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }


.btn, .attach__ico {
  -webkit-transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }


.btn:before, .attach__link:before, .attach__link:after, .attach__ico svg {
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease, -webkit-clip-path 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease, -webkit-clip-path 0.35s ease;
  -o-transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease, clip-path 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease, clip-path 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease, clip-path 0.35s ease, -webkit-transform 0.35s ease, -webkit-clip-path 0.35s ease; }

.content__attachments {
  margin-top: 2em; }

.content__attachments__list {
  margin-left: 0em;
  margin-right: 0em;
  font-size: 0.8em;
  clear: both; }
  .content__attachments__list > * {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0.3125em 0em; }
  @media all and (min-width: 980px) {
    .content__attachments__list {
      font-size: 0.9em; } }
  @media all and (min-width: 1301px) {
    .content__attachments__list {
      font-size: 1em; } }

.attach__link {
  position: relative;
  padding: 1em 6.25em 1em 2.625em;
  min-height: 4.375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #FFF;
  z-index: 0; }
  .attach__link:before, .attach__link:after {
    position: absolute;
    content: '';
    top: 0;
    right: 2em;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .attach__link:before {
    background: var(--pri);
    opacity: .8; }
  .attach__link:after {
    background: #000;
    opacity: 0; }

.attach__name {
  position: relative;
  width: 100%;
  padding-right: 2.8em; }
  .attach__name span {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.075em; }

.attach__ico {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.125em;
  height: 3.125em;
  border-radius: 5px;
  border: 2px solid #000; }
  .attach__ico svg {
    font-size: 1.125em; }

@media all and (min-width: 769px) {
  .attach__link:hover:before, .attach__link:focus:before {
    opacity: 1; }
  .attach__link:hover:after, .attach__link:focus:after {
    opacity: .7; } }
