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


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

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

.btn {
  font-weight: 800; }


.btn {
  display: inline-block;
  vertical-align: bottom;
  color: #FFF !important;
  border-radius: 2em;
  border: none;
  line-height: 1.2;
  padding: 1.1em 1.85em 0.996em;
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-decoration: none !important; }
  
  .btn:before {
    content: '';
    background: rgba(0, 0, 0, 0.1);
    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, .attach__link:before {
  position: absolute;
  margin: auto; }
  @supports (inset: 0) {
    
    .btn:before, .attach__link:before {
      inset: 0; } }
  @supports not (inset: 0) {
    
    .btn:before, .attach__link:before {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    .btn:before, .attach__link:before {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }

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


.btn, .attach__cta {
  -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 {
  -webkit-transition: opacity 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), visibility 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.73, 0.14, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), visibility 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.73, 0.14, 0.13, 1);
  -o-transition: transform 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), opacity 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), visibility 0.4s cubic-bezier(0.73, 0.14, 0.13, 1);
  transition: transform 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), opacity 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), visibility 0.4s cubic-bezier(0.73, 0.14, 0.13, 1);
  transition: transform 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), opacity 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), visibility 0.4s cubic-bezier(0.73, 0.14, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.73, 0.14, 0.13, 1); }

.attach__link, .attach__link:hover .attach__cta {
  color: #Aa4da2; }
  .mason--theme-blue-light .attach__link, .mason--theme-blue-light .attach__link:hover .attach__cta, .attach__link:hover .mason--theme-blue-light .attach__cta {
    color: #24BFFB; }
  .mason--theme-blue-dark .attach__link, .mason--theme-blue-dark .attach__link:hover .attach__cta, .attach__link:hover .mason--theme-blue-dark .attach__cta {
    color: #19508C; }
  .mason--theme-green .attach__link, .mason--theme-green .attach__link:hover .attach__cta, .attach__link:hover .mason--theme-green .attach__cta {
    color: #bcc249; }
  .mason--theme-grey .attach__link, .mason--theme-grey .attach__link:hover .attach__cta, .attach__link:hover .mason--theme-grey .attach__cta {
    color: #363D4F; }
  .mason--theme-orange .attach__link, .mason--theme-orange .attach__link:hover .attach__cta, .attach__link:hover .mason--theme-orange .attach__cta {
    color: #F9953C; }
  .mason--theme-pink .attach__link, .mason--theme-pink .attach__link:hover .attach__cta, .attach__link:hover .mason--theme-pink .attach__cta {
    color: #FA2E6D; }
  .mason--theme-purple .attach__link, .mason--theme-purple .attach__link:hover .attach__cta, .attach__link:hover .mason--theme-purple .attach__cta {
    color: #Aa4da2; }
  .mason--theme-turquoise .attach__link, .mason--theme-turquoise .attach__link:hover .attach__cta, .attach__link:hover .mason--theme-turquoise .attach__cta {
    color: #19728A; }
  .mason--theme-yellow .attach__link, .mason--theme-yellow .attach__link:hover .attach__cta, .attach__link:hover .mason--theme-yellow .attach__cta {
    color: #F8E713; }


.btn, .attach__link:before, .attach__cta {
  background-color: #Aa4da2; }
  
  .mason--theme-blue-light .btn, .mason--theme-blue-light .attach__link:before, .mason--theme-blue-light .attach__cta {
    background-color: #24BFFB; }
  
  .mason--theme-blue-dark .btn, .mason--theme-blue-dark .attach__link:before, .mason--theme-blue-dark .attach__cta {
    background-color: #19508C; }
  
  .mason--theme-green .btn, .mason--theme-green .attach__link:before, .mason--theme-green .attach__cta {
    background-color: #bcc249; }
  
  .mason--theme-grey .btn, .mason--theme-grey .attach__link:before, .mason--theme-grey .attach__cta {
    background-color: #363D4F; }
  
  .mason--theme-orange .btn, .mason--theme-orange .attach__link:before, .mason--theme-orange .attach__cta {
    background-color: #F9953C; }
  
  .mason--theme-pink .btn, .mason--theme-pink .attach__link:before, .mason--theme-pink .attach__cta {
    background-color: #FA2E6D; }
  
  .mason--theme-purple .btn, .mason--theme-purple .attach__link:before, .mason--theme-purple .attach__cta {
    background-color: #Aa4da2; }
  
  .mason--theme-turquoise .btn, .mason--theme-turquoise .attach__link:before, .mason--theme-turquoise .attach__cta {
    background-color: #19728A; }
  
  .mason--theme-yellow .btn, .mason--theme-yellow .attach__link:before, .mason--theme-yellow .attach__cta {
    background-color: #F8E713; }

.content__attachments__list {
  margin-left: 0em;
  margin-right: 0em;
  font-size: 0.8em;
  margin-top: 3em;
  clear: both; }
  .content__attachments__list > * {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0.23529em 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 {
  position: relative;
  border-radius: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .attach__link:before {
    content: '';
    opacity: .2;
    z-index: -1;
    border-radius: inherit;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .attach__link:hover {
    color: #FFF; }
    .attach__link:hover:before {
      opacity: 1; }
    .attach__link:hover .attach__name span {
      color: #FFF; }
    .attach__link:hover .attach__cta {
      background: #FFF;
      -webkit-box-shadow: 0px 8px 24px rgba(32, 74, 152, 0.2);
      box-shadow: 0px 8px 24px rgba(32, 74, 152, 0.2); }

.attach__name {
  width: 100%;
  padding: 0.5em 2em;
  min-height: 3.6em;
  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; }
  .attach__name span {
    font-size: 0.85em;
    margin-left: .85em;
    font-weight: 400; }

.attach__cta {
  border-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.88235em; }
