@font-face {
  font-family: 'Pea Soup';
  src: local("Pea Soup Regular"), local("PeaSoup-Regular"), url("PeaSoup-Regular.woff2") format("woff2"), url("PeaSoup-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.content__attachments {
  clear: both;
  text-align: left; }

.content__attachments__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .content__attachments__list li {
    margin-bottom: 35px; }
    .content__attachments__list li:last-child {
      margin-bottom: 0; }

.content__attachments__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #F0F1F2;
  border-radius: 47.5px;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease; }
  .content__attachments__list__item__link:hover {
    background-color: #F7962C; }
    .content__attachments__list__item__link:hover .content__attachments__list__item__btn {
      background-color: #f68a13;
      color: #fff;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .content__attachments__list__item__link:hover .content__attachments__list__item__title {
      color: #fff; }
    .content__attachments__list__item__link:hover .content__attachments__list__item__type {
      color: rgba(255, 255, 255, 0.4); }

.content__attachments__list__item__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #F7962C;
  border-radius: 50%;
  display: none;
  background-color: #fff;
  -webkit-transition: background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  -o-transition: background-color 350ms ease, color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease; }

.content__attachments__list__item__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 75px;
  vertical-align: top;
  padding: 0 30px;
  font-weight: 600;
  font-size: 1.125em;
  color: #414141;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease; }
  .content__attachments__list__item__title input {
    line-height: 1 !important; }

.content__attachments__list__item__type {
  width: 90px;
  line-height: 75px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 1.125em;
  color: #A7A7A7;
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease; }

@media all and (min-width: 769px) {
  .content__attachments__list__item__btn {
    display: block; } }

/*# sourceMappingURL=attachments.css.map */