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

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

.btn {
  font: 400 1em/1.2 "Bree Serif", serif; }


.btn {
  font-size: 1.125em; }


.btn {
  display: inline-block;
  vertical-align: bottom;
  color: #FFF !important;
  background: #003366;
  border-radius: 2em;
  border: none;
  line-height: 1.2;
  padding: .9575em 1.75em;
  position: relative;
  overflow: hidden; }

@media all and (min-width: 769px) {
  
  .btn:hover {
    background: #236c3a; } }

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

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


.btn, .attach__link:before, .attach__name span:last-child, .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; }

.attach__link, .attach__link:hover .attach__cta {
  color: #003366; }

.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.25em 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;
  min-height: 4.5em;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: transparent;
  overflow: hidden;
  z-index: 0; }
  .attach__link:before {
    position: absolute;
    content: '';
    top: 0;
    right: 6.25em;
    bottom: 0;
    left: 0;
    background: rgba(20, 33, 70, 0.1);
    z-index: -1; }
  .attach__link:hover {
    color: #FFF;
    -webkit-box-shadow: 0 8px 24px rgba(0, 51, 102, 0.2);
    box-shadow: 0 8px 24px rgba(0, 51, 102, 0.2); }
    .attach__link:hover:before {
      background: #003366; }
    .attach__link:hover .attach__name span {
      color: #FFF; }
    .attach__link:hover .attach__cta {
      background: #FFF;
      -webkit-box-shadow: 0px 8px 24px rgba(0, 51, 102, 0.2);
      box-shadow: 0px 8px 24px rgba(0, 51, 102, 0.2); }

.attach__name {
  width: 100%;
  padding: 0.5em 2.08333em 0.5em 2.33333em;
  min-height: 3em;
  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:last-child {
    margin-left: .85em;
    color: rgba(20, 33, 70, 0.5);
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 14px; }

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