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

/*https://www.sitepoint.com/building-linear-gradient-mixin-sass/*/
.content__attachments__list {
  font: 400 1em/1.2 "Montserrat", sans-serif; }

.content__attachments__list {
  font-weight: 500; }

.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__link:after, .attach__name span, .attach__cta {
  -webkit-transition: color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), fill 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), background 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), border-color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-box-shadow 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), fill 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), background 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), border-color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-box-shadow 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), fill 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), background 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), border-color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), box-shadow 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), fill 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), background 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), border-color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), box-shadow 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), fill 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), background 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), border-color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), box-shadow 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-box-shadow 0.2s cubic-bezier(0.65, 0.05, 0.36, 1); }

.content__attachments__list {
  text-transform: uppercase; }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  .grid:before, .grid:after {
    content: "";
    display: table; }
  .grid:after {
    clear: both; }
  .grid.owl-loaded {
    margin: 1em 0; }
  .grid > * {
    width: 100%;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1em 1em; }
  .grid .owl-item > * {
    padding: 0; }
    .grid .owl-item > * > * {
      width: 100%; }

@media all and (min-width: 500px) {
  .grid-2 > *,
  .grid-3 > *,
  .grid-4 > * {
    width: 50%; } }

@media all and (min-width: 769px) {
  .grid-3 > * {
    width: 33.33333%; } }

@media all and (min-width: 1025px) {
  .grid-4 > * {
    width: 25%; } }

.content__attachments__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.375em;
  margin-right: -0.375em;
  clear: both;
  font-size: .75em; }
  .content__attachments__list:before, .content__attachments__list:after {
    content: "";
    display: table; }
  .content__attachments__list:after {
    clear: both; }
  .content__attachments__list.owl-loaded {
    margin: 0.375em 0; }
  .content__attachments__list > * {
    width: 100%;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.375em 0.375em; }

.attach__link {
  position: relative;
  color: #e77e31;
  background: #e7e9ea;
  padding: 1.8415em 6.25em 1.8415em 2.5em; }
  .attach__link > div > span {
    font-size: 85%;
    margin: auto;
    height: 1.25em; }
  .attach__link:after {
    position: absolute;
    content: '';
    top: 1.25em;
    right: 11.875em;
    bottom: 1.25em;
    background: #d7dde2;
    width: 2px; }

.attach__name {
  position: relative;
  padding-right: 7.25em; }
  .attach__name span {
    margin-left: .75em;
    color: #9fa1a2;
    left: auto; }

.attach__cta {
  left: auto;
  color: #FFF;
  background: #e77e31;
  width: 4.375em; }
  .attach__cta > span span {
    display: none; }
  .attach__cta .fa {
    font-size: 1.125em; }

@media all and (min-width: 620px) {
  .content__attachments__list {
    font-size: .85em; } }

@media all and (min-width: 769px) {
  .attach__link:hover {
    background: #e77e31;
    color: #FFF; }
    .attach__link:hover:after {
      background: #e98740; }
    .attach__link:hover .attach__cta {
      background: #f48e43; }
    .attach__link:hover > div > span {
      color: #FFF; } }

@media all and (min-width: 1025px) {
  .content__attachments__list {
    font-size: .925em; }
  .attach__link {
    padding-right: 12.875em; }
    .attach__link:after {
      right: 18.75em; }
  .attach__cta {
    width: 10.375em; }
    .attach__cta > span span {
      display: inline; }
    .attach__cta .fa {
      margin-left: .5em; } }

@media all and (min-width: 1301px) {
  .content__attachments__list {
    font-size: 1em; } }
