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

/*https://www.sitepoint.com/building-linear-gradient-mixin-sass/*/
/*%f_display {
	font: 700 1em/1.2 $mason-font-display;
}*/
.content__attachments__list {
  margin: 0;
  padding: 0;
  list-style: none; }

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

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

.grid {
  /* @include mason-clearfix;
		&.owl-loaded {
		    margin: $gapX / 2 0;
		} */
  margin-left: -0.5em;
  margin-right: -0.5em; }
  .grid > * {
    width: 100%;
    /*max-width: $items * 100%;*/
    display: inline-block;
    vertical-align: top;
    padding: 0.5em 0.5em; }
  .grid .owl-item > * {
    padding: 0; }
    .grid .owl-item > * > * {
      width: 100%;
      /*max-width: $items * 100%;*/ }

@media all and (min-width: 500px) {
  .grid-2,
  .grid-3,
  .grid-4 {
    /* @include mason-clearfix;
		&.owl-loaded {
		    margin: $gapX / 2 0;
		} */ }
    .grid-2 > *,
    .grid-3 > *,
    .grid-4 > * {
      width: 50%;
      /*max-width: $items * 100%;*/ } }

@media all and (min-width: 769px) {
  .grid-3 {
    /* @include mason-clearfix;
		&.owl-loaded {
		    margin: $gapX / 2 0;
		} */ }
    .grid-3 > * {
      width: 33.33333%;
      /*max-width: $items * 100%;*/ } }

@media all and (min-width: 1025px) {
  .grid-4 {
    /* @include mason-clearfix;
		&.owl-loaded {
		    margin: $gapX / 2 0;
		} */ }
    .grid-4 > * {
      width: 25%;
      /*max-width: $items * 100%;*/ } }

.content__attachments__list {
  /* @include mason-clearfix;
		&.owl-loaded {
		    margin: $gapX / 2 0;
		} */
  margin-left: -0.6875em;
  margin-right: -0.6875em;
  font-size: 0.8em;
  clear: both; }
  .content__attachments__list > * {
    width: 100%;
    /*max-width: $items * 100%;*/
    display: inline-block;
    vertical-align: top;
    padding: 0.6875em 0.6875em; }
  @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: 2em;
  background: transparent;
  padding: 1.2225em 6em 1.2225em 2.5em;
  -webkit-box-shadow: inset 0 0 0 4px #3971a3;
  box-shadow: inset 0 0 0 4px #3971a3; }

.attach__name {
  position: relative;
  padding-right: 2em;
  /*	display: flex;
	align-items: center;
	justify-content: space-between;*/ }
  .attach__name span {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 90%;
    font-weight: 400;
    margin-left: .75em; }

.attach__ico {
  width: 4.44444em;
  height: 4.44444em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  margin: auto; }

@media all and (min-width: 769px) {
  .attach__link:hover {
    color: #FFF;
    background: #1661ac;
    -webkit-box-shadow: inset 0 0 0 4px #1661ac;
    box-shadow: inset 0 0 0 4px #1661ac; }
    .attach__link:hover .attach__ico {
      color: #1661ac;
      background: #FFF;
      -webkit-box-shadow: 0 8px 24px 0 rgba(22, 97, 172, 0.25);
      box-shadow: 0 8px 24px 0 rgba(22, 97, 172, 0.25); } }
