.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: 600; }


.btn {
  display: inline-block;
  vertical-align: bottom;
  color: inherit !important;
  border-radius: 1.375rem;
  border: none;
  font-size: 1rem;
  line-height: 1.2;
  padding: .785em 1.75em;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  
  .btn:before {
    content: '';
    z-index: -1;
    opacity: 0;
    background: #000; }
  
  .btn svg {
    margin-left: .2em; }

.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.15s ease, fill 0.15s ease, background 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, fill 0.15s ease, background 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  -o-transition: color 0.15s ease, fill 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, fill 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, fill 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease; }


.btn:before, .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; }


.btn {
  background-color: var(--pri); }

.content__attachments {
  margin-top: 2em; }

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

.attach__link {
  background: var(--pri);
  position: relative;
  padding: 1em 6.25em 1em 2.625em;
  min-height: 5.5em;
  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: #FFF; }
  .attach__link:after {
    opacity: .8;
    background: var(--pri);
    -webkit-transition: opacity 0.15s ease, background 0.15s ease;
    -o-transition: opacity 0.15s ease, background 0.15s ease;
    transition: opacity 0.15s ease, background 0.15s ease; }

.attach__name {
  position: relative;
  width: 100%;
  padding-right: 2.54545em; }
  .attach__name span {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.81818em;
    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: 4em;
  height: 4em;
  border-radius: 5px;
  border: 2px solid #000; }
  .attach__ico svg {
    font-size: 1.125em; }

@media all and (min-width: 769px) {
  .attach__link:hover {
    color: #000; }
    .attach__link:hover:before {
      opacity: 1; }
    .attach__link:hover:after {
      background: var(--sec);
      opacity: 1; } }
